/*
Theme Name:SBMConferenceTheme
Description:SBM Conference Theme
Author: Summit Business Media
*/ 

/* basics */
* {
	margin:0;
	padding:0;
}

body {
	background:#676767;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
}

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 {
	border:none;
	float:left;
	padding:6px 0 0;
}

img.right {
	border:none;
	float:right;
	padding:0 0 0 6px;
}

blockquote {
	border-left:1px solid #A5ABAB;
	margin:15px;
	padding:0 12px;
}

code {
	font-family:"Courier New", Courier, monospace;
}

/* links */
a {
	color:#000;
	text-decoration:none;
}

a:hover {
	text-decoration:underline;
}

#container {
	background:#FFF url('/wp-content/themes/SBMConferenceTheme/images/container-bg.gif') scroll repeat-y left top;
	border:1px #a9a9a9 solid;
	border-top-style:none;
	color:#333;
	margin:0 auto;
	overflow:hidden;
	padding:0;
	width:960px;
	z-index:1;
}

/* header */
#header {
	background-color:#FFF;
	color:#fff;
	height:auto;
	margin:0 auto;
	width:960px;
}

#header h1 {
	font:normal 20pt georgia, times;
	margin:0;
	padding:20px 0 0 16px;
}

#header h1 a {
	color:#404040;
	text-decoration:none;
}

#header h1 a:hover {
	color:#666;
	text-decoration:none;
}

#header h2 {
	color:#333;
	font:normal 10pt georgia, times;
	margin:0;
	padding:0 0 0 18px;
}

/* jQuery SuperFish Styles*/
#menu {
	background:#000;
	background-color:#ececec;
	font-family:verdana, arial, times, serif;
	font-size:8pt;
	overflow:visible;
	width:760px;
}

#menu ul {
	margin:0;
	padding:0;
}

#menu ul li {
	float:left;
	list-style-type:none;
	margin:0;
	padding:0;
}

#menu ul li a {
	background:#ececec url('/wp-content/themes/SBMConferenceTheme/images/nav-bg.gif') repeat-x scroll left top;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	color:#000;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0;
	padding:12px;
}

#menu ul li a:hover {
	background:#fff;
	background-color:#a9a9a9;
	color:#FFF;
}

#menu ul li ul {
	background-image:none;
	display:none;
	top:35px;
	width:200px;
}

/* END jQuery SuperFish Styles*/
#content {
	float:left;
	margin:14px 14px 14px 20px;
	overflow:hidden;
	width:639px;
}

.post {
	line-height:14pt;
	margin:0;
	padding:0;
}

.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 li {
	margin-left:25px;
}

.entry, .newsWrapper {
	margin-bottom:24px;
}


.entry p, p {margin:0 0 1.25em}

.postmetadata {
	background:#F7F7F7;
	clear:both;
	margin:20px 0;
	padding:6px;
}

.navigation {
	float:left;
	font-size:8pt;
	margin:0;
	overflow:hidden;
	padding:0;
	width:100%;
}

.alignleft a {
	float:left;
	margin:25px 0;
}

.alignright a {
	float:right;
	margin:25px 0;
}

/* sidebar */
#sidebar {
	background-color:#f6f6f6;
	border-left:1px solid #ddd;
	float:right;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	height:100%;
	margin:0;
	padding:20px;
	width:240px;
}

#sidebar h2 {
	color:gray;
	font:normal 11pt arial, georgia, times;
	font-size:18px;
	font-weight:700;
	margin:0 0 -13px;
	padding:0;
}

#sidebar label {
	color:#000;
	font:normal 11pt arial, georgia, times;
	font-size:12px;
	margin:0;
	padding:0;
}

#sidebar p {
	margin:0;
	padding:0 6px 0 12px;
}

#sidebar img {
	margin:0;
	padding:0;
}

#sidebar ul {
	margin:0;
	padding:0;
}

#sidebar ul li {
	line-height:1.5;
	list-style-type:none;
	margin:0 0 10px;
	padding:0;
}

#sidebar ul ul {
	margin:14px 0;
	padding:0;
}

#sidebar ul ul li {
	list-style-type:none;
	margin:0;
}

#sidebar ul ul ul {
	margin:0;
	padding:0;
}

#sidebar ul ul ul li {
	color:silver;
	list-style-type:square;
	margin-left:15px;
	padding:0;
}

/* comments */
#commentform {
	background:#fff;
	margin:0;
	padding:0;
}

#commentform p {
	color:#000;
}

#commentform a {
	border-bottom:1px dotted #465D71;
	color:#000;
	line-height:14pt;
	text-decoration:none;
}

#commentform h3 {
	color:#000;
	font-family:georgia, times, verdana;
	font-size:10pt;
	font-weight:300;
	margin:0;
	padding:0;
}

#comment {
	width:80%;
}

#author,#email,#url,#comment,#submit {
	background:#fff;
	border:1px solid #000;
	font-family:verdana, arial, times;
	font-size:8pt;
	margin:5px 5px 0 0;
	padding:0;
}

#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;
	list-style-type:none;
	margin:10px 0;
	padding:5px 0 5px 10px;
}

ol.commentlist li.alt {
	background:#fff;
}

ol.commentlist li p {
	line-height:14pt;
	margin:6px 0;
	padding:0 12px 0 0;
}

ol.commentlist a {
	color:#000;
}

cite {
	font-family:arial, verdana, tahoma;
	font-size:9pt;
	font-style:normal;
	font-weight:700;
}

cite a {
	border-bottom:1px dotted #465D71;
	color:#000;
	text-decoration:none;
}

/* search */
#searchform {
	margin:14px 0;
	padding:0;
}

#searchform input#s {
	border:1px solid #000;
	margin:0;
	padding:2px;
}

#searchform input#searchsubmit {
	background:#333;
	border:none;
	color:#fff;
	text-transform:lowercase;
}

/* misc */
img.centered {
	display:block;
	margin-left:auto;
	margin-right:auto;
}

img.alignright {
	display:inline;
	margin:0 0 2px 7px;
	padding:4px;
}

img.alignleft {
	display:inline;
	margin:0 7px 2px 0;
	padding:4px;
}

.alignright {
	float:right;
}

.alignleft {
	float:left;
}

.wp-caption {
	-khtml-border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
	background-color:#f3f3f3;
	border:1px solid #ddd;
	border-radius:3px;
	margin:10px;
	padding-top:4px;
	text-align:center;
}

.wp-caption img {
	border:0 none;
	margin:0;
	padding:0;
}

.wp-caption p.wp-caption-text {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}

/* footer */
#footer {
	background:#676767 url('/wp-content/uploads/2010/03/container-shadow.gif') no-repeat scroll center top;
	clear:both;
	color:#FFF;
	height:150px;
	margin:0 auto 20px;
	width:960px;
}

#footer p {
	color:#eee;
	margin:0;
	padding:14px 0;
	text-align:center;
}

#footer a {
	color:#BCBCBC;
	text-decoration:none;
}

#footer a:hover {
	color:#5D5D5D;
	text-decoration:underline;
}

#handleBar {
	color:#FFF;
	font-size:12px;
	height:16px;
	margin:0 auto;
	padding:5px;
	width:950px;
}

#handleBar a {
	color:#fcd008;
	font-weight:700;
	margin:0 5px;
	text-decoration:none;
}

#handleBar a:hover {
	color:#FFF;
	text-decoration:underline;
}

.handleBarLeft {
	float:left;
}

.handleBarRight {
	float:right;
}

#handleBar img {
	margin-bottom:-3px;
}

#menuWrapper {
	background:#ececec url('/wp-content/themes/SBMConferenceTheme/images/nav-bg.gif') repeat-x scroll left top;
	border-bottom:1px #a9a9a9 solid;
	height:37px;
	margin:0 auto;
	position:relative;
	width:960px;
	z-index:10;
}

.current_page_item {
	background-color:#ececec;
}

.current_page_item a {
	color:#FFF;
}

#content a,#content a:visited {
	color:#0E5B6F;
	text-decoration:underline;
		font-weight:bold;
}

#content a:hover {
	color:#999;
	text-decoration:underline;
	font-weight:bold;
}

.slideShowWrapper {
	background-color:#FFF;
	border:1px #a9a9a9 solid;
	height:270px;
	margin-bottom:24px;
	padding-bottom:10px;
	z-index:1;
}

#sidebar h3,#sidebar h4 {
	background-color:gray;
	color:#FFF;
	font-size:12px;
	font-weight:700;
	padding:3px 6px;
	text-transform:uppercase;
}

#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:#000;
	padding-left:3px;
}

#content .registerNowButton {
	background:#5ba711 url('/wp-content/uploads/2010/03/register-now-button-bg.gif') repeat-x scroll left center;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	height:auto;
	padding:20px;
	text-align:center;
	width:310px;
}

#content .registerNowButton a,#content .registerNowButton a:visited {
	color:#FFF;
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
	text-decoration:none;
}

#content .registerNowButton a:hover {
	color:#bddca0;
	text-decoration:none;
}

#sidebar .registerButton {
	background:#237d0c url('/wp-content/uploads/2010/07/register-now-button-bg.gif') repeat-x scroll left center;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	padding:10px 5px;
	text-align:center;
}

#sidebar .registerButton a,#sidebar .registerButton a:visited {
	color:#fff;
	font-size:32px;
	font-weight:700;
	letter-spacing:-1px;
}

#sidebar .registerButton a:hover {
	color:#829d60;
	text-decoration:none;
}

#sidebar .outlookButton {
	background:#003c6e url('/wp-content/uploads/2010/04/register-now-button-bg.jpg') repeat-x scroll left center;
	border-bottom:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	padding:10px 5px;
	text-align:center;
}

#sidebar .outlookButton a,#sidebar .outlookButton a:visited {
	color:#FFF;
	font-size:24px;
	font-weight:700;
	letter-spacing:-1px;
}

#sidebar .outlookButton a:hover {
	color:#7d9fba;
	text-decoration:none;
}

#sidebar .sideBarContent {
	background-color:#FFF;
	border-bottom:1px #a9a9a9 solid;
	border-left:1px #a9a9a9 solid;
	border-right:1px #a9a9a9 solid;
	margin-bottom:10px;
	padding:10px;
}

#sidebar .outside_container .submit_button,#content .outside_container .submit_button {
	background:#003c6e url('/wp-content/themes/SBMConferenceTheme/images/outlook-button-bg.gif') repeat-x scroll left center;
	border-style:none;
	color:#FFF;
	font-size:16px;
	font-weight:700;
	padding:6px 10px;
	text-align:center;
}

#sidebar .q {
	padding-left:0;
	padding-right:0;
}

#sidebar .full_width_space {
	margin-left:0;
	margin-right:0;
}

.focus {
	background-color:#ececec;
	border:1px #a9a9a9 solid;
	float:right;
	padding:10px;
}

#footer .footerNav {
	margin-top:10px;
	text-align:left;
}

#footer .footerNav a,#footer .footerNav a:visited {
	color:#919291;
	font-size:20px;
	font-weight:400;
	margin-right:15px;
	text-decoration:none;
}

#footer .footerNav a:hover {
	color:#FFF;
	margin-right:15px;
	text-decoration:underline;
}

#footer .footerCopyright {
	margin-top:10px;
	text-align:left;
}

#footer .footerCopyright a,#footer .footerCopyright a:visited {
	color:#919291;
	text-decoration:none;
}

#footer .footerCopyright a:hover {
	color:#FFF;
	text-decoration:underline;
}

.footerPad {
	border-top:0 silver solid;
	padding:20px 0 20px 10px;
	text-align:center;
}

#footer .confLogo img {
	border-style:none;
	float:right;
	margin-right:5px;
}

#footer .sbmLogo img {
	border-style:none;
	float:right;
}

h2,.post h2,#content .post h2 a {
	color:gray;
	font-family:Arial, Helvetica, sans-serif;
	font-size:28px;
	font-weight:100;
	letter-spacing:-1px;
	padding-bottom:25px;
}

h3,.post h3,#content .post h3 a,#content .header {
	color:#0E5B6F;
	font-family:Arial, Helvetica, sans-serif;
	font-size:18px;
	font-weight:700;
	padding-bottom:5px;
}

.dayBar,.dateBar {
	background-color:gray;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	padding:5px;
	text-transform:uppercase;
}

.timeBar {
	padding:5px;
}

.eventBar {
	border-bottom:1px silver dotted;
	margin-bottom:15px;
}

.eventL {
	border-top:1px silver dotted;
	float:left;
	font-weight:700;
	margin-bottom:10px;
	padding:5px 0;
	width:160px;
}

.eventR {
	border-top:1px silver dotted;
	color:#666;
	float:left;
	margin-bottom:10px;
	padding:5px 0;
	width:470px;
}

.faqA {
	border-bottom:1px dotted silver;
	color:#666;
	margin:5px 5px 25px 25px;
	padding-bottom:10px;
}

#content .colL,#content colR {
	float:left;
	width:315px;
}

.lcdstyle {
	background-color:#FFF;
	border:1px #a9a9a9 solid;
	margin-bottom:10px;
	padding:10px;
}

.dateBlue {
	color:gray;
	float:left;
	font-size:36px;
	font-weight:700;
	margin-right:7px;
}

.lcdText {
	height:auto;
	margin:5px;
}

.darkBlueBox {
	background:#09C;
	border:1px solid #666;
	color:#FFF;
	font-size:14px;
	font-weight:700;
	padding:5px;
}

.lightGrayBox1 {
	background:#e1e1e1;
	border-bottom:1px solid #666;
	border-left:1px solid #666;
	color:#000;
	font-size:12px;
	font-weight:700;
	padding:5px;
}

.track {
	border-bottom:1px solid #666;
	color:#000;
	font-size:12px;
	padding:5px;
}

.darkGrayBox {
	background:#09C;
	border:1px solid #666;
	color:#FFF;
	font-size:13px;
	font-weight:700;
	padding:5px;
}

.lightGrayBox2 {
	background:#e1e1e1;
	border-bottom:1px solid #666;
	border-right:1px solid #666;
	color:#000;
	font-size:12px;
	font-weight:700;
	padding:5px;
}

.booth {
	border-bottom:1px solid #bcbabb;
	border-left:1px solid #bcbabb;
	color:#000;
	font-size:12px;
	padding:5px;
}

.exhibitor {
	border-bottom:1px solid #bcbabb;
	color:#000;
	font-size:12px;
	padding:5px;
}

.logo {
	border-bottom:1px solid #bcbabb;
	border-right:1px solid #bcbabb;
	color:#000;
	font-size:11px;
	padding:5px;
	text-align:center;
}

.clear {
	clear:both;
}

.nocomments {
	display:none;
}

.news {
	border-bottom:1px dotted silver;
	color:#666;
	margin:5px 5px 25px 25px;
	padding-bottom:10px;
}

.newsWrapper {
	background-color:#f6f6f6;
	border:1px solid silver;
	padding:20px;
}

.message {
	background-color:#fffee3;
	border:1px solid #003c6e;
	color:#003c6e;
	font-size:18px;
	margin-bottom:15px;
	padding:10px;
	text-align:center;
}

/*
Old SMAX inline table styles on pages like Speakers and Event Schedule*/
.blueBox {
	border:2px solid #09F;
	color:#09F;
	font-size:13px;
	font-weight:700;
	padding:3px;
}

.desc {
	border-bottom:1px solid #bcbabb;
	padding:5px;
}

.eb {
	border-bottom:1px solid #bcbabb;
	border-right:1px solid #bcbabb;
	padding:5px;
	text-align:center;
}

.after {
	border-bottom:1px solid #bcbabb;
	padding:5px;
	text-align:center;
}

#menu .sf-sub-indicator {
	background:url('/wp-content/themes/SBMConferenceTheme/images/arrows-ffffff.gif');
	top:1em;
}

#menu a.sf-with-ul {
	padding-right:25px;
}






 .nowButton {  
 width:260px;
 height:auto;
 padding:20px; 
 border-bottom:1px #a9a9a9 solid; 
 border-right:1px #a9a9a9 solid; 
 text-align:center;
 background:#0E5B6F url('/wp-content/uploads/2010/06/register-now-button-bg.gif') repeat-x scroll left center;} 
.nowButton a, .nowButton a:visited {color:white; font-size:28px; font-weight:bold; letter-spacing:-1px;text-decoration:none;}
.nowButton a:hover { color:#fff; text-decoration:underline; }


.daybar	{ background:#00313F; font-size:14px; font-weight:bold; color:white; padding:5px; margin:10px 0px 0px 0px; } 
.timeBar { padding:5px; border-bottom:1px solid #bcbabb; }


/**
 * Schedule table
 */
table {
	border:0;
	margin-bottom:1em;

}

th {
	background:#ccc;
	text-transform:uppercase;
}

td, th {
	border:0;
	border-top:1px solid #fff;
	padding:5px;


}

caption{
	background:url("/wp-content/uploads/2010/02/outlook-button-bg.gif") repeat-x scroll left center #003C6E;
	color:#fff;
	font-size:20px;
	margin-bottom:0;
	padding:8px;
}

#key {
	margin-bottom:5px;
	//display: none;
}

tbody td {
	vertical-align:top;
}

.time {
	padding-left:10px;
	padding-right:10px;
	width:130px;
}

.details {
	width:370px;
}

.location {
	width:119px;
}

.odd{background-color:#eee;}

.sales, .marketing, .ltci, .annuities, .life-insurance {
	padding-left:8px;
	padding-right:20px;
}

.sales{
	background-image:url(images/sched-cat-1.png);
	background-repeat:repeat-y;
}

.marketing{
	background-image:url(images/sched-cat-2.png);
	background-repeat:repeat-y;
}

.ltci {
	background-image:url(images/sched-cat-3.png);
	background-repeat:repeat-y;
}

.annuities {
	background-image:url(images/sched-cat-4.png);
	background-repeat:repeat-y;
}

.life-insurance {
	background-image:url(images/sched-cat-5.png);
	background-repeat:repeat-y;
}

.tip ul {
	margin-bottom:1em;
}

/* 
    nyroModal Styles
*/
div#nyroModalFull {
	font-size:12px;
	color:#777;
}
div#nyroModalFull div#nyroModalLoading {
	border:4px solid #777;
	width:150px;
	height:150px;
	text-indent:-9999em;
	background:#fff url(images/ajaxLoader.gif) no-repeat;
	background-position:center;
}
div#nyroModalFull div#nyroModalLoading.error {
	border:4px solid #f66;
	line-height:20px;
	padding:20px;
	width:300px;
	height:100px;
	text-indent:0;
	background:#fff;
}
div#nyroModalFull div#nyroModalWrapper {
	background:#fff;
	border:4px solid #777;
}
div#nyroModalFull div#nyroModalWrapper a#closeBut {
	position:absolute;
	display:block;
	top:-13px;
	right:-13px;
	width:12px;
	height:12px;
	text-indent:-9999em;
	background:url(images/close.gif) no-repeat;
	outline:0;
}
div#nyroModalFull div#nyroModalWrapper h1#nyroModalTitle {
	margin:0;
	padding:0;
	position:absolute;
	top:-22px;
	left:5px;
	font-size:12px;
	color:#ddd;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent {
	overflow:auto;
}
div#nyroModalFull div#nyroModalWrapper div.wrapper div#nyroModalContent {
	padding:5px;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent {
	position:relative;
	overflow:hidden;
	text-align:center;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent img {
	vertical-align:baseline;
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div {
	position:absolute;
	bottom:0;
	left:0;
	background:black;
	padding:10px;
	margin:10px;
	border:1px white dotted;
	overflow:hidden;
	opacity:0.2;
	filter:alpha(opacity=20);
}
div#nyroModalFull div#nyroModalWrapper div.wrapperImg div#nyroModalContent div:hover {
	opacity:0.5;
	filter:alpha(opacity=50);
	cursor:help;
}
div#nyroModalFull div#nyroModalWrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper a.nyroModalNext {
	z-index:105;
	outline:none;
	position:absolute;
	top:0;
	height:100%;
	width:40%;
	cursor:pointer;
	text-indent:-9999em;
	background:left 20% no-repeat;
	background-image:url(data:image/gif;base64,AAAA); /* Trick IE6 */
}
div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapperSwf a.nyroModalNext, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalPrev, div#nyroModalFull div#nyroModalWrapper div.wrapper a.nyroModalNext {
	height:60%;
	width:20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev {
	left:0;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalPrev:hover {
	background-image:url(images/prev.gif);
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext {
	right:0;
	background-position:right 20%;
}
div#nyroModalFull div#nyroModalWrapper div#nyroModalContent a.nyroModalNext:hover {
	background-image:url(images/next.gif);
}