@charset "utf-8";
/* CSS Document */


body {
	margin: 0px;
}
H1{
	font-family:Arial, Helvetica, sans-serif;
	font-size:29px;
	font-weight:normal;
	margin:0;
	padding:0;
}
H3{
	font:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#FFF;
	padding:0;
	margin:0;
	padding:5px 5px 5px 13px;
}
p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#555555;
	line-height:22px;
	margin:7px 0 15px 0;
}
:focus
{
  -moz-outline-style: none;
}
a
{
  outline: none;
}
a:link, a:visited{
	color:#494949;
	text-decoration:none;
}
a:hover, a:active{
	color:#ff2b06;
	text-decoration:underline;
}
.hr{
	width:100%;
	height:3px;
	margin:0px auto 2px auto;
	padding:0;
	background-color:#ff2b06;
	clear:both;
}
.hr2{
	width:100%;
	height:3px;
	margin:0px auto 2px auto;
	padding:0;
	background-color:#fff;
	clear:both;
}
.hr3{
	width:100%;
	height:1px;
	margin:0px auto 2px auto;
	padding:0;
	background-color:#ff2b06;
	clear:both;
}
h4{
	font-family:Arial, Helvetica, sans-serif;
	font-size:16px;
	color:#000;
}
#header{
	margin:0 auto;
	width:1000px;
	height:420px;
	background:url(img/header.jpg) no-repeat center 55px;
}
#header2{
	margin:0 auto;
	width:1000px;
	height:420px;
	background:url(img/header2.jpg) no-repeat center 55px;
}

#logo{
	width:347px;
	height:84px;
	float:left;
	margin:20px 0 0 27px;
}
#nav{
	width:490px;
	height:100px;
	float:right;
}

#nav ul{
	width:120px;
	list-style:none;
	margin:15px 40px 0 0;
	padding:0;
	float:left;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-weight:normal;
	color:#5f5f5f;
}
#nav ul li.head{
	font-weight:bold;
	color:#202020;
}
#nav ul li{
	margin:5px 0 0 0;
}

.red{
	color:#ff2b06;
}

#content{
	width:1000px;
	overflow:auto;
	margin:0 auto 0 auto;
	padding:0 0 20px 0;
	background:url(img/content-bopper.jpg) repeat-x bottom;
}
#content a:link, #content a:visited{
	color:#507a86;
	text-decoration:underline;
}
#content a:hover, #content a:active{
	color:#ff2b06;
	text-decoration:none;
}

.home1{
	width:380px;
	float:left;
	margin:10px 0px 10px 27px;
}
.home2{
	width:300px;
	float:left;
	margin:10px 0px 10px 20px;
	text-align:center;
}
.home3{
	width:220px;
	float:right;
	margin:10px 27px 10px 0px;
}
.callout{
	float:right;
	width:207px;
	background:#f3f6f8;
	border:3px solid #92b7c2;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	padding:0;
}

.calloutHead{
	background:#92b7c2;
	width:100%;
	margin:0;
	padding:0;
}
.callout ul{
	margin:0;
	padding:10px 10px 10px 30px;
}
.callout li{
	font-size:13px;
	font-weight:bold;
	margin:10px 0 5px 0;
	padding:0;
}
.nomnomnom{
height:20px;
width:110px;
display:block;
text-align:center;
background-color:#80ABB8;
margin-left:85px;
padding-top:5px;
}
.nomnomnom a{
color:#FFF;

}
.nomnomnom a:hover{
color:#FFF;
text-decoration:underline;
}

/* Footer  */


#footer{
	background:#dcdcdc;
	min-height:200px;
	width:100%;
	margin:0 auto 0 auto;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	font-weight:bold;
	color:#969595;
	background:url(img/footer-bg.jpg) repeat-x;
}
#footerCont{
	width:1000px;
	margin:0 auto;
	padding:10px 0 10px 0;
}
#socialLinks{
	margin:5px 20px 0 20px;
}

#footerCont a{
	display:block;
	height:19px;
	float:left;
	overflow:hidden;
	line-height:18px;
}

#footerCont a.ted{
	width:40px;
	text-indent:-3333px;
	background:url(img/footer-ted3.gif) no-repeat;
}
#footerCont a.twitter {
	width: auto;
	background:url(img/footer-twit3.gif) no-repeat;
	text-indent:18px;
}
#footerCont a.facebook{
	width: auto;
	background: url(img/footer-face3.gif) no-repeat;	
	text-indent:20px;
}
#footerCont a.flickr {
	width: auto;
	background: url(img/footer-flickr3.gif) no-repeat;	
	text-indent:18px;
}
#footerCont a.divide {
	margin:0 12px 0 12px;
}

/*main nav items active and hover states*/
#footerCont a:hover {background-position:0 100%;}


.footerHr{
	width:97%;
	height:5px;
	background:url(img/footer-hr.gif) repeat-x;
	margin:35px auto 10px auto;
	clear:both;
}
.footerNotes{
	width:97%;
	margin:0 auto;
}
.footerNotes a:link, .footerNotes a:visited{
	color:#777;
}
.footerLeft{
	float:left;
	margin-left:5px;
}
.footerRight{
	float:right;
	margin-left:1px;
	padding-right: 32px;
	background-position:right 2px;
	background-repeat:no-repeat;
	background-image:url(img/cp.gif);
}


/* About */
.about1{
	width:600px;
	float:left;
	margin:10px 0px 10px 27px;
}
.about2{
	width:330px;
	float:right;
	margin:10px 27px 10px 0px;
}
.calloutAbout{
	float:right;
	width:300px;
	background:#f3f6f8;
	border:3px solid #92b7c2;
	font-family:Arial, Helvetica, sans-serif;
	color:#4b4b4b;
	padding:0;
	clear:right;
	margin-top:5px;
}
.calloutAbout p{
	margin:0;
	padding:5px 15px 5px 15px;
	font-size:12px;
	color:#555555;
	line-height:normal;
}
.calloutAbout em{
	color:#000;
	font-size:11px;
	font-style:normal;
}
.calloutAbout .intro{
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-style:italic;
	color:#900;
	margin-top:10px;
}
.calloutAbout p.intro2, .calloutAbout p .intro2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#036;
	margin-top:10px;
}

.calloutAbout ul{
	margin:10px 0 10px 30px;
	padding:0;
}
.calloutAbout li{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	font-style:italic;
	color:#555;
	margin:0;
	padding:0 0 5px 0;
}
.calloutAbout p.last{
	margin-bottom:10px;
}

/* Contact */

.contact1{
	width:400px;
	float:left;
	margin:10px 0px 10px 27px;
}
.thanks1{
	width:600px;
	margin:10px auto 10px auto;
}

/* Speakers */

img.speaker{
	border:#666 1px solid;
	float:left;
	margin:8px 15px 5px 5px;
}
.speakerCopy{
	float:left;
	width:460px;
	margin:-3px 0 0 0;
}
.speakerCopy2{
	padding-top:8px;
}
.speakerCopy p, .speakerCopy2 p{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0 0 15px 0;
	padding:0;
}


/* Misc */

.indent{
	margin-left:8px;
}
.widget{
	width:290px;
	margin:0 auto;
}
.donateButton{
	overflow:hidden;
	width:254px;
	height:31px;
	text-indent:-3333px;
	margin:10px 0 10px 0;
	background-image:url(img/ted-donate-button.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.purchaseButton{
	overflow:hidden;
	width:182px;
	height:31px;
	text-indent:-3333px;
	margin:10px 0 10px 0;
	background-image:url(img/ted-purchase-button.gif);
	background-repeat:no-repeat;
	background-position:top;
}
.donateButton:hover, .purchaseButton:hover{
	background-position:bottom;
}