/* @override 
	http://www.littlecookiefactory.be/cultureclub/css/pics.css
	http://www.cultureclub.be/css/pics.css
*/

/* layout */

body {
	background-color: black;
	margin-left: 15px;
	margin-top: 10px;
}

#titel1 {
	width: 640px;
	border-bottom: 1px solid white;
	padding-bottom: 10px;
	float: left;
}

#subwrapper {
	width: 100%;
	height: 800px;
}

#wrapper {
	width: 650px;
}

#dropper {
	width: 300px;
	text-align: right;
	position: absolute;
	height: 43px;
	top: 70px;
	left: 352px;
	color: #666666;
	font: 11px/17px helvetica, Arial;
}

#dropper form select {
	color: #666666;
	font: 12px helvetica, Arial;
}

#titel2 {
	width: 640px;
	border-bottom: 1px dashed white;
	padding-bottom: 10px;
	float: left;
	margin-top: 85px;
}

#titel3 a {
	color: #fff;
	font-size: 18px;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#titel3 {
	width: 640px;
	padding-bottom: 10px;
	float: left;
	margin-top: 37px;
	color: #666666;
	font: 12px/25px helvetica, Arial;
}

#cultureclub_pics {
	width: 640px;
	margin-bottom: 25px;
	padding-top: 25px;
	float: none;
	height: 480px;
	color: #fff;
	font: 23px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}

#people_pics {
	width: 640px;
	float: left;
	color: #fff;
	font: 14px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	clear: left;
}

#uploads {
	width: 100%;
	float: left;
	clear: left;
	display: block;
}

#people_pics form {
	border-bottom-style: dotted;
	border-bottom-width: 1px;
}

/* typo */

.hoofdtitel {
	color: white;
	font: bold 30px helvetica, Arial;
}

.hoofdtitel a {
	color: white;
	font: bold 40px helvetica, Arial;
	text-decoration: none;
}

.credit {
	color: #666666;
	font: 12px helvetica, Arial;
}

.titel {
	color: white;
	font: bold 16px helvetica, Arial;
	float: left;
	width: 362px;
	overflow: hidden;
}

/* buttons */

.sendtoafriend {
	color: #666666;
	font: 12px helvetica, Arial;
	float: right;
	padding-right: 100px;
	cursor: e-resize;
}

.previous {
	color: #666666;
	font: 12px helvetica, Arial;
	float: right;
	cursor: w-resize;
	padding-right: 25px;
}

.next {
	color: #666666;
	font: 12px helvetica, Arial;
	float: right;
	cursor: e-resize;
}

/* form */

#formulier {
	width: 640px;
	float: left;
	font: 10px helvetica, Arial;
	color: silver;
	z-index: 4;
	position: absolute;
	top: 274px;
	opacity: 1;
}

#formulierbg {
	width: 640px;
	z-index: 3;
	position: absolute;
	top: 274px;
	opacity: 0.79;
	background-color: #000;
	height: 200px;
}

form fieldset {
	padding-top: 20px;
	padding-bottom: 20px;
	border-style: none;
}

form label {
	float: left;
	width: 70px;
	padding: 0;
	margin: 5px 0 0;
	text-align: left;
}

form input, form textarea {
	width: auto;
	background-color: #121212;
	border-style: none;
	color: white;
	margin-bottom: 0;
	margin-top: 5px;
	margin-right: 0;
	padding: 4px;
}

form input#reset {
	margin-left: 0px;
}

textarea {
	overflow: auto;
}

form br {
	clear: left;
}