/**
 * Vlaamse Diabetes Vereniging
 * Blog stylesheet
 *
 * Description:	Blog
 *
 * Author: 		Davy De Pauw, www.marlon.be
 * Created: 	01/10/2007
 * Modified:	01/10/2007
 */

/* page structure
---------------------------------------------------------- */

#wrapper {
	position: relative;
	width: 100%;
}

#main {
	
}

#subnav {
	position: absolute;
	top: 20px;
	left: 0;
}

.meta {
	clear: both;
	position: relative;
	margin: 20px 0 0 0;
	background: url(../img/bg_shop_overview_top.gif) no-repeat 0 2px;	
}

.meta p {
	font-size: .95em;
	padding: 10px 20px 15px 20px;
	background: url(../img/bg_shop_overview_bottom.gif) no-repeat 0 100%;	
}

.archive #subnav {
	top: 75px;
}

/* post navigation
---------------------------------------------------------- */

.navigation {
	height: 30px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

/* post
---------------------------------------------------------- */

.post h1 a {
	text-decoration: none;
	color: #175459;
}

.post .meta-date {
	margin: 4px 0 0 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #539F92;
}

/* comments
---------------------------------------------------------- */

#comments {
	margin: 25px 0 35px 0;
}

#comments dl dt,
#comment-form dl dt {
	margin: 0;
	padding: 0;
}

#comments dl dd,
#comment-form dl dd {
	margin: 0 0 5px 0;
	padding: 0;
}

#comment-form input.field {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	width: 200px;
	border: 2px inset #E9F4DD;
}

#comment-form textarea {
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	border: 2px inset #E9F4DD;	
}

/* sidebar
---------------------------------------------------------- */

#sidebar-wrapper {
	top: 0;
}

#sidebar .section h3 {
	font-size: 1.3em;
	color: #982E12;
}