/*
Theme Name: Matthias Grübel
Description: Theme for the musician Matthias Grübel
Version: 0.1
Author: Melih Bilgil
Author URI: http://www.lonja.de/
Tags: none

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php

*/

/* Begin Structure */
body {
	font-size: 13px; /* Resets 1em to 10px */
	font-family: 'Georgia', Times, Times New Roman;
	text-align: left;
	background-image: url(images/bg_gruebel.png);
	background-repeat: no-repeat;
	background-position: -100px -82px; /* background-position: -70px -52px; */
	margin: 0 0 0 0;
	width: auto;
	}

#page {
	text-align: left;
	margin: 36px 0 0 48px;
	padding: 0em;
	width: 800px;
	}

#header {
	padding: 0;
	height: 24px;
	}

#headerimg {
	margin: 0;
	width:auto;
	}

.narrowcolumn {
	float: left;
	width: 850px;
	}

.widecolumn {
	float: left;
	width: 640px;
	}

#post {
	text-align: left;
	margin-bottom: 20px;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.clear {
	clear: both;
}

#content {
	font-size: 13px;
	}
	
#content p {
	width: 480px;
	}

.widecolumn .entry p {
	font-family: 'Georgia', Times, Times New Roman;
	font-size: 13px;
	}

.widecolumn .entry p strong, .narrowcolumn .entry p strong{ /* Bold fett strong */
	font-size: 20px;
	font-weight: normal;
	font-style: italic;
	}

.narrowcolumn .entry, .widecolumn .entry {
	font-family: 'Georgia', Times, Times New Roman;
	background-color: #fff;
	}

.widecolumn {
	font-family: 'Georgia', Times, Times New Roman;
	}
	

.post .postmetadata { /* Edit button */
	text-align: left;
	font-family: Courier, Courier New;
	font-size: 10px;
	margin-bottom: 40px;
	}

#footer {
	border: none;
	font-size: 11px;
	font-family: monaco, verdana, sans-serif;
	text-align: left;
	margin-top: 32px;
	padding: 40px 0 20px 0;
	width: 100%;
	clear: both;
	float: left;
	}
	
#footer p {
	margin: 0;
	text-align: left;
	}
	
#navigation {
	font-family: Monaco, Verdana, sans-serif;
	font-size: 12px;
	width: 200px;
	margin-top: 40px;
	float: left;
	}

#navigation a, .navigation a:hover {
	text-decoration: none;
	}


#date {
	font-family: Monaco, Verdana, sans-serif;
	font-size: 10px;
	margin-top: -20px;
	border-bottom: 1px solid #404040;
	line-height: 18px;
	width: 110px;
	color: #404040;
	}



h1, h2 {
	font-family: Georgia, serif;
	font-style:italic;
	font-weight: normal;
	font-size: 30px;
	}

h1 {
	text-align: left;
	text-transform: lowercase;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: #404040;;
	}

h2, h2 a, h2 a:visited {
	color: #404040;
	}

h2, h2 a, h2 a:hover, h2 a:visited, #sidebar h2 {
	text-decoration: none;
	}

.entry p a:visited {
	color: #404040;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, blockquote, strong, strike, p { /* Textfarbe p { und a und strong */
	color: #404040;
	}

h3 a, h3 { /* h3 Posts*/
	font-size:20px;
	font-family: 'Georgia', Times, Times New Roman;
	font-weight: normal;
	color:#404040;
	padding: 2px 12px 0px 1px;
	text-decoration: none;
	line-height: 24px;
	font-style:italic;
	border: 0;
}

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

h3 a:hover {
		border-bottom: 16px solid #ffff66;
		text-decoration: none;
		}

h2 a:hover { /* headlines in post - hover*/
	color: #404040;
	text-decoration: none;
}

	
.entry a:hover {
	color: #404040;
	text-decoration: underline;
	}
.entry {margin-top: 16px;}

/* End Typography & Colors */


/*	Begin Headers */
h1 {
	padding-top: 0;
	margin: 0;
	}

#content h2 { /*Headline fr Artikel einzeln*/
	border-top: 1px solid #404040;
	
	}

h2.pagetitle {
	text-align: left;
	background-image: none;
	font-size: 13px;
	line-height: 20px;
	padding-left: 4px;
	margin-top: 13px;
	width: 240px;
}

.pagetitle {background-color: #ffff66; margin-bottom: -13px;}

/* End Headers */



/* Begin Images */
p img {
	padding: 0 0 8px 0;
	}



#commentform p img {
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 2px;
	margin-right: 4px;
	padding-top: 4px;
/*	text-align: bottom; */
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 0 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 0 0 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


html>body .entry ul {
	padding: 0 0 0 0;
	list-style: none;
	}

html>body .entry li {
	}

/* .entry ul li:before, #sidebar ul ul li:before {
	content: "\2295 \0020";
	} */

/* Begin Form Elements */


#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	border-bottom: none;
	border-left: none;
	border-right: none;
	border-top: solid 1px;;
	}

#commentform textarea {
	width: 494px;
	padding: 8px;
	border: solid 1px;
	}

#commentform #submit {
	margin: 0;
	border: solid 1px;
	float: right;
	background: #fff;
	}

#commentform #submit:hover {
}

/* End Form Elements */


/* Begin Comments*/

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: left;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar
{
	min-width: 800px;
	float: left; 
	line-height: 18px;
	font-size: 30px;
	font-family: Georgia, serif;
	font-style:italic;
	}


#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	float: left;
	margin-top: 13px;
	}

#sidebar ul li a { /* Innen Links Sidebar */
	margin-left: 0px;
	margin-right: 18px;
	}

#sidebar ul li .page_item a { /* Innen Links Sidebar */
	}
	
	
#sidebar ul li h2.widgettitle { /* Innen Links Sidebar - Überschriften */
	margin-left: 0px;
	display: none;
	}

#sidebar a{
	text-decoration:none;
	}

#sidebar a:hover {
	text-decoration:none;
	border-bottom: 6px solid #ffff66;
	}

/* End Sidebar */



/* Begin Various Tags & Classes */
.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

/* End captions */

#sidebar .widget {
	border-top: 1px solid #404040;
	}
	
h2.widgettitle {
	display: none;
}


a {
	outline: 0;
}

#thumb_post {
	float: left;
	margin-right: 13px;
	margin-top: 32px;
	}
	
#thumb_text {
	height: 50px;
	min-width: 240px;
	max-width: 300px;
	margin-bottom:16px;
	margin-top: 0px;
	}

#thumb_text #date {
	margin-top: -15px;
	line-height: 14px;
	}	

#thumb_post img {
	}
	
h4 {
	font-size: 13px;
	font-style: italic;
	font-weight: normal;
	margin-top: 4px;
	}

h4 a {text-decoration: none;
	}

.wpa_text {
	font-color: #404040;
	}
	
#div_audio {
	margin-top: -14px;
}

#div_audio img {
}

img#wpstats{display:none}

.clearfix:after { clear: both; content: "."; display: block; height: 0; visibility: hidden;}.clearfix { display: inline-block;}/* Hides from IE-mac \*/ * html .clearfix { height: 1%; }.clearfix { display: block; }/* End hide from IE-mac */
