/*
Theme Name: NoordTalentAward fase 1
Theme URI: http://www.designserver.nl/
Description: Het template voor de eerste fase van de Noord Talent Award.
Version: 0.1
Author: Marco Legemaate & Annelies Vlasblom (ontwerp)
Author URI: http://www.designserver.nl/
Tags: design

*/


body {
	background: silver;
	text-align: center;
	font-family: verdana;
}

div#logo {
	margin-bottom: -24px;
}

h2 {
	font-size: 18px;
	line-height: 24px;
	margin-top: 8px;
}

div#centerdiv {
	margin: 0 auto;
	width: 900px;
	text-align: left;
}

div#teller {
	position: relative;
	float: right;
	font-weight: bold;
	font-family: Arial, Helvetica;
	font-size: 14px;
	letter-spacing: 0px;
	z-index: 1;
}
span.wit {
	color: white;
}
span.rood {
	color: red;
}

div#tabbalk {
	height: 33px;
	width: 100%;
	margin-left: 2px;
	overflow: hidden;
}
div.tab {
	position: absolute;
	margin-top: 3px;
}
div.tab a {
	display: block;
	height: 27px;
	text-decoration: none;
}
div.tab a span {
	visibility: hidden;
}
div#tab1 {
	margin-left: 441px;
}
div#tab1 a {
	background-image: url(images/expo.png);
	width: 71px;
}
div#tab1 a:hover {
	background-image: url(images/expo_over.png);
}

div#tab2 {
	margin-left: 522px;
}
div#tab2 a {
	background: url(images/dance.png) 0 -2px no-repeat;
	width: 93px;
}
div#tab2 a:hover {
	background-image: url(images/dance_over.png);
}

div#tab3 {
	margin-left: 628px;
}
div#tab3 a {
	background-image: url(images/pen.png);
	width: 50px;
}
div#tab3 a:hover {
	background-image: url(images/pen_over.png);
}

div#tab4 {
	margin-left: 694px;
}
div#tab4 a {
	background: url(images/music.png) 0 -2px no-repeat;
	width: 83px;
}
div#tab4 a:hover {
	background-image: url(images/music_over.png);
}

div#tab5 {
	margin-left: 790px;
}
div#tab5 a {
	background-image: url(images/sport.png);
	width: 77px;
}
div#tab5 a:hover {
	background-image: url(images/sport_over.png);
}

div#vlak {
	padding: 25px 15px 0px 15px;
	margin-bottom: -9px;
	min-height: 800px;
}

div#menu {
	position: relative;
	top: -9px;
}

div#menu ul {
	margin: 0;
	padding: 0;
}
div#menu ul li {
	list-style: none;
	padding-bottom: 6px;
	margin-bottom: 4px;
	background: url(images/menu_dots.png) no-repeat -3px bottom;
}
div#menu ul li a {
	color: white;
	text-decoration: none;
	font-weight: bold;
	letter-spacing: 1.2px;
	text-transform: uppercase;
	font-size: 10px;
}
div#colofon {
	width: 70px;
	margin-left: 800px;
	text-align: right;
	height: 24px;
	position: fixed;
	bottom:  4px;
	z-index: 3;
}
div#colofon a {
	color: white;
	font-size: 8px;
	font-weight: bold;
	text-decoration: none;
	margin-right: 12px;
}
div#zwartvlak {
	background-color: black;
}
div#zwartvlak div.post {
	margin: 0px 12px;
	padding: 1px 0px;
	color: white;
}
div#zwartvlak div.post div.entry {
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
}
div#talentbalk {
	margin: 25px 0 15px 0;
	z-index: 1;
}
div#talentfotos {
	z-index: 1;
}

a#aanmeldknop {
	text-decoration: none;
	display: block;
	width: 350px;
	height: 38px;
	background-position: -8px 0;
	margin: 32px 0 6px 0;
}

/* formulier */

#inschrijfformulier {
	font-size: 11px;
	font-weight: bold;
}
#inschrijfformulier input , #inschrijfformulier textarea {
	border: 0;
	margin: 6px 0;
}
#inschrijfformulier label.links {
	display: block;
	margin-right: 6px;
}
#inschrijfformulier input.breed {
	width: 280px;
}
#inschrijfformulier input.normaal {
	width: 110px;
}
#inschrijfformulier input.medium {
	width: 170px;
}
#inschrijfformulier textarea {
	width: 100%;
	_width: 370px;
	height: 60px;
}
span.normaal {
	font-weight: normal;
}
#inschrijfformulier tr td {
	padding-bottom: 6px;
}
#inschrijfformulier input#verzenden {
	display: block;
	height: 49px;
	width: 286px;
	border: solid 0px black;
	color: black;
	text-align: right;
	vertical-align: top;
	cursor: pointer;
}
#inschrijfformulier input#verzenden:hover {
	background: black url(images/verzenden_over.gif) no-repeat bottom left;
}

#inschrijfformulier fieldset.uploadmethode {
	height: 156px;
	padding-top: 12px;
	margin-top: 20px;
	margin-bottom: 12px;
	border: solid 1px;
	line-height: 17px;
}

.uploadveld {
	display: none;
}
.uploadveld.instructie {
	display: block;
}
label.error {
	/* background: url(images/cancel.png) no-repeat left;
	padding-left: 28px; */
	display: block;
	font-weight: normal;
	color: yellow !important;
	margin-bottom: 4px;
}

.tabje {
	text-tranform: lowercase;
	color: white;
	text-decoration: none;
}
.tabje_actief {
	text-transform: uppercase;
}
span.url {
	color: white !important;
	font-weight: normal;
	font-family: arial;
}

div#zwartvlak div.entry a , div#hulpnodig a{
	color: red;
}
div#zwartvlak div.entry a:hover {
	color: white;
}
div#hulpnodig a:hover {
	color: black;
}

div#zwartvlak div.entry h3 {
	color: red;
	margin: 20px 0 -8px 0;
	padding: 0;
	font-size: 11px;
	line-height: 15px;
}

div#hulpnodig {
	float: right;
	width: 195px;
	background: white;
	font-weight: bold;
	font-size: 11px;
	line-height: 17px;
	color: black;
	margin-bottom: 36px;
}
div.marge {
	text-align: left;
	margin: 20px;
}
label.checked {
	display: none;
}
#player , #player2 {
	width: 195px;
	height: 300px;
}
a#imghulpnodig {
	z-index: 10;
}