/*
Theme Name: WordPress Birgitta van Langeveld
Theme URI: http://www.birgittavnlangeveld.nl/
Description: The Birgitta van Langeveld WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>. 
Version: 0.1
Author: Frank de Wit
Author URI: http://www.2bfrank.nl/
Tags: 
*/

/* Typography & Colors 
------------------------------------------*/
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, Arial, sans-serif;
	background-color: #857479;
	background-image: url('images/bvl-bg-verloop-3.png');
	background-repeat: repeat-x;
	color: #313131;
	padding:0;
	margin:0;
}
h1 {
	margin-left:-9999px;
	height: 0px;	
	overflow: hidden;
	margin:0px;
	padding:0px;
	}
h2 {
	font-size: 1em;
	font-weight:bold;
	color: #c00062;
	margin:0px;
	}
h3{
	font-size:1em;
	margin:0px;
}
h4{
	font-size:1em;
	margin:0px;
}
h2 img {
	margin-bottom:2em;
}
h2.pagetitle {
	font-size: 1.6em;
}
p {
	margin-top:0px;
}
a, a:hover, a:visited {
	color:#009036;
	text-decoration:none;
}	
a:hover {
	text-decoration:underline;
}
.post-0 a, .post-0 a:hover, .post-0 a:visited {
	color:#ffffff;
}
small, .small {
	font-size:smaller;
	line-height: 1.5em;
	}

#page {
	background-image:  url('images/bvl-bg-typo-3.png');
	background-position: 0px 0px;
	background-repeat:no-repeat;
	text-align: left;
	padding:0;
	margin:0;
	min-height:4600px;
}
#content {
	font-size: 1.2em;
	line-height:1.4em;
	padding-top:51px;
	width:1000px;
	background-image: url('images/bvl-birgitta-van-langeveld.png');
	background-position:0px 150px;
	background-repeat:no-repeat;
	background-attachment:scroll;
	min-height:4600px;
	}
#menu{
	width:1000px;
}	
#menuholder{
	padding-left:420px;
	width:580px;
	position:fixed;
	z-index:5;
}
#menulist{
	background-color:#433b3e;
	margin: 0 20px;
	padding:1.7em 28px;
}
#menulist li, #menulist ul{
	padding:0;
	margin:0;
	list-style:none;
	display:inline;
}
#menulist li{
	padding:0 0.7em;
	margin:0.5em 0;
	font-size:1.2em;
	border-left:1px solid #6e6163;
}
#menulist ul li:first-child{
	padding-left:0;
	border-left:none;
}
#menulist li a, #menulist li a:hover, #menulist li a:visited {
	color:#fff;
	font-weight:bold;
	letter-spacing:0.1em;
}

acronym, abbr, span.caps{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

/* Posts 
------------------------------------------*/
.post {
	padding-left:420px;
	width:580px;
}
.post-7 div.entry, .post-6 div.entry, .post-5 div.entry, .post-4 div.entry, .post-3 div.entry, .post-2 div.entry, .post-1 div.entry, .post-0 div.entry{
	padding:28px;
	margin:10px 20px;
}
.post-7 div.entry, .post-5 div.entry, .post-1 div.entry{
	padding-right:150px;
}
.post-6 div.entry{
	padding-top:20px;
}
#menulist, .post-7 div.entry, .post-6 div.entry, .post-5 div.entry, .post-4 div.entry, .post-3 div.entry, .post-2 div.entry, .post-1 div.entry, .post-0 div.entry{
	box-shadow: 0px 3px 7px #666;
	-webkit-box-shadow: 0px 3px 7px #666;
	-moz-box-shadow: 0px 3px 7px #666;
}
.post-7 div, .post-5 div, .post-3 div, .post-2 div, .post-1 div, .post-0 div {
	background-color:#FFFFFF;
}
.post-6 div{
	background-color:#e3e4e5;
}
.post-4 div{
	background-color:#dadadc;
}
.post-0 div{
	background-color:#40383a;
}
.post-5, .category-profiel{
	background-image: url('images/bvl-positionering-concept-ontwerp.png');
	background-position:174px 100px;
	background-repeat:no-repeat;
}
.post-1, .category-workshops{
	background-image: url('images/bvl-scan-advies-workshop.png');
	background-position:250px 20px;
	background-repeat:no-repeat;
}
.post-0, .category-contact{
	color:#ffffff;
}
div.postdivider{
	clear:both;
	padding-left:440px;
	width:540px;
}
div.postdivider hr{
	border:0;
	height:1px;
	color:#eee;
	background:#eee;
	opacity: 0.3;
	z-index:-5;
}


/* Contact details
----------------------------------------*/
#networks{
	float:right;
}
#networks li, #networks ul{
	padding:0;
	margin:0 0 0.7em;
}
#networks li{
	list-style:none;
}
#networks img{
	vertical-align:top;
	padding-right:0.8em;
	width:16px;
	height:16px;
}
#contact div.tel:first-letter {
	font-weight:bold;
}
#contactcard{
	padding-left:650px;
	margin-top:-115px;
}
#contactcard img{
	border:0px none;
}


/* Images
----------------------------------------*/
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
.clear {
	clear: both;
}
.hidden {
	display: none;
	visibility:hidden;
}
a img {
	border:0px none;
}
/* End Various Tags & Classes*/
