/*
Theme Name: HostingCon Theme
*/


/* Layout
----------------------------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	font-size: 62.5%; /* Resets 1em to 10px */
	background: #114986 url(images/bodyBG.jpg) 0 0 repeat-x;
	font: 14px/19px Arial, Helvetica, Verdana, Sans-Serif;
	color: #333;
	text-align: center;
}

#page {
	width: 991px;
	margin: 0 auto 50px;
	position: relative;
	z-index: 1;
	text-align: left;
}

#header {
	margin: 25px 0 0 1px;
	padding: 0;
	width: 100%;
	height: 123px;
}

#leftbar {
	width: 195px;
	float: left;
	margin: 0 8px 50px 0;
}

#content {
	width: 788px;
	float: left;
	margin: 0 0 50px;
	background: #fff;
	overflow: hidden;
}

.contentWrapper {
	overflow: hidden;
	width: 772px;
	min-height: 550px;
	margin: 8px 0 8px 8px;
}

#footer {
	clear: both;
	width: 772px;
	height: 50px;
	overflow: hidden;
	margin: 3px 0 8px 8px;
	background: #ddd;
	color: #545454;
	font-size: 12px;
}


/* General styling
----------------------------------------------------------------- */

a {
	color: #06c;
	text-decoration: none;
	outline: 0;
}

a:hover {
	color: #1E448D;
	text-decoration: underline;
}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
}

p	{ margin: 4px 0 9px; }

input, select { font-family: Arial, Helvetica, Verdana, Sans-Serif; }

h1 {
	font-size: 4em;
	text-align: center;
}


h2 {
	margin: 10px 0 5px;
	font: normal 20px/22px Arial, Helvetica, Verdana, sans-serif;
	color: #2a2a2a;
}

h3 {
	margin: 10px 0 0;
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}

.entry h3		{ text-transform: uppercase; }

h4 {
	margin: 10px 0 5px;
	font: bold 13px Arial, Helvetica, Verdana, sans-serif;
	color: #333;
}

h2 a, h2 a:visited,
h3 a, h3 a:visited	{ color: #003399; }

h2 a:hover, h3 a:hover	{ text-decoration: underline; }

a.readmore:link, a.readmore:visited, a.attLarge:link, a.attLarge:visited, a.attlink:link, a.attlink:visited {
	margin: 5px 0;
	padding: 0 17px 0 0;
	background: url(images/readmore.gif) right 1px no-repeat;
	color: #4F75D7;
	font-size: 12px;
	font-weight: bold;
}

a.attLarge:link,
a.attLarge:visited	{ background: url(images/readmoreBig.gif) left 3px no-repeat; padding: 2px 0 1px 23px; font-size: 16px; }

a.attlink:link,
a.attlink:visited	{ background-position: 0 1px; padding: 2px 0 1px 19px; font-size: 13px; }

a.readmore:hover	{ color: #1E448D; text-decoration: underline; }

.floatLeft		{ float: left; }
.floatRight		{ float: right; }
.clearLeft		{ clear: left; }
.clear			{ clear: both; }


/* Header
----------------------------------------------------------------- */

#headerimg {
	float: left;
	margin: 38px 0 0 15px;
	width: 350px;
	height: 80px;
	text-indent: -5000em;
	background: url(images/hostingcon.jpg) 0 0 no-repeat;
}

#headerimg h1 {
	margin: 0;
	padding: 0;
	height: 100%;
}

#headerimg .description {
	font-size: 1.2em;
	text-align: center;
}

#headerimg h1 a, #headerimg h1 a:hover {
	display: block;
	width: 100%;
	height: 100%;
	text-decoration: none;
	color: #fff;
}

.topsponsorad {
	width:100%;
	height: 22px;
	position: absolute;
	z-index: 999;
	left: 0px;
	top: 0px;
	padding: 4px 0 0 0;
	font-size: 12px;
	text-align:center;
	background-color: #001225;
	border-bottom: 1px solid #26384B;
}

.topsponsorad a {
	text-decoration: none;
	color: #A6ACB3;
}

.topsponsorad a:hover {
	border-bottom: 1px dotted #A6ACB3;
	text-decoration: none;
	color: #A6ACB3;
}

#tabs {
	position: relative;
	top: 85px;
	width: 375px;
	height: 38px;
	overflow: hidden;
	float: right;
	text-align: right;
}

.tab-conference, .tab-webinars, .tab-blog {
	float: left;
	margin: 0 0 0 5px;
}

.tab-conference a, .tab-webinars a, .tab-blog a {
	display: block;
	height: 38px;
}

.tab-conference a {
	width: 189px;
	background: url(images/tab-conference.jpg) 0 0 no-repeat;
}

.tab-webinars a {
	width: 95px;
	background: url(images/tab-webinars.jpg) 0 0 no-repeat;
}

.tab-blog a {
	width: 75px;
	background: url(images/tab-blog.jpg) 0 0 no-repeat;
}

.tab-conference a.current, .tab-webinars a.current, .tab-blog a.current {
	background-position: 0 -41px;
}

.tab-conference a:hover, .tab-webinars a:hover, .tab-blog a:hover {
	background-position: 0 -82px;
	text-decoration: none;
}

#topLinks {
	position: absolute;
	right: 0;
	z-index: 2;
	width: auto;
	height: 27px;
	margin: 20px 0 0;
	padding: 9px 12px 0;
	text-align: center;
	background: #0A2555;
	font: bold 71% "Lucida Sans", "Lucida Grande", Tahoma, Arial, sans-serif;
	color: #fff;
}

#topLinks span {
	font-size: 10px;
	padding: 0 6px;
	color: #8792AA;
}

#topLinks a img {
	position: relative;
	top: 3px;
}

#topLinks a {
	color: #fff;
	text-decoration: none;
}

#topLinks a:hover {
	text-decoration: underline;
}

#login {
	position: absolute;
	right: 0;
	top: 5px;
	width: 275px;
	height: 85px;
	margin: 40px 0 0;
	text-align: left;
	background: #12295F;
	border: 1px solid #000;
	box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
	color: #666;
	display: none;
}

#login .close {
	display: block;
	width: 42px;
	height: 15px;
	float: right;
	background: url(images/x.gif) 0 3px no-repeat;
	padding: 4px 0 0 16px;
}

#login p {
	margin: 9px 0 5px 14px;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: .8px;
	text-shadow: 2px 2px 2px #000;
	color: #fff;
}

html.gecko #login p		{ font-weight: normal; }

#login #UserEmailAddress, #login #UserPassword {
	float: left;
	position: relative;
	z-index: 3;
	width: 93px;
	margin: 0 5px 8px 0;
	padding: 4px 5px 3px 6px;
	color: #666;
	font-size: 11px;
	line-height: 15px;
	border: none;
	background: transparent url(images/loginInput.gif) 0 0 no-repeat;
}

#fixedPass {
	height: 13px;
	position: absolute;
	margin-left: 128px;
	padding-top: 4px;
	z-index: 4;
	font: normal 11px/13px Arial, Helvetica, Verdana, sans-serif;
}

#login #UserEmailAddress	{ margin: 0 5px 0 12px;	}
#login .cinput			{ margin: 0 0 0 15px; width: 12px; height: 12px; }

#login .go {
	display: block;
	width: 35px;
	height: 21px;
	float: left;
	margin: 0;
	background: transparent url(images/btn_go.jpg) 0 0 no-repeat;
}

#login .go:hover {
	cursor: pointer;
	background-position: 0 -21px;
}

#login label {
	font-size: 11px;
	color: #ccc;
}

#login a {
	font-size: 11px;
	color: #7F9DCC
}

#login .clearLeft		{ line-height: 13px; }


/* Footer
----------------------------------------------------------------- */

#footer a {
	color: #444;
	font-weight: bold;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}

.footerLeft {
	float: left;
	width: 530px;
	margin: 18px 0 0 15px;
}

.footerRight {
	float: left;
	width: 210px;
	text-align: right;
	margin: 18px 10px 0 0;
	position: relative;
	top: -30px;
}

.footerRight a {
	position: relative;
	top: 15px;
	margin: 0 0 0 5px;
}


/* Left bar
----------------------------------------------------------------- */

#leftNav {
	width: 100%;
	padding: 0 0 20px;
	overflow: hidden;
	background: #E5E5E5 url(images/navBG.jpg) 0 0 repeat-x;
}

#leftbar a#regnow {
	display: block;
	position: absolute;
	margin: 7px 0 0 -6px;
}


#leftNav ul, #leftNav ul li a {
	font: bold 14px/17px Arial, Helvetica, Verdana, sans-serif;
}

.treeview, .treeview ul {
	list-style-type: none;
	margin: 53px 0 0 14px;
	padding: 0;
}

.treeview ul {
	margin-top: 4px;
}

.treeview .hitarea {
	background: url(images/treeview-default.gif) -64px -23px no-repeat;
	height: 16px;
	width: 16px;
	margin-left: -11px;
	float: left;
	cursor: pointer;
}

/* fix for IE6 */
* html .hitarea {
	display: inline;
	float:none;
}

.treeview li {
	list-style-type: none;
	margin: 5px 0;
	padding: 0 0 2px;
	font: bold 14px/17px Arial, Helvetica, Verdana, sans-serif;
	color: #10336C;
}

.treeview li.collapsable	{ margin: 5px 0 0; padding: 0 0 1px; }
.treeview li ul li		{ margin: 3px 0; }

.treeview li a {
	padding: 0 0 0 2px;
	color: #10336C;
	text-decoration: none;
}

.treeview li a.conf {
	letter-spacing: -0.3px;
}

.treeview ul li a {
	display: block;
	padding: 0 5px 0 17px;
	background: url(images/navBullet.png) 0 2px no-repeat;
	font: bold 14px Arial, Helvetica, Verdana, sans-serif;
	color: #1E448C;
	text-decoration: none;
}

.treeview li a:hover {
	color: #102651;
	text-decoration: underline;
}

.treeview .hover { color: red; cursor: pointer; }


.treeview .expandable-hitarea { background-position: -79px -1px; }



.rsslink {
	display: block;
	width: 50px;
	height: 30px;
	float: right;
	margin: -4px 7px 5px 0;
}

.sponsorbox {
	width: 195px;
	margin: 8px 0 0;
	text-align: left;

}

.sponsorbox div.scroll {
	width: 195px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background: #fff;
}

.scroll ul, .scroll li {
	margin:0;
	padding:0;
	list-style:none;
	width: 195px;
	height: 110px;
	line-height: 110px;
	padding: 15px 0;
	vertical-align: middle;
}

.scroll ul {
	padding: 0;
}


#platinumSponsor {
	width: 195px;
	margin: 0;
	padding: 15px 0;
	text-align: center;
	background: #fff;
}

#platinumSponsor img {
	margin: 5px 0 10px;
}

#platinumSponsor img.sponsor19 {
	margin: 5px 0 -2px;
}



/* Home page
----------------------------------------------------------------- */

#indexActions {
	width: 210px;
	height: 100px;
	float: right;
	margin: 6px 0 0;
}

#indexActions a {
	display: block;
	width: 194px;
	height: 41px;
	overflow: hidden;
	text-indent: -5000em;
	font-size: 0;
	background: url(images/homebuttons.png) 0 -85px no-repeat;
}
#indexActions a.viewSchedule		{ background-position: 0 0; height: 43px; margin: 9px 0 0; }
#indexActions a:hover			{ background-position: 0 -127px; }
#indexActions a.viewSchedule:hover	{ background-position: 0 -41px; }

#homeScroller {
	width: 773px;
	height: 133px;
	position: relative;
	background: url(images/home3-plain.jpg) no-repeat top left;
}

#homeScroller #speakerProfiles		{ position: absolute; top: -24px; margin: 0 0 0 26px; }

#homeScroller #speakerProfiles ul, #homeScroller #speakerProfiles li {
	margin: 0;
	padding: 0;
	list-style: none;
	width: 500px;
	height: 150px;
}

#homeScroller #speakerProfiles li div		{ width: 113px; }
#homeScroller #speakerProfiles li div a,
#homeScroller #speakerProfiles li div span	{ display: block; text-align: center; font-size: 11px; line-height: 13px; color: #fff; }
#homeScroller #speakerProfiles li div a:hover	{ text-decoration: none; }
#homeScroller #speakerProfiles li div a:hover strong,
#homeScroller #speakerProfiles li div a:hover em{ text-decoration: underline; }
#homeScroller #speakerProfiles li div a em,
#homeScroller #speakerProfiles li div span em	{ font-style: normal; }

#homeScroller #speakerProfiles li img {
	max-height: 112px;
	margin: 0 0 4px;
	border: 3px solid #fff;
	box-shadow: 0px 2px 5px #000;
	-moz-box-shadow: 0px 2px 5px #000;
	-webkit-box-shadow: 0px 2px 5px #000;
}

#homeScroller #prevBtn, #homeScroller #nextBtn {
	display: block;
	width: 23px;
	height: 36px;
	position: absolute;
	left: 4px;
	top: 22px;
}

#homeScroller #nextBtn {
	left: 479px;
}

#homeScroller #prevBtn a, #homeScroller #nextBtn a {
	display:block;
	width: 23px;
	height: 36px;
	text-indent: -5000em;
	background: url(images/btn_prev.png) no-repeat 0 0;
}

#homeScroller #nextBtn a {
	background: url(images/btn_next.png) no-repeat 0 0;
}

#earlyBird {
	float: left;
	position: absolute;
	z-index: 5;
	width: 544px;
	height: 60px;
	margin: 3px 4px 8px 0;
	text-indent: -5000em;
	text-align: center;
	font-size: 15px;
	color: #fff;
	background: transparent url(images/earlybird.gif) 0 0 no-repeat;
}

#earlyBird:hover {
	background-position: 0 -61px;
}

#earlyBirdExtension {
	display: block;
	position: absolute;
	z-index: 9;
	margin: -10px 0 0 352px;
}

#newsSignup {/*
	float: left;
	position: absolute;
	width: 544px;
	height: 50px;*/
	margin: 3px 4px 8px 0;
	background: #646B70;
}

.home #innerSocial #newsSignup {
	width: 224px;
	height: auto;
	min-height: 85px;
	overflow: hidden;
	margin: 3px 4px 3px 0;
	background: #646B70;
}

#newsSignup img {
	float: left;
	margin: 6px 7px 0 10px;
}

#newsSignup h3 {
	display: block;
	float: left;
	margin: 16px 12px 0 0;
	font-size: 16px;
	line-height: 19px;
	font-weight: bold;
	letter-spacing: .8px;
	text-shadow: 1px 1px 2px #191919;
	color: #fff;

	width: 150px;
	margin: 9px 0 6px;
}

html.gecko #newsSignup h3			{ font-weight: normal; }

ul.gform_fields, ul.gform_fields li		{ list-style-type: none; margin: 0; padding: 0; }

#newsSignup div.gform_body {
	float: left;
	width: 165px;
	margin: 0 5px 0 0;
	text-align: left;
}
#newsSignup li.emailinput .ginput_container {
	width: 165px;
	margin: 15px 0 0;
	background: transparent url(images/newsletterInput.gif) 0 0 no-repeat;
}
.home #innerSocial #newsSignup li.emailinput .medium {
	width: 116px;
	margin: 0 2px 0 6px;
	padding: 1px 0;
	height: 20px;
	font-size: 13px;
	line-height: 19px;
	color: #333;
	border: none;
	background: none;
}


#newsSignup div.gform_footer {
	float: left;
	width: 24px;
	height: 23px;
	margin: 14px 0 0;
}

#newsSignup div.gform_footer input {
	display: block;
	width: 24px;
	height: 23px;
	margin: 0;
	background: transparent url(images/btn_arrow.jpg) 0 0 no-repeat;
}

#newsSignup div.gform_footer input:hover {
	background-position: 0 -24px;
	cursor: pointer;
}

#newsSignup .validation_error {
	display: none;
}

#newsSignup .validation_message, #newsSignup .gforms_confirmation_message {
	position: absolute;
	width: 240px;
	text-align: left;
	margin: -38px 0 10px -15px;
	font-size: 13px;
	line-height: 15px;
	font-weight: bold;
	color: #FFAE00;
}

#newsSignup #gforms_confirmation_message {
	color: #fff;
	font-weight: bold;
	line-height: 15px;
	padding: 5px 10px 0 0;

}

.home #innerSocial #stayConnected {
	width: 224px;
	margin: 0;
	background: #8F99A1;
}

.home #innerSocial #stayConnected h3 {
	width: 90%;
	color: #fff;
	margin: 8px auto 5px;
	padding: 0 0 3px;
	border-bottom: 1px dashed #ccc;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	text-shadow: 1px 1px 2px #333;
	letter-spacing: .8px;
}

html.gecko #stayConnected h3			{ font-weight: normal; }

#stayConnected ul {
	list-style-type: none;
	margin: 10px 0 14px 20px;
	padding: 0;
}

#stayConnected ul li {
	margin: 5px 0;
	padding: 0;
}

#stayConnected ul li a img {
	position: relative;
	top: 4px;
	margin-right: 8px;
}

#stayConnected ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 14px;
}

#stayConnected ul li a:hover {
	color: #003399;
}

.postHome {
	margin: 7px 30px 0 0;
}

.postHome .entry p {
	font-size: 14px;
	line-height: 20px;
}

#blogHome {
	margin: 25px 30px 0 8px;
	font-size: 13px;
	line-height: 18px;
}

#blogHome a.readmore, .blogArchive a.readmore {
	display: block;
	width: 64px;
}

#flickrFeed {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 3px 0;
	padding: 7px 10px 7px 14px;
	background: #ccc;
}

#flickrFeed h3 {
	margin: 5px 0 5px;
	padding: 0 0 3px;
	font-size: 18px;
	font-weight: normal;
}

#photoDiv a {
	display: block;
	float: left;
	margin: 5px 6px 5px 0;
	border: 1px solid #fff;
}

#photoDiv a:hover {
	border: 1px solid #7083CA;
}


/* Page
----------------------------------------------------------------- */

#breadcrumbs {
	width: 748px;
	margin: 0 0 4px;
	padding: 10px 12px 8px;
	background: #1E448D url(images/breadcrumbDate.jpg) right 10px no-repeat;
	font-size: 13px;
	color: #fff;
	text-shadow: 1px 2px 2px #333;
}

#breadcrumbs div { width: 500px; }

#breadcrumbs strong {
	font-weight: normal;
	color: #DAE0F5;
}

#breadcrumbs a {
	color: #fff;
	text-shadow: 1px 2px 2px #333;
}

#contentBlockRight h4, #innerSocial h4 {
	font-size: 17px;
	line-height: 19px;
	font-weight: bold;
	padding: 0;
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	letter-spacing: .8px;
}

html.gecko #contentBlockRight h4, html.gecko #innerSocial h4		{ font-weight: normal; }

#contentBlockLeft {
	float: left;
	width: 553px;
	margin: 0 4px 3px 0;
	padding: 10px 0 0;
	height: 240px;
	overflow: hidden;
	background: #DAE0F5;
	font-size: 14px;
	color: #333;
}

#contentBlockLeft div {
	clear: left;
	margin: 15px 20px 10px 14px;
}

#contentBlockLeft img {
	float: left;
	margin: 3px 15px 25px 0;
}

#contentBlockLeft a.readmore:link, #contentBlockLeft a.readmore:visited {
	padding: 0 19px 2px 0;
	background: url(images/readmore_dark.gif) top right no-repeat;
	color: #4666B9;
	font-size: 13px;
}

#contentBlockRight {
	float: left;
	width: 187px;
	margin: 0 0 3px;
	overflow: hidden;
	color: #fff;
}

.rtblkfxed { height: 240px; background: #7083CA; font-size: 14px; padding: 10px 14px 0; }
.rtblkone { float: none; background: #7083CA; font-size: 13px; padding: 10px 14px 15px; }
.rtblktwo { float: none; background: #DAE0F5; font-size: 14px; padding: 10px 14px 15px; }

#contentBlockRight h4		{ margin: 0; }

a.regnow img			{ display: none; }
a.regnow {
	display: block;
	width: 123px;
	height: 28px;
	margin: 15px auto 0;
	background: url(images/btn_registernow.jpg) 0 0 no-repeat;
}

a.regnow:hover		{ background: url(images/btn_registernow.jpg) 0 -29px no-repeat; }

#contentBlockRight ul {
	list-style-type: none;
	margin: 7px 0 0;
	padding: 0;
}

#contentBlockRight ul li {
	list-style-type: none;
	margin: 4px 0 0 8px;
	padding: 0 0 0 20px;
	font-size: 13px;
	line-height: 18px;
	background: url(images/bullet.jpg) 0 2px no-repeat;
}

#innerSocial {
	float: right;
	width: 215px;
	margin: 0 0 4px 25px;
	overflow: hidden;
}


.home #innerSocial {
	width: 224px;
	margin: 0 0 20px 25px;
}


#innerSocial #newsSignup {
	float: none;
	position: relative;
	width: 215px;
	height: auto;
	min-height: 85px;
	overflow: hidden;
	margin: 0 4px 3px 0;
}

#innerSocial #newsSignup img {
	float: left;
	margin: 10px 7px 0;
}

#innerSocial .rtblkone h4		{ margin: 4px 0 10px; }

#innerSocial #newsSignup h4 {
	float: left;
	width: 136px;
	margin: 9px 0 0;
	font-size: 15px;
	line-height: 18px;
}

#innerSocial #newsSignup .gform_wrapper { clear: left; width: 100%; overflow: hidden; }

li.emailinput label			{ display: none; position: absolute; }

#innerSocial #newsSignup div.gform_body {
	width: 135px;
	margin: 1px 0 0 47px;
	text-align: left;
}

#innerSocial #newsSignup li.emailinput .ginput_container {
	width: 135px;
	background: transparent url(images/newsInput.gif) 0 0 no-repeat;
	margin: 0;
}
#innerSocial #newsSignup li.emailinput .medium {
	width: 116px;
	margin: 0 2px 0 6px;
	padding: 1px 0;
	font-size: 13px;
	line-height: 19px;
	height: 20px;
	border: none;
	background: none;
}

#innerSocial #newsSignup div.gform_footer {
	margin: 0;
}

#innerSocial #newsSignup div.gform_footer input {
	margin: 0;
}

#innerSocial #newsSignup .validation_error {
	display: block;
	clear: left;
	width: 160px;
	margin: 2px 0 5px 49px;
	padding: 0;
	font-size: 11px;
	line-height: 14px;
	font-weight: normal;
	color: #fff;
}

#innerSocial #newsSignup .validation_message, #innerSocial #newsSignup .gforms_confirmation_message {
	position: relative;
	top: 0;
	left: 0;
	width: 160px;
	margin: 7px 0 10px;
	line-height: 15px;
	font-weight: bold;
	color: #FFAE00;
}

#innerSocial #newsSignup #gforms_confirmation_message {
	clear: left;
	color: #fff;
	font-weight: bold;
	line-height: 15px;
	margin: 10px 0 15px;
	padding: 0 10px 0 49px;
}


#innerSocial #stayConnected {
	float: none;
	clear: left;
	overflow: hidden;
	width: 215px;
	margin: 3px 0 0 0;
	padding: 0;
	background: #8F99A1;
}

#innerSocial #stayConnected h4 {
	margin: 11px 0 5px 18px;
}

#innerSocial #stayConnected ul {
	margin: 0 0 14px 20px;
}


#innerSocial #stayConnected ul li {
	margin: 2px 0;
	padding: 0;
}

#innerSocial #stayConnected ul li a {
	font-size: 13px;
}

#innerSocial #flickrFeed {
	clear: both;
	overflow: hidden;
	width: 100%;
	margin: 3px 0;
	padding: 0 0 10px 2px;
	background: #ccc;
}

#innerSocial #flickrFeed h4 {
	margin: 11px 0 5px 10px;
	letter-spacing: normal;
}

#innerSocial #photoinnerDiv a {
	display: block;
	float: left;
	margin: 5px 0 5px 10px;
	border: 1px solid #fff;
}

#innerSocial #photoinnerDiv a img {
	width: 55px;
	height: 55px;
}

#innerSocial #photoinnerDiv a:hover {
	border: 1px solid #7083CA;
}

.page .entry, .single .entry, .category .entry, .error404 .entry, .account .exhibitors .entry {
	margin: 0 30px 0 8px;
	padding-top: 5px;
	clear: left;
}

.account .entry {
	margin: 0 0 0 8px;
	padding-top: 5px;
	clear: left;
}

.entry p		{ font-size: 13px; line-height: 18px; }
.entry p.pinfo		{ margin: 3px 0 20px 20px; }
.entry p.big		{ font-size: 15px; line-height: 21px; margin: 8px 0 20px; }
.entry p.boldCenter	{ font-size: 15px; line-height: 21px; font-weight: bold; text-align: center; margin: 27px auto; }

p.singleItem {
	color: #333;
	margin: 7px 0 5px 5px;
	padding: 0 0 0 20px;
	font-size: 14px;
	line-height: 20px;
	background: url(images/bullet.gif) 0 3px no-repeat;
}

p.quote {
	display: block;
	text-align: left;
	margin: 9px 0 4px -5px;
	padding: 0 0 0 17px;
	font-size: 15px;
	font-style: italic;
	color: #515151;
	background: url(images/quote-left.gif) top left no-repeat;
}

span.quote {
	display: block;
	background: url(images/quote-right.gif) bottom right no-repeat;
}

span.source {
	font-size: 11px;
	color: #000;
	padding: 0 0 0 13px;
}

.quote {
	font-style: italic;
}

img.floatLeft {
	clear: left;
	margin: 8px 15px 10px 0;
}

img.floatRight {
	margin: 0 0 15px 15px;
}

#post-303 .clearLeft, #post-305 .clearLeft		{ padding-top: 10px; }
#post-303 .entry .clearLeft p				{ line-height: 22px; }

#advisoryLeftCol {
	width: 255px;
	float: left;
	margin: 10px 14px 10px 0;
}

#advisoryRightCol {
	width: 255px;
	float: left;
	margin: 10px 0;
}

.bioBox {
	min-height: 135px;
	margin-bottom: 12px;
	padding: 10px 4px 10px 10px;
	background: #e6e6e6 url(images/advisoryboard/bg_bioBox.jpg) 0 0 no-repeat;
	border-top: 1px solid #c7c7c7;
	border-left: 1px solid #c7c7c7;
	border-right: 2px solid #c7c7c7;
	border-bottom: 2px solid #c7c7c7;
	
}

.biodiv, .bioBox div {
	clear: left;
	font-size: 11px;
	line-height: 15px;
	padding: 0 8px 0 3px;
}

.bioBox h3 {
	margin: 0px 0 3px;
	color: #333;
	font-weight: lighter;
}

.bioBox h4 {
	margin: 0 0 16px 0;
	font-size: 12px;
	color: #666;
	font-weight: lighter;
}

.bioBox h4 span {
	font-size: 10px;
	font-weight: bold;
}

.bioPhoto {
	float: left;
	border: 3px solid #c9c9c9;
	margin: 0 15px 8px 0;
}

.entry .bioBox p {
	font-size: 11px;
	line-height: 15px;
}

.entry p.postInfo {
	margin: 0 0 5px;
	color: #888;
	font-family: Verdana, Arial, sans-serif;
	font-size: 10px;
	text-transform: uppercase;
}

.entry p.postInfo a {
	color: #666;
	text-decoration: none;
}

.entry p.postInfo a:hover {
	color: #FF9933;
	text-decoration: none;
}

#AfwdWidgetContainer		{ margin: 0 auto; }
.sticky {
	background: #f7f7f7;
	padding: 0 10px 10px;
}
.sticky h2 {
	padding-top: 7px;
}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
.commentlist li ul li {
	font-size: 1em;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar {
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

.commentmetadata {
	font-weight: normal;
}

#sidebar {
	font: 1em 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
}


#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
}

#wp-calendar a {
	text-decoration: none;
}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
}
/* End Typography & Colors */



/* Exhibitor List
----------------------------------------------------------------- */

#exList {
	width: 98%;
	margin: 0 0 30px 9px;
}

.exhibitor {
	width: auto;
	clear: left;
	overflow: hidden;
	margin: 0;
	padding: 12px 2px 0;
	border-top: 1px solid #A4A1A3;
}

.exhibitor .exhibitorWrap {
	display: table;
	float: left;
	text-align: left;
	width: 100%;
	min-height: 20px;
	margin: 0;
}

.exhibitor .imgWrap {
	display: table;
	vertical-align: middle;
	width: 480px;
}


.exhibitor .imgInner {
	display: table-cell;
	float: left;
	width: 165px;
	min-height: 20px;
	text-align: center;
	vertical-align: middle;
	margin: 0 15px 12px 0;
}

.exhibitor .exLink {
	display: table-cell;
	vertical-align: middle;
	width: 300px;
	height: 100%;
	margin: 0;
	padding: 0 0 12px;
	font-size: 15px;
	color: #0047AD;
	font-weight: bold;
}

.exhibitor .exLink a {
	color: #0047AD;
	font-weight: bold;
}

.exhibitor .exLink a:hover {
	color: #1E448D;
}

.exhibitor .boothWrap {
	display: table-cell;
	vertical-align: middle;
	text-align: left;
	width: 45px;
	min-height: 20px;
	margin: 0;
	padding: 0 0 12px;
}

.exhibitor .booth {
	vertical-align: middle;
	text-align: right;
	font-size: 14px;
}




/* Webinars
----------------------------------------------------------------- */

a.featWebinar {
	display: block;
	text-align: center;
	margin: 20px auto 0;
}

a.featWebinar img {
	border: 1px solid #ccc;
}

.category-webinars .entry {
	clear: left;
	overflow: hidden;
	margin: 10px 0 20px;
}

.whplinks {
	float: left;
	margin: 3px 0 10px 8px;
	width: 184px;
}

.webinar {
	float: left;
	width: 545px;
}

.webVid {
	margin-left: 12px;
}

.singleWebinar .upcomingWeb .webinar, .archivedWeb .webinar {
	width: 340px;
}

.singleWebinar .upcomingWeb .webVid, .archivedWeb .webVid {
	width: 528px;
}


.whpthumb {
	width: 160px;
	height: 120px;
	margin: 0 0 10px;
}

.singleWebinar h3.featured,
.singleWebinar h3.archived		{ width: 100%; margin: -2px 0 10px; }

.singleWebinar h3.featured span,
.singleWebinar h3.archived span		{ width: 504px; }

h3.featured, h3.archived		{
	display: block;
	width: 670px;
	height: 28px;
	margin: 0 0 10px 7px;
	padding: 2px 0 0;
	background: url(images/headingBG.jpg) 0 0 no-repeat;
	color: #fff;
	font-size: 13px;
	text-transform: uppercase;
	
}

h3.archived				{
	width: 485px;
	background: url(images/headingBGArchive.jpg) 0 0 no-repeat;
	color: #444B4F;
}

h3.featured span, h3.archived span	 {
	display: block;
	width: 700px;
	height: 21px;
	background: #7083CA;
	margin: 0 0 0 50px;
	padding: 7px 0 0;

}

h3.archived span			{
	width: 485px;
	background: #DAE0F5;
}



.archivedWeb h2,
.upcomingWeb h2				{ margin: 0; clear: left; }
.upcomingWeb h2 a				{ font: bold 18px Arial, Verdana, sans-serif; color: #333; }
.archivedWeb h2 a				{ font: bold 16px Arial, Verdana, sans-serif; color: #333; }
.upcomingWeb h2 a:hover,
.archivedWeb h2 a:hover			{ color: #BFE1FE; color: #1E448D; }

p.sponsor					{ color: #7083CA; font-size: 13px; margin: 2px 0; }
.category-webinars .postInfo		{ }

.multi					{  border-top: 1px dashed #8F99A1; padding-top: 15px; }


/* Exhibitor/Speaker Banners
----------------------------------------------------------------- */
h3.exbanners {
	border-bottom: 1px solid #ccc;
	margin: 18px 0;
	padding-bottom: 1px;
	width: 525px;
}

div.exbanner {
	float: left;
	width: auto;
	text-align: center;
}

div.leader {
	text-align: left;
}

div.exbanner input.source {
	width: 200px;
	margin: 0 0 13px;
	padding: 7px 5px 5px;
	font-size: 11px;
	color: #434343;
	border: 1px solid #ccc;
}

/* Forms
----------------------------------------------------------------- */

html > body .entry ul.gform_fields, html > body .entry ul.gform_fields li { list-style-type: none; margin: 0; padding: 0; text-indent: 0px; }
.entry ul.gform_fields label { font-weight: bold; line-height: 19px; }








/* Begin Structure */


.widecolumn {
	padding: 0;
	margin: 0 0;
}

.post {
	margin: 0 0 20px;
}

.post hr {
	display: block;
}

.widecolumn .post {
	margin: 0;
}

.narrowcolumn .postmetadata {
	padding-top: 5px;
}

.widecolumn .postmetadata {
	margin: 30px 0;
}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	/*clear: both;*/
}




/* End Structure */



/*	Begin Headers */



h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

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;
}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 10px;
	list-style: none;
}

html>body .entry ul li {
	margin: 5px 0;
	padding: 0 0 0 15px;
	background: url(images/bullet-list.gif) 0 4px no-repeat;
}

html>body .entry .sociable li {
	background: none;
	margin: 0;
	padding: 1px;
}

#sidebar ul ul li:before {
	content: "\00BB \0020";
}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
}

.entry ol li {
	margin: 0;
	padding: 0;
}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 15px;
}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
}
/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
}

#sidebar #searchsubmit {
	padding: 1px;
}

select {
	width: 130px;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
}

#commentform {
	margin: 5px 10px 0 0;
}
#commentform textarea {
	width: 100%;
	padding: 2px;
}
#respond:after {
		content: ".";
	    display: block;
	    height: 0;
	    clear: both;
	    visibility: hidden;
}
#commentform #submit {
	margin: 0 0 5px auto;
	float: right;
}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
}

.commentlist {
	padding: 0;
	text-align: justify;
}

.commentlist li {
	margin: 15px 0 10px;
	padding: 5px 5px 10px 10px;
	list-style: none;

}
.commentlist li ul li {
	margin-right: -5px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0;
}
.children { padding: 0;}

#commentform p {
	margin: 5px 0;
}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
}

.commentmetadata {
	margin: 0;
	display: block;
}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	padding: 20px 0 10px 0;
	margin-left: 545px;
	width: 190px;
}

#sidebar form {
	margin: 0;
}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
}

#wp-calendar a {
	display: block;
}

#wp-calendar caption {
	text-align: center;
	width: 100%;
}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff;}
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
}

acronym, abbr {
	border-bottom: 1px dashed #999;
}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
}

blockquote cite {
	margin: 5px 0 0;
	display: block;
}

.center {
	text-align: center;
}

.hidden {
	display: none;
}

.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
}

a img {
	border: none;
}

.navigation {
	display: block;
	width: 748px;
	height: 22px;
	margin: 0 0 4px;
	padding: 5px 12px 2px;
	background: #7083CA;
	font-size: 12px;
	color: #fff;
	text-align: center;
	
}

.navigation a {
	color: #fff;
}


/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-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;
}
/* End captions */

/* Gravity Forms */
.entry .gform_wrapper .ginput_complex label, .entry .gform_wrapper .gfield_time_hour label, .entry .gform_wrapper .gfield_time_minute label .gform_wrapper .top_label .gfield_label, .entry .gform_wrapper label {
	display:block;
	width:auto;
	float:none;
	margin: 2px 0 13px 0;
	padding:0px;
	text-align:left;
}

.entry .gform_wrapper .top_label .gfield_label { font-weight: bold; font-size: 14px; margin: 15px 0 4px; }

.entry .gform_wrapper ul li { background: none; }
.entry .gform_wrapper ul li input, .entry .gform_wrapper ul li select {
	padding: 3px 2px;
	border: 3px solid #C5D5E5;
	background: #fff;
	font-size: 15px;
	line-height: 17px;
	color: #434343;
}
.entry .gfield_required { color: red; }
.entry .gform_wrapper input.button {
	clear: both;
	margin: 15px 0 10px;
	padding: 3px 6px 1px;
	background: #ED8D1F;
	border: 1px solid #ED8D1F;
	-moz-border-radius-bottomleft: 7px;
	-moz-border-radius-bottomright: 7px;
	-moz-border-radius-topleft: 7px;
	-moz-border-radius-topright: 7px;
	color: #fff;
	font: bold 14px/20px 'Myriad Pro', Myriad, Tahoma, Arial, sans-serif;
	text-transform: uppercase;
	cursor: pointer;
}

.entry .gform_wrapper input.button:hover {
	background: #F2B042;
	border-color: #F2B042;
}

/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
	It won't be a stylish marriage, I can't afford a carriage.
	But you'll look sweet upon the seat of a bicycle built for two." */


