/* standard elements */
html {min-height: 100%;}

* {
	margin: 0;
	padding: 0;
}

body {
	background: #F2F2F2;
	color: #000;
	font: normal 10px Arial, Helvetica, sans-serif;
	padding-top: 20px;
}

a {color: #FF0DA0;}
a:hover {color: #000;}
a img {border: none;}

p,code,ul {padding-bottom: 1.2em;}

li {list-style: none;}

h1 {font: normal 2.2em Arial, Helvetica, sans-serif;letter-spacing:-1px;width:100%;}
h2 {font: normal 1.6em Arial, Helvetica, sans-serif;}
h3 {font: normal 1.4em Arial, Helvetica, sans-serif;}

h1,h2,h3 { color: #FC149D; padding: 6px 0;}

code {
	background: #FFF;
	border: 1px solid #EEE;
	border-left: 6px solid #CCC;
	color: #666;
	display: block;
	font: normal 1em Arial, Helvetica, sans-serif;
	line-height: 1.6em;
	margin-bottom: 12px;
	padding: 8px 10px;
	white-space: pre;
}

blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font-weight: bold;
	padding-left: 28px;
}

br.clear {clear: both;}
.left {float: left;}
.right {float: right;}

/* addon */


.geldsponsor tr{border:1px dotted #D9D9D9;}
.geldsponsor td{border:1px dotted #D9D9D9; text-align:center;}
.geldsponsor td:hover{border:1px dotted #FF0DA0;}

/* structure */

#container {
	border: 1px solid #D7D7D2;
	background: #FFF;
	font-size: 1.2em;
	margin: 0 auto;
	padding: 10px;
	width: 780px;
}

/* headere & title */
#header {
	/*background: #FF0DA0 url('img/header.jpg') no-repeat;*/
	border-top:solid 1px #FF0DA0;
	height: 250px;
}

#header-img{
	width: 780px;
	height: 250px;
}


#title {
	color: #FF0DA0;
	padding: 5px 12px;
	width: 780px;
	margin:0 auto;
	display:none;
}
#title #sitename a {
	color: #FF0DA0;
	font: normal 3.4em sans-serif;
	font-weight:bold;
	letter-spacing:-2px;
	padding-bottom: 2px;
	text-decoration: none;
}
#title #sitename a:hover {color: #FFF;}

#slogan {
	background:#FF0DA0;
	color:#FFFFFF;
	font: normal 1.4em Arial, Helvetica, sans-serif;
	height:20px;
	line-height:20px;
	text-align:center;
	margin-bottom: 5px;
	letter-spacing:-1px;
}

/* main */
#main {
	border-top: 4px solid #FFF;
	padding: 8px 12px 0 0;
}

/* content */
#content {
	float: right;
	width: 538px;
}
#content .descr {
	color: #664;
	font-size: 10px;
	margin-bottom: 6px;
}
#content li {
	line-height: 1.4em;
	list-style: url('img/li.gif');
	margin-left: 18px;
}
#content p {font-family: Arial, Helvetica, sans-serif;font-size: 1.0em;}

/* navigation */
#navigation {
	float: left;
	width: 210px;
	margin-top:-20px;
}
#navigation h2 {
	color: #000;
	font: normal 1.6em Arial, Helvetica, sans-serif;
	border-top:solid 1px #FF0DA0;
	border-bottom:1px dotted #D9D9D9;
	margin-top:20px;
	margin-bottom:10px;
}
#navigation ul {
	padding: 0;
	margin-top:-10px;
}
#navigation li {border-bottom:1px dotted #D9D9D9;}
#navigation li a {
	font-size: 1.1em;
	color: #000;
	display: block;
	padding: 2px 0 2px 0;
	text-decoration: none;
}
#navigation li a:hover {
	background: #FF0DA0;
	color: #000;	
}
/*
#navigation .current_page_item {
	background: #FF0DA0;
	color: #000;	
}*/

#navigation li ul{
	padding: 0 0 0 10px;
	margin:0;
}

#navigation li ul li{
	border:none;
}


/* footer */
#footer {
	padding: 5px 12px 20px 12px;
	width: 780px;
	margin:0 auto;
}
x

/* posts */
#post h2{
	border-bottom:1px dotted #D9D9D9;
	border-top:solid 1px #FF0DA0;
	margin-bottom:10px;
}
#post h2 a {
	color: #FC149D;
	text-decoration: none;
}
#post h2 a:hover {
	border-color: #F60;
	color: #000;
}

#post {margin: 0px 0 2px;}
#post #info{
	padding: 5px 0px;
	font-size:1.1em;
	color:#FF0DA0;
	border-top:1px dotted #D9D9D9;
}
#post img {
	border: none;
	margin: 4px 0;
}
#post a img {border: none;}
#post a:hover img {border-color: none;}

#info a {text-decoration: none;}
#info a:hover {color:#000000;}

/* comments */
.content ol li {
	background: none;
}

.commentlist {margin: 0; padding: 0;}
.commentlist li {
	margin-bottom: 1.2em;
	list-style: decimal;
}
#commentform {
	margin: 1em 0;
	background: #FAFAFA;
	width: 360px;
}
.commentmetadata {padding: 2px 0 4px;}
.commentmetadata a {
	color: #444;
	text-decoration: none;
}
.commentmetadata a:hover {text-decoration: underline;}

textarea.styled {width: 280px;}

.styled {
	font-size: 1.1em;
	background: #F8F7F6;
	border: 1px solid #D6D3D3;
}
.styled:hover {
	border: 1px solid #FF0DA0;
}

.styled:focus {
	border: 1px solid #FF0DA0;
}
#commentform input {margin-bottom: 3px;}

#postnav {

	width:100%;
	float:left;
	padding:10px 0 10px 0;
	}

#postnav a {
	text-decoration:none;
	font-size:1.4em;
	}

.alignright {
	float:right;
	display:inline;
	}

.alignleft {
	float:left;
	display:inline;
	}

