/* 
Theme Name: The Gathering
Theme URL: http://40digits.com
Description: A custom theme.
Author: 40 Digits
Author URI: http://40digits.com
Version: 1.0

*/


body{
	background: #dfdfdf url('images/body_bg.jpg') no-repeat top center;
}
#header{
	width:1034px;
	height:218px;
	margin:auto;
	position: relative;
}
a{
	color:#009ddc;
}
#top_nav{
	float:right;
	font-size:1.2em;
	color:#fff;
	padding-right:13px;
}
#top_nav a{
	text-decoration: none;
	color:#fff;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#head_reg{
	display:block;
	background: transparent url('images/head_regnow.jpg') no-repeat;
	width: 274px;
	height: 35px;
	padding:50px 0 0 92px;
	position: absolute;
	top: 48px;
	left: 645px;
	color:#FFD22B;
	font-weight: bold;
	text-decoration:none;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
}
#head_reg a{
	text-decoration:none;
}
#tab_nav{
	position:absolute;
	bottom:0;
	left:72px;
	display:block;
	list-style: none;
	padding:0;
	margin:0;
}
#tab_nav li{
	float:left;
	height:38px;
}
#searchform{
	display:block;
	width:305px;
	position: absolute;
	bottom:0;
	left:727px;
	padding-bottom: 5px;
}
#s{
	height:27px;
	width: 208px;
	border: 1px solid #009ddc;
	font-size: 1.4em;
}
#searchsubmit{
	position: absolute;
	bottom:0;
	right:0;
}
#container{
	background: transparent url('images/content_bg.png') repeat-y;
	margin:auto;
	width:1006px;
	padding: 0 14px;
}
#home_banner{
	position: relative;
	background: transparent url('images/banner_home.jpg') no-repeat;
	height:237px;
	width:1006px;
}
#banner_nav{
	position: absolute;
	top:40px;
	left:782px;
	text-align:right;
}
#banner {
	width:1006px;
	height:108px;
	background: transparent;
	position: relative;
	height: 1%;
}
html>body #banner {
	height: 108px;
} 
#left{
	float:left;
	padding-left: 30px;
	width:700px;
}
#full-wide{
	float:left;
	padding-left: 30px;
	width:960px;
}
#content{
	padding:15px;
}
#content h3{
	margin-bottom: 3px;
}
#content h3 a{
	text-decoration:none;
}
.halvsies{
	float:left;
	width:280px;
	padding:0 55px 0 0;
}



/* HOMEPAGE */

#stories{
	margin-top: 20px;
	padding:90px 0 20px 30px;
	background: #fff url('images/everybody_bg.png') no-repeat 30px 0px;
}
#cur_story_wrap{
	height:250px;
	width:100%;
	padding-bottom:20px;
}
#cur_story_info{
	height: 255px;
	width: 350px;
	padding-left: 20px;
	float:left;
}
#cur_story_info p{
	color:#888787;
	font-size: 1.3em;
	line-height: 1.6em;
}
#cur_story_info h2 a{
	color:#000;
	text-decoration:none;
}
#cur_story_pic{
	padding:5px;
	width:266px;
	/*height:243px;*/
	background-color: #e5e3e3;
	float:left;
	cursor:pointer;
}
#cur_story_num{
	display:block;
	float:left;
	color: #fff;
	font-size: 1.9em;
	background: #336695;
	border: 1px solid #0d4054;
	padding: 10px 7px 0;
	margin: 8px 10px 10px 0;
	width:45px;
	height:45px;
	text-align:center;
}
#story_thumbs{
	float:left;
	list-style: none;
	padding:0;
	margin:0;
	width: 380px;
}
#story_thumbs li{
	float:left;
	padding-left: 10px;
}
#story_thumbs li img, .speaker_thumb{
	border:1px solid #afafa1;
	padding:2px;
	background: #fff;
	cursor:pointer;
}
#story_thumbs .cur{
	background: #8c8c86;
}
.hr_fade{
	height:2px;
	width:673px;
	margin:15px 0 15px 25px;
	background: #d0d0d0 url('images/hr_fade.png') repeat-x;
	clear:both;
}
.hr_gold{
	width:100%;
	margin:0 0 20px;
	height:2px;
	background: #ffd22b;
}
#share_story{
	background: transparent url('images/share-your-story.jpg') no-repeat;
	width:657px;
	height:200px;
	margin-left:30px;
	padding: 30px 0 0;
	cursor: pointer;
}
#share_story .story_comment {
	width:280px;
	padding: 10px 15px 10px 5px;
	margin-left:35px;
	float:left;
}

/* SPEAKERS */

.speakers_ul{
	list-style:none;
}
.speakers_ul li{
	float:left;
	padding: 10px 0;
	width: 300px;
}
.speakers_ul h3{
	font-size: 1.3em;
	font-weight: bold;
	margin: 5px 0;
}
.speakers_ul a{
	text-decoration: none;
}
.speakers_ul span{
	font-size: 1em;
}
.speakers_ul li img{
	float:left;
	margin-right: 5px;
}

/* SHARE STORIES */

.story_comment{
	background: transparent url('images/quote-light-left.png') no-repeat;
	padding: 0;
}
.story_comment blockquote {
	font-size: 1.2em;
	font-style:normal;
	margin:0 10px;
	padding: 0 0 15px;
	background: transparent url('images/quote-light-right.png') no-repeat bottom right;
}
.story_comment  span{
	font-size: .8em;
	float:right;
	padding: 15px 20px 20px 0;
	font-style: italic;
}
.commentlist {
	list-style: none;
	margin:0;
}
.story_comment p{
	margin:0;
}
#commentform {
	font-size: 1em;
	font-style: italic;
}
#commentform textarea{
	width:320px
}

/* SIDEBAR */

#sidebar{
	float:right;
	width: 200px;
	padding: 30px 30px 30px 0;
}
#sidebar p{
	margin:0 0 5px;
}
#recent-posts{
	border-top: 4px solid #ffd22b;
}
#recent-posts h5 {
	margin-bottom:0.3em;
}	
#recent-posts h3{
	margin:10px 0 0 0;
	background: transparent url('images/news.jpg') no-repeat top left;
	width:99px;
	height:29px;
	color:#888787;
	padding:35px 0 0 45px;
}
#text-3 {
	border-top: 4px solid #00a7e4;
}
#text-3 h3{
	margin-top: 10px;
	background: transparent url('images/sneakpeak_title.png');
	width:140px;
	height:37px;
}
#text-4 {
	border-top: 4px solid #ffd22b;
}
#side_social{
	position: relative;
	margin: 15px 0 3px;
	background: transparent url('images/side_social.png');
	width:196px;
	height:71px;
}
#side_social a{
	position:absolute;
	top:20px;
	width:33px;
	height:52px;
}
.readmore {
	width:68px;
	height:19px;
	background: transparent url('images/readmore_button.png');
	margin:0 0 25px 130px;
	float:right;
}

/* FOOTER */

#footer_wrap{
	background: #666 url('images/footer_bg.png') repeat-x;
	width: 100%;
	color: #fff;
}
#footer_yellow{
	margin:auto;
	width: 1006px;
	height: 8px;
	background: #ffd22b;
}
#footer_top{
	margin:auto;
	width: 936px;
	height:60px;
	padding:15px 0 0 70px;
	position: relative;
	background:#4f4e4e;
}
#footer_bottom{
	margin:auto;
	width: 936px;
	padding: 10px 0 0 70px;
}
#footer_bottom a{
	text-decoration:none;
	color:#fff;
}
#footer_absolute_bottom{
	margin:auto;
	width: 1006px;
	clear:both;
	margin-bottom: 70px;
	font-size: 1em;
	padding: 20px 0 10px;
}
#footer_absolute_bottom a{
	color:#bbbbba;
	text-decoration: none;
}
.foot_col{
	float:left;
	width: 225px;
}
.foot_col ul{
	list-style-image: url('images/footer_bullet.png');
	line-height: 1.7em;
	font-size: 1.15em;
}
#foot_sponsors {
	width:225px;
	height:248px;
	background:url('images/sponsor-logos.jpg') no-repeat left top;	
}
#foot_sponsors div{
	margin-top:230px;
	padding:5px;
	text-align:center;
}
#foot_sponsors div a {
	color:#ffd200;
	text-decoration:underline;
}
#foot_sponsors div a:hover {
	color:#000;
}
#foot_cd {
	background: transparent url('images/footer_cd_bg.jpg') no-repeat;
	width:146px;
	height:43px;
	padding:185px 0 20px 73px;
	font-size: 0.75em;
	color:#666;
	font-family: "Helvetica Neue", Arial, Helvetica, sans-serif; 
}
#foot_cd span{
	color:#346796;
}
.clear{
	clear:both;
}
.post{}
.postmeta{}
.postnavigation{}

.disclaimer { font-size:0.9em; font-style:italic; }
.discount { color:#990000; }
.total-cost { color:#000000; font-size:1.6em; font-weight:bold; }

/*-- agenda table --*/

#mytable 	{ width: 900px; padding: 0; margin: 0; }
#mytable a	{ color:#1a5b75; }
td, th		{ vertical-align:top; }
caption 	{ padding: 8px; font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; text-align: right; }
th 			{ font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #444; border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; border-top: 1px solid #ccc; letter-spacing: 1px; text-transform: uppercase; text-align: left; padding: 6px 6px 6px 12px; }
th.nobg 	{ border-top: 0; border-left: 0; border-right: 1px solid #ccc; background: #ccc; }
td 			{ border-right: 1px solid #ccc; border-bottom: 1px solid #ccc; background: #fff; padding: 6px 6px 6px 12px; color: #4f6b72; }
td.alt 		{ color: #797268; }
th.spec 	{ border-left: 1px solid #ccc; border-top: 0; background: #fff url(bullet1.gif) no-repeat; font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; }
th.specalt 	{ border-left: 1px solid #ccc; border-top: 0; background: #f5fafa url(bullet2.gif) no-repeat; font: bold 10px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif; color: #797268; }
.blue-bg	{ background:#adcbe3; }
.yellow-bg	{ background:#f0dfb1; }
.pink-bg	{ background:#dab4cd; }
.green-bg	{ background:#ccdcb5; }
.gray-bg	{ background:#adb0b2; }

.pdf-link 	{ background:transparent url(images/pdf.gif) no-repeat; padding-left:22px;}

/*-- utility --*/
.alignleft	{ float:left; }
.alignright { float:right; }
img.blue	{ border:4px solid #009ddc; }
img.yellow	{ border:4px solid #ffd200; }
img.pink	{ border:4px solid #c93092; }
img.green	{ border:4px solid #8cc63f; }

