/* 

Author: Harm Wimmenhove @ glucose
Date: 2010-03-11
Last-edit: 2010-10-22
*/

/* @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,
#phoneheader a:hover {
	color: #f60;
	text-decoration: none;
}
/* search + searchresults */
.navigation .search {
	padding: 1px 15px 1px 0px;
	text-align: right;	
	overflow: hidden;
	height: 30px;
}
	
#searchform #s {
	width: 191px;
	height: 29px;
	font: 12px Georgia, Times, serif;
	color: #999;
	border: 0;
	text-align: right;
	outline: none;
	-webkit-appearance: none;
	-webkit-border-radius: none;
}
.searchresults {
	margin: 30px 0;
}
	.searchresults li {
		list-style: disc;
		list-style-position: outside;
		text-align: left;
		margin: 0 20px 15px 20px;
		line-height: 1.3em;
		font-size: 11px;
		width: 345px;
		overflow: auto;
		clear: both;
		display: block;
	}
	.searchresults .time {
		/*display: table-cell;*/
		float: left;
		width: 68px;
	}
	.searchresults li a {
		font-weight: bold;
		/*display: table-cell;*/ 
		float: left;
		width: 270px;
	}
	.tagcloud {
		text-align: center;
		padding: 20px 20px;
	}

#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}

#phoneheader { display: none; visibility: hidden; }

/* @group Layouts for resolutions */

/*layouts smaller than 600px, iPhone and mobiles*/
@media handheld and (max-width: 480px), screen and (max-device-width: 480px), screen and (max-width: 600px)  {
	.pagetitle {  font-size: 130%; }
	#sidebar { display: none; visibility: hidden; }
	#content { margin: 0; padding-top: 60px; }
	
}

/*Just mobile*/
@media only screen and (max-device-width: 480px) {
	h2 {
	letter-spacing: 0;
	text-transform: lowercase;
	}
	#content { min-height: 400px; }


#phoneheader {
	display: block;
	visibility: visible;
	position: fixed;
	height: 50px;
	width: 100%;
	background: #fff;
	-moz-box-shadow: 0px 3px 3px rgba(167,167,167,0.7);
	-webkit-box-shadow: 0px 3px 3px rgba(167,167,167,0.7);
	box-shadow: 0px 3px 3px rgba(167,167,167,0.7);
}
	#phoneheader ul { margin: 10px 0 0 20px; }
	#phoneheader li { float: left; display: inline; margin: 0 25px 0 0; }
		#phoneheader li a { font-size: 16px; padding: 5px 0 0 0; display: block; }
		#phoneheader a.me-phone { background:url(../images/me-phone.png); padding: 0; text-indent: -9999px; overflow:hidden; display: block; width: 57px; height: 30px; }
		
	.phone-contact {
		font-size: 1.4em;
		line-height: 1.6em;
	}
	.phone-contact a {
		font-weight: bold;
		text-decoration: underline;
	}
}
