/*----- General -----*/
html, body {
	height:100%;
}

body {
    margin: 20px 0 0 0;
    font-size: 0.85em;
    font-family: Tahoma, sans-serif;
    background: url(../media/images/background.png) 0 0 repeat;
    line-height: 1.4em;
    color: #333;
}

img {
	border: 0;
}

h1 {
	font-size:200%;
}

h2 {
	font-size:150%;
}

h3 {
	font-size:125%;
}

h1, h2, h3 {
	margin:0px;
	color: #525252;
	line-height: 19px;
}

.strong {
	font-weight:bold;
}

a {
	color: #014687;
}

a:hover {
	text-decoration: none;
    color: black;
}

ul {
	color:#014687;
	list-style: square inside;
}

.reset {
	clear: both;
}

/*----- Structure -----*/
#container {
	width:936px;
	margin:0px auto;
	background-color:#fff;
	height:auto !important; /* real browsers */
	min-height:100%; /* real browsers */
	position:relative;
}

#header_dutch {
	width:936px;
	height:151px;
	background: transparent url(../media/images/header_background_dutch.png) 0px 0px no-repeat;
}

#header_english {
	width:936px;
	height:151px;
	background: transparent url(../media/images/header_background_english.png) 0px 0px no-repeat;
}

#menu {
	height:30px;
	width:936px;
	background: transparent url(../media/images/menu_background.png) 0px 0px repeat-x;
}

#menu ul {
	margin:0px;
	padding:0px;
}

#menu ul li{
	float:left;
	list-style-type:none;
	list-style-image:none;
	margin:7px 15px 0px 15px;
}

#menu ul li a {
	color:#525252;
	font-weight:bold;
	text-decoration:none;
}

#menu ul li a.focus {

}

#menu ul li a:hover {
	text-decoration:underline;
}

#main {
	float:left;
	width:615px;
	text-align:justify;
	padding-bottom: 90px; /* footer height + footer top padding + footer bottom padding + whitespace (30px) */
	margin:20px 0 0 30px;
}

#sidebar {
	float:left;
	width:235px;
	padding-bottom: 90px; /* footer height + footer top padding + footer bottom padding + whitespace (30px) */
	margin:20px 0px 0px 30px;
}

#sidebar ul {
	padding:0px;
	margin:12px 0px 15px 0px;
    list-style: none;
}

ul#speaker-contact {
    width: 410px;
    float: left;
}

ul#speaker-contact, #speaker-contact ul {
    margin:12px 0px 15px 0px;
    list-style: none;
}

#sidebar ul li {
	line-height: 25px;
}

#sidebar ul li a {
    text-decoration: none;
}

#sidebar ul li a {
    margin-left: 0.4em;
}

#footer {
	bottom:0;
	width:100%;
	clear:left;
	height:30px;
	position:absolute;
	background: #2f2f2f url(../media/images/footer_background.png) center bottom no-repeat;
    padding: 10px 0 20px 0;
}

#footer p {
	margin:0px;
	color:#aaa;
	padding:0px;
	font-size:11px;
	padding-top:7px;
	text-align:center;
}

a.footer_link {
	color:#aaa;
}


/*----- Custom classes -----*/
.float_left {
	float:left;
}

.float_right {
	float:right;
}

.clear_left {
	clear:left;
}

.clear_right {
	clear:right;
}

.clear_both {
	clear:both;
	display:block;
}

.hidden {
	display:none;
}

.winner {
	height: 80px;
	font-size: 60px;
}

/*----- Lightbox links -----*/
a.image {
	margin:0px 0px 0px 15px;
}

a.image img {
	padding:5px;
	border:1px solid gray;
}

.image_description {
	color:#aaa;
	display:block;
	font-size:10px;
	margin:0px 0px 0px 20px;
}

.imagebox {
	margin:4px 0px 0px 0px;
}

/*--- Language options ---*/
.language {
	float:right;
	display:block;
}

.dutch {
	top:154px;
	right:40px;
	width:32px;
	height:26px;
	display:block;
	position:absolute;
	text-decoration:none;
	background: transparent url(../media/images/dutch_flag.png) 0px 0px no-repeat;
}

.english {
	top:154px;
	right:5px;
	width:32px;
	height:26px;
	display:block;
	position:absolute;
	text-decoration:none;
	background: transparent url(../media/images/english_flag.png) 0px 0px no-repeat;
}


/*----- Form -----*/
fieldset {
	margin: 15px 0;
	padding: 0 0 20px 20px;
}

legend {
	color: #525252;
	color: #000;
	font-weight: bold;
}

label {
	float: left;
	width: 250px;
	margin-top: 15px;
}

select, input, textarea {
	float: left;
	width: 350px;
}

textarea#abstract {
	width: 500px;
	height: 270px;
}

input[type=submit] {
	margin: 20px 0;
	width: 170px;
}

.explanation {
	clear: both;
	font-size: 0.8em;
	display: block;
	margin: 0;
}

.submit-link {
	font-size: 1.3em;
	font-weight: bold;
}

a.internal {
	font-weight: bold;
}

/*--- Sponsors ---*/
.sponsors {
	margin:10px 0px;
}

.sponsors h2 {
	margin: 35px 0 10px 0;
}

.sponsors img {
	width: 180px;
}

.sponsors a {
    display: block;
    border: 3px solid #5fafed;
    border-top-right-radius: 10px;
    padding: 5px;
    text-align: center;
    height: 70px;
    line-height: 70px;
    font-size: 30px;
    color: #d9d9d9;
    text-decoration: none;
    font-variant: small-caps;
}

.sponsors a:hover {
    color: gray;
}

.sponsors p span {
    color: white;
    background: #5fafed;
    height: 30px;
    line-height: 30px;
    width: 100%;
    display: inline-block;
    font-weight: bold;
    text-align: center;
    font-variant: small-caps;
}

.sponsors p.unconference span {
    font-size: 1.4em;
    line-height: 1.4em;
}

.sponsors p.platinum span {
    font-size: 1.2em;
}

.sponsors p.gold span, .sponsors p.social span,  .sponsors p.gamenight span {
    font-size: 1.1em;
}

.sponsors p.silver span {
    font-size: 1em;
}

.sponsors p.bronze span {
    font-size: 0.9em;
}

.sponsor_advert_dutch {
	height:60px;
	width:180px;
	display:block;
	background: transparent url(../media/images/sponsor_dutch.png) 5px 5px no-repeat;
}

.sponsor_advert_english {
	height:60px;
	width:180px;
	display:block;
	background: transparent url(../media/images/sponsor_english.png) 5px 5px no-repeat;
}

/*--- Twitter ---*/
#twitter_update_list li {
	padding: 10px 0 0 10px;
	list-style-type: none;
	color: #000000;
	background: url(../media/images/tweetbg.png) no-repeat;
	height: 69px;
	width: 631px;
}
#twitter_update_list span {
	display: block;
	width: 75%;
	float: left;
	margin-right: 10px;
}
#twitter_update_list li a {
	width: 20%;
	padding: 0 5px 0 0;
	display: block;
	float: right;
}
#twitter_update_list span a {
	display: inline;
	float: none;
}
#twitter_update_list span a:hover {
	text-decoration: underline;
}

li.clean {
  list-style-type:none;
  list-style-image:none;
  margin:10px;
}
li.clean img {
  margin-top: 5px;
  border: none;
}

/*--- Speakers ---*/
ul#speakers {
	color:#000;
	padding:0px;
	list-style-type: none;
	margin:15px 0px 0px 0px;
}

ul#speakers ul {
	color:#000;
	margin:0px;
	padding:0px;
	list-style-type: none;
}

ul#speakers li.speaker {
	display:inline-block;
	margin:10px 0px 20px 0px;
	padding:0px 0px 5px 0px;
}

ul#speakers .float {
	float:left;
}

ul#speakers .float h3 {
	margin:0px 0px 5px 0px;
}

ul#speakers .float img {
	margin:0px 15px 0px 0px;

	padding:5px;
	border:1px solid gray;
}

ul#speakers .tab {
	width:50px;
	display:inline-block;
	margin:0px 10px 0px 0px;
}

ul#speakers .info {
	clear:both;
	padding:15px 0px 0px 0px;
}


/*--- News ---*/
div.news {
	margin:15px 0px 0px 0px;
}

div.news .imagebox_news {
	margin:25px 0px 0px 0px;
}

span.calendar {
	width:48px;
	float:left;
	height:49px;
	font-style:normal;
	font-weight:normal;
	font-variant:normal;
	font-size-adjust:none;
	margin:0px 13px 0px 0px;
	font-family:"Trebuchet MS",Tahoma,Arial;
	background:transparent url(../media/images/calendar.png) no-repeat scroll 0%;
}

span.calendar_month {
	color:#fff;
	display:block;
	font-size:11px;
	line-height:11px;
	text-align:center;
	margin:0px 0px 0px -7px;
	padding:5px 0px 0px 0px;
	text-transform:uppercase;
}

span.calendar_day {
	color:#999;
	display:block;
	font-size:18px;
	line-height:18px;
	text-align:center;
	margin:0px 0px 0px -8px;
	padding:5px 0px 0px 0px;
	text-transform:uppercase;
}

/*--- Schedule ---*/
.schedule {
	width:615px;
	text-align:left;
	border:1px double gray;
	border-width:0px 1px 1px 0px;
}

.schedule tr th {
	height:25px;
	border-bottom:1px solid red;
}

.schedule tr th, .schedule tr td {
	margin:0px;
	text-align:left;
	border:1px solid gray;
	padding:0px 5px 0px 5px;
	border-width:1px 0px 0px 1px;
}

.schedule tr td {
	height:50px;
	vertical-align:top;
	padding:3px 0px 0px 5px;
}
.schedule tr td a {
	display:block;
}
.schedule tr.break {
	color:#fff;
	font-weight:bold;
	background-color:#2671aa;
}

.schedule tr.break td {
	height:25px;
}

.schedule tr th.gray, .schedule tr td.gray {
	background:#eee;
}

.schedule tr th.time {
	width:91px;
}

.schedule tr th.rooms {
	width:259px;
}

span.name {
	display:inline-block;
}

.hostedby{
	text-align: center;
	margin-top: 30px;
}
