/*
Demelza.eu
Ddpromo.nl / Databoss.nl
Niet te nieuwsgierig heh?
*/

@font-face {
    font-family: 'sansation_rg';
    src: url('/assets/fonts/sansation_regular-webfont.eot');
    src: url('/assets/fonts/sansation_regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/sansation_regular-webfont.woff') format('woff'),
         url('/assets/fonts/sansation_regular-webfont.ttf') format('truetype'),
         url('/assets/fonts/sansation_regular-webfont.svg#sansationregular') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'sansation_bd';
    src: url('/assets/fonts/sansation_bold-webfont.eot');
    src: url('/assets/fonts/sansation_bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('/assets/fonts/sansation_bold-webfont.woff') format('woff'),
         url('/assets/fonts/sansation_bold-webfont.ttf') format('truetype'),
         url('/assets/fonts/sansation_bold-webfont.svg#sansationbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

html {
    overflow-x: hidden;
}
/*
Cambria, Times New Roman, Times;
*/
body {
    background-color: #FFFFFF;
    color: black;
    font-family: sansation_rg;
    font-size: 15px;
    line-height: 130%;
    margin: 0;
    padding: 0;
    border: 0;
}

body.nacht {
	background-color: #000;
	color: white;
}

* {
    margin: 0;
    padding: 0;
    border: 0;
}

input {
	font-family: sansation_bd;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}
textarea {
	font-family: sansation_bd;
	font-weight: bold;
	font-size: 15px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	border-bottom: 1px solid #aaa;
	border-right: 1px solid #aaa;
}

input[type="text"] {
	height: 22px;
	padding-left: 4px;
}
input[type="button"],input[type="submit"] {
	background-color: #333;
	/*border: 1px solid black;*/
	padding: 0px 5px 0px 5px;
	height: 23px;
	color: #FFF;
}
#fpsearchbutton {
}
.inputborder {
	float: left;
	height: 23px;
	border: 1px solid white;
}
.inputinactive {
	color: #aaa;
}


a, a:visited {
	text-decoration: none;
	color: #999;
}
a:hover {
	text-decoration: underline;
}



#universe {
    height: 100%;
    position: inherit;
    z-index: 1;
}

#world {
    border: 0px solid #C0C0C0;
    height: auto !important;
    min-height: 400px;
    width: 960px;
    z-index: 5;
	margin: 0 auto;
	position: inherit;
}

#world #left {
	margin-left: 10px;
	float: left;
}
#world #right {
	float: right;
	margin-right: 10px;
}

.hrdiv {
		height: 1px;
		background-color: #aaa;
}

#header {
	height: 140px;
	width: 960px;
	position: relative;
	margin: 15px 0 15px 0;
	}
	
	#header #hrdiv {
		position: absolute;
		bottom: 8px;
		height: 1px;
		background-color: #aaa;
		width: 725px;
	}
	
	#header #logo {
		display:block;
		height:103px;
		width:113px;
		margin: auto;
		background-image: url(/assets/images/layout/logo-dag.png);
		}
		.nacht #header #logo {
			background-image: url(/assets/images/layout/logo-nacht.png);
		}
		
	#header ul#menu {
		position: absolute;
		bottom: 0px;
		right: 0px;
		list-style-type: none;
		
	}
	#header ul#menu li.item {
		float: left;
		background-color: #fff;
	}
	#header ul#menu li.item a {
		display:block;		
		text-decoration: none;
		color: #999;
		padding: 0 20px;
		}
	.nacht #header ul#menu li.item {
		background-color: #000;
	}
	#header ul#menu li.item:first-child {
		padding-left: 20px;
	}
	#header ul#menu li.item:last-child {
		margin-right: -20px;
	}
	#header ul#menu li.item a:hover {
		color: #ec1959;
	}

#footer {
	text-align: center;
	width: 960px;
	position: relative;
	margin-bottom: 15px;
	}


.titlebar {
		position: relative;
		z-index: 99;
		height: 43px;
		margin-bottom: -13px;
	}
	.titlebar .star {
		float: left;
		height: 43px;
		width: 51px;
		background: url("/assets/images/layout/titlebar-star.gif") repeat scroll 0 0 transparent;
		margin-bottom: -13px;
	}
	.titlebar .title {
		background-color: #ec1959;
		height: 30px;
		overflow: hidden;
	}
	.titlebar .title * {
		line-height: 30px;
		color: #fff;
		font-size: 15px;
		font-weight: bold;
	}

#fpspotlight {
	margin-bottom: 15px;
	}
	#spotimage {
		position: relative;
		top: 0px;
		left: 0px;
		height: 435px;
		width: 960px;
		overflow: hidden;
		}
		#spotdescription {
			color: white;
			min-height: 20px;
			overflow: hidden;
			width: 960px;
			padding: 15px 35px;
			position: absolute;
			bottom: 0px;
			left: 0px;
			background: url("/images/2011/spotlight_desc_bg.png") repeat scroll 0 0 transparent;
			}
			#spotdescription h2 {
				font-size: 14px;
				letter-spacing: 5px;
				font-weight: normal;
			}
			#spotdescription h2 a {
				color: #fff;
			}
		
#fpidden {
	display: none;
	visibility: hidden;
}

#fplist {
	width: 960px;
	}
	#fplist .item {
		position: relative;
		float: left;
		margin: 0px 0px 30px 30px;
		width: 300px;
		}
		#fplist .item .pic {
			position: relative;
			}
			#fplist .item .pic a:hover {
				background-image: url(/assets/images/layout/item-mouseover.png);
			}
			#fplist .item .pic .piclink {
				display: block;
				height:235px;
				
			}
			
			#fplist .item .pic img {
			}
		#fplist .item .title {
			background-color: #000;
			padding: 15px 35px;
			}
			#fplist .item .title h2 {
				height: 40px;
				overflow: hidden;
				font-size: 14px;
				letter-spacing: 5px;
				font-weight: normal;
				}
				#fplist .item .title h2 a {
					color: #fff;
				}
		.nacht #fplist .item .title {
			background-color: #fff;
		}
		.nacht #fplist .item .title h2 a {
			color: #000;
		}
		#fplist .item .searchtitle {
			border: 0px solid #FF0080;
		}
		#fplist .item .addinfo .searchscore {
			color: #FF0080;
			font-weight: bold;
		}
	#fplist .item:nth-child(3n+2) {
		margin: 0px 0px 30px 0px;
	}

div.fppaging {
	margin: auto;
	text-align: center;
	margin-bottom: 30px;
}
span.fppaging {
	display: inline-block;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	padding-right: 15px;
}
a.fppaging {
	display: inline-block;
	color: #999;
	width: 40px;
	text-align: center;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
}
a.fppagingcurrent {
	text-decoration: underline;
	color: #666;
	font-family: sansation_bd;
}
.nacht a.fppagingcurrent {
	color: #ccc;
}


#cditem {
	width: 960px;
	position: relative;
	}
	#cditem #extrainfo {
		margin-left: 10px;
		position: absolute;
		bottom: 0px;
		height: 0px;
		overflow: hidden;
	}
	#cditem #extrainfo h1 {
		font-size: 14px;
		margin-bottom: 14px;
		color: #333;
	}
	#cditem .pic {
		position: relative;
		float: left;
		margin: 0px 0px 30px 30px;
		width: 300px;	
	}
	#cditem .pic:nth-child(3n+1) {
		margin: 0px 0px 30px 0px;
	}
	#cditem #react {
		
	}
#cdinfo {
	margin: 10px;
	min-height: 130px;
	}
	#cdinfo h1 {
		padding: 10px 0;
		font-size: 14px;
	}
	#cdinfo p {
	}
	#cdinfo #thumb {
		float: right;
		padding: 3px;
		border: 1px solid #a8a8a8;
		margin: 0 0 10px 10px;
	}
	#cdinfo dl {
		clear: both;
		padding: 10px 0;
	}
	#cdinfo dt {
		clear: left;
		width: 80px;
		float: left;
		font-weight: bold;
		margin-bottom: 5px;
	}
	#cdinfo dd {
		width: 200px;
		float: right;
	}
#cdgeefme {
	margin-top: 10px;
}
#cdnextprev {
	float: right;
	width: 630px;
	height: 235px;
	bottom: 0px;
	margin: 30px 0;
	}
	#cdnextprev #next, #cdnextprev #prev  {
	    position: relative;
	    height: 235px;
	    width: 300px;
	    float: right;
	}
	#cdnextprev #prev {
		float: left;	
	}
	#cdnextprev #next img, #cdnextprev #prev img  {
		/*float: right;*/
	}
	#cdnextprev #next .overlay, #cdnextprev #prev .overlay  {
		background: url(/assets/images/layout/transBlack.png);
		position: absolute;
		width: 280px;
		bottom: 0px;
		font-size: 12px;
		color: #FFFFFF;
		padding: 10px;
	}
	#cdnextprev #next .overlay {
		text-align: right;
	}
	#cdnextprev #next .overlay a, #cdnextprev #prev .overlay a {
		font-size: 12px;
		color: #FFFFFF;
		font-weight: bold;
	}

.cdform {
	margin: 5px;
	border: 1px solid #666;
	}
	.cdform .formrowright {
		float: right;
	}
	.cdform .formrow {
		margin: 5px;
	}
	.cdform .formrow label {
		width: 150px;
		display: block;
		float: left;
	}

.form {
padding: 30px 0;
}
.form .text {
	margin-bottom: 30px;
}
.form .formrow {
	line-height: 30px;
	min-height: 30px;
	clear: both;
}
.form .formrow label {
	/*line-height: 30px;*/
	width: 150px;
	display: block;
	float: left;
}
.br {
	clear: both;
}