/*
Theme Name: JK-Photography
Theme URI: http://www.jk-photography.nl
Description: Thema voor JK-Photography
Version: 1
Author: Remi Vledder
Author URI: Terra Preta - www.terra-preta.nl
*/


* {
border: 0px;
margin: 0px;
padding: 0px;
font-family: Verdana, Helvetica, Arial, sans-serif; 
}

body {
background-color: #000000;
}

#container {
width: 1000px;
background-color:#000000;
margin: 0px auto;
position: relative;
}

#bg-image {
width: 846px;
height: 477px;
border-bottom: #f3f0e9 solid 18px;
border-left: #f3f0e9 solid 18px;
border-right: #f3f0e9 solid 18px;
background: url(images/30bg_image.jpg)  no-repeat;
margin: 0px auto;
margin-top:-300px;
}

#logo {
background: url(images/logo.png)  no-repeat;
width: 272px;
height: 111px;
position: relative;
left: 14px;
display:block;
top:300px;
}

/* Knoppen algemeen */

#buttons {
position: relative;
height: 93px;
width: 913px;
margin-top: 350px;
}

#buttons ul {
list-style: none;
}

#buttons li {
float:left;
}

#buttons a:active {
text-decoration: none;
}

#buttons a {
position: relative;
height: 93px;
display:block;
background-repeat:no-repeat;
background-position: top;
}

/* knoppen hover effect */

#buttons li a:hover {
background-repeat: no-repeat;
background-position: bottom;
}

/* Knoppen ankers */

#buttons .biography a {
width: 145px;
background: url(images/btn_biography.png) top;
}

#buttons .photography a {
width: 140px;
left:-6px;
background: url(images/btn_photography.png) top;
}

#buttons .links a {
width: 90px;
left:-13px;
background: url(images/btn_links.png) top;
}

#buttons .book-me a {
width: 150px;
left:-14px;
background: url(images/btn_book-me.png) top;
}

#buttons .contact a {
width: 140px;
background: url(images/btn_contact.png) top;
margin-left:215px;
}

/* De positionering van de post */


#content {
width: 880px;
margin: 0px auto;
margin-top:50px;
background-color:#F00;
}

.post {
margin-top:40px;
width:450px;
float:left;
margin-left:46px;
}

.post-image {
margin-top:40px;
width:300px;
float:right;
}

.image {
}


/* Typografie */

.post h2 {font-size:14px; color:#E85D2F; text-decoration:underline; margin-bottom:10px;}
.post h2 a {font-size:13px; color:#E85D2F; text-decoration:none;}

.post h3 {font-size:14px; color:#FFF; text-decoration:none; margin:30px 0 10px 0; color:#E85D2F;}

.post p {font-size:12px; color:#FFF; top:1em; margin-bottom:10px;}

.post a {color:#FFF;}
.post a:hover {color:#FFF;}

.post em {color:#AAA; font-size:11px;}

.prijs {
font-size:14px;
float:right;
margin-top:-2px;
}

/* De styling voor de post's */



/* ------------------ Lijsten ------------------------ */

ul.lijsten {
margin-bottom:10px;
font-size:14px;
list-style-position: inside;
}

.lijsten li {
color:#FFF;
}

.lijsten li a {
text-decoration:none;
}

.lijsten li a:hover {
text-decoration:underline;
}