/*
Theme Name:SBM Conference Theme
Description:SBM Conference Theme
Template:blank2r
*/

/* basics */
*{margin:0; padding:0;}

body {
	background:#a3a3a3;
	font-family: verdana, arial, tahoma, sans-serif;
	font-size: 8pt;
	margin:20px;
	}

	
h1 {font-size: 18pt;}
h2 {font-size: 14pt;}
h3 {font-size: 10pt;}
h4 {font-size: 9pt;}


img{ border: none; padding:0; }
img a{border:none;}

img.left{ float: left; border: none; padding: 6px 0 0 0; }
img.right{ float: right; border: none; padding: 0 0 0 6px; }

blockquote{
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px 0 12px;
	}

code{
	font-family:"Courier New", Courier, monospace;
	}


/* links */

a{
	color:#000;
	text-decoration:none;
	}

a:hover{text-decoration: underline;}



/* container */


#container {
	width: 760px;
	margin: 0 auto;
	padding:0;
	background:#fff;
	color:#333;
	overflow: hidden;
	}
	
/* header */

#header {
	background:#e6e6e6;
  	/*width: 760px;*/ 
  	/*height: 100px;*/
	color: #fff; 
	}

#header h1{
	font:normal 20pt georgia, times;
	padding:20px 0 0 16px;
	margin:0;	
	}
	
#header h1 a{color: #404040; text-decoration: none;}
#header h1 a:hover{color: #666; text-decoration: none;}


#header h2{
	font:normal 10pt georgia, times;
	color:#333;
	padding: 0 0 0 18px;
	margin:0;	
	}

/* main menu */


#menu {
	background:#000;
	font-family: verdana, arial, times, serif;
	font-size: 8pt;
	width:760px; 
	overflow:hidden;
}


#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	list-style-type: none;
	float:left;
	margin: 0;
	padding: 0;
}

#menu ul li a {
	padding:4px 10px;
	margin: 0;
	color: #fff;
	display:block;
}

#menu ul li a:hover {
	background: #fff;
	color:#000;
}

#menu ul li ul {
	display:none;
}


/* content */


#content {
	float:left;
	width:530px;
	overflow: hidden;
	margin:14px;
	}

.post {
	margin:0;
	padding:0;
	line-height: 14pt;
	}
	
.post h2{
	font:normal 15pt georgia, times;
	}
	
.post h2 a{
	color: #000;
	text-decoration: none;
	}
	
.post h2 a:hover{
	color: #777;
	text-decoration: none;
	}

.post ul {}

.post li {
margin-left:25px;
}

.entry p{margin:12px 0;}

.postmetadata{
	clear: both;
	background:#F7F7F7;
	padding:6px;
	margin: 20px 0;
	}
	

.navigation {
	font-size:8pt;
	width:100%;
	float:left;
	margin:0;
	padding:0;
	overflow:hidden;
	}
	
.alignleft a{float:left; margin:25px 0;}
.alignright a{float:right; margin:25px 0;}



/* sidebar */

#sidebar {
	font-family: verdana, arial, tahoma;
	font-size:8pt;
	width:190px;
	float:right;
	margin:0;
	padding: 0;
	border-left: 1px solid #ddd;
	}

#sidebar h2{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar label{
	font:normal 11pt arial, georgia, times;
	color: #000;	
	margin: 0;
	padding: 0;
}

#sidebar p {margin:0; padding: 0 6px 0 12px;}

#sidebar img {padding: 0; margin: 0;}

#sidebar ul {
	margin:12px;
	padding:0;
	}

#sidebar ul li {
	margin: 0;
	padding: 0;
	line-height: 14pt;
	list-style-type: none;
	}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type: none;
	}

#sidebar ul ul ul{
	margin: 0;
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	list-style-type: square;
	color: #898989;
}



/* comments */


#commentform{
	background:#fff;
	margin:0;
	padding:0;
	}
	
#commentform p{
	color: #000;
	}
	
#commentform a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;line-height: 14pt;}
	
#commentform h3{
	font-family: georgia, times, verdana;
	font-size: 10pt;
	font-weight: 300;
	color: #000;
	margin:0;
	padding:0;
	}
	
#comment{
	width:80%;
	}

#author, #email, #url, #comment, #submit{
	background: #fff;
	font-family: verdana, arial, times;
	font-size: 8pt;
	margin:5px 5px 0 0;
	padding:0;
	border: 1px solid #000;
	}
	
#submit{margin:5px 5px 0 0;}

#comments{margin:0; padding:0}
	
ol.commentlist {list-style-type: none; margin:0; padding:0;}

.avatar{float:left; margin:0 12px 0 0;}

ol.commentlist li {
	background: #fff;
	margin:10px 0;
	padding:5px 0 5px 10px;
	list-style-type:none;
	}

ol.commentlist li.alt {background: #eee;}
ol.commentlist li p {margin: 6px 0 6px 0; padding: 0 12px 0 0; line-height: 14pt;}

ol.commentlist a {color:#000;}

cite {
	font-family: arial, verdana, tahoma;
	font-size: 9pt;
	font-weight: bold;
	font-style: normal;
	}
	
cite a{color: #000; text-decoration: none; border-bottom: 1px dotted #465D71;}




/* search */

#searchform{
	padding:0;
	margin:14px 0;
	}

#searchform input#s{
	margin:0;
	padding:2px;
	border:1px solid #000;
	}

#searchform input#searchsubmit{
	border:none;
	background:#333;
	color:#fff;
	text-transform:lowercase;
	}


	
/* misc */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
	
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}


/* footer */

#footer {
	background:#000;
	clear: both;
	width: 100%;
	}
	
#footer p{padding:14px 0;margin: 0; color: #eee; text-align:center;}
#footer a{color: #BCBCBC;text-decoration: none;}
#footer a:hover{color: #5D5D5D;text-decoration: underline;}






/*	SMAX Teal		#009bc9 
	SMAX Green		#94a620
	Generic Blue	#2b63ab
	Generic Orange	#cf8638

	SMAX Red		#b90e32
	SMAX dk blue	#003c6e
	SMAX md blue	#014d89
*/



body {
background:#a3a3a3 url('/wp-content/uploads/2010/04/body-bg.gif') repeat-x scroll left top;
margin:0; font-family:Arial, Helvetica, sans-serif; font-size:12px; }

#container { background-color:white; width:960px; z-index:1; margin-bottom:0px; border:1px #a9a9a9 solid; border-top-style:none; background:white url('/wp-content/uploads/2010/04/container-bg.gif') scroll repeat-y left top; }

#handleBar { background-color:; margin:0px auto; width:950px; color:white; padding:5px; height:16px; font-size:12px; }
#handleBar a { color:white; margin:0px 5px; text-decoration:none;font-weight:bold;text-transform:uppercase;}
#handleBar a:hover { color:#787878; text-decoration:underline; }
.handleBarLeft { float:left; }
.handleBarRight { float:right; }
#handleBar img {margin-bottom:-3px;}

#top-nav { float:right;margin:0 0 0 10px;padding:0;}
#top-nav li {list-style-type:none;float:left;border-right:0px #ccc solid;margin:0;padding:0 0 0 5px; }
#top-nav li a { display:block; font-weight:700; margin:0; padding:0 0 0 20px; }
#top-nav li a:hover {}
#top-nav .no-border {}

#header { background-color:black; width:960px; height:170px; margin:0px auto;height:auto; }

#menu {}

#menuWrapper { width:960px; height:37px; margin:0px auto;background:#ececec url('/wp-content/uploads/2010/02/nav-bg.gif') repeat-x scroll left top; z-index:999; position:relative;border-bottom:1px #a9a9a9 solid; }

/* jQuery SuperFish Styles
*/
#menu { background-color:#ececec; overflow:visible; }
#menu ul li a { padding:12px; font-family:Arial, Helvetica, sans-serif; font-size:12px;background:#ececec url('/wp-content/uploads/2010/02/nav-bg.gif') repeat-x scroll left top; color:black; border-right:1px #a9a9a9 solid; border-bottom:1px #a9a9a9 solid;}
#menu ul li a:hover { background-color:#a9a9a9; color:white;}
#menu ul li ul { width:200px; background-image:none; top:35px;}
#menu li { }
.current_page_item { background-color:#ececec; }
.current_page_item a { color:white; }
/* END jQuery SuperFish Styles
*/


#content { width:639px; margin-left:20px; }
#content a, #content a:visited { color:#cd4022; font-size:12px; text-decoration:underline; }
#content a:hover { color:gray; text-decoration:none; }

.slideShowWrapper {background-color:white; margin-bottom:10px; padding-bottom:10px; border:1px #a9a9a9 solid;; height:270px; z-index:1;}

#sidebar { width:240px; height:100%; padding:20px; background-color:#d5d5d5; font-family:Arial, Helvetica, sans-serif; font-size:12px; }
#sidebar ul { margin:0px; }  
#sidebar ul ul ul li { margin-left:15px; padding-left:0px; color:silver; }
#sidebar p { } 
#sidebar h2 { font-size:18px; font-weight:bold; color:#067c5a; margin-bottom:-13px;}
#sidebar h3, #sidebar h4 { font-size:12px; font-weight:bold; color:white; text-transform:uppercase; padding:3px 6px; background-color:#6f6f6f; }
#sidebar ul li .page-item { padding-left :5px; }
#sidebar a { color:gray;}
#sidebar .current_page_item { background-color:silver; }
#sidebar .current_page_item a { color:black; padding-left:3px; }

#content .registerNowButton { width:310px;height:auto;padding:20px; border-bottom:1px #a9a9a9 solid; border-right:1px #a9a9a9 solid; text-align:center; background:#3c7c9d url('/wp-content/uploads/2010/03/register-now-button-bg.gif') repeat-x scroll left center;} 
#content .registerNowButton a, #content .registerNowButton a:visited {color:white; font-size:32px; font-weight:bold; letter-spacing:-1px;text-decoration:none;}
#content .registerNowButton a:hover { color:#bddca0; text-decoration:none; }

#sidebar .registerButton { padding:10px; border-bottom:1px #6e6e6e solid; border-right:1px #6e6e6e solid; text-align:center; background:#d53a3e url('/wp-content/uploads/2010/04/register-button-bg.gif') repeat-x scroll left center;} 
#sidebar .registerButton a, #sidebar .registerButton a:visited {color:white; font-size:32px; font-weight:bold; letter-spacing:-1px;}
#sidebar .registerButton a:hover { color:#eaa79c; text-decoration:none; }

#sidebar .outlookButton { padding:10px; border-bottom:1px #6e6e6e solid; border-right:1px #6e6e6e solid; text-align:center; background:#6e6e6e url('/wp-content/uploads/2010/04/second-button-bg.gif') repeat-x scroll left center;} 
#sidebar .outlookButton a, #sidebar .outlookButton a:visited {color:white; font-size:20px; font-weight:bold; letter-spacing:-1px;}
#sidebar .outlookButton a:hover { color:#9dbfcc; text-decoration:none; }
#sidebar .sideBarContent{ background-color:white; padding:10px; border-left:1px #a9a9a9 solid; border-bottom:1px #a9a9a9 solid; border-right:1px #a9a9a9 solid;margin-bottom:10px;}

#sidebar .outside_container .submit_button, #content .outside_container .submit_button 
{ padding:6px 10px; border-style:none; text-align:center; background:#b90e32 url('/wp-content/uploads/2010/04/register-button-bg.gif') repeat-x scroll left center;color:white;font-size:16px;font-weight:bold;}
#sidebar label {font-size:12px;}
#sidebar .q {padding-left:0px;padding-right:0px;}
#sidebar .full_width_space {margin-left:0px;margin-right:0px;}

.focus { padding:10px; background-color:#ececec; border:1px #a9a9a9 solid; float:right;}

#footer { width:960px;margin:0px auto;color:white; height:150px;background:#a3a3a3 url('/wp-content/uploads/2010/04/container-shadow.gif') no-repeat scroll center top;margin-bottom:20px; }
#footer .footerNav {text-align:left;margin-top:10px;}
#footer .footerNav a, #footer .footerNav a:visited { color:white; font-size:20px; text-decoration:none;margin-right:15px;font-weight:normal; }
#footer .footerNav a:hover { color:#787878; text-decoration:underline;margin-right:15px; }
#footer .footerCopyright {text-align:left;margin-top:10px;width:400px;}
#footer .footerCopyright a, #footer .footerCopyright a:visited { color:white; text-decoration:underline; }
#footer .footerCopyright a:hover { color:#474747;text-decoration:underline; }
.footerPad { padding:20px 0px 20px 10px; text-align:center; border-top:0px silver solid; }
#footer .confLogo img { border-style:none; float:right;margin-right:5px; }
#footer .sbmLogo img { border-style:none; float:right; }

#bottom-nav { float:left;margin:0 0 0 0;padding:0;}
#bottom-nav li {list-style-type:none;float:left;border-right:0px #ccc solid;margin:0;padding:0 0 0 0; }
#bottom-nav li a { display:block; font-weight:700; margin:0; padding:0 0 10px 0; }
#bottom-nav li a:hover {}
#bottom-nav .no-border {}

h2, .post h2, #content .post h2 a { font-family:Arial, Helvetica, sans-serif; font-size:28px; font-weight:100; letter-spacing:-1px; color:#cd4022; padding-bottom:25px;	}
h3, .post h3, #content .post h3 a, #content .header { font-family:Arial, Helvetica, sans-serif; font-size:18px; color:#000000; font-weight:bold; padding-bottom:5px; }

.dayBar, .dateBar {padding: 5px;background-color:gray; color: white; font-size: 14px;text-transform:uppercase;font-weight:bold; }
.timeBar {padding: 5px;}
.eventBar {margin-bottom:15px;border-bottom:1px silver dotted;}
.eventL {float:left;width:160px;padding:5px 0px;margin-bottom:10px;border-top:1px silver dotted;font-weight:bold;}
.eventR {float:left;width:470px;padding:5px 0px;margin-bottom:10px;border-top:1px silver dotted;color:#666666;}
.faqQ {}
.faqA {margin:5px 5px 25px 25px;padding-bottom:10px;color:#666666; border-bottom:1px dotted silver;}

#content .colL, #content colR {width:315px;float:left;}


.lcdstyle { background-color:white; margin-bottom:10px; padding:10px; border:1px #a9a9a9 solid; }
.dateBlue { font-size:36px; font-weight:bold; margin-right:7px; float:left; color:#014d89;color:#3a82b6;}
.lcdText { margin:5px; height:auto;  }

.darkBlueBox {padding:5px; border:1px solid #666666; background:#0099CC; color: #FFFFFF; font-size: 14px; font-weight:bold;}
.lightGrayBox1 {padding:5px; border-left:1px solid #666666; border-bottom:1px solid #666666; background:#e5e5e5; color: #000000; font-size: 12px; font-weight:bold;}
.track { padding:5px; border-bottom:1px solid #666666; color: #000000; font-size: 12px;}

.darkGrayBox {padding:5px; border:1px solid #666666; background:#6e6e6e; color: #FFFFFF; font-size: 13px; font-weight:bold;}
.lightGrayBox1 {padding:5px; border-left:1px solid #666666; border-bottom:1px solid #666666; background:#e1e1e1; color: #000000; font-size: 12px; font-weight:bold;}
.lightGrayBox2 {padding:5px; border-right:1px solid #666666; border-bottom:1px solid #666666; background:#e1e1e1; color: #000000; font-size: 12px; font-weight:bold;}
.booth { padding:5px; border-left:1px solid #bcbabb; border-bottom:1px solid #bcbabb; color: #000000; font-size: 12px;}
.exhibitor { padding:5px; border-bottom:1px solid #bcbabb; color: #000000;font-size: 12px; }
.logo { padding:5px; border-bottom:1px solid #bcbabb; border-right:1px solid #bcbabb; color: #000000; font-size: 11px; text-align:center;}

.clear { clear:both; }
.nocomments {display:none;}

.news {margin:5px 5px 25px 25px;padding-bottom:10px;color:#666666; border-bottom:1px dotted silver;}

.newsWrapper {border:1px solid silver;padding:20px;background-color:#f6f6f6;}
.message {border:1px solid #b90e32;padding:10px;background-color:#fffee3;margin-bottom:15px;font-size:18px;color:#b90e32;text-align:center;}


/*
Old SMAX inline table styles on pages like Speakers and Event Schedule
*/
.blueBox {border:2px solid #0099FF;  color:#0099FF; font-size:13px; font-weight:bold;padding:3px;}
.desc { padding:5px; border-bottom:1px solid #bcbabb; }
.eb	{ padding:5px; border-bottom:1px solid #bcbabb; border-right: 1px solid #bcbabb; text-align:center;}
.after { padding:5px; border-bottom:1px solid #bcbabb;  text-align:center;}


#menu .sf-sub-indicator{background:url('/wp-content/uploads/2010/02/arrows-ffffff.gif');TOP:1.0em;}
#menu a.sf-with-ul{padding-right:25px;}

#top-nav { float:right;margin:0 0 0 10px;padding:0;}
#top-nav li {list-style-type:none;float:left;border-right:0px #ccc solid;margin:0;padding:0 0 0 5px; }
#top-nav li a { display:block; font-weight:700; margin:0; padding:0 0 0 20px; }
#top-nav li a:hover {}
#top-nav .no-border {}

.rssSummary {padding-bottom:5px;}
ul li a.rsswidget {font-weight:bold;}
.newsWrapper ul li {margin-left:10px;}
.newsWrapper h4 a {display:none;}

.smregButton { padding:5px; border-bottom:1px #a9a9a9 solid; border-right:1px #a9a9a9 solid; text-align:center; background:#e6cd88 url('/wp-content/uploads/2010/03/second-button-bg.gif') repeat-x scroll left center; width:150px;} 
.smregButton a, .smregButton a:visited {color:#ffffff; font-size:16px; font-weight:bold; }
.smregButton a:hover { color:#f2e6c3; text-decoration:none; }


