/*  
Theme Name: Flowen
Theme URI: http://www.flowen.nl
Description: Flowen's portfolio
Version: 1.0
Author: Flowen
Author URI: http://www.flowen.nl/

*/
*{
	margin: 0;
	padding: 0;
}
.post {
	background-color:#574951;
	padding: 15px;
}
.postmetadata{
	padding: 10px 0px;
	margin-bottom: 10px;
	font-size:0.8em;
	border-bottom: 1px #CCC dashed;
}
body{
	background-image:url(img/gradient_bg.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:100%;
    line-height:1.125em; /* 16×1.125=18 */
	background-color: #c5d7e0;
	color: #fff;
}
h2{ font: Arial, sans-serif; font-size: 1.25ems; margin-bottom: 5px; line-height:1.25em;}
p { font-size:0.825em;}
img { border:none;}
ul{ list-style:none; list-style-type: none;}

a:link { color:#39c5d3; text-decoration:none;}
a:visited { color:#39c5d3; text-decoration:none;}
a:hover { color:#900;}

#container-bg{
	margin: 0 auto;
	background-image:url(img/flowen_bg.jpg);
	background-repeat:no-repeat;
	background-position:top;
}

#container{
	margin: 0 auto;
	width: 972px;
	overflow: hidden;
}

#navcontainer{
	margin-bottom: 40px;
}
#logo {
	position:relative;
	padding-left: 150px;
	float:left;
}

#nav{
	position: relative;
	padding-left: 50px; /*weer naar 150 als ik een item toevoeg*/
	top: 30px;
	white-space: nowrap;
	float:left;
}

.clear{clear:both;}

#content{
	padding-left: 150px;
	padding-top: 10px;
	width: 450px;
	float:left;
	min-height: 700px;
	height:expression(
    this.scrollHeight < 700? "700px" : "auto" );
/*	background-image:url(img/transparent_bg.png);
	background-repeat:repeat;*/
}

#sidebar{
	padding-left: 20px;
	padding-top: 10px;
	width: 220px;
	float: left;
	font-size:0.825em;	
}
#sidebar h2{
	color:#94b3c5;
	letter-spacing:1px;
	font: normal 1.25ems Arial, sans-serif;
	margin: 1ems;
}

#search{
	background-color:#574951;
	padding: 15px;
}

#category{
	background-color:#574951;
	padding: 15px;
}
#archive{
	background-color:#574951;
	padding: 15px;
}

#linkcat-2{ /*blogroll*/
	background-color:#574951;
	padding: 15px;
}

#footer{
	background-color:#574951;
	padding: 15px;
}

/* entry */
.entry{
	margin-bottom: 20px;
}
.entry h2 {
	letter-spacing:1px;
	font: normal 1.25ems Arial, sans-serif;
}
.entry h2 a,
.entry h2 a:link,
.entry h2 a:visited {
	color:#94b3c5;
	border:0;
	}
.entry h2 a:hover {
	color:#e45a49;
	border:0;
	background:none;
	}


/* navigation styling */
#nav ul{	
	font:bold;
}
#nav li{
	display: inline;
	list-style-type: none;
	padding-right: 80px;
}
#nav a { padding: 3px 10px; }

#nav a:link, #nav a:visited{
	color: #c2b204;
	text-decoration: none;
}

#nav a:hover{
	color: #c2b204;
	background-color: #fff;
	text-decoration: none;
}

/* comments styling */
.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}xw
