/*
TijsVrolix.be
General stylesheet
By Pixelpanic.be (versie 02-03-2008)
*/

/* HTML selectors */
body {
	font: 12px Arial, Helvetica, sans-serif;
	background: #221711;
	margin: 0;
	padding: 0;
}
p, form, fieldset, input, img, ul, h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
}
p {
	line-height: 18px;
	margin-bottom: 15px;
}
#flashcontent {
	margin-bottom: 15px;
	text-align: center;
}
h1.fout,p.fout {
	color: #cc0000;
}
h3 {
	color: #ff9900;
	font-size: 12px;
	font-weight: bold;
	margin-bottom: 2px;
}

/* Position */
.container {
	margin: 0 auto;
	width: 800px;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

/* Links */
a {
	color: #669900;
}
a:hover, a:active {
	color: #422C21;
}
.notice a {
	color: #000;
}
.notice a:hover, .notice a:active {
	color: #669900;
}
#footer a {
	color: #EBEAD1;
}
#footer a:hover, #footer a:active {
	color: #ff9900;
}
#footer h3 a {
	color: #ff9900;
	text-decoration: none;
}
#footer h3 a:visited {
	color: #EBEAD1;
}
#footer h3 a:hover, #footer h3 a:active {
	color: #ff9900;
	text-decoration: underline;
}
#copy a {
	color: #634131;
	text-decoration: none;
}
#copy a:hover, #copy a:active {
	color: #E8E1DA;
	background: transparent;
	text-decoration: none;
}
#copy a.logo {
	background: url(../img/logo_pp.png) no-repeat;
	padding-left: 11px;
}
#copy a.logo:hover, #copy a.logo:active {
	background: url(../img/logo_pp.png) no-repeat 0px -26px;
	text-decoration: none;
}
#blogbottom a, .postdata a, .commentdata a, .leave a {
	color: #979680;
}
#blogbottom a:hover, #blogbottom a:active, .postdata a:hover, .postdata a:active, .commentdata a:hover, .commentdata a:active, .leave a:hover, .leave a:active {
	color: #669900;
}

/* Succes message */
#message {
	background: url(../img/message_back.png) repeat-x;
	font-size: 12px;
	color: #fff;
	height: 50px;
}
#message .container {
	height: 50px;
}
#message p {
	margin: 0;
	padding: 8px 0 0 10px;
}

/* Content */
h1 span, h2 span {
	display: none;
}
.skip {
	display: none;
}
.main {
	width: 580px;
	float: left;
}
.postdata, .commentdata, .leave {
	color: #979680;
}
.hyphen {
	color: #C6C4A6;
	background: url(../img/dot.png) no-repeat center center;
	padding: 0 3px;
}
#blog {
	background: url(../img/latestblog_middle.png) repeat-y;
}
#blogbottom {
	background: url(../img/latestblog_bottom.png) no-repeat left bottom;
	padding: 10px 44px 20px 44px;
}
.sidebar {
	width: 160px;
	float: left;
	padding: 0 0px 0 0px;
}
#content .sidebar p {
	font-size: 14px;
	margin-bottom: 20px;
}
#content .sidebar p.notice {
	font-size: 11px;
	line-height: 14px;
}
#content .main #blogtop ul {
	margin: 0 0 15px 20px;
	list-style: none;
}
#content .main #blogtop li {
	line-height: 18px;
	background: url(../img/bullet.png) no-repeat 0 6px;
	padding-left: 16px;
}
#blogtop img.rand, #content .master img.rand {
	background: #fff;
	border: 4px solid #DCDAB8;
	padding: 1px;
}
.right {
	float: right;
	margin: 0 0 15px 15px;
}
.metatale {
	float: right;
	margin: 0 15px;
	border: none;
}
.statcounter {
	display: none;
}

/* Footer */
#footer {
	color: #EBEAD1;
	background: #422C21 url(../img/split.png) repeat-x;
}
#footer .container {
	padding-top: 20px;
}
#footer .sidebar p {
	margin: 15px 0 0 0;
}
.c1 {
	width: 270px;
	float: left;
	padding-left: 10px;
}
.c2 {
	width: 270px;
	float: right;
	padding-right: 10px;
}

/* Copy */
#copy {
	color: #634131;
	background: url(../img/copy.png) repeat-x;
	padding: 33px 0 0 16px;
	height: 23px;
}
#copy p {
	margin: 0;
}

/* Tagcloud */
.tagcloud span a {
	color: #000;
	text-decoration: none;
}
.tagcloud span a:hover, .tagcloud span a:active {
	color: #669900;
	text-decoration: underline;
}
.cloud-1 {
	font-size: 10px;
}
.cloud-2 {
	font-size: 12px;
}
.cloud-3 {
	font-size: 14px;
}
.cloud-4 {
	font-size: 16px;
}
.cloud-5 {
	font-size: 18px;
}

/* Formulier */
form {
	margin-bottom: 15px;
}
label {
	line-height: 25px;
	width: 100px;
	float: left;
}
input {
	font: 14px Arial, Helvetica, sans-serif;
	background: #fff;
	margin: 0 0 5px 0;
	width: 200px;
	border: solid 1px #D9D7BC;
}
#form_cv input.email {
	float: left;
}
#indicator {
	margin-left: 10px;
	width: 20px;
	height: 20px;
}
input.pijl {
	margin-left: 10px;
	width: 24px;
	height: 20px;
	border: 0;
	background: url(../img/button_arrow.png) no-repeat;
	float: left;
}
input.pijl:hover {
	background: url(../img/button_arrow.png) no-repeat 0px -20px;
}
input.postit {
	margin: 15px 0 0 96px;
	width: 77px;
	height: 38px;
	border: 0;
	background: url(../img/button_postit.png) no-repeat;
}
input.postit:hover {
	background: url(../img/button_postit.png) no-repeat 0px -38px;
}
textarea {
	font: 14px Arial, Helvetica, sans-serif;
	width: 350px;
	height: 160px;
	border: solid 1px #D9D7BC;
	background: #fff;
}
fieldset {
	border: none;
}