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

/* color palette
#F2F0D0    	CREAM
#DE1913		RED
#472200		BRONZE
#C4BAAE		GRAY/BROWN BACKGROUND
#F0F8FD		LIGHT BLUE CONTENT BACKGROUND
*/

/********** CSS Reset **********/
* {
	margin: 0px;
	padding: 0px;
	letter-spacing: -75%;
	color: f2f0d0;
}

body {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #472200;
	background-color: #c4baae;
}

/********** Typography **********/
h1 {
	text-transform: none;
	font-size: 40px;
	letter-spacing: -1px;
	margin: 60px 0 0 30px;
}
span.slogan {
	font-size: 18px;
	color: #472200;
	letter-spacing: -75%;
	font-variant: small-caps;
	font-weight: normal;
	text-transform: none;
	vertical-align: middle;
	padding-left: 10px;
}
span.word2 {
	color: #de1913;
}
h2 {
	color: #F2F0D0;
	text-transform: none;
	font-size: 18px;
	font-weight: normal;
	margin-top: 25px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 120px;
	float: none;
	letter-spacing: -75%;
}
h3 {
	float: left;
	padding-bottom: 5px;
	text-transform: none;
	font-size: 18px;
	font-weight: bold;
	color: #de1913;
	text-align: center;
}

.h3 {
	font-size: 18px;
	font-weight: bold;
	color: #de1913;
}

h4 {
	float: left;
	color: #f2f0d0;
	font-size: 12px;
}
h5 {
	float: left;
	font-size: 14px;
	color: de1913;
	font-variant: normal;
	text-transform: none;
}
h6 {
	font-size: 18px;
	font-weight: bold;
	color: #de1913;
	text-align: left;
}
p {
	font-size: 14px;
	line-height: 18px;
	text-align: left;
	margin-top: auto;
	margin-left: 10px;
}
.entry-content {
	clear: both;
	display: block;
}
a:link {
	color: #733603;
	text-decoration: underline;
}
a:visited { color: #472200; }
a:hover {
	color: #de1913;
}
a:active {
	color: #de1913;
	text-decoration: underline;
}
.red_italic_text {
	font-style: italic;
	color: #de1913;
	font-size: 11px;
}
.red_text {
	color: #de1913;
	font-size: 11px;
	font-size: 11px;
	color: #de1913;
}
.red_media_text {
	color:#de1913;
	font-size: 12px;
	font-style: italic;
}
.italic_rightjust_text {
	font-style: italic;
	text-align: right;
}
/********** Layout **********/
#container {
  margin: auto;
  width: 873px;
}
#header {
	float: left;
	height: 143px;
	width: 850px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 12px;
	background-image: url(../_images/header_bg_slice.png);
	background-repeat: repeat-x;
}

/********** Navigation **********/
#navigation {
	float: left;
	height: 55px;
	width: 850px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 12px;
	background-image: url(../_images/nav_bg_slice.png);
	background-repeat: repeat-x;
	background-color: #f0f8fd;
}
.nav-links li {
	list-style-type: none;
	text-align: center;
	letter-spacing: -1px;
	text-transform: none;
	float: left;
	margin-top: -10px;
}
.nav-links li a {
	text-decoration: none;
	color: 472200;
	display: block;
	height: 35px;
	width: 141px;
	padding-top: 23px;
}
.nav-links a:hover, li#current a {
	color: #fff;
	background-image: url(../_images/NavBar.png);
	background-repeat: no-repeat;
	padding-bottom: 5px;
}
#contact p {
	font-size: 12px;
	color: #472200;
}

/********** Home Page **********/
#featured-area {
	width: 760px;
	float: left;
	background-color: #a89682;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../_images/featured_bg2.png);
	background-repeat: repeat-x;
	padding-top: 15px;
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 15px;
	margin-left: 40px;
}
#featured-area p {
	color: #f2f0d0;
	line-height: 18px;
	padding-top: 20px;
	display: block;
	position: relative;
}
.featured-content {
	color: #f2f0d0;
	line-height: 16px;
	font-size: 14px;
	font-weight: normal;
	padding-top: 25px;
	width: 290px;
	float: left;
	margin-right: 5px;
}
#content-area {
	float: left;
	width: 873px;
	padding-top: 25px;
	background-image: url(../_images/body_bg2.png);
	background-repeat: repeat-y;
	padding-right: 0px;
	padding-bottom: 20px;
	margin-left: 1px;
}
#content-area-left {
	float: left;
	width: 498px;
	margin-top: 30px;
}
.left-content {
  float: right;
  width: 470px;
  padding:0 10px;
}
.left-content img {
	border: 1px solid #d5e1e8;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 40px;
}
.events {
	float: left;
	padding-top: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#content-area-right {
	float: right;
	width: 345px;
	margin-top: 120px;
}
.registration {
	padding: 10px;
	float: left;
	margin-right: 15px;
	border: thin solid #000;
}

/********** Images **********/
.img-left {
	float: left;
	margin-right: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.img-right {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	clear: none;
	padding: 75px 10px 10px;
	margin-top: 0px;
}
.img_blf {
	float: right;
	margin-right: 0px;
	margin-left: 0px;
	clear: none;
	padding: 75px 5px 10px 5px;
	margin-top: 0px;
}
.img_left_content {
	float: left;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 0px;
}
.img_right_content {
	padding: 10px;
	float: right;
}
.img_sidebar {
	padding: 10px 10px 10px 24px;
	font-size: 12px;
	line-height: 14px;
	color: #472200;
}


/********** Book Sidebar **********/
#book-sidebar {
	width: 220px;
	float: left;
	background-color: #a89682;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	background-image: url(../_images/featured_bg2.png);
	background-repeat: repeat-x;
	margin-left: 40px;
	padding: 15px 0px;
	display: inline;
}
#book_widget {
	display:block;
}
#book_widget #book_cover {
	width: 172px;
}
#book_widget #buy_the_book {
	color: #F2F0D0;
	font-size: 13px;
	line-height: 15px;
	margin-left: 28px;
	margin-top: 5px;
}
#book_widget #buy_the_book h3 {
	font-size: 14px;
	font-weight: bold;
	color: #f2f0d0;
	padding-right: 20px;
	padding-top: 20px;
}
#book_widget #buy_the_book #additionalinfo {
	clear: both;
	margin-top: 10px;
	display: inline-block;
	width: 180px;
}
#book_widget #buy_the_book #additionalinfo hr {
	color: #fff;
	height: 1px;
	border: 0px;
	padding-top: 1px;
	padding-bottom: 0px;
	margin-top: 5px;
	margin-bottom: 0px;
	background: #f2f0d0;
}
#book_widget #buy_the_book #additionalinfo p {
	margin: 5px 0 10px;
	font-size: 12px;
	color: #f2f0d0;
	text-decoration: underline;
	padding-right: 120px;
}
#book_widget #buy_the_book #additionalinfo a {
	color: #F2F0D0;
}

#book_widget #buy_the_book #additionalinfo a:hover {
	color: #DE1913;
}

#bookstores {
	margin-top: 5px;
}
#bookstores .bookstore {
	height: auto;
	width: 95px;
	float: left;
	margin-bottom: 3px;
	margin-top: 0;
	margin-left: 0px;
	font-size: 11px;
	font-weight: normal;
	color: #F2F0D0;
	text-decoration: underline;
}
#bookstores .bookstore a {
	color: #F2F0D0;
}
#bookstores .bookstore a:hover {
	color: #DE1913;
}

/********** Right-Side Content **********/
#contentpage_right {
	width: 480px;
	float: left;
	background-color: #faf9f6;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin-left: 40px;
	padding: 20px;
	box-shadow: 2px 2px 7px 2px #777675;
	/* [disabled]border: 1px solid #000; */
}
#contentpage_right p {
	font-size: 12px;
	color: #472200;
	margin-bottom: 0.5em;
}
#contentpage_right img-right {
	float: right;
	margin-right: 0px;
	margin-left: 15px;
	margin-top: 15 px;
	clear: none;
	margin-top: 0px;
}
#container #content-area #contentpage_right img {
	padding-right: 15px;
	padding-bottom: 15px;
	padding-left: 5px;
}
#quote-box {
	margin: 55px 80px 30px;
	padding: 20px 15px 10px;
	float: left;
	height: 130px;
	width: 315px;
	box-shadow: 5px 6px 7px 0px #6F6E6D;
	background: #D6E6EE;
}
.right-content {
	float: left;
	width: 316px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 60px;
}
.right-content-bottom {
	float: left;
	width: 500px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.conference-ad {
	padding-top: 30px;
}
#R-comingsoon-text {
	margin-right: 20px;
}


/********** Ribbons **********/
.R-ribbon-title {
	float: right;
	height: 94px;
	width: 402px;
	padding-left: 20px;
	background-image: url(../_images/Rribbon.png);
	background-repeat: no-repeat;
	margin-right: 4px;
}
.L-ribbon-title {
	float: left;
	height: 90px;
	width: 428px;
	background: url(../_images/Lribbon.png) no-repeat;
}
.Lshortribbon_interviews{
	float: left;
	height: 121px;
	width: 480px;
	backgound-image: ;
	background: url(../_images/short_Lribbon_interviews.png) no-repeat;
	clear: both;
	margin-left: -20px;
}
.left-interviews ul {
	list-style: none;
	margin: 0;
}
.Lshortribbon_praise {
	float: left;
	height: 121px;
	width: 480px;
	background: url(../_images/praise_ribbon.png) no-repeat;
	clear: both;
	margin-left: -20px;
}
.Lshortribbon_excerpts {
	float: left;
	height: 121px;
	width: 480px;
	background: url(../_images/excerpts_ribbon.png) no-repeat;
	clear: both;
	margin-left: -20px;
}
.Rshortribbon_media {
	float: right;
	height: 118px;
	width: 265px;
	background: url(../_images/media_ribbon.png) no-repeat;
	margin-right: -26px;
	margin-top: 100px;
}
.Lcontent_praise {
	float: left;
	width: 240px;
} 
.Rcontent_media {
	float: right;
	width: 240px;
	margin-right: -10px;
	text-align: right;
}
.right-content li a{
	display: inline;
	width: 100px;
	height: 45px;
	text-indent: -999em;
}
.left-content ul {
	list-style: none;
	margin: 0;
}
.left-interviews {
	font-size: 12px;
	padding-left: 30px;
}
#container #content-area #contentpage_right .img_centered {
	float: left;
	padding-right: 150px;
	padding-left: 150px;
}
#container #content-area #contentpage_right .left-content {
	font-size: 12px;
	list-style: url(none) none;
	text-decoration: none;
	line-height: 2em;
	padding-left: 100px;
}
#container #content-area #content-area-right .right-content {
	list-style: none;
}
#container #content-area #content-area-right .right-content ul {
	list-style: none;
	margin-top: 5px;
	margin-bottom: 5px;
}
#container #content-area #content-area-right .right-content ul li {
	margin-top: 10px;
	margin-bottom: 10px;
}
#container #content-area #contentpage_right .R-ribbon-title {
	float: right;
	margin-right: -26px;
	margin-left: 90px;
}
#container #content-area #contentpage_right .L-ribbon-title {
	float: left;
	margin-left: -30px;
}
#container #content-area #contentpage_right .L-ribbon-title h2 {
	margin-left: 100px;
	font-size: 16px;
}
#content-area #contentpage_right .Lcontent_praise .red_text {
	font-size: 11px;
	color: #de1913;
	line-height: normal;
	margin-bottom: 1.5em;
}
#container #content-area #contentpage_right .Rcontent_media p {
	text-align: right;
	margin-bottom: 1.5em;
}
#container #content-area #contentpage_right .Rcontent_media p a {
	text-decoration: none;
}
#socialmedia {
	float: left;
	margin-top: 60px;
	margin-left: 65px;
	margin-bottom: auto;
	clear: both;
}
	
/********** Footer **********/
#footer {
	float: left;
	height: 116px;
	width: 873px;
	padding-bottom: 20px;
	background-image: url(../_images/footer1.png);
	background-repeat: no-repeat;
}
#footer p {
	color: #f2f0d0;
	text-align: center;
	margin-top: 50px;
}

.foot-links li {
	text-transform: none;
	float: left;
	margin-top: 50px;
	color: #f2f0d0;
	font-size: 12px;
	display: inline;
	padding-left: 140px;
	list-style: none;
}
.foot-links li a {
	text-decoration: underline;
	color: #F2F0D0;
}
.foot-links li a:hover {
	color: #F0F8FD;
}

#container #footer p a {
	font-size: 12px;
	color: #F2F0D0;
	float: right;
	margin-right: 20px;
}


.videoplayer {
	margin-left: 30px;
}
#container #content-area #content-area-right .right-content a img {
}
/********** TEDx Instant Streaming **********/
#TEDcontainer {
  margin: auto;
  width: 1026px;
}
#TEDheader {
	float: left;
	height: 143px;
	width: 1000px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 12px;
	background-image: url(../_images/header_bg_slice.png);
	background-repeat: repeat-x;
}
#TEDnavigation {
	float: left;
	height: 55px;
	width: 1000px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	margin-left: 12px;
	background-image: url(../_images/nav_bg_slice.png);
	background-repeat: repeat-x;
	background-color: #f0f8fd;
}
#TEDcontent-area {
	float: left;
	width: 980px;
	margin-left: 12px;
	background: #EAF2F7 url(none) no-repeat;
	border-right: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 35px 0px 20px 20px;
}
#TEDsocialmedia {
	float: left;
	margin-top: 60px;
	margin-left: 65px;
	margin-bottom: auto;
	clear: both;
}
#TEDfooter {
	float: left;
	height: 116px;
	width: 1024px;
	padding-bottom: 20px;
	background-image: url(../_images/TEDfooter3.png);
	background-repeat: no-repeat;
	clear: both;
}
#lang
{
    font-size: 10pt;
    text-align: right;
    padding-right: 20px;
    position: absolute;
    width: 820px;
    padding-top: 10px;

}
