/*
 * National Outreach Convention Stylesheet
 * outreachconvention.com
 * 
 * v2.1
 *
 * Designed by Justin Leonard // jleonard@outreach.com
 * Coded by Mike Stecker // mstecker@outreach.com
 *
 * Copyright 2010 Outreach, Inc.
 *
 */

.clear {clear:both;}


/* ** * ** Type ** * ** */
body { font-family: "Myriad Web Pro", "Myriad Pro", "Myriad Web", myriad, helvetica, arial, sans-serif; line-height: 1.5; background-color: #fff; color: #000; }

header nav ul { font-size:16px; font-weight:bold; color:#bcbdc0; }
header nav a { color:#bcbdc0; text-decoration:none; }


/* ** * ** Layout ** * ** */
.container {
	width:950px;
	margin:0 auto;
	padding:0 15px;
	clear:both;
}

.left {float:left;}
.right {float:right;}
.hide {display:none;}


/* ** * ** Some Colors Link Info ** * ** */
section					{color:#3a3c41;}
section a, aside a		{color:#9d1d2d;}
section a:hover, aside a:hover		{color:#1c669e; text-decoration:none;}
.highlight				{color:#1c669e;}
a.highlight				{color:#1c669e; text-decoration:none;}
a.highlight:hover		{text-decoration:underline;}

a.nounderline			{text-decoration:none;}
a.nounderline:hover		{text-decoration:none;}

#footer, #footer a, #footer-bottom, #footer-bottom a {color:#bcbdc0; text-decoration:none;}

#footer a:hover {text-decoration:underline;}

.note					{font-size:10px;}
.red					{color:#9d1d2d;}

a.button				{background-color:#1f2f3f; padding:5px 20px; color:#d3d3d3; text-decoration:none;}
a.button:hover			{background-color:#9d1d2d; color:#fff; }

.bghighlight			{background-color:#f0f0f0; padding:2px 5px;}
hr						{height:1px; background-color:#e8e8e8;}

/* ** * ** Page Background ** * ** */
#globalHeader {background: url('/images/site/background_page-full.gif') repeat-y center top;}

#main {background: url('/images/site/background_page-sidebar.gif') repeat-y center top;}

.home #main, .noside #main {background: url('/images/site/background_page-full.gif') repeat-y center top;}

#footer {background: url('/images/site/background_footer.gif') no-repeat center top;}
#footer-bottom {background: url('/images/site/background_footer_bottom.gif') no-repeat center top;}

/* ** * ** Global Header ** * ** */

header {width:950px; float:none; background: url('/images/site/header_background.jpg') no-repeat left top #112029;}
header, header a { color: #bcbdc0; text-decoration:none; }
header figure.logo {float:left;}
header figure.date {float:left;}
header #login-register {margin:0;}

#branding a				{ background: url('/images/site/logo_noc-national-outreach-convention-2010.png') no-repeat transparent; width: 235px; height: 70px; float: left; margin: 20px 10px 7px 15px; text-indent:-9999px;}
#header_sep				{ width: 2px; height: 77px; margin: 20px 15px 0 10px; background: url('/images/site/header_sep.png') no-repeat transparent; float: left; }
#date					{ font-size: 18px; text-transform:uppercase; float:left; margin-top:42px; }
#login-register			{ }

ul#metaNav, ul#metaNav li {font-size: 11px; list-style:none; text-align:center}
ul#metaNav {margin:12px 20px 0 0; top:0}
ul#metaNav a:hover {text-decoration:underline;}
ul#metaNav li {padding:0 1px 0 0; display:inline-block;}
	ul#metaNav li:after{content: "|"; padding-left:5px; }
	ul#metaNav li:first-child {padding-left:0;}
	ul#metaNav li.last {padding-right:0; }
	ul#metaNav li.last:after {content: ""; padding-left:5px; }

header nav {width:950px; height: 43px; text-align:center; clear:left; float:none; background: url('/images/site/nav_background.png') no-repeat left top transparent;}
header nav ul, header nav ul li {list-style:none; text-align:center; margin-top:16px;}
header nav ul {margin:0 auto; top:0; display:block;}
header nav li {display:inline-block;}
	header nav li:after {content: " |"; margin: 0; }
	header nav li.last:after {content: ""; }
	
	header nav li a {padding:15px 10px 10px 10px;}
	header nav li a:hover {background: url('/images/site/nav_hover.gif') repeat-x left top transparent;}
		
		header nav ul li ul {
			display: none;
			margin: 0 0 0 0px; padding: 0;
			position: absolute;
			top:140px; z-index:100;
			-moz-border-radius: 0 0 5px 5px;
			-webkit-border-radius: 0 0 5px 5px;
			border-radius: 0 0 5px 5px;
			border: 1px solid #111;
		}			
		header nav li ul li:after {content: "";}
		header nav li ul li {
			margin-top:0; padding-top:5px;
			height:20px;
			float: none; display: block;
			border-top: 1px solid #12202a;
			border-bottom: 1px solid #000;
			background: #091117;
			text-align:left;
		}		
		header nav li ul li a {
			padding:5px 40px 4px 20px;
		}
		header nav li ul li a:hover {
			background: #203846;
			border-top: 1px solid #36515f;
			border-bottom: 1px solid #020305;
		}
		header nav li ul li:last-child { padding-bottom: 10px; }


/* ** * ** Global Footer ** * ** */
div.center {width:980px; margin:0 auto;}

#footer {
	padding-top:20px;
}
footer p, #footer-bottom p {text-align:center}

#footer-bottom {padding:25px 15px;}

/* ** * ** Homepage ** * ** */

#feature {
	margin-top: 2px;
}


.mainstage {
	height: 348px;
	width: 950px;
	position: relative;
}

.mainstage .transition_layer {
	position: absolute;
	top: 0;
	height: 348px;
	width: 694px;
	background-color: #444444;
	background-repeat: no-repeat;
	z-index: 11;
}

.mainstage .main_feature {
	background-color: #444444;
	background-repeat: no-repeat;
	height: 348px;
	width: 694px;
	z-index: 10;
	position: absolute;
	left:256px;
	display: block;
	text-decoration: none;
}

.mainstage .main_feature .alt {
	text-indent: -5000px;
}

/* ------ Headline ------ */

.mainstage .headline {
	display: block;
	position: absolute;
	bottom: 21px;
	left: 20px;
	width: 895px;
	height: 89px;
	background-image: url('/images/site/bg_transparent_black.png');
}

.mainstage .headline_viewport {
	display: block;
	position: absolute;
	width: 915px;
	height: 89px;
	bottom: 21px;
	left: 20px;
	overflow: hidden;
	z-index: 20;
}
.mainstage .headline_viewport .headline {
	bottom: 0;
	left: 0;
	width: 915px;
}

.mainstage .headline_inner {
	display: block;
	text-decoration: none;
	padding: 15px;
}

.mainstage a.main_feature .headline h1 {
	color: white;
	font-weight: bold;
	font-size: 28pt;
	margin: 0;
	padding: 0;
	line-height: 1em;
	padding-bottom: 3px;
	text-decoration: none;
}

.mainstage a.main_feature .headline h2 {
	font-weight: normal;
	margin: 0;
	padding: 0;
	font-size: 13pt;
	text-decoration: none;
	line-height: 19px;
}
.mainstage a.main_feature .headline h2 span {
	color: #fff;
	background-position: right;
	background-repeat: no-repeat;
	padding-right: 26px;
}
.mainstage  a:hover.main_feature .headline h2 span {
	color: #e8510a;
}

/* ------ features listing ------ */
.mainstage .features_panel {
	background: #0f2a38 url('/images/site/mainstage_featurelist_bg.png') no-repeat left top;
	position: absolute;
	left: 0;
	width: 256px;
	height: 348px;
	z-index: 30;
}
.mainstage .features_nav_up a {
	display: block;
	top: 0;
	width: 256px;
	text-indent: -5000px;
	background: transparent url('/images/site/mainstage_nav.png') no-repeat;
	height: 43px;
	outline: none !important;
}
.mainstage .features_nav_up a:hover {
	background-position: 0 -43px;
}

.mainstage .features_nav_down a {
	display: block;
	top: 290px;
	width: 256px;
	text-indent: -5000px;
	background: transparent url('/images/site/mainstage_nav.png') no-repeat 0 -86px;
	height: 44px;
	outline: none !important;
}
.mainstage .features_nav_down a:hover {
	background-position: 0 -130px;
}

.mainstage .features_viewport {
	position: relative;
	width:256px;
	overflow: hidden;
	height: 260px;
}
.mainstage .features_tray {
	position: absolute;
	top: 0px;
}
.mainstage ul.features {
	position: absolute;
	list-style-type: none;
	margin: 0;
	margin-right: 12px;
	padding: 0;
	top: 0px;
}
.mainstage ul.features li.feature {
	height: 85px;
	background-image: url('/images/site/bg_transparent_black.png');
	color: #bcbdc0;
	width: 256px;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.2em;
	border-top: 1px solid #000;
	border-bottom: 1px solid #2a404c;
        padding:0;
        background-repeat:repeat;
		opacity:0.75;

}
.mainstage ul.features li.feature_hover {
	background-image: url('/images/site/mainstage_white_overlay.png');
}
.mainstage ul.features li.current_feature {
	background: transparent url('/images/site/mainstage_white_overlay.png') !important;
	width:256px;
	background-position: top;
	opacity:1;
}
.mainstage ul.features li.feature .thumbnail {
	float: left;
	width: 84px;
	height: 85px;
	background-image: url('/images/site/mainstage_thumb-border.png');
	background-repeat: no-repeat;
	background-position: 14px 15px;
}
.mainstage ul.features li.feature .thumbnail img {
	padding-left: 17px;
	padding-top: 18px;
}
.mainstage ul.features li.current_feature .thumbnail {
}
.mainstage ul.features li.feature .title {
	padding-right: 12px;
}

.mainstage ul.features li.feature .title a {
	font-size:16px;
	color: #e2e2e2;
	text-decoration: none;
}
.mainstage ul.features li.feature_hover .title a {
	color: #fff;
}

.mainstage ul.features li.current_feature .title a {
	color: #fff;
}

/* video */
.mainstage #mainstage_video {
	position: absolute;
	top: 0;
	z-index: 9;
}



#register {
	padding:8px 0 10px 25px;
	width:900px;
}
#register .date {
	float:left;
	width:83px;
	height:74px;
	margin-right: 10px;
	background: transparent url('/images/site/icon_date_0831.png') no-repeat center top;
}
#register .text {float:left;}
#register .text h3, #register .text h4 {float:left; margin:10px 0 5px 0; word-spacing:0; font-weight:bold;}
#register .text h3 {font-size:22px; }
#register .text h4 {font-size:14px; margin-left: 5px; top: 3px;}


#register .register-action {width: 180px; float:right; text-align:right; margin-top:10px;}
#register .register-action a.register-btn {color:#fff; text-decoration:none; float:right;
background: transparent url('/images/site/button_register.gif') repeat-x center top;	
	height:31px;
	width:139px;
	margin-bottom:5px;}
#register .register-action .btntext {
	visibility:hidden;}
#register .register-action a.register-btn:hover {
	background-position: 0 -32px;
}


#speakers, #buckets, #quotes, #premiere-sponsors {
	background: transparent url('/images/site/home_sep_horiz_shadow.png') no-repeat center top;
	border-top: 1px solid #e8e8e8;
	padding:0 10px 0 20px;
	margin: 0 5px;
}

#speakers {padding-left:10px}

.titlebox {width:135px; margin-top:20px; padding:42px 20px 25px 0; float:left; background: transparent url('/images/site/home_titlebox_bg.png') no-repeat right top; }
.titlebox .title {font-size:18px; text-align:right; line-height:10px;}
.titlebox .title .highlight {color:#ce171f;}
.titlebox .title .maintitle {font-size:30px;}
.titlebox .link {margin-top:30px; text-align:right;}

#featured-speakers, #featured-speakers div.item {margin:0; padding:0; list-style:none; float:left; font-size:14px; text-align:center}
#featured-speakers {
	height:210px;
	overflow:hidden;
	position:relative;
	width:660px;
	}
#featured-speakers a {
	text-decoration:none;
	color: #3a3c41;
}
#featured-speakers .items {
	clear:both;
	position:absolute;
	width:20000em;
}
a.browse {
	background:url('/images/site/home_scrollable_btns.png') no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:49px;
	margin-top:57px;
	width:48px;
}
	a.browse.left {
		margin-right:0;
		margin-left:9px
	}
	a.browse.right  {
		background-position:-48px 0;
		float:right;
		clear:right;
		margin-left:0;
		margin-right:0;}

a.disabled {visibility:hidden}

#featured-speakers div.item {padding:15px 23px 15px 20px; width:122px; line-height:18px;}
#featured-speakers div.item span.image {
	background: transparent url('/images/site/home_feature-speaker_bg.png') no-repeat center top;
	padding:2px 11px 12px 12px;
	display:block;
}
#featured-speakers div.item span img {
	border:2px solid #000;
}

#buckets {padding:0}
#buckets .bucket{
	float:left;
	width: 410px;
	padding:20px 30px;
}
#buckets .bucket.bucket1 {
	background: transparent url('/images/site/home_sep_bucket.png') no-repeat right top;
}





#featured_speakers {width:620px !important; background:url("/images/site/home_sep_horiz_shadow.png") no-repeat scroll center top transparent !important;
border-top:1px solid #E8E8E8 !important;
margin:0 !important;
padding:0 !important;
padding-left:0 !important}
#featured_speakers h2 {padding-left:10px; margin:0; font-size:18px; top:8px; line-height:24px; }






#quotes, #premiere-sponsors {background-image:none; width:910px;}
#quotes {padding-left:0}

.titlebox2 {width:395px; margin-top:10px; padding:7px 20px 15px 0; float:left; background: transparent url('/images/site/home_titlebox2_bg.png') no-repeat right bottom; }
.titlebox2 .title {font-size:18px; text-align:center; line-height:10px;}
.titlebox2 .title .maintitle {color:#3c3d3b}

#quotes article {width:100%; margin-top:10px; padding:0 20px;}
.quote {width:910px; clear:both;}
.quote p {width: 700px; margin:0 auto; text-align:center; font-size: 18px; color: #1c669e; line-height: 22px;}


#premiere-sponsors {padding-top:15px;}
#premiere-sponsors h3 {font-size:18px; margin-bottom:10px;}
#premiere-sponsors .sponsor {float:left; width: 220px; margin-right:10px;}
#premiere-sponsors .sponsor.last {margin-right:0}


/* ** * ** Breadcrumbs ** * ** */

#breadcrumbs			{margin-top:-12px; margin-bottom:10px; padding-left:10px;}
#breadcrumbs ul, #breadcrumbs ul li {font-size: 12px; list-style:none;}
#breadcrumbs ul {margin:0 auto; top:0; display:block;}
#breadcrumbs li {padding:0 3px 0 0; display:inline-block;}
	#breadcrumbs li:after { content: "|"; padding-left:6px; }
	#breadcrumbs li:first-child {padding-left:0;}
	#breadcrumbs li:last-child { content: ""; padding-right:0; font-weight:bold; }
	#breadcrumbs li:last-child:after { content: ""; padding-left:6px; }


/* ** * ** Misc Page Elements ** * ** */

#page					{margin:1px 2px 0 0; padding:20px 28px 20px 20px; width:620px; background: url('/images/site/page_top_shadow.gif') repeat-x center top transparent; }

#page article			{padding-bottom:14px; padding-left:10px; width: 600px; clear:left;}
article h1				{font-weight:bold; font-size:30px; word-spacing: 0;}
article p				{ margin: 0 0 10px 0;}

article.nopad			{width: 620px !important; padding-left:0 !important;}

.back-to-top			{font-size:11px; margin-top:2px;}

.home p+p				{text-indent:0;}

/* ** * ** Quick Links in-page navigation ** * ** */

.quicklinks {margin:0 0 22px 0}

.quicklinks ul{
	display: table;
	margin: 0 auto;
	padding: 0;
}
.quicklinks ul li {
	margin: 0;
	list-style: none;
	padding:0 5px 0 0; display:inline-block;
}
.quicklinks li:after { content: "|"; padding-left:6px; }
	.quicklinks li.noborder:after { content: ""; padding-left:0; }
.quicklinks li:first-child {padding-left:0;}
.quicklinks li:last-child { content: ""; padding-right:0; }
.quicklinks li:last-child:after { content: ""; padding-left:6px; }



.quicklinks h4 {margin:10px 0 0; width:440px; float:left}

.learnmore-action {width: 147px; float:right; text-align:right; margin:5px 0;}
.learnmore-action a.learnmore-btn {color:#fff; text-decoration:none; float:right;
	background: transparent url('/images/site/button_learnmore.gif') repeat-x center top;	
	height:30px;
	width:137px;
	margin-bottom:0;}
.learnmore-action .btntext {
	visibility:hidden;}
.learnmore-action a.learnmore-btn:hover {
	background-position: 0 -29px;
}

.quicklinks li {
	float: left;
}
/*\*//*/
* html ul.quicklinks {
	text-align: center;
	display: block;
}
* html .quicklinks li {
	display: inline-block;
	float: none;
}








/* ** * ** Global Sidebar ** * ** */

#globalSide				{padding:20px 10px 20px 15px;}
#globalSide aside		{width:255px; margin:0 0 15px; clear:left;}
aside .title			{background: url('/images/site/sidebar_title_bg.gif') repeat-x 0 4px transparent; margin-bottom: 15px;}
aside .title h3			{font-size: 14px; font-weight:normal; text-transform:uppercase; word-spacing: 0; float:left; background-color:#f0f0f0; padding:0 10px 0 0;}
aside .content			{padding-left: 15px;}


.tweet 					{}
.tweet .date p			{text-align:right; font-style:italic;}
#tweets .content ul		{margin:0; list-style:none}
#tweets .content li 	{margin:0 0 10px 0; padding:5px 0; list-style:none; border-bottom:1px solid #e8e8e8;}
	#tweets .content li:last-child {border-bottom:none;margin-bottom:0; }

#connect .content ul	{margin:0; list-style:none}
#connect .content li	{margin:0 5px 0 0; padding:0; list-style:none; display:inline; float:left}

#blogCats ul, #blogArchives ul {margin:0; list-style:none;}
#blogCats ul li, #blogArchives ul li {list-style:none; padding:5px 0;}

/* ** * ** Forms ** * ** */

.searchbox input 					{color:#666;margin:0 10px 7px 0;border:1px solid #d8d8d8;width:160px;float:left;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px; background: url('/images/site/gradient_white.png') repeat-x top left #efefef;padding:3px 10px;}

.searchbox input[type="text"]:disabled         {opacity: .5;border:1px solid #eee !important;}

.searchbox .button				                {width:auto; height:auto; float:left; background-image:none; background-color:#1f2f3f; padding:3px 5px; color:#fff; text-decoration:none; -moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}


.contactform fieldset				{margin:20px 0 0 0;}
.contactform fieldset legend					{margin:-10px 0 0 10px; font-size:14px; font-weight:normal}

.contactform fieldset ul, .contact fieldset li	{margin:0; padding:0; list-style:none}
.contactform fieldset li		{margin-bottom:6px;clear:both}
.contactform fieldset .col			{float:left; width:290px;}
.contactform fieldset .col.a			{margin-right:20px;}

.contactform .captcha				{float:left; width: 400px;}
.contactform .captcha img			{float:left; margin-right:10px}


.contactform fieldset label 					{float:left;display:block;margin:3px 5px 3px 0;padding:0;clear:both;width:65px}
.contactform fieldset input 					{color:#666;margin:0 0 7px 0;border:1px solid #d8d8d8;width:198px;float:left;-moz-border-radius:4px;-webkit-border-radius:4px;border-radius:4px;background: url('/images/site/gradient_white.png') repeat-x top left #efefef;padding:3px 10px;}

.contactform fieldset input[type="text"]:disabled         {opacity: .5;border:1px solid #eee !important;}

.contactform fieldset textarea 				{color:#666;font-size:110%;font-family:arial;height:80px;border:1px solid #d8d8d8;width:198px;-moz-border-radius:12px;-webkit-border-radius:12px;border-radius:12px;background: url('/images/site/gradient_white.png') repeat-x top left #efefef;padding:2px 10px;margin-bottom:10px;}
.contactform fieldset #send				                {position:relative; top:28px; width:auto; height:auto; float:right; background-image:none; background-color:#1f2f3f; padding:5px 20px; color:#fff; text-decoration:none; -moz-border-radius:0;-webkit-border-radius:0;border-radius:0;}

.contactform fieldset label span                          {color:#ff0000;font-size:85%;}



/* ** * ** Event Info Pages ** * ** */

.schedule p+p {text-indent:0;}

.schedule-table {}
.schedule-table .navigator {float:left; width:189px;}
.schedule-table .navigator h3 {font-size: 16px; font-weight:normal; margin:4px 0 5px 0; word-spacing: 0;}
.schedule-table .navigator ul {border-left:1px solid #e8e8e8; border-top:1px solid #e8e8e8; list-style:none; margin:0; padding-left:10px; padding-top:10px;}
.schedule-table .navigator li {}

.schedule-table .dates {float:left; width: 428px; border-left:1px solid #e8e8e8; border-right:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;}
.schedule-table .day {}
.schedule-table .day .title {padding:4px 10px 0 10px; border-top:1px solid #e8e8e8; border-bottom:1px solid #e8e8e8;}
.schedule-table .day .title h3 {font-size: 16px; font-weight:bold;  margin:0 0 4px 0; float:left; word-spacing: 0;}
.schedule-table .day .day-schedule {margin:4px;}

.schedule-table .day .day-schedule .day-row {margin:5px 0; padding:5px 10px 5px 20px;}
	.schedule-table .day .day-schedule .day-row.even {background-color:#f0f0f0;}
.schedule-table .day .day-schedule .time {float:left; color:#1c669e; font-weight:bold; width: 120px;}
.schedule-table .day .day-schedule .event {float:left;}
.schedule-table .day .day-schedule .event a {font-weight:normal}

.schedule-table .day .day-schedule p {padding: 10px;}


.rates p+p {text-indent:0;}
.rates-table {border:1px solid #e8e8e8; margin:0 0 20px 0;}
.rates-table .title {padding: 3px 10px; font-weight:normal;}
.rates-table h3 {margin:0; font-size: 18px; font-weight:bold; word-spacing: 0;}

.rates-table .cell {padding:10px 20px 15px 20px; border-top:1px solid #e8e8e8; float:left; min-height:115px;}

.rates-table .cell.a, .rates-table .cell.d {width: 269px;}
.rates-table .cell.b {width: 268px; background-color:#f0f0f0; border-left:1px solid #e8e8e8;}
.rates-table .cell.c {width: 268px; background-color:#f0f0f0; border-right:1px solid #e8e8e8;}

.rates-table .cell h3 { font-size: 14px; }
.rates-table .cell h3 .sep {font-size: 16px;}
.rates-table .cell h3 .highlight {font-size: 18px;}
.rates-table .cell p {line-height:14px;}
.rates-table .cell .includes {font-weight:bold; text-transform:uppercase;}



/* ** * ** Listing ** * ** */
.alpha-nav						{list-style:none; margin:5px 0; padding:6px 0; width:620px; border-top:1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8}
.alpha-nav, .alpha-nav ul li	{font-size: 14px; font-weight:bold; list-style:none; text-align:center;}
.alpha-nav a					{color:#3a3c41; text-decoration:underline}
.alpha-nav a:hover				{color:#1C669E; text-decoration:none}
.alpha-nav li {padding:0 3px 0 0; display:inline-block;}
	.alpha-nav li:after			{ content: "|"; padding-left:6px; }
	.alpha-nav li:first-child	{padding-left:0;}
	.alpha-nav li:last-child	{ content: ""; padding-right:0; font-weight:bold; }
	.alpha-nav li:last-child:after	{ content: ""; padding-left:6px; }

.listing {
	
}
.alpha-head {padding-bottom:8px; border-bottom: 1px solid #e8e8e8;}
.alpha-head h3 {margin:0; font-size: 18px; font-weight:bold}
.alpha-head .back-to-top {}
.listing-item {padding:8px 10px; margin-bottom:8px; border-bottom: 1px solid #e8e8e8;}
.listing-item.even {background-color:#f0f0f0}

.listing-item .title {max-width:476px; margin-bottom: 10px; padding:2px 40px 6px 6px; border-bottom: 1px solid #e8e8e8;}
	.listing-item.even .title {border-bottom: 1px solid #e9e5e2}
.listing-item .title a {color:#3a3c41; text-decoration:none;}
.listing-item .title h3, .listing-item .title h4 {float:left; margin:0; word-spacing:0;}
.listing-item .title h3 {font-size:18px; line-height:24px;}
.listing-item .title h4 {font-size:12px; font-weight:normal; font-style:italic; margin-left: 3px; top: 3px;}

.listing-item .media {margin-right:10px; width:70px;}
.listing-item .media img {border:2px solid #000;}

.listing-item .content {width: 500px;}
.listing-item .content p {margin-bottom:0; padding-left:6px;}

.listing-item p+p {text-indent:0;}

.exhibitor-head {padding-bottom:8px; border-bottom: 1px solid #e8e8e8;}
.exhibitor-head h3 {margin:0; font-size: 18px; font-weight:bold; word-spacing:0}
.exhibitor-head.premier {padding-top:8px; border-top: 1px solid #e8e8e8; margin-top:10px}

#logopreview{
	position:absolute;
	border:1px solid #ccc;
	background:#333;
	padding:5px;
	margin:0;
	line-height:0;
	display:none;
	color:#fff;
	}

/* ** * ** Sessions ** * ** */
.quick-info {margin-bottom:0}
.excerpt {margin-top:10px;}


.session-detail p+p {text-indent:0;}

.session-detail .title {margin-bottom: 16px;}
.session-detail .title h1, .session-detail .title h2 {margin:0; word-spacing:0;}
.session-detail .title h1 {font-size: 22px; line-height:1.15em;}
.session-detail .title h2 {font-size:12px; font-weight:normal; line-height:12px; margin-bottom:6px;}
.session-detail .title a {color:#3a3c41; text-decoration:none}

.session-detail .media {margin-right:20px; width:140px;}
.session-detail .media .primary-image img {border:2px solid #000;}
.session-detail .media .button {padding:5px 8px;}

.session-detail .content {width: 440px;}
.session-detail .content .description {margin-top:10px;}
.session-detail .content .connect {margin-left:5px;}
.session-detail .content .connect h4 {font-size:12px; word-spacing:0; margin-bottom:6px; padding:1px 20px 1px 0; border-top:1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;}
.session-detail .content .connect ul, .speaker-profile .content .connect ul li {font-size: 12px; list-style:none;}
.session-detail .content .connect ul {margin:0 auto; top:0; display:block;}
.session-detail .content .connect li {padding:0 3px 0 0; display:inline-block;}
	.session-detail .content .connect li:after { content: "|"; padding-left:6px; }
	.session-detail .content .connect li:first-child {padding-left:0;}
	.session-detail .content .connect li:last-child { content: ""; padding-right:0; }
	.session-detail .content .connect li:last-child:after { content: ""; padding-left:6px; }

p.add {margin-top:5px;}
.add-to-schedule {background:url(/images/icons/add.png) no-repeat 6px 3px; padding:6px 8px 5px 26px !important}
.add-to-schedule:hover {background-color: #105192 !important}

/* ** * ** Speaker Profile ** * ** */
.speaker-profile p+p {text-indent:0;}

.speaker-profile .title {margin-bottom: 16px;}
.speaker-profile .title h1, .speaker-profile .title h2 {float:left; margin:0; word-spacing:0;}
.speaker-profile .title h1 {font-size: 30px;}
.speaker-profile .title h2 {font-size:18px; font-weight:normal; font-style:italic; margin-left: 8px; top: 6px}

.speaker-profile .media {margin-right:20px; width:140px;}
.speaker-profile .media .primary-image img {border:2px solid #000;}
.speaker-profile .media .button {padding:5px 8px;}

.speaker-profile .content {width: 440px;}

.speaker-profile .content .connect {margin-left:5px;}
.speaker-profile .content .connect h4 {font-size:12px; word-spacing:0; margin-bottom:6px; padding:1px 20px 1px 0; border-top:1px solid #e8e8e8; border-bottom: 1px solid #e8e8e8;}
.speaker-profile .content .connect ul, .speaker-profile .content .connect ul li {font-size: 12px; list-style:none;}
.speaker-profile .content .connect ul {margin:0 auto; top:0; display:block;}
.speaker-profile .content .connect li {padding:0 3px 0 0; display:inline-block;}
	.speaker-profile .content .connect li:after { content: "|"; padding-left:6px; }
	.speaker-profile .content .connect li:first-child {padding-left:0;}
	.speaker-profile .content .connect li:last-child { content: ""; padding-right:0; }
	.speaker-profile .content .connect li:last-child:after { content: ""; padding-left:6px; }

.meet-this-speaker {background:url(/images/icons/vcard_add.png) no-repeat 8px 3px; padding:6px 8px 5px 30px !important}

/* ** * ** Misc Styles ** * ** */
.contact p+p {text-indent:0;}



.media .video a.video {
	background: transparent url('/images/site/icon_video_28x24.png') no-repeat left top;
	padding-left: 36px;
	padding-top:6px;
	padding-bottom:6px;
	line-height:24px;
	text-decoration:none;}

.overlay  {
	background-image:url('/images/site/videooverlay_black.png');
	display:none;
	padding:22px;
	width:640px;
}
.overlay div.close {
	background:url('/images/site/close.png') no-repeat scroll 0 0 transparent;
	cursor:pointer;
	height:25px;
	position:absolute;
	right:5px;
	top:8px;
	width:25px;
}
.overlay a {
	display:block;
	height:360px;
}




.travel .section .head {
	font-size:14px;
	font-weight:bold;
	list-style:none;
	text-align:center;
	border-bottom:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
	margin:5px 0;
	padding:6px 0;
	width:620px;
}
.travel .section .head h3 {font-size:18px; font-weight:bold}
.travel .section .head h3 span {
	float:right;
	font-size:10px;
	font-weight:normal;
}
.travel .section .subsection .head {
	font-weight:normal;
	font-size:12px;
	margin-top:15px;
	margin-bottom: 5px;
	text-align:left;
	background-color:#f0f0f0;
	border:none;
	width:614px;
	padding:3px 0 3px 6px;}
.travel .section .subsection .head strong {font-size: 14px;}
.travel .section .subsection p {padding-left:6px;}
.travel .section .subsection ol {margin-left:2em;}





/* container has a background image
.gallery a.player {	
	margin-top:40px;
	display:block;
	background:url(/images/site/video_shadow-480x270.png) no-repeat;
	width:480px;
	height:270px;
	padding:0 72px 90px;	
	text-align:center;
	color:#fff;
	text-decoration:none;
	cursor:pointer;
}


.gallery a.player img {
	
	border:0;	
}

#playlist_wrap {margin-top:-60px;}

.gallery #pl {
	height:80px;
	width:510px;
	position:relative;
	overflow:hidden;
	padding:5px 0;
	float:left;
}

.gallery #pl div.entries {
	height:80px;
	position:absolute;
	width:10000em;
}

.gallery #pl div.entries a {
	background:#fff url(/images/site/gallery_playlist_container-bg.gif) repeat-x;
	color:#333;
	float:left;
	font-family:"bitstream vera sans","lucida grande","verdana";
	font-size:11px;
	height:60px;
	margin:0px 4px;
	padding:10px;
	text-decoration:none;
	width:141px;
	border:1px solid #d8d8d8;
	border-radius: 11px;
	-moz-border-radius: 11px;
	-webkit-border-radius: 11px;

}

.gallery #pl div.entries a:hover {
	background:#fff url(/images/site/gallery_playlist_container-bg_hov.gif) repeat-x;
	color:#1c669e;
}

.gallery #pl div.entries a.playing {
	background-position:-280px 0;		
	color:#000;
}

.gallery #pl div.entries a.paused {
	background-position:-420px 0;		
	color:#000;
}

.gallery #pl div.entries a.progress {
	opacity:0.8;
}

.gallery #pl div.entries em {	
	float:right;
	margin-top:15px;
	color:#999;
	font-style:normal;
}

.gallery a.nextPage, .gallery a.prevPage {
	background:url('/images/site/home_scrollable_btns.png') no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:49px;
	margin-top:25px;
	width:48px;
}

.gallery a.nextPage:hover, .gallery a.prevPage:hover {
	
}

.gallery a.prevPage {
	margin-right:0;
	margin-left:9px
}

.gallery a.nextPage {
	background-position:-48px 0;
	float:right;
	clear:right;
	margin-left:0;
	margin-right:0;	
}

.gallery a.nextPage.disabled, .gallery a.prevPage.disabled {
	visibility:hidden;		
}

*/





#featured_speakers #featured-speakers {
	height:210px;
	overflow:hidden;
	position:relative;
	width:522px !important;
	}
#featured_speakers #featured-speakers a {
	text-decoration:none;
	color: #3a3c41;
}
#featured_speakers #featured-speakers .items {
	clear:both;
	position:absolute;
	width:20000em;
}
#featured_speakers a.browse {
	background:url('/images/site/home_scrollable_btns.png') no-repeat scroll 0 0 transparent;
	cursor:pointer;
	display:block;
	float:left;
	font-size:1px;
	height:49px;
	margin-top:57px;
	width:48px;
}
	#featured_speakers a.browse.left {
		margin-right:0;
		margin-left:0;
	}
	#featured_speakers a.browse.right  {
		background-position:-48px 0;
		float:right;
		clear:right;
		margin-left:0;
		margin-right:0;}

#featured_speakers a.disabled {visibility:hidden}

#featured_speakers #featured-speakers div.item {padding:15px 9px 15px 0;}
#featured_speakers #featured-speakers div.item span.image {
	background: transparent url('/images/site/home_feature-speaker_bg.png') no-repeat center top;
	padding:2px 11px 12px 12px;
	display:block;
}
#featured_speakers #featured-speakers div.item span img {
	border:2px solid #000;
}





.volunteerchart {
	border: 1px solid #e8e8e8;
	margin:0 0 20px 20px;
	padding:0;
	top:0;
}
.volunteerchart td {
	border-top:none;
	border-bottom:1px solid #e8e8e8;
	padding:4px 10px 0;
}
	.volunteerchart tr:last-child td {
		border-bottom:none;
	}

.volunteerchart .time {
	color:#1C669E;
	font-weight:bold;
}




/* * * BLOG * * */



.post {
	padding-bottom:5px;
	margin-bottom:15px;
}

.post-header {}
.post-header h2 {}
	.post-header h2 a {color:#3A3C41; text-decoration:none;}
.post-header p {
	color:#868686;
	font-size:11px;
}
.post-header p+p, .post-footer p+p {text-indent:0;}
.post-header p.date {}
.post-header p.comments {}

.post-content {}

.post-footer {
	border-top:3px solid #E8E8E8;
	border-bottom:1px solid #E8E8E8;
	padding:5px 0;
}
	.post-footer p {margin:0;}
.post-footer .tools {}
.post-footer .tools .posted-under{}
.post-footer .tools .comments{}




#comments {
	margin-top:15px;
}
#comments p+p {text-indent:0;}
.comment-entry {
	padding:10px;
	margin:10px 0;
}
.comment-entry.odd {
	padding:11px;
	background-color: #F9F9F9;
}
.comment-entry.even {
	background-color: #fff;
	border:1px solid #E8E8E8;
}
.comment-author {}
.comment-author a {
	text-decoration:none
}
.comment-date {}
.comment-content {}

.comment-form {
	border-top:3px solid #E8E8E8;
	margin-top:20px;
	padding-top:10px;
}
.comment-form p {
}
.comment-form p input {
	float:left;
	margin: 0 10px 0 0;
}
.comment-form textarea {
	height:auto;
}






.paginate {
	border-bottom:1px solid #E8E8E8;
	border-top:1px solid #E8E8E8;
	background-color:#F0F0F0;
	list-style:none outside none;
	margin:5px 0;
	padding:6px 0;
	width:100%;
	text-align:center;
	clear:both;
}
.paginate strong {
	color:#fff;
	border:medium none;
	line-height:24px;
	padding:5px 10px 6px 8px !important;
	background: url(/images/site/bg-page-navi.png) no-repeat left top transparent;
}
.paginate a {
	text-decoration:none;
	border:medium none;
	line-height:24px;
	padding:5px 10px 6px 8px !important;
}
.paginate a:hover {
	color:#fff;
	background: url(/images/site/bg-page-navi.png) no-repeat left top transparent;
}










#doingit-banner {
	width:940px;
	height:328px;
	margin-top:5px;
	padding:10px 0 10px 10px;
	background:url("/images/site/doingit_banner_bg.jpg") no-repeat scroll left top transparent;
	color:#fffcf4;
}
.doingit-banner-left {width:390px; float:left;}
.doingit-banner-left h1 {
	background:url("/images/site/doingit_banner_h1.png") no-repeat scroll left top transparent;
	text-indent:-9999px;
	width:360px;
	height:186px;
	margin:12px 0 0 17px;
	top:0;
}
.doingit-banner-left h2 {font-size:13px; font-weight:bold; margin:-5px 0 0 35px;}
.doingit-banner-left p {margin:0 0 0 35px; word-spacing:0; width:340px; font-size:12px; line-height:15px;}
.doingit-banner-video {
	float:left;
	width:535px;
	height:335px;
	margin-left:15px;
	background:url("/images/site/doingit_banner_videobg.png") no-repeat scroll left top transparent;
}
a#doingit-player {
	width:491px;
	height:272px;
	display:block;
	margin:20px 0 0 15px;
	position:relative;
}
a#doingit-player .video-item-play {
	background: url("/images/site/doingit_banner_play.png") no-repeat scroll left top transparent}
	a#doingit-player .video-item-play {width:110px; height:110px; position:absolute; left:180px; top:75px;}
	a#doingit-player:hover .video-item-play {
		background: url("/images/site/doingit_banner_play-hover.png") no-repeat scroll left top transparent}






.doingit-videos-bucket {padding-right:20px !important; width:420px !important}
#doingit-videos {
	
}

.doingit-video-item {
	background:url("/images/site/doingit_videobox_bg.png") no-repeat scroll right top transparent;
	float:left;
	position:relative;
	height:162px;
	width:174px;
	padding:10px 10px 0 0;
}
	.doingit-video-item.left {margin-right:52px;}
	.doingit-video-item.right {margin-right:0;}
	
.video-item-thumb {
	width:168px;
	height:98px;
	border:1px solid #000;
}

.doingit-video-item p {text-align:center; margin-top:4px; line-height:16px}
.doingit-video-item a .video-item-play {
	background: url("/images/site/doingit_videobox_play.png") no-repeat scroll left top transparent}
	.doingit-video-item .video-item-play {width:50px; height:50px; position:absolute; left:113px; top:53px;}
	.doingit-video-item a:hover .video-item-play {
		background: url("/images/site/doingit_videobox_play-hover.png") no-repeat scroll left top transparent}
.doingit-video-item a, .doingit-video-item a:hover {color:#3c3d3b;}


#doingit-scroller-wrap {
	position:relative;
}
#doingit-scroller { 
	position:relative;
	overflow:hidden;
	height: 420px; 
    width: 354px; 
}

.doingit-scroller-top {
	position:absolute;
	top:0;
	height:323px;
	width:354px;
	border-top: 1px solid #e8e8e8;
	background:url('/images/site/doingit_scroller_top.png') no-repeat scroll center top transparent;
}
.doingit-scroller-btm {
	position:absolute;
	bottom:0;
	height:323px;
	width:354px;
	border-bottom: 1px solid #e8e8e8;
	background:url('/images/site/doingit_scroller_btm.png') no-repeat scroll center bottom transparent;
}

#doingit-scroller .listing-item {
	font-size:14px;
	text-align:center;
	padding: 15px 0;
	margin:0;
	border:none;
	background:url('/images/site/doingit_sep_list.png') no-repeat scroll center bottom transparent;}
#doingit-scroller .listing-item span {font-style:italic;}

#doingit-scroller .listing-item p+p {text-indent:0;}

