/***** Global Settings *****/
HTML, BODY
{
	border: 0;
	margin: 0;
	padding: 0;
}
BODY
{
	font: 12px/18px Arial, Helvetica, sans-serif;
	background: #EF9E10 url(/a/i/bg-body.jpg) no-repeat top center;
}
/***** Headings *****/
H1, H2, H3, H4, H5, H6
{
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-family: Georgia;
}
H2
{
	letter-spacing: -1px;
	border-radius: 2px;
	/*+border-radius:6px;*/
	border-radius: 6px 6px 6px 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	font-size: 26px;
	line-height: 32px;
	padding: 4px 4px 4px 10px;
	margin: 0 0 8px -10px;
	color: #D0890B;
	background-color: #261902;
}
H3
{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 1px;
}
H4
{
	font-size: 18px;
	font-family: Arial;
	font-weight: bold;
	letter-spacing: 0px;
	margin: 12px 0;
}
/***** Common Formatting *****/
P, UL, OL
{
	margin: 0;
	padding: 0 0 1.25em;
}
HR
{
	color: #EE9D0F;
	border: none;
	margin-left: -20px;
	border-top: 1px dashed #8C5C07;
	width: 360px;
}
UL, OL
{
}
BLOCKQUOTE
{
	margin: 1.25em;
	padding: 1.25em 1.25em 0;
}
SMALL
{
	font-size: 0.85em;
}
IMG
{
	border: 0;
}
SUP
{
	position: relative;
	bottom: 0.3em;
	vertical-align: baseline;
}
SUB
{
	position: relative;
	bottom: -0.2em;
	vertical-align: baseline;
}
ACRONYM, ABBR
{
	cursor: help;
	letter-spacing: 1px;
	border-bottom: 1px dashed #000000;
}
/***** Links *****/
A, A:link, A:visited, A:hover
{
	text-decoration: none;
	color: #FEFEFE;
}
/***** Forms *****/
FORM
{
	margin: 0;
	padding: 0;
	display: inline;
}
INPUT, SELECT, TEXTAREA
{
	font: 1em Arial, Helvetica, sans-serif;
}
TEXTAREA
{
	width: 100%;
	line-height: 1.25;
}
LABEL
{
	cursor: pointer;
}
/***** Tables *****/
TABLE
{
	border: 0;
	margin: 0px 0 1.25em;
	padding: 0;
}
TABLE TR TD
{
	padding: 2px;
}
/***** Wrapper *****/
#header
{
	width: 960px;
	margin: 0 auto;
	position: relative;
	display: block;
}
.logo IMG
{
	z-index: 100;
	top: 0;
	position: absolute;
	display: block;
	top: 10px;
	left: 72px;
}
/***** Global Classes *****/
.clear
{
	clear: both;
}
.float-left
{
	float: left;
}
.float-right
{
	float: right;
}
.text-left
{
	text-align: left;
}
.text-right
{
	text-align: right;
}
.text-center
{
	text-align: center;
}
.text-justify
{
	text-align: justify;
}
.bold
{
	font-weight: bold;
}
.italic
{
	font-style: italic;
}
.underline
{
	border-bottom: 1px solid #000000;
}
.highlight
{
	padding: 2px;
	font-weight: bold;
	color: #FFFFFF;
}
.redhighlite
{
	background: #751;
	padding: 2px 10px;
	/*+border-radius:10px;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
	font-weight: normal;
}
.blurb>.redhighlite
{
	background: #751;
	padding: 2px 10px;
	/*+border-radius:30px;*/
	border-radius: 30px 30px 30px 30px;
	-moz-border-radius: 30px;
	-webkit-border-radius: 30px;
	-khtml-border-radius: 30px;
	font-weight: normal;
	margin-left: 8px;
	font-weight: normal;
}
.redhighlite:hover
{
	background: #3F2D07;
}
.wrap
{
	width: 960px;
	margin: 0 auto;
}
.img-left
{
	float: left;
	margin: 4px 10px 4px 0;
}
.img-right
{
	float: right;
	margin: 4px 0 4px 10px;
}
.nopadding
{
	padding: 0;
}
.noindent
{
	margin-left: 0;
	padding-left: 0;
}
.nobullet
{
	list-style: none;
	list-style-image: none;
}
/***** Navigation *****/
.headervisual
{
	letter-spacing: -1px;
	font-size: 2em;
	width: 890px;
	height: 500px;
	background: url(/a/i/sf-header.jpg) no-repeat top right;
	text-indent: -7845em;
	margin: 10px auto 0;
	position: relative;
	border: 10px solid #FFFFFF;
	padding: 0;
}
.cityvisual
{
	background: url(/a/i/sf-header.jpg) no-repeat top right;
}
.speakersvisual
{
	background: url(/a/i/sf-header-speakers.jpg) no-repeat top right;
}
.contactvisual
{
	background: url(/a/i/sf-header-contact.jpg) no-repeat top right;
}
.ticketvisual
{
	background: url(/a/i/sf-header-tickets.jpg) no-repeat top right;
}
.programsvisual
{
	background: url(/a/i/sf-header-program.jpg) no-repeat top right;
}
#navbar
{
	display: block;
	position: absolute;
	font-size: 16px;
	top: 65px;
	left: 442px;
	z-index: 90;
}
#navbar LI
{
	float: left;
	font-weight: bold;
	display: inline-block;
	margin-right: 4px;
}
#navbar LI A
{
	color: #FFFFFF;
	padding: 5px;
}
#navbar LI A:hover, #navbar LI A.active
{
	border-bottom: 4px solid #FFFFFF;
}
.redlabel
{
	display: block;
	position: absolute;
	top: 320px;
	left: 16px;
}
.registernow
{
	position: absolute;
	z-index: 100;
	right: -25px;
	top: 383px;
}
.buynow
{
	display: block;
	position: absolute;
	z-index: 80;
	right: -82px;
	top: 466px;
}
/***** Content *****/
.content
{
	margin: 0 auto;
	width: 910px;
	display: block;
	overflow: hidden;
}
.subcols
{
	width: 910px;
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.bottom
{
	position: absolute;
	bottom: 0;
	height: 0px;
	border-top: 1px dashed #8C5C07;
}
.news, .speakers, .sponsors
{
	display: inline-block;
	float: left;
	padding: 15px 20px;
	padding-bottom: 1520px;
	margin-bottom: -1500px;
	overflow: hidden;
}
.news
{
	width: 320px;
	border-right: 1px dashed #8C5C07;
	padding-left: 10px;
}
.news P SPAN EM
{
	margin-top: -14px;
	display: block;
}
.wide
{
	width: 630px;
	padding-bottom: 0;
	margin-bottom: 0;
}
.speakers
{
	width: 260px;
	border-right: 1px dashed #8C5C07;
}
.sponsors
{
	width: 226px;
	padding-right: 0px;
}
.sponsors .sponsor-type
{
	color: #FEFEFE;
	padding: 2px 30px;
	background: #D0890B;
	text-align: center;
	position: relative;
	z-index: 100;
	font-size: 18px;
	margin: 0 auto 10px;
	display: table;
	left: -10px;
	/*+border-radius:10px;*/
	border-radius: 10px 10px 10px 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	-khtml-border-radius: 10px;
}
.news .bottom
{
	width: 360px;
	margin-left: -20px;
}
.news UL
{
	margin-left: 25px;
}
.news UL LI
{
	list-style: square outside;
	color: #FEFEFE;
}
.speakers .bottom
{
	width: 300px;
	margin-left: -20px;
}
.wide .bottom
{
	width: 670px;
	margin-left: -20px;
}
.sponsors .bottom
{
	width: 360px;
	margin-left: -20px;
}
.speaker
{
	display: inline-block;
	float: left;
	margin-bottom: 6px;
}
.speakersthumb
{
	display: block;
	float: left;
	border: 3px solid #FFFFFF;
	margin: 0 6px 6px 0;
}
.speakersname
{
	display: inline-block;
	font-size: 24px;
	line-height: 26px;
	color: #FFFFFF;
	font-family: Georgia;
}
.veryshortbio
{
	display: inline-block;
	float: left;
	width: 190px;
	font-size: 10px;
	line-height: 12px;
}
.fullbio
{
	float: left;
	width: 540px;
	color: #010101;
}
.fullbio A
{
	color: #020202;
	background-color: #D68E0E;
	border-bottom: 1px dashed #915F07;
	padding: 2px;
}
.fullbio A:hover
{
	color: #FEFEFE;
}
.veryshortbio P
{
	font-size: 10px;
	line-height: 14px;
	padding-top: 1px;
	padding-bottom: 0px;
}
.wide .speakersbio .speakersname
{
	float: left;
	clear: right;
	display: inline-block;
	margin-bottom: 10px;
}
.wide .speakersbio .speakersthumb
{
	float: left;
	margin-top: 4px;
	margin-right: 10px;
	clear: left;
}
.wide .speakersbio .titletalk
{
	float: left;
	font-size: 18px;
	margin-left: 40px;
	margin-bottom: 12px;
	padding: 5px 5px 5px 25px;
	background-color: #A26B0A;
}
.wide .speakersbio .summarytalk P
{
	float: left;
	margin-left: 65px;
	color: #020202;
	width: 530px;
	padding: 0;
	padding-left: 10px;
	border-left: 1px solid #A26B0B;
	font-style: italic;
	margin-bottom: 1.25em;
}
.wide .speakersbio .summarytalk UL
{
	float: left;
	margin-left: 81px;
	color: #020202;
	width: 530px;
	padding: 0;
	padding-left: 10px;
	font-style: italic;
	margin-bottom: 1.25em;
}
.wide .speakersbio .summarytalk UL LI
{
	color: #010101;
}
.wide .speakersbio .summarytalk STRONG
{
	float: left;
	margin-left: 65px;
	color: #020202;
	width: 530px;
	padding: 0 0 12px;
	padding-left: 10px;
	border-left: 1px solid #A26B0B;
	font-style: normal;
}
.wide .speakersbio LI.speaker
{
	border-bottom: 1px dashed #9A6508;
	margin-bottom: 20px;
	margin-left: -20px;
	width: 650px;
	padding-left: 20px;
	min-height: 120px;
}
.wide .speakersbio LI.last
{
	border-bottom: 0px dashed #9A6508;
	margin-bottom: 0px;
}
UL.sponsorlist
{
	margin-left: -20px;
}
LI.sponsor
{
	border-bottom: 1px dashed #8C5C07;
	padding-left: 25px;
	width: 235px;
}
LI.sponsor.last
{
	border-bottom: 0px dashed #8C5C07;
}
.boxed
{
	background: #D18A0C;
	color: #161616;
	display: block;
	padding: 8px 12px;
	margin-bottom: 12px;
	margin-left: -8px;
	margin-top: -4px;
	margin-bottom: 32px;
	/*+border-radius:20px;*/
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}
.boxed IMG
{
	width: 204px;
	border: 3px solid #EE9D0F;
	margin: 8px 0px;
}
.boxed FIELDSET P
{
	float: left;
	display: inline-block;
	line-height: 22px;
	margin-bottom: 0;
	padding-bottom: 0;
}
.boxed .emailaddress
{
	background: #D18A0C none;
	border: none;
	border-bottom: 1px dotted #000000;
	width: 157px;
	display: inline-block;
	color: #FFFFFF;
}
.boxed FIELDSET .subscribe
{
	background: #8D5400;
	color: #FFFFFF;
	border: 1px solid #7E2D00;
	/*+border-radius:20px;*/
	border-radius: 20px 20px 20px 20px;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	-khtml-border-radius: 20px;
}
.blurb
{
	font-size: 18px;
	margin-bottom: 6px;
	font-weight: bold;
	margin-right: 6px;
	padding: 2px 0px;
	line-height: 24px;
}
/*### Program ###*/
.program
{
	background: #BC7B0A;
	color: #FD9;
	border-bottom: 1px solid #F1AD35;
	border-right: 1px solid #F1AD35;
	font-size: 11px;
	width: 100%;
}
.program TR TD, .program TR TH
{
	border-top: 1px solid #F1AD35;
	border-left: 1px solid #F1AD35;
	padding: 5px;
	vertical-align: top;
}
TABLE.program TR TD A
{
	color: #FD9;
}
TABLE.program TR TD STRONG
{
	color: #FFF;
	font-size: 14px;
}
.program TR TH
{
	font-weight: bold;
	border-right: none;
	background: #5D3E08;
	color: #EEBC24;
}
.program TR.black
{
	background: #99650A;
}
.program INPUT
{
	display: none;
}
.program .room
{
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
	color: #FFFFFF;
}
.program .selected .room
{
	color: #FEFEFE;
}
.session:hover
{
	cursor: pointer;
	background: #171616;
}
.session:hover .room
{
	color: #DCDCDC;
}
.selected, .selected:hover
{
	background: #4D6000;
}
.full, .full:hover
{
	background: #B6000B;
}
#register-workshops
{
	display: inline-block;
	float: right;
	margin: 20px 4px 0px 20px;
	padding: 5px 10px;
	background: #444444;
	border: 1px solid #6D6D6D;
	cursor: pointer;
	color: #FFF;
}
#register-workshops:hover
{
	background: #2B2B2B;
	border: 1px solid #353535;
}
#message-box
{
	display: inline-block;
	float: left;
	margin-top: 20px;
}
/*### Footer ###*/
#footer-block
{
	width: 100%;
	display: block;
	position: relative;
	padding-top: 20px;
	background: url(/a/i/bg-footer.jpg) center bottom;
}
#footer-block #footer
{
	display: block;
	margin: 0 auto;
	width: 890px;
	height: 105px;
	position: relative;
}
#twitter
{
	position: relative;
	display: block;
	right: 0px;
	float: right;
	width: 85px;
	height: 85px;
	padding-left: 70px;
	padding-top: 3px;
	background: url(/a/i/twitter_01.png) no-repeat left -10px;
	font-size: 19px;
	line-height: 20px;
	top: 10px;
}
#whoooz-logo
{
	position: absolute;
	left: -5px;
	top: 0px;
	width: 450px;
	float: left;
}
#whoooz-logo IMG
{
	float: left;
}
#whoooz-logo P
{
	font-size: 12px;
	margin: 17px 0px 10px 10px;
	color: #0C0C0C;
	display: inline-block;
	float: left;
}
/* Registration attendees */
#reg-attendees
{
	display: block;
	margin-top: 25px;
}
#reg-attendees FIELDSET
{
	margin-bottom: 12px;
}
#reg-attendees .formfield
{
	margin-bottom: 5px;
}
#reg-attendees LABEL
{
	display: block;
	float: left;
	padding-right: 12px;
	width: 80px;
}
#reg-attendees INPUT[type=text]
{
	width: 220px;
}
#reg-attendees SELECT
{
	padding: 3px 8px;
	width: 226px;
}
#reg-attendees .formfield-twitter SPAN
{
	margin-left: -16px;
	padding-right: 4px;
	color: #8C6300;
}
/* Speakers - masterclass- and workshop info and attendee statistics */
.content-speakersinfo h3 {
	margin-top: 20px;	
}
.content-speakersinfo textarea {
	margin-top: -10px;
	margin-bottom: 35px;
}
table.speakersinfo-attendees {
	margin-bottom: 15px;
	border-bottom:1px solid #F1AD35;
	border-right:1px solid #F1AD35;
	color:#FFDD99;
	font-size:11px;
	width:100%;
}
table.speakersinfo-attendees th, table.speakersinfo-attendees td {
	border-left:1px solid #F1AD35;
	border-top:1px solid #F1AD35;
	padding: 5px 18px;
	vertical-align:top;
}
table.speakersinfo-attendees th {
	background:none repeat scroll 0 0 #5D3E08;
	border-right:medium none;
	color:#EEBC24;
	font-weight:bold;
	text-align: left;
}
table.speakersinfo-attendees td {
	background: #BC7B0A;
}
table.speakersinfo-attendees td.attendee {
	font-weight: bold;
	color: #fff;
}
table.speakersinfo-attendees td:first-child, table.speakersinfo-attendees th:first-child {
	text-align: right;
	padding: 5px 10px 5px 5px;
	width: 15px;
}

/* TOTAALPLAATJE Speakers - masterclass- and workshop info and attendee statistics */
body#speakersnav {
	background: #EF9E10 !important;
}
div#speakernav {
	position: fixed; top: 10px; right: 10px;
	
}
div#speakernav h3 {
	margin-top: 0px;
	margin-bottom: 5px;
}
div#speakernav a {
	display: block;
	font-size: 10px;
	margin-bottom: 1px;
	color: black;
	background: white;
	padding: 4px;
	line-height: 11px;
	-moz-border-radius: 3px;
}
div#speakernav a:hover, div#speakernav a:focus, div#speakernav a:active {
	color: white;
	background: black;
}
