/*
Theme Name: Kees Kraayenoord Theme
Theme URI: http://www.baakbeeld.nl
Description: Kees Kraayenoord Theme based on Default Wordpress Theme by Michael Heilemann.
Version: 1.0
Author: BaakBeeld
*/

* {	margin: 0; padding: 0; border: 0; }

body {
	background: #000 url('./images/bg_body.jpg') no-repeat top center;
	background-attachment:fixed;	
}

div#page {
	background: #FED690 url('./images/bg_content.jpg') no-repeat top center;
	width: 1000px;
	margin: 0 auto;
	border: 1px solid #390200;
	border-top: 0;
	border-bottom: 0;
}

div#kraay_sociaal ul li  {
	display: inline;
}

div#kraay_sociaal ul li a {
	display: block;
	float: left;
	height: 39px;
	width: 98px;
}

div#kraay_sociaal ul li a span {
	display: none;
}

div#headerimg {
	clear: both;
}

div#headerimg h1 a {
	display: block;
	float: left;
	width: 730px;
	height: 92px;
}

div#headerimg h1 a span {
	display: none;
}

div#headerpages {
	float: right;
	text-align: right;
}

div#headerpages ul {
	padding-top: 10px;
	text-align: right;
}

div#headerpages ul li {
	text-align: right;
	list-style: none;
	padding-top: 2px;
}

div#headerpages ul li a {
	text-align: right;
	display: block;
	height: 18px;
	width: 211px;
}

div#headerpages ul li a span {
	display: none;
}

div#headerpages ul li a#shop { padding-top: 2px; }


div#main {
	clear: both;
	overflow: hidden;
}

div#content {
	float: left;
	width: 68%;
}

div.widecolumn {
	padding: 0 20px;
}

div#sidebar {
	float: right;
	width: 270px;
	padding-top: 25px;
}

div#sidebar ul {
	list-style-type: none;
}

div#sidebar ul h2.widgettitle {
	display: none;
	height: 0;
}

div#sidebar ul li {
	padding: 2px 4px;
}

div#sidebar ul li#text-3 {
	margin-top: 23px;
}

div#sidebar ul li#gigpress {
	margin-top: 36px;
	height: 190px;
}

div#sidebar ul li#twitters {
	margin-top: 30px;
	height: 162px;
}

div#sidebar ul li#text-4 {
	margin-top: 30px;
	height: 131px;
	padding: 5px 10px;
	text-align: center;
}

div#fotolijstjes {
	height: 785px;
	margin-top: -130px;
	position: relative;
}

.foto {
	background-color: black;
	display: block;
	position: absolute;
}

#fotoid1 {
	width: 205px;
	height: 270px;	
	top: 154px;
	left: 45px;
}

#fotoid2 {
	width: 250px;
	height: 109px;	
	top: 150px;
	left: 365px;
}

#fotoid3 {
	width: 413px;
	height: 254px;	
	top: 290px;
	left: 300px;	
}

#fotoid4 {
	width: 116px;
	height: 159px;	
	top: 570px;
	left: 320px;	
}

#fotoid5 {
	width: 118px;
	height: 150px;
	top: 570px;
	left: 480px;	
}

#lijsten {
	display: block;
	width: 720px;
	height: 1500px;
	background:  url('./images/lijsten.png') no-repeat top left;
	position: absolute;
}

div#laatste_nieuws {
	float: left;
	width: 230px;
	position: absolute;
	top: 525px;
	left: 35px;
}

div#footer {
	padding: 5px 25px;
	background-color: #390200;
	color: #fff;
	margin-top: 5px;
}

div#footer a {
	color: #fff;
}

body {
	font: normal 15px/18px "Courier New", Tahoma, Arial, sans-serif;
	color: #000;
}

a {
	color: #000;
}

a:hover {
	text-decoration: none;
}

div#sidebar {
	font-size: 80%;
	color: #fff;
}

div#sidebar a {
	color: #fff;
}

div#sidebar a:hover {
	text-decoration: none;
}

.widecolumn .post {
	margin-top: 50px;
}



h3 {
	font-size: 15px;
	border-bottom: 1px dotted #5D0000;
	margin-bottom: 2px;
	padding-left: 4px;
}

.post h2 {
	font-size: 17px;
	font-weight: bold;
	border-bottom: 2px solid #5D0000;
}

.post p {
	margin: 8px 0;
}

div#footer p {
	font-size: 90%;
}

.comment {
	margin: 10px 0;
}

cite.fn {
	font-style: normal;
	font-weight: bold;
}

.commentmetadata {
	font-size: 11px;
}

ol {
	list-style: none;
}

/* forms */

div#sidebar input {
	border: 1px solid #DD9E59;
	padding: 2px 4px;
}

div#sidebar input.submitbox {
	padding: 0 2px;
	background-color: #DD9E59;
	color: #5D0000;
	border: 1px outset #DD9E59;
}

form#commentform label.pre {
	float: left;
	width: 180px;
	margin-bottom: 2px;
}

form#commentform input {
	border: 1px solid #DD9E59;
	padding: 2px 4px;
	margin-bottom: 2px;
	width: 35%;
}

form#commentform textarea {
	border: 1px solid #DD9E59;
	padding: 2px 4px;
	margin-bottom: 2px;
	width: 61%;
}

form#commentform input.submitbox {
	padding: 0 2px;
	background-color: #DD9E59;
	color: #5D0000;
	border: 1px outset #DD9E59;
	width: 10%;
}