/* 

Author: Harm Wimmenhove @ glucose
Date: 2010-03-11

*/

/* @group Structure */

body {
	font-family: Georgia, serif;	
	height: 100%; 
	color: #000;
}

a {
	text-decoration: none;	
	color: #000;
}

a:hover {
	text-decoration: underline;
	color: #000;
}

h1 a {
	width: 182px;
	height: 95px;
	text-indent: -9999px;
	overflow: hidden;
	display: block;
	margin-left: 16px;
	background: url(../images/mestudio_logo.gif) left top no-repeat;	
}
h1 a:hover {
	background-position: -182px 0;
}
h3 { 
	margin: 16px 0 0 0;
	padding: 0 35px 0 0;
	text-align: right;
}
h2 {
	font-weight: bold;
	margin: 0 0 0.4em 0;
}

#sidebar {
	position: fixed; 
	top: 0px; 
	left: 0px; 
	width: 231px; 
 	height: 100%; 
 	overflow: hidden;
 	padding: 45px 0px 0px 19px;
 	font-size: 1.2em;
 	line-height: 1.2em;
}
#content {
	width: 385px;
	margin: 0 0 0 245px;
	background: #efefef;
	text-align: left;
	font-size: 1.2em;
	overflow: hidden;
	height: 100%;
	min-height: 100%;
	display: block;
}	
	#content p { margin: 0 0 1.0em 0; }
.pagetitle {
	text-align: left;
	width: 345px;
	margin: 21px 20px 0px 20px;
	padding: 0 0 12px 0;
	border-bottom: 1px dashed #000;
	font-weight: bold;
}	
.post {
	text-align: left;
	margin: 5px 20px 0px 20px;
	line-height: 1.3em;
}
	.post img			{ margin: 0 0; }
	.post strong		{ font-weight: bold; }
	.post em			{ font-style: italic; }
	.post a 			{ font-weight: bold; text-decoration: none; }
	.post a:hover		{ font-weight: bold; text-decoration: underline; }
	
	.tags a { color: #666; }

.editlink a		{ margin: 0 0 0 20px; font-size: 10px; text-decoration: underline; }
.editlink a:hover { text-decoration: none; }

.meta {
	font-size: 10px;
	padding: 0 0px 8px 0px;
	border-bottom: 1px dashed #000;
	margin: 0 0 10px 0;
	}
	
	.meta a				{ font-weight: normal; text-decoration: underline; }
	.meta a:hover	 	{ font-weight: normal; text-decoration: none; }

/* comments */
#comments {
	padding: 0 20px;
}
.commentmeta { padding: 20px 0; }
.commentmeta a { font-weight: normal; text-decoration: underline; }
.commentmeta a:hover { font-weight: normal; text-decoration: none; }

#commentlist li { padding: 5px 0 0 0; }
#commentbox { width: 345px; }

/* pagenav */
.pagenav { padding: 5px 20px 15px 20px; overflow: hidden; }
	.pagenav a:hover { text-decoration: none; }
	.alignleft 	{ float: left; display: inline; }
	.alignright	{ float: right; display: inline; }

/* navigatie */
.navigation {
	margin: 45px 0 0 0;
	width: 192px;
}	
.navigation li {
	height: 12px;
	width: 192px;
	margin: 0px;
	border-top: 1px dashed #000;
	padding: 10px 15px 10px 0px;
	text-align: right;
}
.navigation a {
	display: block;
	height: 12px;
	color: #000;
	text-decoration: none;
}
.navigation a:hover {
	color: #f60;
}
#quote {
	margin: 0px;
	padding: 10px 15px 0px 15px;
	width: 177px;
	height: 150px;
	vertical-align: bottom;
	text-align: right;
	border-top: 1px dashed #000;
	color: #000;
	background-color: #efefef;
}
#quote_txt {
	margin: 50px 0px 0px 0px;
	text-align: center;
	font-style: italic;
}

.vcard {
	padding: 20px 15px 0px 0px;
	width: 192px;
	vertical-align: bottom;
	text-align: right;
	border-top: 1px dashed #000;
	line-height: 1.35em; 
}
	.fn, 
	.org 		{ display: none; }
	.tel 		{ display: block; padding: 0.9em 0; }
	.street-address,
	.country-name	{ display: block; } 
	
	.vcard a{
		color: #000;
		text-decoration: none;
		}
	.vcard a:hover {
	    /* former #696; */
		color: #f60;
		text-decoration: underline;
		}
#previous{
	left: 0px;
	padding-bottom: 20px;
	text-align: left;
	float: left;
}
#next {
	right: 0px;
	padding-bottom: 20px;
	text-align: right;
	float: right;
}

#previous a:hover {
	text-decoration: none;
	}
#next a:hover {
	text-decoration: none;
	}
.hide {
	display: none;
	overflow: hidden;
	visibility: hidden;
}	
img#wpstats{display:none}