/*  
Theme Name: Moondog
Theme URI: http://www.moondogstudio.com/
Description: Corporate Design for <a href="http://www.moondogstudio.com">Moondog Studio</a> by <a href="http://krach.uni.cc">Alex Zitzmann</a>
Version: 1.0
Author: Michael Zitzmann

	This theme was designed by Alex Zitzmann (http://krach.uni.cc) and built by Michael Zitzmann

*/



/* Begin Typography & Colors */
html{
	height: 100%;
	margin-bottom: -50px;
	}

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Helvetica, 'Helvetica Neue', 'Lucida Grande', Arial, Sans-Serif;
	background-color: #ffffff;
	color: #000000;
	text-align: center;
	height:100%;
	margin: 0 0 20px 0;
	padding: 0; 
	}

#page {
	background-color: white;
	/*border: 1px solid #000000;*/
	text-align: left;
	margin: 20px auto;
	padding: 0;
	width: 965px;
	height:100%;
	}

#header {
	background-color: #73a0c5;
	margin: 0 0 0 195px; 
	padding: 0 0 10px 5px; 
	height: 330px; 
	width: 800px;
	}

#sidebar {
	width:160px;
	height:100%;
	/*border-right: 1px solid #000000;
	padding-left: 10px;*/
	margin-top: 0px;
	float:left;
	font-size: 1em;
	/*font-family: 'Georgia', 'Times', Serif;*/
	text-align:left;
	position:fixed;
	overflow:auto;
	}
	
#logo {
	height: 186px;
	text-align: center;
	padding: 30px 0 50px 0;
	/*border-bottom: 1px solid #000000;*/
	/*background: url(images/moondog_logo.jpg) no-repeat center;*/
	}

#nav {
	border-top: 1px solid #000000;
	border-bottom: 1px solid #000000;
	text-align: right;
	}

#content {
	margin-left: 160px;
	padding-left: 5px;
	font-size: 1.2em;
	border-left: 1px solid #000000;
	position: absolute;
	}

/* formerly 'headerimg' */
.post { 
	/*height: 330px;*/
	width: 800px;
	margin: 0px;
	/*border-bottom: 1px dashed #000000;*/
	padding-bottom: 6px;
	/*background: url(images/M.B.-Weinlandschaft.jpg) no-repeat;*/
	} 

#footer {
	border: none;
	}

#sidebar ul{
	padding: 0 0 0 27px;
	margin-left: 0px;
}

#sidebar ul li{
	color: #000000;
	list-style: none;
	font-size: 1.2em;
	/*border: 1px solid #000000;*/
	/*float: left;*/
	margin: 0 -1px -1px 0;
	padding: 1px 0 1px 0;
}

#sidebar ul li a{
	padding: 0 8px;
}

#sidebar ul li a:hover, #sidebar ul li a:active{
	color: #ffffff;
	background-color: #000000;
	text-decoration: none;
}



#sidebar h2 {
	font-family: Helvetica, 'Helvetica Neue', 'Lucida Grande', Arial, Sans-Serif;
	font-size: 1.2em;
	margin: 5px 0 0;
	padding: 0;
	}

#kategorien{
	padding: 10px 0 7px 0;
	border-bottom: 1px solid black;
}

#kategorien img{
	/*background: url(images/moondog_kategorien_us.gif) no-repeat;
	background-position: 20px;*/
	padding-left: 27px;
	}

#news{
	padding: 10px 0 7px 0;
}

#news img{
	padding-left:27px;
}

h1, h2 {
	font-family: Helvetica, 'Helvetica Neue', 'Lucida Grande', Arial, Sans-Serif;
	/*font-weight: bold;*/
	}

h1 {
	font-size: 4em;
	text-align: center;
	}
	
h2 {
	font-size: 1.6em;
	margin: 20px 0 0;
	}

h2.pagetitle {
	font-size: 1.6em;
	}
	

h3 {
/*	font-family: 'Georgia', 'Times', Serif;*/
	font-size: 1em;
	font-weight:normal;
	text-align:right;
	padding: 0;
	margin: 10px 0 0;
	}

h1, h1 a, h1 a:hover, h1 a:visited, #headerimg .description {
	text-decoration: none;
	color: white;
	padding-top: 70px;
	margin: 0;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #000000;
	}

h2, h2 a, h2 a:hover, h2 a:visited, h3, h3 a, h3 a:hover, h3 a:visited, #sidebar h2, #wp-calendar caption, cite {
	text-decoration: none;
	}
	
#headerimg .description {
	font-size: 1.2em;
	text-align: center;
	}


acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

a {
	color: #000000;
	text-decoration:none;
	}

a:hover {
	color: #000000;
	}

.post a:hover {
	color: #ff0000;
}

/* End Typography & Colors */



/* Begin Structure */



#footer {
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	}

#footer p {
	margin: 0;
	padding: 20px 0;
	text-align: center;
	}
/* End Structure */



/*	Begin Headers */

h2.pagetitle {
	margin-top: 30px;
	text-align: center;
}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}
/* End Headers */



/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	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 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */


/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}
	
hr {
	visibility:hidden;
}	

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* "My brain is in the cupboard above the kitchen sink" */
