
/* 
Theme Name: Creative Innovation 2012 - Sub-theme
Author: Carlos Castillo
Author URI: http://www.carloscastillo.com.au
Version: 1.6.4

/* RESET ALL */
html, body, div, span, applet, object, iframe,h1, h2, h3, h4, h5, h6, p, blockquote, pre,a, abbr, del, dfn, em, font, img, ins, kbd, q, s, samp, acronym, address, big, cite, code,small, strike, strong, sub, sup, tt, var,dl, dt, dd, ol, ul, li,fieldset, form, label, legend,table, caption, tbody, tfoot, thead, tr, th, td {font-size:100%;font-family:inherit;vertical-align:baseline;margin:0;padding:0;border:0;outline:0;font-weight:inherit;font-style:inherit;}caption, th, td {text-align:left;font-weight:normal;}table {border-collapse:separate;border-spacing:0;}blockquote:before,blockquote:after,q:before,q:after {content: "";}blockquote, q {quotes: "" "";}
* {margin:0;padding:0;}

body{
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 10px; 
	background: #ecedee;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
p {
	padding-bottom: 14px;
}
.clear_fix {
	display: block; 
	height: 0; 
	clear: both; 
}
img.alignright {float:right;}
img.alignleft {float:left;}
img.aligncenter {display: block; margin-left: auto; margin-right: auto}
a img.alignright {float:right;}
a img.alignleft {float:left;}
a img.aligncenter {display: block; margin-left: auto; margin-right: auto}

blockquote {
	text-align: center;
	font-size: 24px;
	line-height: 28px;
	font-style: italic;
	padding-bottom: 20px;
}
small {
	font-size: 10px;
}

#first_logo { /* Little hack to display the Ci2012 logo when linking from LinkedIn and others */
	position: absolute;
	top: -200px;
}

}
.hover_fx {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; /* ie 8 - needs to go first */
	filter: alpha(opacity=100); /* ie 5-7 */
	zoom: 1;

	transition: all 0.2s ease-in;
	-moz-transition: all 0.2s ease-in;
	-webkit-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in; /* Opera */
}
.hover_fx:hover {
	opacity: 0.5;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)"; /* ie 8 - needs to go first */
	filter: alpha(opacity=50); /* ie 5-7 */
	zoom: 1;
}

/** MAIN NAVIGATION **/
#main_nav {
	position: absolute;
	top: 0;
	width: 100%;
	height: 21px;
	overflow: hidden;
	z-index: 100;
	background: #000000;
	color: #ffffff;
}
.main_nav_shadow {
	-moz-box-shadow: 0 15px 15px #666666;
	-webkit-box-shadow: 0 15px 15px #666666;
	box-shadow: 0 15px 15px #666666;
	/* For IE 8 */
	-ms-filter: "progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=180, Color='#999999')";
	/* For IE 5.5 - 7 */
	filter: progid:DXImageTransform.Microsoft.Shadow(Strength=15, Direction=180, Color='#999999');
}
#main_nav ul{
	display: block;
	width: 960px;
	margin: 0 auto;
	padding: 0;
	list-style: none;
}
#main_nav ul li{
	float: left;
	font-size: 0.95em;
}
#main_nav ul li a {
	display: inline-block;
	margin: 0;
	padding: 0;
	line-height: 21px;
	color: #ffffff;
	text-decoration: none;
	font-weight: 600;
}
#main_nav ul li a.but_home {
	width: 60px;
	padding-left: 30px;
}
#main_nav ul li a.but_speakers {
	width: 84px;
	padding-left: 30px;
}
#main_nav ul li a.but_event {
	width: 90px;
	padding-left: 30px;
}
#main_nav ul li a.but_why {
	width: 90px;
	padding-left: 30px;
}
#main_nav ul li a.but_partners {
	width: 85px;
	padding-left: 30px;
}
#main_nav ul li a.but_news {
	width: 105px;
	padding-left: 30px;
}
#main_nav ul li a.but_register {
	width: 86px;
	padding-left: 30px;
}
#main_nav ul li a.but_interact {
	width: 85px;
	padding-left: 30px;
}
#main_nav ul li ul {
	margin-top: 10px;
}
#main_nav ul li ul.sub_home {
	width: 60px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_home li {
	width: 60px;
}
#main_nav ul li ul.sub_program {
	width: 90px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_program li {
	width: 90px;
}
#main_nav ul li ul.sub_why {
	width: 90px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_partners {
	width: 85px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_news {
	width: 105px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_news li {
	width: 105px;
}
#main_nav ul li ul.sub_register {
	width: 86px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_in_touch {
	width: 85px;
	padding-left: 30px;
}
#main_nav ul li ul.sub_in_touch li {
	width: 85px;
}
#main_nav ul li ul.sub_home a, #main_nav ul li ul.sub_program a, #main_nav ul li ul.sub_why a, #main_nav ul li ul.sub_partners a, #main_nav ul li ul.sub_news a, #main_nav ul li ul.sub_register a, #main_nav ul li ul.sub_in_touch a {
	font-size: 1.1em;
	line-height: 1.3em;
	padding-bottom: 5px;
	color: #bbbaba;
	font-weight: normal;
}
#main_nav ul li ul li ul.sub_schedule {
	width: 100px;
	margin-top: -4px;
	padding-bottom: 5px;
	list-style: disc inside;
	color: #bbbaba; /* Disc colour the same as the links */
}
#main_nav ul li ul li ul.sub_schedule li {
	width: 100px;
}
#main_nav ul li ul li ul.sub_media {
	width: 105px;
	margin-top: -4px;
	list-style: disc inside;
	color: #bbbaba; /* Disc colour the same as the links */
}
#main_nav ul li ul li ul.sub_media li {
	width: 105px;
}
#main_nav ul li ul li ul.sub_schedule li a, #main_nav ul li ul li ul.sub_media li a {
	display: inline-block;
	margin-left: -2px;
	line-height: 13px;
	padding-bottom: 0;
}
@-moz-document url-prefix() { /* Fixes strange spacing bug in Firefox */
	#main_nav ul li ul li ul.sub_schedule li a, #main_nav ul li ul li ul.sub_media li a {
	margin-left: -4px;
}
}
#main_nav ul li a:hover, #main_nav ul li ul.sub_home a:hover, #main_nav ul li ul.sub_program a:hover, #main_nav ul li ul.sub_why a:hover, #main_nav ul li ul.sub_partners a:hover, #main_nav ul li ul.sub_news a:hover, #main_nav ul li ul.sub_register a:hover, #main_nav ul li ul.sub_in_touch a:hover {
	color: #f6dad3;
}
/** end MAIN NAVIGATION **/


/** SIDENAV **/
#sidebar_home {
	position: absolute;
	top: 21px;
	left: 0;
	width: 270px;
	z-index: 2;
}
#sidebar {
	position: absolute;
}

#sidebar_home_inner {
	background: url(images/bg_sidebar.png) repeat-y;
	padding: 7px 21px 25px 21px;
}
#sidebar_inner {
	background: #ffffff;
	padding: 7px 21px 25px 21px;
}

#sidebar_home h1, #sidebar h1 {
	width: 191px;
	height: 190px;
	background: url(images/logo_Ci2012.png) no-repeat;
	text-indent: -9999px;
}
#sidebar_home h1:hover, #sidebar h1:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}
ul.menu {
	width: 191px;
	list-style-type: none;
	margin: 0;
	padding: 13px 0 5px 0;
}
ul.menu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.menu a {
	display: block;
	text-decoration: none;	
}

ul.menu li {
  margin-bottom: 1px;
}

ul.menu li a {
	color: #231F20;
	margin-top: 6px;
	padding: 4px 0 1px 0;
	font-size: 14px;
	font-weight: bold;
}
ul.menu li a.sidebar_button, ul.menu li a.sidebar_button_arrow {
	border-bottom: 2px solid #d24827;
}
ul.menu li a.sidebar_button:hover {
	background: url(images/bg_sidebar_button.png);
}
ul.menu li a.sidebar_button_arrow {
	background: url(images/bg_sidebar_button_arrow.png) no-repeat 0 0px;
}
ul.menu li a.sidebar_button_arrow:hover {
	background: url(images/bg_sidebar_button_arrow.png) no-repeat 0 -75px;
}
ul.menu li a.active.sidebar_button_arrow {
	background: url(images/bg_sidebar_button_arrow.png) no-repeat 0 -75px;
}
ul.menu li a.active.sidebar_button_arrow:hover {
	background: url(images/bg_sidebar_button_arrow.png) no-repeat 0 -75px;
}
ul.menu li ul li a, ul.menu ul.menu li ul li a {
	background: #d24827;
	color: #ffffff;
	padding: 4px 0 4px 10px;
}
ul.menu li ul li a:hover, ul.menu ul.menu li ul li a:hover {
	background: #e69784;
}
#sidebar_icons a:hover {
	opacity: 0.4;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 40);
}
#sidebar_bottom_home {
	width: 270px;
	height: 68px;
	background: url(images/bg_sidebar_bottom_home.png) no-repeat;
}
#sidebar_bottom {
	width: 250px;
	height: 68px;
	background: url(images/bg_sidebar_bottom.png) no-repeat;
}
/** end SIDENAV **/


/** HOME PAGE **/
#wrapper_home {
	position: relative;
	width: 980px;
	margin: 21px auto 0 auto;
	padding-top: 21px;
	background: #ffffff url(images/bg_home.png) no-repeat 0 21px;
	font-size: 1.3em;
}
#home_tagline {
	position: absolute;
	top: 54px;
	left: 296px;
	width: 510px;
	color: #ffffff;
}
#home_tagline h2 {
	padding-bottom: 4px;
	margin-left: -5px;
	font-size: 21px;
	line-height: 21px;
	font-weight: 500;
}
.home_tagline_subheader {
	padding-bottom: 8px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 400;
}
.home_tagline_date {
	font-size: 14px;
	font-weight: 400;
}
/*
a.but_home_register {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 125px;
	height: 125px;
}
*/
a.but_home_white_paper {
	display: block;
	position: absolute;
	top: 25px;
	right: 25px;
	width: 125px;
	height: 125px;
}
a.but_home_register:hover {
	opacity: 0.8;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 80);
}
a.but_expression_interest {
	display: block;
	position: absolute;
	top: 70px;
	right: 126px;
	width: 86px;
	height: 86px;
	z-index: 2;
}
a.but_expression_interest:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}
#img_home_balancing {
	position: absolute;
	top: 570px;
	left: 45px;
	width: 137px;
	height: 100px;
}
#home_countdown {
	display: none;
	position: absolute;
	top: 650px;
	left: 40px;
	width: 278px;
	height: 122px;
	background: url(images/bg_home_countdown.png) no-repeat;
}
#home_countdown_inner {
	float: right;
	width: 112px;
	padding-top: 24px;
	text-align: center;
	font-size: 22px;
	line-height: 24px;
	font-weight: 500;
	color: #ffffff;
}
.home_countdown_days {
	font-size: 52px;
	line-height: 44px;
	font-weight: 800;
}
#home_columns_bottom {
	width: 940px;
	margin: 805px 0 0 21px;
}
#home_column_left {
	float: left;
	width: 180px;
}
#home_column_middle {
	float: left;
	width: 514px;
	background: url(images/bg_home_carrousel.png) no-repeat;
}
#home_column_right {
	position: relative;
	float: left;
	width: 214px;
	margin: 100px 0 0 26px;
}
.home_widget {
	width: 160px;
	height: 154px;
	margin-top: -1px;
	background: url(images/bg_home_widget.png) no-repeat;
	font-size: 26px;
	font-weight: 600;
	line-height: 28px;
	color: #231F20;
}
.home_widget_share {
	padding: 14px 0 0 12px;
}
.home_widget a.save_date {
	display: block;
	width: 128px;
	height: 126px;
	padding: 14px 0 0 12px;
	text-decoration: none;
	color: #231F20;
}
.home_widget a.save_date span.save_date_small {
	font-size: 11px;
	line-height: 15px;
	font-weight: normal;
}
.home_widget a:hover {
	color: #979494;
}

.home_share_icons {
	margin-top: 8px;
}
.home_share_icons a:hover, #home_credits_cu a:hover {
	opacity: 0.4;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 40);
}
#home_credits {
	padding: 8px 0 0 10px;
	color: #808080;
}
#home_credits a {
	display: inline-block;
	margin: 8px 0;
}
.blueboat_home {
	display: block;
	float: right;
	width: 306px;
	height: 56px;
	margin: 42px 30px 30px 0;
}
.blueboat_home:hover, #home_credits a:hover {
	opacity: 0.6;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 60);
}
#tweet ul {
	list-style: none;
	font-size: 12px;
}
#tweet ul li {
	padding-bottom: 18px;
}
.tweet_user {
	display: inline-block;
	width: 100px;
	vertical-align: top;
}
.tweet_user a {
	text-decoration: none;
	color: #D24827;
}
.tweet_user a:hover {
	text-decoration: underline;
}
.tweet_date {
	display: inline-block;
	width: 114px;
	vertical-align: top;
	text-align: right;
	color: #F6921E;
}
.tweet_content a {
	text-decoration: none;
	color: #999999;
}
.tweet_content a:hover {
	color: #CCCCCC;
}

/** end HOME PAGE **/


/** PAGE CONTENT **/
#wrapper {
	position: relative;
	width: 980px;
	margin: 21px auto 0 auto;
	padding: 20px 0 50px 0;
	background: #ffffff;
	min-height: 600px;
	font-size: 1.3em;
	background: url(images/bg_wrapper.png) repeat-y;
}
#col_sidebar {
	float: right;
	width: 250px;
	position: relative;
}
#col_content {
	width: 660px;
	min-height: 650px;
	padding: 0 30px 0 40px;
	float: right;
	color: #4D4D4D;
}
#col_content {
	font-size: 14px;
	line-height: 20px;
}
#col_content a {
	color: #000000;
	text-decoration: underline;
	font-weight: 600;
}
#col_content a:hover {
	color: #abafb0;
}
#col_content ul, #col_content ol {
	padding-bottom: 14px;
}
#col_content li {
	margin-left: 2em;
	padding-bottom: 6px;
}
.col_content_slim {
	width: 460px;
}
#col_content h1 {
	display: inline-block;
	padding: 0 15px;
	margin: 20px 0 40px 0;
	background: #d24827;
	color: #ffffff;
	font-size: 32px;
	line-height: 48px;
	font-weight: bold;
}
#col_content h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 38px;
	margin-bottom: 30px;
	border-bottom: 5px solid #d24827;
	color: #231F20;
}
#col_content h3 {
	font-weight: 600;
	font-size: 20px;
	color: #D24827;
	padding-bottom: 14px;
}
#col_content h4, #col_content h5 {
	font-weight: 600;
	font-size: 16px;
	color: #D24827;
}
#col_content h4 {
	padding-bottom: 14px;
}
#col_content h4 a {
	color: #D24827;
}
p.content_quote {
	padding-left: 40px;
	padding-right: 40px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 18px;
	text-align: justify;
}	
#best_conference {
	width: 216px;
	height: 57px;
	position: absolute;
	top: 35px;
	right: 30px;
}
#best_conference a {
	display: block;
	width: 216px;
	height: 57px;
	background: url(images/but_best_conference.png) no-repeat;
	text-indent: -9999px;
}
#best_conference a:hover {
	opacity: 0.6;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 60);
}
#col_content a.button_bubble img:hover, #col_content a.button_channels img:hover {
	opacity: 0.6 !important;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 60);
}
p.the_date {
	text-transform: uppercase;
	color: #999999;
	margin-top: -10px;
	font-size: 11px;
	font-weight: bold;
}
div.post_entry {
	padding-bottom: 15px;
	border-bottom: 2px solid #ecedee;
	margin-bottom: 30px;
}
span.vvqyoutube {
	display: block;
	padding-bottom: 14px;
}
#col_content a.but_register_2 {
	display: block;
	width: 320px;
	height: 86px;
	margin: 7px auto;
	text-indent: -9999px;
	background: url(images/but_register_2.png) no-repeat 0 0;	
}
#col_content a.but_register_2:hover {
	background: url(images/but_register_2.png) no-repeat 0 -86px;	
}
/** end PAGE CONTENT **/

/** SPEAKERS HOME PAGE **/
#col_content a.speaker_thumbnail {
	display: block;
	float: left;
	width: 150px;
	height: 250px;
	overflow: hidden;
	background: #d24827;
	color: #ffffff;
	margin: 0 7px 30px 7px;
	text-decoration: none;
}
a.speaker_thumbnail:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}
.speaker_info {
	padding: 5px 8px;
}
#col_content .speaker_info p {
	font-size: 11px;
	line-height: 13px;
	color: #ffffff;
	font-weight: normal;
}
#col_content .speaker_info h4 {
	display: block;
	font-size: 15px;
	line-height: 15px;
	padding-bottom: 3px;
	color: #ffffff;
}
/** end SPEAKERS HOME PAGE **/


/** SPEAKERS PANELS **/
#speakers_body {
	background: #000000;
}
#speakers_content {
	position: relative;
	margin: 20px auto 20px auto;
	width: 900px;
	background: #000000;
	color: #e2dede;
	font-size: 14px;
	line-height: 18px;
}
#speakers_content blockquote {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px !important;
	line-height: 22px !important;
	padding-top: 6px;
	padding-bottom: 6px !important;
	color: #a3a1a1;
}

#speakers_content strong {
	color: #ffffff;
}
#speakers_content a {
	color: #8fd3ed;
	text-decoration: none;
}
#speakers_content a:hover {
	text-decoration: underline;
}
#speakers_content h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: 5px solid #d24827;
	color: #ffffff;
}
#speakers_content h4 {
	font-size: 16px;
	font-weight: 600;
	padding-bottom: 20px;
	color: #d24827;
}
#speakers_body div.post_column_1 ul {
	padding-bottom: 14px;
}
#speakers_content .post_column_1 li, #speakers_content .post_column_1 ol li {
	margin-left: 1em;
	padding-bottom: 5px;
}
a.speakers_content_close {
	display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;
}
/** end SPEAKERS PANELS **/


/** PROGRAM **/
h3.program_h3 {
	font-size: 16px;
	font-weight: 600;
	color: #00ACED;
	border-bottom: 2px solid #4D4D4D;
}
#col_content div.program_row {
	padding: 15px 0 15px 0;
	border-bottom: 1px solid #a6adaf;
}

#col_content div.program_row, #col_content div.program_row p {
	font-size: 13px;
	line-height: 17px;
}
.program_content_bottom {
	margin-bottom: 8px;
}
.program_row_last {
	margin-bottom: 40px;
}
.program_column_date {
	float: left;
	width: 175px;
	padding-right: 20px;	
}
#col_content p.program_disclaimer {
	font-size: 11px !important;
	line-height: 13px;
}
.program_column_event {
	float: left;
	width: 465px;
}
.program_column_conv_left {
	float: left;
	width: 150px;
	margin-right: 5px;
}
.program_column_conv_right {
	float: right;
	width: 310px;
}
#col_content a.conversation_button { 
	display: block;
	width: 134px;
	height: 142px;
	padding: 8px 8px 0 8px;
	background: #d24727;
	font-weight: normal;
}
#col_content a.conversation_button:hover {
	opacity: 0.6;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 60);
}
#col_content a.conversation_button h4 {
	color: #ffffff !important;
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	padding-bottom: 3px;
}
#col_content a.conversation_button p { 
	color: #ffffff !important;
	font-size: 11px;
	line-height: 13px;
}
p.link-table-of-contents {
	margin-top: -30px;
	padding-bottom: 40px;
	font-size: 11px;
}
.program_column_date li {
	margin-left: 1em !important;
}
.program_column_date li a {
	text-decoration: underline !important;
}
/** end PROGRAM **/


/** SESSIONS **/
#sessions_body {
	background: #000000;
}
#sessions_content {
	position: relative;
	margin: 20px auto 20px auto;
	width: 900px;
	background: #000000;
	color: #e2dede;
	font-size: 14px;
	line-height: 18px;
}
#sessions_content strong {
	color: #ffffff;
}
#sessions_content a {
	color: #8fd3ed;
	text-decoration: none;
}
#sessions_content a:hover {
	text-decoration: underline;
}
#sessions_content h2 {
	font-weight: 600;
	font-size: 28px;
	line-height: 36px;
	margin-bottom: 20px;
	border-bottom: 5px solid #d24727;
	color: #ffffff;
}
#sessions_content h4, #sessions_content h5 {
	font-size: 16px;
	font-weight: 600;
	color: #d24727;
}
#sessions_content h5 {
	padding-bottom: 16px;
}
#sessions_body div.post_column_1 ul {
	padding-bottom: 14px;
}
#sessions_content .post_column_1 li {
	margin-left: 1em;
	padding-bottom: 5px;
}
a.sessions_content_close {
	display:block;float:right;height:16px;width:16px;margin-left:3px;cursor:pointer;background-repeat:no-repeat;
}
/** end SESSIONS **/


/** SLIDES PANELS **/
#slides_home .slides_container {
	width: 454px;
	height: 274px;
	padding: 30px;
}
#home_youtube {
}
#slides_home .slides_container div {
	width: 454px;
	height: 274px;
	z-index: 0;
	display: block;
	font-size: 13px;
	line-height: 16px;
	font-weight: 500;
	letter-spacing: normal;
}
#slides_home .slides_container div h3 {
	font-size: 18px;
	line-height: 20px;
	font-weight: 400;
	color: #ffffff;
	padding-bottom: 14px;
}
#slides_home .slides_container div h4 {
	font-size: 13px;
	line-height: 15px;
	color: #ffffff;
	padding-bottom: 5px;
}
#slides_home .slides_container div a {
	color: #D24827;
	text-decoration: none;
}
#slides_home .slides_container div a:hover {
	text-decoration: underline;
}
#slides_home .slides_pagination {
	margin-top: 12px;
	float: right;
}
#slides_home .slides_pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
#slides_home .slides_pagination li a {
	display: block;
	width: 14px;
	height: 0;
	padding-top: 14px;
	background-image: url(images/but_slides_pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
#slides_home .slides_pagination li a:hover, #slides_home .slides_pagination li.current a {
	background-position: 0 -15px;
}
#speakers_home{
	position: absolute;
	top: 132px;
	right: 20px;
}
#slides_speakers .slides_container {
	width: 365px;
	height: 360px;
	background: url(images/bg_slides_speakers.png) no-repeat;
}
#slides_speakers .slides_container div {
	width: 365px;
	height: 355px;
	padding: 5px 0 0 0;
}
#slides_speakers .slides_container div h4 {
	font-size: 22px;
	font-weight: bold;
	padding-left: 28px;
}
#slides_speakers .slides_container div p {
	padding-bottom: 0;
}
#slides_speakers .slides_container div p.speaker_description {
	font-size: 16px;
	font-weight: bold;
	padding: 5px 70px 0 28px;
}
#slides_imagine .slides_container {
	width: 660px;
	height: 376px;
	margin-top: -10px;
}
#slides_imagine .slides_container div {
	width: 660px;
	height: 376px;
	display: block;
}
#slides_imagine .slides_pagination {
	margin-top: 7px;
	float: right;
	margin-bottom: 25px;
}
#slides_imagine .slides_pagination li {
	float: left;
	margin: 0 1px;
	list-style: none;
}
#slides_imagine .slides_pagination li a {
	display: block;
	width: 14px;
	height: 0;
	padding-top: 14px;
	background-image: url(images/but_slides_pagination.png);
	background-position: 0 0;
	float: left;
	overflow: hidden;
}
#slides_imagine .slides_pagination li a:hover, #slides_imagine .slides_pagination li.current a {
	background-position: 0 -15px;
}
/** end SLIDES PANELS **/


/** SLIDE ROLLOVERS (SESSIONS) **/
.session_button_wrapper { /** Needed for displaying boxes inline **/
	float: left;
	width: 150px;
	margin: 0 5px 5px 0;
}
.session_button {
	width: 150px;
	height: 150px;
	margin: 0 5px 0 0;
	overflow: hidden; 
	position: relative;
}
#col_content .session_button_caption { 
	display: block;
 	top: 150;
	float: left; 
	position: absolute; 
	width: 134px;
	height: 142px;
	padding: 8px 8px 0 8px;
	background: url(images/bg_sessions_button.png);
}
#col_content .session_button_caption h4 {
	color: #ffffff !important;
	display: block;
	font-size: 15px;
	line-height: 15px;
	font-weight: 600;
	padding-bottom: 3px;
}
#col_content .session_button_caption, #col_content .session_button_caption p { 
	color: #ffffff !important;
	font-size: 11px !important;
	line-height: 13px !important;
	font-weight: normal;
}
#col_content .program_row a {
	text-decoration: none;
}
/** end SLIDE ROLLOVERS (SESSIONS) **/


/** OTHERS **/
a img.but_channels:hover {
	opacity: 0.6;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 60);
}

table.table_pricing {
	border-width: 1px;
	border-spacing: 0px;
	border-style: solid;
	border-color: #CCCCCC;
	border-collapse: collapse;
	margin-bottom: 18px;
}
table.table_pricing td {
	border-width: 1px;
	padding: 5px;
	border-style: solid;
	border-color: #CCCCCC;
}
div.map {
	margin-top: 14px;
}
/** end OTHERS **/


/** MAILING LIST FORM **/
#mc-embedded-subscribe-form {
	padding-bottom: 20px;
}
#mc-embedded-subscribe-form input.EOI_fields {
	display: block;
	width: 375px;
	padding: 5px 5px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9f9f9f;
	margin-bottom: 14px;
}
#mc-embedded-subscribe-form ul.addressfield, #col_content ul.EOI_list {
	list-style: none !important;
}
#mc-embedded-subscribe-form li {
	margin: 0 !important;
	padding: 0 !important;
}
#mc-embedded-subscribe-form input.EOI_submit {
	display: block;
	width: 91px;
	height: 91px;
	background: url(images/but_bubble_subscribe.png);
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-appearance: none;
}
#mc-embedded-subscribe-form input.EOI_submit:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}
.mce_inline_error {
	color: #e40303;
	margin-bottom: 10px;
}
#mce_tmp_error_msg {
	color: #e360aa;
}
#mce-success-response {
	color: #3baa65;
}
/** end MAILING LIST FORM **/


/** PAGINATION **/
.pagination {
	clear: both;
	float: right;
	position: relative;
	font-size: 11px;
	line-height: 13px;
}
.pagination span, .pagination a {
	display: block;
	float: left;
	margin: 2px 2px 2px 0;
	padding: 6px 9px 5px 9px;
	text-decoration: none;
	width: auto;
	background: #ecedee;
}
.pagination span.pages {
	background: #9c9c9d;
	color: #ffffff;
}
.pagination a:hover{
	color: #ffffff !important;
	background: #D24827;
}
.pagination .current{
	padding: 6px 9px 5px 9px;
	background: #F6921E;
	color: #ffffff;
}
/** PAGINATION **/


/** FOOTER **/
#footer {
	width: 940px;
	margin: 0 auto;
	padding: 12px 20px 16px 20px;
}
#footer a {
	color: #D24827;
	text-decoration: none;
}
#footer a:hover {
	text-decoration: underline;
}
#footer_left {
	float: left;
	width: 470px;
}
#footer_right {
	float: right;
	width: 470px;
	text-align: right;
}
/** end FOOTER **/


/** SITE CREDITS **/
#credits_carlos {
	position: absolute;
	width: 111px;
	top: 75px;
	left: 16px;
}
#credits_blueboat {
	position: absolute;
	width: 124px;
	top: 78px;
	left: 160px;
}
#credits_carlos:hover, #credits_blueboat:hover, #but_credits_close:hover {
	opacity: 0.6;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 60);
}

#aToolTip {
	position: absolute;
	display: none;
	z-index: 50000;
	width: 340px;
	height: 212px;
	margin-left: -360px;
}
#aToolTip .aToolTipContent {
	position:relative;
	margin: 0;
	padding: 0;
}
.site_credits {
	background: url(images/bg_credits.png) no-repeat;
	color:#fff;
	margin:0;
}
#but_credits_close {
	display: block;
	height: 28px;
	width: 28px;
	background: url(images/but_credits_close.png) no-repeat;
	text-indent: -9999px;
	outline: none;
	position: absolute;
	top: 5px;
	right: 10px;
}
/** end SITE CREDITS **/

/** NEW MODULES **/

input.brainwave_fields {
	display: block;
	width: 375px;
	padding: 5px 5px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9f9f9f;
	margin-bottom: 14px;
}
input.brainwave_submit {
	display: block;
	width: 91px;
	height: 91px;
	background: url(images/but_bubble_register.png);
	border: none;
	cursor: pointer;
	text-indent: -9999px;
	-webkit-appearance: none;
}
input.brainwave_submit:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}

div.networking_panel {
	padding-bottom: 25px;
}

table.network_table input {
	width: 375px;
	padding: 5px 5px;
	background: #ffffff;
	border: 1px solid #CCCCCC;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #9f9f9f;
	margin-bottom: 14px;
}

/* The width of everything that makes up the questionaire  */
table.network_questions,   /* Table contataining questions */
p.network_instructions,    /* Paragraph with 'Please ...   */
table.network_matrix,      /* Table of areas               */
div.network_submit {       /* Container for submit button  */
    width: 100%;   
}

div.network_submit {
    text-align:right;
    margin-top:5px;
}

.network_questions td {
    text-align:right;
}

.network_questions input.network_input {
    width: 200px;
}

.network_matrix td, .network_matrix th {
    border-bottom:1px solid #cccccc;
}

.network_matrix tr.even td {
    /* For evemt row cells */
    background-color: #f0f0f0;
    padding:4px;
}

.network_matrix tr.odd td {
    /* For odd row cells */
}

/** end NEW MODULES **/


/** REGISTER NOW UPDATE **/
.register_row {
	margin-bottom: 8px;
}
.register_row_last {
	margin: 14px 0 14px;
}
.register_panel {
	float: left;
	width: 440px;
	height: 32px;
	line-height: 32px;
	margin-top: 1px;
	padding: 0 10px;
	background: #a2ddf8;
	font-size: 12px;
}
a.but_register_now {
	float: left;
	display: block;
	width: 109px;
	height: 34px;
	background: url(images/but_register_now.png);
	text-indent: -9999px;
}
a.but_register_now:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}
#sliding_popup { 
	position: fixed; 
	left: 0px; 
	display: block; 
	width: 100%; 
	padding: 0px; 
	margin: 0px;
}

/** end REGISTER NOW UPDATE **/
network_submit {
    text-align:right;
    margin-top:5px;
}

.network_questions td {
    text-align:right;
}

.network_questions input.network_input {
    width: 200px;
}

.network_matrix td, .network_matrix th {
    border-bottom:1px solid #cccccc;
}

.network_matrix tr.even td {
    /* For evemt row cells */
    background-color: #f0f0f0;
    padding:4px;
}

.network_matrix tr.odd td {
    /* For odd row cells */
}
/** end NEW MODULES **/

/** REGISTER NOW UPDATE **/
.register_row {
	margin-bottom: 8px;
}
.register_row_last {
	margin: 14px 0 14px;
}
.register_panel {
	float: left;
	width: 440px;
	height: 32px;
	line-height: 32px;
	margin-top: 1px;
	padding: 0 10px;
	background: #a2ddf8;
	font-size: 12px;
}
a.but_register_now {
	float: left;
	display: block;
	width: 109px;
	height: 34px;
	background: url(images/but_register_now.png);
	text-indent: -9999px;
}
a.but_register_now:hover {
	opacity: 0.7;
	/* Required for IE */
	zoom: 1;
	filter: alpha(opacity = 70);
}
#sliding_popup { 
	position: fixed; 
	left: 0px; 
	display: block; 
	width: 100%; 
	padding: 0px; 
	margin: 0px;
	z-index: 9999;
}
/** end REGISTER NOW UPDATE **/

/** COMMENTS **/
#comments {
	border-top: 5px solid #D24827;
	margin-top: 30px;
	padding-top: 7px;
}
p.post_comments_link {
	text-align: right;
}
.comments_meta p {
	padding-bottom: 5px !important;
	font-style: italic;
}
input.comment_field, textarea.comment_field {
	border: 1px solid #CCCCCC;
	color: #9F9F9F;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	padding: 5px;
	width: 375px;
}
textarea.comment_field {
	height: 120px;
}
span.comment_field_required, span.comment_date {
	color: #9F9F9F;
}
input#submit, p.post_comments_link a {
	display: inline-block;
	min-width: auto;
	height: 26px;
	line-height: 26px !important;
	padding: 0 6px;
	border: 0 none;
	border-radius: 4px 4px 4px 4px;
	background-color: #AAAAAA;
	vertical-align: top;
	cursor: pointer;
	text-decoration: none !important;
	color: #FFFFFF !important;
	font-size: 13px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
}
input#submit:hover, p.post_comments_link a:hover {
	background-color: #777777;
}
p.comments_disclaimer {
	font-size: 11px;
	line-height: 15px;
	color: #9F9F9F;
}
/** end COMMENTS **/
img#wpstats{display:none}