/*
Theme Name: WilliamVanderbloemen
Theme URI: http://milkengine.com
Description: A custom theme for the W to the V.
Version: 1.00
Author: John Saddington
Author URI: http://milkengine.com
*/

/*global*/


body {
	margin:0;
	font:14px/16px Georgia, 'Times New Roman', Times, serif;
	color:#61666C;
	background-color:#fafbfb;
	width:100%;
	min-width:960px;
}
img{border-style:none;}
a{color:#75b6e5;outline:none;}
input,
textarea,
select{
	font:100% Georgia, 'Times New Roman', Times, serif;
	vertical-align:middle;
}
form,fieldset{
	margin:0;
	padding:0;
	border:none;
}
.main{
	width:960px;
	margin:0 auto;
	background:url(images/bg-header1.jpg) no-repeat;
}
#header{
	width:100%;
	height:128px;
	padding:10px 0 0;
	position:relative;
}
strong.logo{
	position:absolute;
	top:13px;
	left:0;
}
strong.logo a{
	display:block;
	width:391px;
	height:85px;
	text-indent:-9999px;
	background:url(images/logo.gif) no-repeat;
	outline:none;
}
a.rss{
	width:130px;
	height:47px;
	float:right;
	text-indent:-9999px;
	background:url(images/rss.jpg) no-repeat;
}
.search{
	width:209px;
	position:absolute;
	top:67px;
	right:0;
}
.search input{
	width:187px;
	background-color:#fff;
	border:1px solid #e8e8e8;
	padding:8px 10px 4px;
	font:12px/14px Georgia, 'Times New Roman', Times, serif;
	color:#a09889;
}
#nav{
	width:100%;
	position:absolute;
	bottom:0;
	left:0;
	margin:0;
	padding:0;
	list-style:none;
	background-color:#75b6e5;
}
#nav li{
	float:left;
	padding:0 25px 0 28px;
	background:url(images/sep01.gif) no-repeat 0 9px;
}
#nav li:first-child{
	background:none;
}
#nav li a{
	color:#fff;
	text-decoration:none;
	text-transform:uppercase;
	font:bold 12px/31px Arial, Helvetica, sans-serif;
}
#nav li.current_page_item a,
#nav li a:hover{
	text-decoration:underline;
}
#content-holder{
	height:1%;
	overflow:hidden;
	padding:25px 17px 34px 27px;
	border:solid #e1e1e1;
	border-width:0 1px;
	background-color:#fff;
}
#content{
	width:552px;
	float:left;
}
/*styling for FSP*/
#content h1{
	color:#896f6e;
	font:normal 24px/26px Georgia, 'Times New Roman', Times, serif;
}
#content h2{
	color:#896f6e;
	font:normal 25px/27px Georgia, 'Times New Roman', Times, serif;
}
#content h3{
	color:#565656;
	font:bold 11px/14px Georgia, 'Times New Roman', Times, serif;
}
#content ul,
#content ol{
	width:100%;
	overflow:hidden;
	margin:0;
	padding:0 0 10px 25px;
}
#content ul{
	list-style:none;
}
#content ol li,
#content ul li{
	line-height:24px;
}
#content p.bold{
	font-size:11px;
	line-height:16px;
	font-weight:bold;
}
#content p.normal{
	font-size:11px;
	line-height:16px;
}
#content p.underline{
	font-size:11px;
	line-height:16px;
	text-decoration:underline;
}
#content p.through{
	font-size:11px;
	line-height:16px;
	text-decoration:line-through;
}
#content p.small{
	font-size:10px;
	line-height:12px;
}
#content p.big{
	font-size:18px;
	line-height:20px;
}
#content .post h2 a,
#content .post h2{
	margin:0;
	color:#5A471B;
	text-decoration:none;
	font: normal 24px/30px Georgia, 'Times New Roman', Times, serif;
	font-weight: bold;
}
#content h2 a:hover{
	text-decoration:underline;
}
#content p{
	margin:0 0 18px;
	line-height: 18px;
}
.post{width:100%;}
.post:after{
	height: 0;
	clear: both;
	content:'';
	display: block;
}
.post img{
	float:right;
	border:5px solid #f6f6f6;
	margin:0 0 25px 5px;
}
.title-bar{
	width:539px;
	padding:2px 8px;
	margin:0 -5px 11px;
	border:1px solid #f1f1f1;
	position:relative;
}
#content .list{
	width:100%;
	overflow:hidden;
	margin:0 0 12px;
	padding:0;
	list-style:none;
}
#content .list li{
	margin-bottom:10px;
	line-height:14px;
}
.list li strong{
	display:block;
}
.post blockquote{
	width:300px;
	float:right;
	margin:0 15px 0 10px;
	padding:16px 0 0;
	font:bold italic 12px/14px Georgia, 'Times New Roman', Times, serif;
	background:url(images/q-top.gif) no-repeat 48px 0;
}
.post blockquote q{
	display:block;
	padding-bottom:17px;
	background:url(images/q-bot.gif) no-repeat 48px 100%;
}
.post blockquote q {quotes: none;}
.post blockquote q:before {content: "";}
.post blockquoteq:after {content: "";}
#content .count{
	float:right;
	margin:5px 0 0;
	padding:0;
	list-style:none;
	width:auto;
	overflow:auto;
}
#content .count li{
	color:#878787;
	font:bold 9px/14px Arial, Helvetica, sans-serif;
	display:inline;
	padding:0 1px 0 5px;
	background:url(images/sep02.gif) no-repeat 0 50%;
}
#content .count li:first-child{
	background:none;
}
#content .count li span{
	color:#a5b0b9;
}
#content .count li a:hover{
	text-decoration:none;
}
span.date{
	color:#717e89;
	font-size:10px;
}
.comments{
	width:531px;
	overflow:hidden;
	padding:10px 0 0;
}
.comments .box{
	width:100%;
	overflow:hidden;
	margin-bottom:20px;
}
.comments a:hover{
	text-decoration:none;
}
.comments span.date{
	display:block;
	font:bold 10px/18px Arial, Helvetica, sans-serif;
}
.avatar{
	width:71px;
	height:93px;
	float:left;
	padding:16px 0 0 2px;
	background:url(images/bg-ava.gif) no-repeat;
}
.comments .text{
	width:403px;
	float:left;
	padding:11px 20px 0 30px;
	border:1px solid #cbcbcb;
	min-height: 95px;
}
* html .comments .text{
	height: 95px;
}
.comments .grey{
	background-color:#f9f9f9;
}
#content .comments .text p{
	margin:0 0 13px;
	font-family: Helvetica, Arial sans-serif;
}
.subm-comment{
	width:100%;
	margin:5px 0 0;
	overflow:hidden;
	border-top:1px solid #ececec;
}
#content .subm-comment h3{
	margin:12px 0;
	font-size:18px;
	line-height:20px;
	color:#5e5e5e;
	font-weight:normal;
}
.subm-comment .form-item{
	width:100%;
	overflow:hidden;
	margin-bottom:10px;
}
.subm-comment input.form-text{
	background-color:#f7f7f7;
	color:#5e5e5e;
	border:none;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	padding:6px 4px;
	width:232px;
}
.subm-comment label{
	display:block;
	color:#5e5e5e;
	font-size:12px;
	line-height:14px;
	font-style:italic;
}
.subm-comment .form-area{
	width:100%;
	overflow:hidden;
	margin:0 0 5px;
}
.subm-comment .form-area label{
	margin:5px 0 3px 5px;
}
.subm-comment .form-area textarea{
	background-color:#f7f7f7;
	color:#5e5e5e;
	border:none;
	font-size:12px;
	line-height:14px;
	font-style:italic;
	padding:6px 4px;
	height:186px;
	width:338px;
}
#sidebar{
	width:290px;
	float:right;
	padding:5px 5px 0 13px;
	border:1px solid #efefef;
}
#sidebar h3{
	margin:0;
	color:#606060;
	font:bold 14px/24px Arial, Helvetica, sans-serif;
}
.wv {
margin-left: 100px;
}

.twitter{
	width:290px;
	padding-bottom:3px;
	background:url(images/bg-quote-bot.gif) no-repeat 0 100%;
}
a.follow,
a.more{
	color:#65a6d4;
	float:right;
	padding:0 6px;
	margin-left:5px;
	border:1px solid #efefef;
	background-color:#fafbfb;
	text-decoration:none;
	font:12px/19px Arial, Helvetica, sans-serif;
}
a.follow:hover,
a.more:hover{
	text-decoration:underline;
}
.twitter blockquote{
	width:282px;
	position:relative;
	padding:5px 20px 7px;
	overflow:hidden;
	border:1px solid #e9e9e9;
	margin:5px -21px 0;
	background:#f6f8f8 url(images/bg-quote.gif) repeat-x;
	font:normal 12px/14px Helvetica, Arial sans-serif;
}
.twitter blockquote cite{font-style:normal;}
.twitter blockquote q {quotes: none;}
.twitter blockquote q:before {content: "";}
.twitter blockquoteq:after {content: "";}

.twitter p{margin:0;}
.twitter p a{font-size:10px;}
.twitter p a:hover{text-decoration:none;}

.ad-block{
	width:306px;
	margin:17px 0 18px -5px;
	overflow:hidden;
	padding:0;
	list-style:none;
}
.ad-block li{
	float:left;
	display:inline;
	margin:0 0 0 7px;
}
.ad-block li a{
	display:block;
}
.ad-block li img{
	display:block;
	border:5px solid #f6f6f6;
}
.blogroll,
.recent-posts-3 ul{
	width:100%;
	overflow:hidden;
	margin:7px 0 17px;
	padding:0;
	list-style:none;
}
.blogroll li a,
.recent-posts-3 li a{
	text-decoration:none;
	font:12px/22px Arial, Helvetica, sans-serif;
}
.blogroll li a:hover,
.recent-posts-3 li a:hover{text-decoration:underline;}
#footer{
	width:100%;
	overflow:hidden;
	padding:15px 0 30px;
	background-color:#75b6e5;
	border-top:4px solid #65a6d4;
}
#footer a{
	color:#fff;
	font:bold 12px/14px Arial, Helvetica, sans-serif;
	text-decoration:none;
	float:left;
}
#footer a:hover{
	text-decoration:underline;
}
#footer a.design{
	width:140px;
	height:30px;
	float:right;
	text-indent:-9999px;
	background:url(images/milkengine.png) no-repeat;
}
.navigation{
	margin-bottom: 30px;
	margin-top: 10px;
}
.alignleft{
	float: left;
}
.alignright{
	float: right;
}
.avatar img.avatar{
	padding: 0;
	width: 49px;
	height: 49px;
}