html {
	overflow: scroll;
}
body {
	width: 901px;
	margin: 0 auto;
	font-family: Arial;
	font-size: 13px;
	line-height: 18px;
	text-align:left;
}

#content {
	float:left;
	width:100%;
	margin-top:10px;
	margin-bottom:30px;
}

#subhead {
	height:135px;
	border-bottom:2px solid #333333;
}
#subhead.nomenu {
	height:71px;
}

.border-bottom {
	border-bottom:2px solid #cccccc;
}

ul {
	list-style:none;
}
h1 {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 26px;
	font-weight: bold;
}
h2 {
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	line-height:18px;
	margin-bottom:6px;
}
h3 {
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 16px;
	font-weight: normal;
	width: 100%;
	height: 39px;
	line-height: 39px;
	margin: 0 0 15px 0;
	background-image: url(../images/h3-background.png);
	background-repeat: no-repeat;
	padding-left: 9px;
}
h4 {
	font-family: Arial;
	font-size: inherit;
	font-weight: bold;
	line-height:18px;
	margin-bottom:0;
}
h6 {
	font-size: inherit;
	font-family: inherit;
	line-height: inherit;
	font-style: italic;
	font-weight: inherit;
}

a {
	text-decoration: none;
	color:#ff0000;
}

a:hover {
	text-decoration: underline;
	color:#ff0000;
}
a.quiet, a.quiet:hover {
	color:#666666;
}

.red {
	color:#FF0000;
}

.quiet {
	color:#999999;
}

.display-text {
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 22px;
	line-height: 32px;
	margin-bottom:0;
}
.display {
	padding-bottom: 13px;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
	margin-top: 10px;
}
.two-up {
	float:left;
}
.wide {
	float:left;
	width:575px;
	padding-right:25px;
}
.narrow {
	float:left;
	width:290px;
	margin-left:10px;
}
.sidebar {
	float:right;
	width:100%;
	background-color:#f7f7f7;
}
.sidebar div {
	padding-left: 9px;
}
.narrow h4 {
	margin-top:4px;
}
.narrow img {
	margin-bottom:30px;
}
.wide ul, .narrow ul {
	list-style: disc outside;
}
.wide li, .narrow li {
	margin-bottom:10px;
}

ol#list {
	list-style-type: none;
	margin:0;
}
ol#list li {
	margin-bottom:25px;
}

.three-up {
	float:left;
	margin-top:10px;
}

.three-up div {
	width:290px;
	float:left;
	margin-right:15px;
}
.three-up div.last {
	margin-right:0;
}

.three-up img, .narrow img {
	width:290px;
	height:200px;
	margin-bottom:10px;
}

.three-up div.row {
	width:100%;
	margin-bottom:50px;
	margin-left:0;
}
.three-up p {
	padding-right:20px;
}

p.location {
	margin: 0;
	font-weight: bold;
	font-style: italic;
}
p.time {
	margin: 0;
	font-style: italic;
}
#confirmation_layer {
	margin: 2px 0 5px 0;
	padding: 14px 10px;
	background: #545454;
	width:881px;
}
#confirmation_layer p {
	font-size:15px;
	color: #fff;
	margin:0;
}
#message_layer {
	float:left;
	width:901px;
	height:12px;
	margin:0;
	padding: 6px 0 6px 0;
	background-color: #ececec;
	font-size:11px;
	line-height:12px;
	color: #545454;
}
#message_layer .backtoted {
	float:left;
}
#message_layer .signedin {
	float:right;
}

/* HEADER */
#header {
	float:left;
	width:100%;
	height:115px;
	margin-top:0px;
	margin-bottom:1px;
	border-bottom: 3px solid #ff2a06;
}

#top {
	float:left;
	margin-top:20px;
	width:100%;
	height:66px;
}
#logo { float:left; }

#dates {
	text-align:right;
	float:right;
	width:200px;
}

#dates p {
	font-size:12px;
	font-weight:bold;
	margin:0;
}

#nav {
	float:left;
	margin-top:-12px;
	text-transform: uppercase;
	border-bottom: 1px solid #d9d9d9;
	width:100%;
	height: 36px;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-weight: bold;
	color:#ababab;

}

#nav ul {
	margin:0;
	padding:0;
}
#nav li {
	float:right;
	margin:0;
	padding:0;
}
#nav li.current { margin: 1px 0 0 0; }

#nav li a {
	display: block;
	width: 106px;
	line-height: 9px;
	text-align: center;
	background-image: url(/TED2010/images/tab_states.png);
	background-repeat: no-repeat;
	text-decoration: none;
	font-size: 9px;
	color: #5c5c5c;
	padding-top: 16px;
	padding-bottom: 11px;
	background-position: 0 0;
}

#nav li a:hover {
	background-image: url(/TED2010/images/tab_states.png);
	color: #666666;
	background-repeat: no-repeat;
	background-position: 0 -36px;
}

#nav li.current a, #nav li.current a:hover {
	width: 108px;
	background-image: url(/TED2010/images/tab_on.png);
	background-position: 0 0;
	color:#000000;
}

#nav li.current a.last {
	margin-right:0px;
}

/* END HEADER */

/* FOOTER */
#footer {
	float:left;
	width:100%;
	clear:				both;
	height:				30px;
	background:			#dad8d6;
	line-height:		30px;
	text-transform:		uppercase;
	color:				#666;
	font-weight:		bold;
	margin-bottom:		30px;
	margin-top:			10px;
}

#footer a.smalllogo {
	float:				left;
	display:			inline;
	width:				47px;
	height:				18px;
	line-height:		18px;
	margin-top:			.6em;
	margin-left:		7px;
	margin-right:		180px;
	text-indent:		-9999999px;
	background:			url(https://www.ted.com/images/logo_ted_small.gif) no-repeat top left;
}

#footer p {
	float: left;
}

#footer ul {
	float: 				left;
	display:			inline;
	list-style:			none;
	margin:				0;
}

#footer ul li {
	display:			inline;
	font-size:			9px;
	color:				#545454;
}

#footer ul li.legal {
	margin-right:		8px;
}

#footer ul li a {
	color:				#545454;
	text-decoration:	none;
}

#footer form {
	float:				right;
	display:			inline;
	margin-top:			.5em;
	margin-right:		6px;
}

#footer form input.text {
	padding:			2px 5px 0 5px;
	float:				left;
	height:				16px;
	width:				192px;
	border:				0;
	border-top:			1px solid #949494;
	border-left:		1px solid #e9e9e9;
	color:				#666;
	font-family:		inherit;
	font-weight:		bold;
	margin:				0;
}

#footer form input.button {
	float:				left;
}
/* END FOOTER */

/* HOME */

.main {
	color: #666666;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 22px;
	line-height: 32px;
	width:850px;
	margin-left: 10px;
	margin-top: 33px;
	float:left;
}

.main p {
	margin-bottom:15px;
}

.main p.addition {
	font-family: Arial;
	font-size: 11px;
}

#collage {
	width:901px;
	height:484px;
	float:left;
}

#col1 {
	width:611px;
	height:484px;
	float:left;
	padding-right:1px;
}
#col2 {
	width:289px;
	height:484px;
	float:left;
}
.image {
	float: left;
	position: relative;
	margin: 0 1px 1px 0;
}
.image a {
	display: block;
	width:100%;
	height:100%;
}
.image.last { margin-right: 0; }

.image-main {
	width:611px;
	height:381px;
}

.image-medium {
	width:289px;
	height:192px;
}

.image-small {
	width:152px;
	height:102px;
}

.image-small-2 {
	width:144px;
	height:98px;
}

.caption_background {
	position:absolute;
	bottom:0;
	background-color:#000;
	width:100%;
	height:50px;
	opacity:.8;
}

.caption {
	position:absolute;
	bottom:0px;
	width: 100%;
	height:50px;
	margin-left: 10px;
	z-index:10;
	overflow: hidden;
}

.caption h2 {
	color:#fff;
	font-weight: bold;
	font-family: Helvetica Neue, Helvetica, Arial;
	font-size: 22px;
	line-height: 32px;
	height: 32px;
	margin: 2px 0 0 0;
}
.caption p {
	color:#fff;
	font-size: 11px;
	line-height: 15px;
	margin-top:-4px;
}

.caption a {
	text-decoration: none;
	color:#fff;
}

.caption a:hover {
	text-decoration: none;
	color:#fff;
}

/* END HOME */

/* SCHEDULE */

#menu {
	list-style-type: none;
	font-size:11px;
	width: 540px;
	height: 36px;
	margin-left: 0px;
	font-weight: bold;
}

#menu li {
	display: inline-block;
	float:left;
	width:180px;
}

#menu .current a {
	color:#000000;
}

.schedule {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	margin-bottom:60px;
	border-top: 2px solid #333333;
}
.schedule.first {
	border:0;
}
.schedule td {
	border-bottom: 1px solid #e7e7e7;
	vertical-align: top;
	padding: 6px 0 6px 0;
}

.schedule td.day {
	vertical-align:middle;
	text-transform: uppercase;
	color: #666666;
	font-weight: bold;
}

.schedule td.time {
	width:125px;
}
.schedule td.session_title {
	width:415px;
	font-weight: bold;
}
.schedule td.speaker_names {
	width:160px;
}
.schedule td.speaker_titles {
	width:200px;
}

.schedule ul {
	margin:0px;
}

/* END SCHEDULE */

/* Speakers A-Z */

table.speakers {
	width: 100%;
	font-family: Arial;
	font-size: 12px;
	line-height: 18px;
	border-top: 2px solid #333333;
	margin-top: 60px;
	vertical-align:top;
}
table.speakers td {
	border-bottom: 1px solid #e7e7e7;
	vertical-align: top;
	padding: 6px 10px 6px 0;
	margin:0;
}
table.speakers.first {
	border:0;
	margin-top:0px;
}
table.speakers td.letter, td.letter a {
	font-weight:bold;
	text-transform:uppercase;
	color:#666666;
}
table.speakers td.imagecell {
	width:115px;
}
table.speakers td.imagecell img {
	width:103px;
	height:78px;
}
table.speakers td.speaker {
	width:147px;
}
table.speakers td.bio {
	width:304px;
}
table.speakers td.links {
	width:147px;
}
table.speakers td.session {
	width:147px;
	padding-right:0;
}
table.speakers ul {
	margin:0px;
}

/* End Speakers A-Z */

/* Plan Your TED */

#choose_location {
	font-size:11px;
	margin-top: -7px;
	padding-bottom:3px;
	margin-bottom: 5px;
	height:35px;
	width: 100%;
	border-bottom: 2px solid #eaeaea;
}

.collage-plan {
	width:901px;
	height:301px;
}

.collage-plan #col1 {
	width:448px;
	height:301px;
	float:left;
	padding-right:1px;
}
.collage-plan #col2 {
	width:452px;
	height:301px;
	float:left;
}
.collage-plan .image-main {
	width:448px;
	height:301px;
}
.collage-plan .image-small {
	width:225px;
	height:150px;
}

.hotel h4 {
	margin-bottom:9px;
}
.row.hotel {
	float: left;
	border-bottom: 2px solid #cccccc;
	margin-bottom: 10px;
}

img.hotel {
	width: 200px;
	height: 133px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}
p.hotel {
	float:right;
	width:365px;
}

/* End Plan Your TED */

/* Sponsors */
.sponsors-1 img {
	width:200px;
	height:133px;
}

.sponsors-2 img {
	width:150px;
	height:100px;
}
.sponsors-3 img {
	width:125px;
	height:83px;
}
/* End Sponsors */

/* Forms stuff */
input.submit {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/TED2010/images/button_submit.gif) no-repeat scroll left top;
	height:20px;
	margin:6px 0 0;
	text-indent:-9999px;
	width:54px;
}

input.submit:hover {
	-moz-background-clip:border;
	-moz-background-inline-policy:continuous;
	-moz-background-origin:padding;
	background:transparent url(/TED2010/images/button_submit.gif) no-repeat scroll -54px 0;
}

input.text, input.title, textarea, select {margin:0;}

div.form-row {
	margin-top: 10px;
	margin-bottom: 10px;
}

div.submit {
	margin-top: 20px;
	margin-bottom: 20px;
}

span.note {
	font-size:10px;
	color:#777777;
}
/* End Forms */

/* conversation scheduler */
td.speaker_names {
	padding-right:20px;
}
dl.profileMedallion img {
	margin-right: 10px;
}

dl.profileMedallion p {
	font-size:12px;
	margin-bottom:1em;
}

dl.profileMedallion p.ttma {
        color: gray;
        font-style:italic;
}


/* jQuery Dialogs */
.ui-dialog {
	width: 438px;
	background-color: #fefefe;
	background-repeat: no-repeat;
	padding: 11px 11px 10px 11px;
	text-align: left;
	font-size: 1.0em;
}
.ui-dialog .login {
	margin-left: 9px;
}
.ui-dialog span.ui-dialog-title {
	display:block;
	font-size:15px;
	font-weight:bold;
	margin-bottom:30px;
}
.ui-dialog p {
	color: #323232;
	margin-bottom:20px;
}

.ui-dialog div.column-100 {
	float: left;
	width: 100px;
	margin-right:10px;
}
.ui-dialog label {
	color:#323232;
}
.ui-dialog label.block {
	display: block;
	margin-bottom:3px;
}
.ui-dialog .ui-icon-closethick {
	position:absolute;
	top:10px;
	right:10px;
	display:block;
	background-image:url(/TED2010/images/button_close.png);
	width:12px;
	height:13px;
}
.ui-dialog input.text, .ui-dialog textarea {
	width: 270px;
}

.ui-dialog textarea {
	height: 100px;
}

.ui-dialog input.submit {
	margin-right:2px;
	margin-top:0;
}


/* Overlays */
.ui-widget-overlay { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
.ui-icon { display: block; text-indent: -99999px; overflow: hidden; background-repeat: no-repeat; }
.ui-widget-shadow { margin: -11px 0 0 -11px; padding: 11px; background: #2d2d2d; opacity: .90;filter:Alpha(Opacity=90); -moz-border-radius: 11px; -webkit-border-radius: 11px; }
.ui-corner-all { -moz-border-radius: 11px; -webkit-border-radius: 11px; }
.ui-corner-all-small { -moz-border-radius: 3px; -webkit-border-radius: 3px; }
/* End jQuery Dialog */

/* jQuery tabs */
.ui-tabs .ui-tabs-hide {
     display: none;
}

.ui-tabs-selected a {
	color: black;
}

#cal_menu {
	font-size:11px;
	font-weight:bold;
	list-style-type:none;
	width:100%;
	margin:0;
	height:25px;
	border-bottom:2px solid #333333;
}
#cal_menu li {
	display:inline-block;
	float:left;
	width:180px;
}
#cal_menu li a {font-size:12px}
/* end jQuery tabs */

/* Monitter */
h2.module {
	margin-left:11px;
	margin-bottom:16px;
	font-size:1.1em;
}
h2.module a {
	color: #000;
}
#hash-TED .tweet {
	clear: both;
}
#hash-TED b a {
	color: #000;
}
#hash-TED em {
	color: #666;
}
#hash-TED {
	height:950px;
	background-color:#f2f2f2;
	overflow: hidden;
}
#hash-TED img {
	margin-top:4px;
	margin-right:18px;
	float: left;
}
#hash-TED p.text {
	padding-bottom:10px;
	border-bottom: 1px #AEAEAE dotted;
	margin-bottom:10px;
	float: left;
	width:218px;
	min-height:58px;
	height:auto !important;
	height:58px;
}
#hash-TED div.tweet {
	margin-left: 11px;
	margin-right: 30px;
}
/* End Monitter */

/* Blog */
.wide-live {
	float:left;
	width:537px;
	padding-right:25px;
	margin-top:25px;
}
.narrow-live {
	float:left;
	width:328px;
	margin-left:10px;
	margin-top:25px;
}
.blog h3 {
	font-size: 1.1em;
	padding:0;
	background:none;
	color:#666;
	margin-bottom:2px;
	height:inherit;
	line-height:inherit;
}
.blog h1 {
	font-size: 1.6em;
	width:100%;
	padding-top:8px;
	border-top:1px #AEAEAE dotted;
}
.blog h1 a {
	color:#000;
}
.blog p.post-footer {
	border-top:1px #AEAEAE dotted;
	padding-top:5px;
}
.blog .blog-post {
	margin-bottom:50px;
}
/* End Blog */

/* Photos */
.photos {
	background-color:#f2f2f2;
	padding-left: 11px;
	padding-top:10px;
	padding-bottom:10px;
}
/* End Photos */
