@import url("forms.css");

.print{display:none;}

/* LAYOUT
------------------------------------*/

	#container{
		margin:0 auto;
		width: 1000px;
		background:white;
	}
	.margin{
		position: relative;
		margin: 0 auto;
		width: 960px;
	}
	.sidebar_left{
		display: none;
	}


/* HEADER
------------------------------------*/

	#header{
		height: 175px;
		position: relative;
	}
	#header .title{
		margin: 0 0 5px 0;
	}
	#header .title a{
		height:120px;
		display: block;
		background: url(../images/title.png);
		text-indent: -10000px;
	}
	#header .menu{
		padding: 0 10px;
		margin: 0 0 5px 0;
	}
	#header .menu table{
		margin:0;
		width:100%;
	}
	#header .menu table td.item{
		background: url(../images/menu-bg.png) no-repeat left center #000000;
		height: 30px;
	}
	#header .menu table td.item.red{
		background-image:url(../images/menu-bg-red.png);
	}
	#header .menu table td a{
		display: block;
		line-height: 26px;
		text-align: center;
		color: white;
		font-size: 19px;
		height:30px;
	}
	#header .menu table td.selected a,
	#header .menu table td a:hover{
		background-image:url(../images/menu-bg-on.png);					 
	}
	#header .line{
		background: none repeat scroll 0 0 #C9C9C9;
		bottom: 8px;
		height: 5px;
		left: 10px;
		position: absolute;
		width: 980px;
		z-index: 10;
	}
	
/* HOME
------------------------------------*/	

	.slideshow{
		border:1px solid #E5E5E5;
		height:360px;
		position: relative;
	}
	.slideshow ul{
		margin:0;
		padding:0;
		list-style: none;
	}
	.slideshow ul li{
		margin: 0;
		padding: 0;
	}
	.slideshow ul.images{
		position: absolute;
		z-index: 10;
		left: 10px;
		top: 10px;
		width: 650px;
		height: 300px;
	}
	.slideshow ul.images li{
		position: absolute;
		z-index: 10;
		display: none;
	}
	.slideshow ul.images .image{
		width: 300px;
		height: 300px;
		background: #efefef;
	}
	.slideshow ul.images .text{
/*		background: none repeat scroll 0 0 #EFEFEF;*/
		height: 300px;
		left: 320px;
		position: absolute;
		top: 0;
		width: 328px;
		z-index: 10;
	}
	.slideshow ul.indicators{
		position: absolute;
		z-index: 10;
		bottom: 0;
		height: 40px;
		border-top: 1px solid #E5E5E5;
		text-align: center;
		width: 670px;
		left:0;
		#width:340px;
		#padding:0 0 0 330px;
	}
	.slideshow ul.indicators li{
		display: inline-block;
		#float:left;
		height: 40px;
		width: 10px;
	}
	.slideshow ul.indicators li a{
		display: block;
		height: 40px;
		width: 10px;
		background: url(../images/slideshow-dots-off.png) center no-repeat;
		text-indent: -10000px;
		line-height: 40px;
	}
	
		.slideshow ul.indicators li.prev a{
			background-image:url(../images/slideshow-arrow-left-off.png);
		}
		.slideshow ul.indicators li.prev a:hover{
			background-image:url(../images/slideshow-arrow-left-on.png);
		}
	
		.slideshow ul.indicators li.next a{
			background-image:url(../images/slideshow-arrow-right-off.png);
		}
		.slideshow ul.indicators li.next a:hover{
			background-image:url(../images/slideshow-arrow-right-on.png);
		}
	
	.slideshow ul.indicators li a.selected,
	.slideshow ul.indicators li a:hover{
		background-image: url(../images/slideshow-dots-on.png);
	}
	.homepage-feature{
		background: #efefef;
		height: 285px;
		overflow: hidden;
	}
	
	.summary{
		background: #F3F3F3 url(../images/summary-bg.png) top center no-repeat;
		margin: 10px 0 0 0;
		padding: 15px 0 10px 0;
	}
	.summary .summary-top,
	.summary .summary-bottom{
		background:url(../images/summary-lines-cap.png) center;
		height:1px;
		font-size: 0;
	}
	.summary .summary-middle{
		background:url(../images/summary-lines.png) center;
	}
	.summary .divider{
		border-top:1px solid #CCC;
		border-bottom:1px solid #CCC;
		background: #F3F3F3;
		height: 10px;
	}
	.summary .block{
/*		border:1px solid #CCC;*/
		padding: 10px 10px 0 10px;
	}
	.summary .column{
		float: left;
		margin: 0 0 0 10px;
	}
	.summary .column-1{	width:150px }
	.summary .column-2{	width:240px }
	.summary .column-3{	width:330px }
	.summary .column-4{	width:230px }
		

	.slideshow .sub-title{
		font-size:12px;
		text-transform:uppercase;
	}
	.slideshow .item-title{
		font-size:40px;
		color:#999898;
		line-height:25px;
		padding-bottom:15px;
	}
	.slideshow .item-title a{
		color:#999898;
	}
	.summary .title{
		color:#ca0000;
		padding-bottom:0;
	}
	.summary .column-1 ul{
		margin:0 0 10px 10px;
		padding:0;
		list-style:none;
		line-height:normal;
	}
	.summary .column-1 ul li{
		margin:0;
		padding:0;
	}
	.summary .column-1 ul li a{
		color:#666666;
	}
	.summary .column-1 ul li a:hover{
		color:black;
	}
	.summary .column-title{
		font-size:20px;
		text-align:center;
		padding:5px 0;
		color: #CA0000;
	}
	.summary .article .author{
		padding-bottom:0;
		font-family:'SabonLTStdBold';
	}
	.summary .sub-title{
		font-size:14px;
		text-align:center;
		font-family:'SabonLTStdBold';
		text-transform:uppercase;
	}
	.summary .book-author,
	.summary .book-title{
		font-family:'SabonLTStdBold';
		padding-bottom: 0;
	}
	.summary .book-title span{
		color:#ca0000;
		font-family:'SabonLTStdBold';
		
	}
	.summary .book-author,
	.summary .book-press,
	.summary .book-details{
		padding-bottom: 0;
	}
	.p-dots,
	.summary .dots{
		height: 4px;
		background:url(../images/4dots.png) center no-repeat;
	}

/* TALK
------------------------------------*/

.talk-feature{
	background:#666;
	margin:0 0 10px 0;
	color: white;
	padding: 16px 20px;
}
.talk-feature .talk-feature-title{
	font-size:20px;
	margin: 0 0 10px;
}
.talk-feature .talk-feature-title a{
	color:white;
}
.talk-feature .talk-feature-title a:hover{
	color:#ccc;
}
.talk-feature .video{
	margin:0 0 5px 0;
}
.talk-feature .description{
	
}
.talks-wrapper{
	border:1px solid #E5E5E5;
	padding: 10px;
	margin-bottom: 10px;
}
.talks-block{
	border:1px solid #E5E5E5;
	padding: 10px;
}
.talk-title{
	color: #808080;
	font-size: 15px;
	font-family:'SabonLTStdBold';
}
.talks-preview-wrapper{
	padding-left: 7px;
}
.talk-preview{
	float: left;
	width: 140px;
	margin-right:17px;
	margin-bottom:10px;
}
.talk-preview.last{
	margin-right: 0;
}
.talk-preview .video{
	border:1px solid #E5E5E5;
	height: 80px;
}
.talk-preview .video a{
	display: block;
	margin: 5px 0 0 5px;
	height: 70px;
	width: 128px;
	background: #efefef;
	overflow: hidden;
}
.talk-preview .video a img{
	margin-top: -15px;
}
.talk-preview-text{
	padding: 5px;
}
.talk-preview-text .added,
.talk-preview-text .views{
	font-size:13px;
}
.talk-preview-title{
	font-size: 13px;
}

/* CONTENT
------------------------------------*/

	#content{
		margin:0 0 10px 0;
	}
	#components{
		float: left;
		width:670px;
		margin: 0 0 0 10px;
	}
	#components .components_wrapper{
		padding: 15px;
		border:1px solid #E5E5E5;
	}
	#components .title{
		height:40px;
		margin: 0 0 15px 0;
		overflow: hidden;
	}
	#components .title div{
		margin:-32px 0 0 -3px;
		#margin:-22px 0 0 -3px;
	}
	#components .title span.red{
		background:#ca0000;
		color:white;
	}
	#components .title span{
		background:black;
		display: inline-block;
	}
	#components .title{
		font-size:70px;
		color: white;
	}
	#components .title strong{
		text-transform: uppercase;
	}

/* MODULES
------------------------------------*/

.module-next{
	float:right;
}
.module-next-prev p{
	padding: 0;
	margin: 0;
}
h2.module-title,
h2.module-title a{
	font-size:40px;
	color:#999898;
	line-height:30px;
	padding-bottom:15px;	
}
.module-divider{
	height:10px;
	background:#c9c9c9;
	margin:0 0 10px 0;
}
.module-blogs-heading{
	font-size:21px;
	font-weight: bold;
}
h3.module-blogs-title{
	font-weight: bold;
	font-size: 24px;
}
h3.module-blogs-title a{
	color:#CA0000;
}
h3.module-blogs-title a:hover{
	color:black;
}
.module-blogs-date{
	background:#F2F2F2;
	padding: 2px 4px;
	margin: 0 0 10px 0;
}
.module-archive{
	margin: 0 0 20px 0;
}
.module-archive-image{
	float: left;
	width: 200px;
}
.module-archive-image img{
	border:1px solid #E5E5E5;
}
.module-archive-text{
	float: left;
	width: 400px;
}
.module-author{
    float: left;
    margin: 0 20px 20px 0;
    width: 167px;
}
.last{
	margin-right:0;
}
.module-summary em{
	font-weight: bold;
	font-family: 'SabonLTStd';
	font-style:normal;
}

/* SIDEBAR
------------------------------------*/

.sidebar_right{
	margin: 0 0 0 10px;
	float: left;
	width: 300px;
}
.sidebar_right .sidebar_wrapper{
	border:1px solid #E5E5E5;
	padding: 10px;
	margin:0 0 10px 0;
}
.sidebar_right .sidebar_wrapper p:last-child{
	margin:0;
	padding: 0;
}

.search{
	border:1px solid #E5E5E5;
	height:43px;
	margin:0 0 10px 0;
	position: relative;
}
.search form{
    border: 1px solid #E5E5E5;
    height: 23px;
    left: 9px;
    margin: 0;
    position: absolute;
    top: 9px;
    width: 278px;
    z-index: 10;
}
.search form .query{
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    left: 5px;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 4px;
    width: 180px;
    z-index: 10;
}
.search form .button{
	position: absolute;
	z-index: 10;
	right: -1px;
	top: -1px;
	border: none;
	background: none;
	margin: 0;
	padding: 0;
}
.sidebar-image{
	border:1px solid #E5E5E5;
	margin:0 0 10px 0;
}
.sidebar-image img{
	vertical-align: bottom;
}
.sidebar-block{
	border:1px solid #E5E5E5;
	padding: 10px;
	
}
.voice{
	
}
.voice-author{
	border-bottom:1px solid #E5E5E5;
	position: relative;
	height: 50px;
	margin:0 0 10px 0;
}
.voice-name{
	
}
.voice-name a{
	color: black;
	
	text-transform: uppercase;
}
.voice-name a:hover{
	color:#ccc;
}
.voice-text{
	position: absolute;
	z-index: 10;
	left: 60px;
	top: 0px;
	font-size: 11px;
}
.voice-title{
	margin:0 0 5px 0;
	font-size:12px;
}
.voice-title a{
	font-weight:bold;
}
.voice-date{
	text-transform: uppercase;
	font-size: 11px;
	color: #666;
	margin:0 0 20px 0;
}
.author-image{
	position:relative;
	width:278px;
	overflow: hidden;
	margin: 0;
	padding: 0;	
}
.author-image img{
	vertical-align: bottom;
}
.author-image span{
	display:block;
	width: 16px;
	height:16px;
	background:url(../images/magnify.png);
	position: absolute;
	z-index: 10;
	bottom: 10px;
	right:10px;
}
.author-credit{
	font-size:11px;
	margin:0;
	padding: 4px 6px;
	background:#C9C9C9;
	font-family: arial;
	line-height: normal;
	text-align: right;
}
.author-bio{
	margin:10px 0 10px 0;
}
p.module-feed{
	padding: 5px 0 0 0 !important;
	margin: 0 !important;
}
p.module-feed a{
	background:url(../images/rss-bar.png) no-repeat 0 0;	
    color: white;
    display: block;
    font-family: arial;
    font-size: 11px;
    font-weight: bold;
    height: 24px;
    line-height: 24px;
    padding: 0 0 0 30px;
}
p.module-feed a:hover{
	background-position: 0 100%;
}
p.module-feed a:hover{
	
}

/* MODULES
------------------------------------*/


/* FOOTER
------------------------------------*/

#footer{
	background:#666666;
	color: white;
	font-size:9px;
	padding: 20px 30px;
}
#footer p{
	line-height: normal;
	padding: 0;
	margin: 0;
}
#footer a{
	color:white;
	font-weight: normal;
	text-decoration: none;
}
#footer .f-left{
	
}

