@import url('reset.css');

/* Stylesheet door bramme.net */

/* structure */
body { 
	background: #000;
}
#container {
	position: absolute;
	width: 700px;
	left: 50%;
	margin-left: -350px;
}
#navContainer {
	width: 100%;
	height: 35px;
	background: url(../images/bg_nav.gif) no-repeat;
	margin-bottom: 15px;
}x
#wrapContent {
	padding: 10px;
	background: url(../images/bg_content.gif) no-repeat;
	min-height: 300px;
}
.narrowWrapper {
	width: 200px;
	margin-top: 20px;
}
.narrow {
	width: 180px !important;
	width: 200px;
	background: #424242;
	padding: 0 10px;
}
.narrowTop, .narrowBottom {
	height: 15px;
	width: 200px;
	background: url(../images/narrow_top.gif) no-repeat;
}
.narrowBottom {
	background: url(../images/narrow_bottom.gif) no-repeat;
}
.wide { 
	width: 460px;
	margin-top: 20px;
}.half{
	margin-top: 20px;
	width: 340px;
}
.floatRight { float:right}
.floatLeft {float: left}
.rightText { text-align: right}
.translucent {
	opacity:0.8;
	filter:alpha(opacity=80)
}

}
#show {
	text-align: center;
	margin-bottom: 50px;
	clear: both;
}
#login {
	text-align: right;
	clear:both;
}
#login a {
	color: #444;
	text-decoration: none;
	font-size: 10px;
}

.twothird {
	width: 440px;
	margin: 0 6px 15px 6px;
}
.onethird {
	width: 220px;
	margin: 0 6px 15px 6px;
}
/* styling voor portfolio overzicht */
#prev, #next {
	width: 100px;
	height: 100px;
	float: left;
}
#middle {
	width: 460px;
	margin: 0 20px;
	float: left;
	text-align: center;
}



/* General styles */

body {
	color: #ddd;
	font: 12px/120% "Lucida Sans", Arial, sans-serif;
}
h1 {
	width: 100%;
	height: 100px;
	text-indent: -9999em;
	background: url(../images/header.jpg) no-repeat;
}
h2 { 
	font-size: 18px;
	line-height: 36px;
	color: #fff;
	margin: 0 0 15px 0;
}
h3 {
	font-size: 14px;
	line-height: 36px;
	color: #fff;
}
h4 {
	font-size: 12px;
	line-height: 24px;
	color: #fff;
}
p {
	margin-bottom: 10px;
}
#wrapContent a {
	color: #fff;
	text-decoration: none;
	border-bottom: 1px dotted #fff;
}
#wrapContent a:hover {
	border-bottom: 1px solid #f00;
}
a.no_border img { border: 1px solid #000; padding: 3px}
a.no_border:hover img { border: 1px solid #f00}

#wrapContent a.translucent_thumb {border: 0}
a.translucent_thumb img {
	opacity:0.4;
	filter:alpha(opacity=40)
}

a.translucent_thumb:hover img {
	opacity:1.0;
	filter:alpha(opacity=100)
}

#wrapContent ul {
	padding-left: 10px;
	margin-left: 15px;
	list-style-type: disc;
}
abbr {
	border-bottom: 1px dotted #999;
	cursor: help;
}
em {
	font-size: 11px;
	font-style: italic;
	color: #bbb;
}
/* additional classes */
.opDatum {
	color: #c2c2c2;
	font-size: 11px;
	text-align: right;
}

.thumb { margin: 0 0 40px 0}
.right_margin { margin-right: 36px}
.no_margin { margin: 0}

.error { color: #f00}
.success { color: green}
div.narrow p { margin: 0; padding-bottom: 10px;}
.even, .uneven { padding: 10px; margin-bottom: 10px}
.even {background: #111}
.uneven {background: #222}
#wrapContent a.no_border { border: 0}
p.spreuk {
	text-indent: -999em;
	padding: 10px 0;
	width: 700px;
	height: 30px;
	background: url('../images/slogan.gif') no-repeat center center;
	clear: both;
	border: 1px solid #424242;
	border-width: 1px 0;
}

/* Form styling */
input,textarea {margin: 5px 0;}
input[type="submit"], button {
	padding: 0;
	width: 71px;
	height: 25px;
	background: url(../images/btn.png) no-repeat;
	border: 0;
	font: 14px/14px "Myriad Pro", Arial, sans-serif;
	color: #c2c2c2;
	margin-right: 10px;
}
input[type="text"], input[type="password"], textarea {
	padding: 5px;
	font: 12px/120% "Lucida Sans", Arial, sans-serif;
	color: #ddd;
	background: #232323;
	border: 1px solid #121212;
	border-bottom-color: #353535;
	border-right-color: #353535;
}
textarea { width: 100%}

.narrow textarea {
	width: 170px !important;
	width: 180px;
}
.narrow input[type="text"] {
	width: 170px;
}
/* navigation */
#navContainer ul {
	text-align: right;
	margin-right: 20px;
	font: 14px/35px "Myriad Pro", Arial, sans-serif;
}
#navContainer ul li {
	display: inline;
	margin-right: 10px;
}
div#navContainer ul li a {
	color: #fff;
	text-decoration: none;
}
#navContainer ul li a:hover, a#activeNav {
	border-bottom: 1px solid #f00;
}
