/*
Title        :    EECICONF 2010 Europe stylesheet
Version        :     1.0
SVN Rev.    :    37
Author        :    Christiaan Arthur Hemerik (chris@whoooz.nl)
Author URL    :    http://www.whoooz.nl/
Copyright    :    2010, Whoooz! Webmedia. All rights reserved (please don't re-use without permission)

------------ Group reset & browser specific stuff*/
*
{
	margin: 0;
	padding: 0;
	font-size: 100%;
	text-decoration: none;
	border: none;
	list-style: none;
	outline: none;
}
IMG
{
	-ms-interpolation-mode: bicubic;
}

S {text-decoration:line-through;}
/*------------ General settings*/
BODY
{
	color: rgb(255, 255, 255);
	background-color: rgb(1, 153, 187);
}
.wrapper
{
	width: 980px;
	margin: 0 auto;
}
#container
{
	background: rgb(0, 176, 208) url(../images/bg-cloudsnsunlight.jpg) no-repeat center -30px;
}
/*------------ Typography*/
BODY
{
	font-family: Georgia, Times, "Times New Roman", serif;
}
SPAN.blurb .highlight, A.redhighlite, A#you_invite_switch
{
	font-family: "Lucida Sans", "Lucida Grande", Arial, Verdana, sans-serif !important;
}
TABLE.program TR TD:first-child
{
	font-family: "Helvetica Neue", Helvetica, Arial, Verdana, sans-serif !important;
}
/*------------ Hyperlinks*/
#content A, #footer A
{
	color: rgb(255, 198, 0);
}
#content A:hover, #footer A:hover, #content A:focus, #footer A:focus
{
	border-bottom: 1px dotted rgb(255, 198, 0);
}
/*------------ Masthead*/
#masthead
{
	z-index: 0;
}
#masthead .wrapper
{
	position: relative;
	height: 487px;
	background: transparent url(../images/bg-eu-001.png) no-repeat -4px 70px;
	z-index: 0;
	border-top: 10px solid rgb(0, 0, 0);
}
#you #masthead .wrapper
{
	position: relative;
	height: 180px;
	background: none;
	z-index: 0;
	border-top: 10px solid rgb(0, 0, 0);
}
H1#logo
{
	position: absolute;
	top: 0px;
	left: -11px;
}
#cta
{
	position: absolute;
	top: 147px;
	right: -20px;
	z-index: 100;
}
#cta A
{
	display: block;
	width: 190px;
	height: 190px;
	background: transparent url(../images/register-banner.png) no-repeat 0px 0px;
	text-indent: -9999px;
}
#cta A:hover, #cta A:focus
{
	background-position: 0px -190px;
}
#cta A:active
{
	margin-top: 1px;
}
/*------------ Primary navigation*/
UL#nav-main
{
	position: absolute;
	right: -4px;
	top: 0px;
}
UL#nav-main LI
{
	display: inline;
}
UL#nav-main LI A
{
	display: block;
	float: left;
	padding-left: 11px;
	padding-top: 40px;
	padding-bottom: 8px;
	margin-left: 11px;
	color: rgb(255, 255, 255);
	font-size: 22px;
	border-left: 1px dashed rgb(255, 255, 255);
	text-shadow: 1px 1px 1px rgb(0, 27, 47);
}
UL#nav-main LI A SPAN
{
	padding: 3px 8px 4px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
UL#nav-main LI A:hover, UL#nav-main LI A:focus
{
	color: rgb(255, 198, 0);
}
UL#nav-main LI A:hover SPAN, UL#nav-main LI A:focus SPAN
{
	background: rgb(0, 163, 193);
}
UL#nav-main LI:first-child A
{
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
BODY#home UL#nav-main LI.n-home A SPAN, BODY#tickets UL#nav-main LI.n-tickets A SPAN, BODY#program UL#nav-main LI.n-program A SPAN, BODY#location UL#nav-main LI.n-location A SPAN, BODY#contact UL#nav-main LI.n-contact A SPAN
{
	background: rgb(0, 0, 0);
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
BODY#home UL#nav-main LI.n-home A:hover, BODY#home UL#nav-main LI.n-home A:focus
{
	color: rgb(255, 255, 255);
}
/*------------ Content*/
#content .wrapper
{
	z-index: 100;
	overflow: hidden;
	width: 990px;
	padding: 0 5px 0 10px;
	margin-top: -5px;
}
#main
{
	float: left;
	width: 655px;
	z-index: 200;
	border-right: 1px dashed rgb(255, 255, 255);
}
#main .intro
{
	width: 602px;
	background: rgb(0, 163, 193);
	background: rgb(0, 153, 187);
	overflow: hidden;
	padding: 15px;
	z-index: 200;
	margin-top: 5px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
#main .intro H2
{
	display: none;
	font-size: 26px;
	font-weight: normal;
}
#main .intro P
{
	font-size: 25px;
	letter-spacing: -0.5px;
	line-height: 1.3em;
	text-shadow: 0.8px 0.8px 1px rgb(0, 117, 137);
}
#main .intro P STRONG
{
	font-weight: normal;
	color: rgb(255, 198, 0) !important;
}
#secundary
{
	float: right;
	width: 310px;
	margin: 50px 20px 0 0;
}
#secundary .node
{
	padding-top: 20px;
	padding-left: 17px;
	padding-bottom: 8px;
	border-top: 1px dashed rgb(255, 255, 255);
}
#secundary .node IMG.illustration
{
	width: 278px;
	padding: 7px;
	margin-bottom: 5px;
	background: rgb(6, 167, 203);
}
#secundary .sponsors H3
{
	background: rgb(0, 163, 193);
	color: rgb(0, 94, 108);
	font-weight: normal;
	text-align: center;
	padding: 3px;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
.column
{
	float: left;
	width: 280px;
	margin-top: 26px;
	margin-left: 15px;
	padding-left: 15px;
	border-left: 1px dashed rgb(255, 255, 255);
}
.column-first
{
	width: 321px !important;
	border-left: none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
}
.column-primary
{
	width: 633px !important;
	border-left: none !important;
	padding-left: 0px !important;
	margin-left: 0px !important;
	margin-top: 3px;
}
.column-primary H3, .column-primary H4, .column-primary H3 STRONG, .column-primary H4 STRONG
{
	color: rgb(0, 94, 108);
	font-size: 22px;
	font-weight: normal;
	line-height: 1.35em;
	margin-bottom: 8px;
	padding-top: 10px;
}
.column-primary H3 A, .column-primary H4 A
{
	text-shadow: 0.8px 0.8px 1px rgb(0, 117, 137);
}
BODY#location .column-primary .node, BODY#program .column-primary .node
{
	margin-bottom: 25px;
}
DIV#content-item P
{
	margin-bottom: 15px;
}
DIV#content-item P STRONG
{
	display: block;
	color: rgb(0, 94, 108);
	font-size: 22px;
	font-weight: normal;
	line-height: 1.35em !important;
	margin-bottom: 8px !important;
	text-shadow: none !important;
}
DIV#content-item BR
{
	display: none !important;
}
SPAN.blurb
{
	display: block;
	position: relative;
	margin-bottom: 15px;
	margin-top: 16px;
	background: rgb(0, 163, 193);
	font-weight: normal;
	text-align: left;
	padding: 14px;
	font-size: 20px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
SPAN.blurb SPAN.highlight
{
	display: block;
	float: left;
	width: 445px;
	font-size: 18px;
	font-weight: bold;
}
A.redhighlite
{
	color: rgb(0, 0, 0) !important;
	background: rgb(255, 198, 0);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 22px 6px;
	text-align: center;
	cursor: pointer;
	margin: 0 7px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
	text-shadow: none !important;
}
A.redhighlite:hover, A.redhighlite:focus
{
	background: rgb(255, 180, 0);
	border-bottom: none !important;
}
SPAN.blurb A.redhighlite:active
{
	color: rgb(255, 198, 0) !important;
	background: rgb(0, 0, 0) !important;
	top: 9px;
}
SPAN.blurb A.redhighlite
{
	display: block;
	position: absolute;
	right: 2px;
	top: 8px;
}
.node P
{
	line-height: 1.35em;
	font-size: 15px;
	margin-bottom: 12px;
	text-shadow: 0.8px 0.8px 1px rgb(0, 127, 147);
}
.node H2
{
	font-size: 24px;
	background: rgb(0, 0, 0);
	color: rgb(255, 255, 255);
	padding: 5px 8px;
	line-height: 1.35em;
	margin-bottom: 11px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
.node H2.minor
{
	font-size: 22px !important;
}
UL#speakerslist LI
{
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px dashed rgb(0, 94, 108);
}
UL#speakerslist LI:first-child
{
	border-top: none;
}
UL#speakerslist LI:last-child
{
	padding-bottom: 0;
}
UL#speakerslist LI A P
{
	margin-bottom: 0px;
}
UL#speakerslist LI A IMG
{
	display: block;
	float: left;
	background: rgb(255, 255, 255);
	padding: 7px;
	margin: 0 0 0 3px;
	width: 50px;
	height: 50px;
	border: 1px solid rgb(0, 163, 193);
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
UL#speakerslist LI A:hover IMG, UL#speakerslist LI A:focus IMG
{
	background-color: rgb(255, 198, 0);
}
UL#speakerslist LI A SPAN
{
	display: block;
	margin-left: 80px;
	color: rgb(255, 255, 255);
	font-size: 14px !important;
	line-height: 1.35em;
	text-shadow: 0.8px 0.8px 1px rgb(0, 127, 147);
}
UL#speakerslist LI A P
{
	font-size: 14px !important;
}
UL#speakerslist LI A:hover SPAN, UL#speakerslist LI A:focus SPAN
{
	color: rgb(255, 198, 0);
}
UL#speakerslist LI A:hover STRONG, UL#speakerslist LI A:focus STRONG
{
	color: rgb(0, 0, 0);
}
UL#speakerslist LI A STRONG
{
	display: block;
	color: rgb(0, 94, 108);
	margin-top: 5px;
	font-weight: normal;
	font-size: 16px;
	text-shadow: none;
}
.sponsors H2
{
	margin-bottom: 15px;
}
UL.sponsorlist LI.sponsor A
{
	display: block;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	border-top: 1px dashed rgb(0, 94, 108);
}
UL.sponsorlist LI.sponsor:first-child A
{
	border-top: none;
}
LI.sponsor A:hover, LI.sponsor A:focus
{
	border-bottom: none !important;
}
UL#news LI
{
	overflow: hidden;
	padding-bottom: 8px;
	padding-top: 8px;
	border-top: 1px dashed rgb(0, 94, 108);
}
UL#news LI:first-child
{
	border-top: none;
}
UL#news LI P
{
	font-size: 15px;
	line-height: 1.35em;
	margin-bottom: 12px;
}
UL#news LI H3
{
	color: rgb(0, 94, 108);
	font-size: 24px;
	font-weight: normal;
	line-height: 1.35em;
	margin-bottom: 10px;
}
UL#news LI SPAN.meta
{
	display: block;
	font-size: 13px;
	margin-bottom: 8px;
}
/*------------You*/
body#you h1#logo {
	top: 28px !important;
}
body#you #content {
	margin-top: 30px;
}
	a#upcoming_eeci {
		display: block;
		position: absolute;
		right: 327px; top: 0px;
		border-right: 1px dashed #fff;
		padding: 20px 23px 32px 0;
	}
	a#upcoming_eeci img {
		padding: 13px 11px 13px;
		background: #06A7CB;
		-moz-border-radius: 8px;
		-webkit-border-radius: 8px;
		border-radius: 8px;
	}
	a#upcoming_eeci:hover img, a#upcoming_eeci:focus img {
		background-color: #FFC600;
	}
div#you_notice {
	position: absolute;
	right: 21px; top: 20px;
	background: #0099BB;
	padding: 15px 15px 29px 15px;
	width: 255px;
	z-index: 200;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
}
	div#you_notice p {
		font-size: 11px;
		font-family: "Lucida Sans", "Lucida Grande", Verdana, Arial, sans-serif;
	}
div#you_notice strong {
	color: #FFC600;
	font-weight: bold;
}
form#you_invite_form {
	position: absolute;
	left: 0px; top: 77px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	background: #0099BB;
	width: 255px;
	padding: 5px 15px 18px;
}
form#you_invite_form p {
	font-style: italic;
	font-size: 0.6em;
	margin-bottom: 8px;
	margin-left: 50px;
}
form#you_invite_form label {
	display: block !important;
	float: left;
	width: 50px;
	font-size: 14px;
	padding-top: 2px;
}
form#you_invite_form fieldset {
	margin-top: 10px;
}
form#you_invite_form .formfield {
	margin-bottom: 3px;
}
form#you_invite_form input[type=text] {
	width: 171px !important;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	font-size: 12px;
	padding: 3px 5px;
	border: 1px solid transparent;
}
form#you_invite_form input[type=text].error {
	border: 1px solid red;
}
form#you_invite_form input[type=submit] {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
	text-shadow: none !important;
	background:none repeat scroll 0 0 #FFC600;
	color:#000000 !important;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	margin: 19px 20px 0 50px;
	padding:5px 22px 6px;
	text-align:center;
	text-shadow:none !important;
	text-transform:uppercase;
}
a#you_invite_closer {
	display: block;
	position: absolute;
	top: 0px; right: 1px;
	width: 26px; height: 26px;
	text-indent: -9999px;
	background: url(../images/icon-youcloser.gif) no-repeat 0px 0px transparent;
}
a#you_invite_closer:hover, a#you_invite_closer:focus {
	background-position: 0px -26px;
}
a#you_invite_closer:active {
	top: 1px;
}
form#you_invite_form input[type=submit]:hover, form#you_invite_form input[type=submit]:focus {
	background: rgb(255, 180, 0);
	border-bottom: none !important;
}
form#you_invite_form label.error {
	display: none !important;
}
ul#you_errors {
	position: absolute;
	top: 179px; right: 21px;
	width: 275px;
	overflow: hidden;
	padding: 5px;
}
ul#you_errors li span {
	display: block;
	background: rgb(216, 51, 13);
	background: rgba(216, 51, 13, 0.7)
	font-size: 14px;
	padding: 10px 30px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
ul#you_errors li span.succes {
	background: rgb(104, 164, 0);
	background: rgba(104, 164, 0, 0.7) !important;
}
a#you_invite_switch {
	display: block;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
	text-shadow: none !important;
	background:none repeat scroll 0 0 #FFC600;
	color:#000000 !important;
	cursor:pointer;
	font-size:13px;
	font-weight:bold;
	margin:15px 20px 0;
	padding:7px 22px 8px;
	text-align:center;
	text-shadow:none !important;
	text-transform:uppercase;
}
a#you_invite_switch:hover, a#you_invite_switch:focus {
	background: rgb(255, 180, 0);
	border-bottom: none !important;
}
#you .materials
{
	position: relative;
}
#you .materials .video
{
	display: block;
	padding: 7px;
	margin-bottom: 5px;
	background: rgb(6, 167, 203);
}
#you .materials .slides
{
	border-top:1px dashed #FFFFFF;
	display:block;
	padding-left:20px;
	padding-right:0;
	position:absolute;
	right:-338px;
	top:-56px;
	width:295px;
	margin-top:55px;
}
#you .materials h3 {
	padding-top: 10px !important;
}
#you .materials .slides H2
{
	cursor: pointer;
}
#you .materials .slides H2.nolink
{
	cursor: default;
	color: #444;
}
/*------------ Newsletter subscribe*/
FORM#subscribe
{
	padding: 10px 0 10px 10px;
	margin: -8px 0 0 -10px;
	overflow: hidden;
}
FORM#subscribe P:first-child
{
	width: 218px;
	margin-right: 20px;
}
FORM#subscribe P INPUT#email
{
	width: 208px;
	padding: 6px 10px 7px;
	font-size: 13px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
FORM#subscribe P INPUT#email:focus
{
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 8px rgb(206, 249, 255);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
FORM#subscribe P
{
	float: left;
}
FORM#subscribe P.submit BUTTON
{
	background: rgb(255, 198, 0);
	font-size: 13px;
	text-transform: uppercase;
	font-weight: bold;
	padding: 5px 10px 6px;
	text-align: center;
	cursor: pointer;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	-moz-box-shadow: 0px 0px 2px rgb(0, 94, 108);
	box-shadow: 0px 0px 2px rgb(0, 94, 108);
}
FORM#subscribe P.submit BUTTON:hover, FORM#subscribe P.submit BUTTON:focus
{
	background: rgb(255, 180, 0);
}
FORM#subscribe P.submit BUTTON:active
{
	color: rgb(255, 198, 0) !important;
	background: rgb(0, 0, 0) !important;
	margin-top: 1px;
	margin-bottom: -1px;
	outline: none;
}
/*------------    Schedule*/
TABLE.program
{
	margin-bottom: 15px;
	text-align: left;
	border: 7px solid rgb(6, 167, 203);
}
TABLE.program TR
{
	vertical-align: top !important;
}
TABLE.program B, TABLE.program STRONG, TABLE.program TH
{
	font-weight: normal !important;
	text-shadow: 0.8px 0.8px 1px rgb(0, 90, 116) !important;
}
TABLE.program TD STRONG
{
	font-size: 19px;
	color: rgb(255, 198, 0);
	text-shadow: 0.8px 0.8px 1px rgb(0, 90, 116) !important;
}
TABLE.program TR TD:first-child
{
	font-size: 12px;
	padding-top: 10px;
	width: 220px !important;
}
TABLE.program TBODY TH
{
	background: rgb(0, 153, 187);
	padding: 4px 10px;
}
TABLE.program TBODY TR TH:first-child
{
	width: 200px !important;
}
TABLE.program TR.black TD
{
	background: rgb(0, 93, 120);
	padding: 8px 10px;
	color: rgb(61, 194, 222);
}
TABLE.program TR.black TD:first-child
{
	padding: 8px 10px;
	color: rgb(255, 255, 255);
}
TABLE.program TD
{
	padding: 8px 10px;
	background: url(../images/bg_table_td.png) repeat top center;
}
TABLE.program TD A
{
	display: block;
	font-size: 14px;
	line-height: 1.5em !important;
	color: rgb(255, 255, 255) !important;
}
TABLE.program TD A:hover, TABLE.program TD A:focus
{
	border-bottom: none !important;
}
TABLE.program TD A STRONG
{
	font-size: 19px;
	margin-bottom: 5px !important;
	color: rgb(255, 198, 0);
	border-bottom: 1px solid transparent;
	width: auto;
}
TABLE.program TD A:hover STRONG, TABLE.program TD A:focus STRONG
{
	border-bottom: 1px dotted rgb(255, 198, 0);
}
TABLE.program TD .talk_title {display:inline; clear:both; float:left; margin-top:12px; margin-bottom:12px; width:100%; font-style:italic; font-size:22px;}
/*------------ Footer*/
#footer
{
	background: rgb(1, 153, 187) url(../images/bg-footer.jpg) repeat-x top center;
	height: 225px;
	padding-bottom: 50px;
}
#whoooz
{
	float: left;
	margin-top: 150px;
	margin-left: -7px;
}
#whoooz H2
{
	float: left;
}
#whoooz P
{
	margin-left: 110px;
	margin-top: 20px;
	font-size: 14px;
	line-height: 1.35em;
	text-shadow: 0.8px 0.8px 1px rgb(0, 117, 137);
}
#whoooz H2 A
{
	display: block;
	width: 89px;
	height: 89px;
	background: transparent url(../images/whoooz-logo.png) no-repeat;
	text-indent: -9999px;
}
#whoooz H2 A:hover, #whoooz H2 A:focus
{
	border-bottom: none !important;
}
#whoooz H2 A:active
{
	margin-top: 1px;
}
UL#socials
{
	position: relative;
	margin-left: 670px;
	width: 305px;
	overflow: visible;
}
LI#twitter A
{
	display: block;
	position: absolute;
	top: 144px;
	right: -30px;
	height: 103px;
	width: 305px;
	background: url(../images/twitterbird-001.png) no-repeat 100% 0px;
}
LI#twitter A:hover, LI#twitter A:focus
{
	border-bottom: none !important;
}
LI#twitter A:active
{
	background-position: 100% 1px;
}
LI#twitter A SPAN
{
	display: block;
	position: absolute;
	top: 25px;
	left: 10px;
}
LI#twitter A:hover SPAN, LI#twitter A:focus SPAN
{
	border-bottom: 1px dotted rgb(255, 198, 0) !important;
}
/*------------ Microformats*/
#masthead .wrapper P.vevent
{
	position: absolute;
	top: 0px;
	left: 0px;
	text-indent: -9999px;
}
