/*  
Theme Name: mm3
Theme URI: http://www.michaelmartine.com/
Description: A WordPress theme with a classic, slightly scholarly look perfect for writers, artists, philosophers, and those that notice the turning of the earth.
Version: 1.0
Author: Michael Martine
Author URI: http://www.michaelmartine.com/

	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
	
	Tweak this CSS howsoever thow wilt.
	

	*** REGARDING IMAGES ***
	All CSS that involves the use of images, can be found in the 'index.php' file.
	This is to ease installation inside subdirectories of a server.
	
	CSS SECTIONS IN ORDER:
	Sidebar, Posts, Headings, Images, Forms, Comments, Content Area, Tags, Footer
	

*/

/* basics */
body{ 
	/*background-color: #6EA05C;*/
	background-color: #F5F5F5;
	}

#page{ 
	background: url(images/dicker_bg.jpg) repeat-y top; 
	border: none; 
	margin: 0 auto; 
	}	
#header{ 
	background: url(images/grosser_kopf2.jpg) no-repeat bottom center; 
	}

#footer{
	background: url(images/grosser_fuss.jpg) no-repeat bottom; 
	border: none; 
	height: 240px;
	}			#header{ 
	margin: 0 !important; 
	margin: 0 0 0 1px; 
	padding: 0; 
	height: 280px; 
	width: 760px; 
	}
	#headerimg{ 
	margin: 0; 
	height: 280px; 
	width: 740px;
	}

/* Sidebar */

#sidebar {
	padding: 20px 0 10px 0;
	margin-right: 24px;
	width: 200px;
	font: 1.2em Tahoma, Helvetica, sans-serif;
	color: #eee;
	float: right;
	display: inline;
	}

#sidebar h2, #sidebar h2 a, #sidebar h2 a:visited, #sidebar h3, #sidebar h3 a, #sidebar h3 a:visited {
	color: #eee;
	}

#sidebar a {
	color: #eee;
	text-decoration: none;
	}

	
#sidebar a:hover {
	color: #fff;
	text-decoration: none;
	}
	

#sidebar h2 {
	font-family: Georgia, Serif;
	font-size: 1.2em;
	margin: 15px 0 10px 0;
	padding: 0;
	color: #eee;
	border-color: #eee;
	}

#sidebar ul.hpna{
	margin-bottom: 50px;
}

.page_item a {
	font-weight: normal;
	line-height: 1em;
	font-size: 120%;
	/*border: 1px dotted #ccc;*/
	padding: 3px;
	display: block;
	margin: 0;
	}

.page_item a:hover {
	text-decoration: none;
	background: #034308;
	}

#sidebar ul ul .page_item {
	font-size: 80%;
	}
	
.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}

#sidebar ul, #sidebar ul ol {
	margin: 0;
	padding: 0;
	}

#sidebar ul li {
	list-style-type: none;
	list-style-image: none;
	margin-bottom: 5px;
	}

#sidebar ul p, #sidebar ul select {
	margin: 5px 0 8px;
	}

#sidebar ul ul, #sidebar ul ol {
	margin: 5px 0 0 10px;
	}

#sidebar ul ul ul, #sidebar ul ol {
	margin: 0 0 0 10px;
	}

ol li, #sidebar ul ol li {
	list-style: decimal outside;
	}

#sidebar ul ul li, #sidebar ul ol li {
	margin: 3px 0 0;
	padding: 0;
	}

/* Posts */

.widecolumn .postmetadata {
	margin: 20px 0;
	font-size: 1em;
	}
/*
.entry p a:visited {
	color: #666;
	border-bottom: 1px dotted #666;
	}
*/
.entry p, .entrytext  {
	font-family: Georgia, serif;
	font-size: 1em;
	line-height: 1.6;
	text-align: left;
	}
	
small {
	font-family: Tahoma, Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 2em;
	}

.narrowcolumn {
	float: left;
	padding: 0 0 10px 0;
	margin: 0 0 0 24px;
	width: 464px;
	display: inline;
	}

.widecolumn {
	padding: 10px 0 20px 0;
	margin: 5px 0 0 100px;
	width: 444px;
	}
	
.post {
	margin: 0 0 40px;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding: 5px;
	line-height: 1.5;
	font-family: Tahoma, Helvetica, sans-serif;
	}

html>body .entry ul {
	margin-left: 0px;
	padding: 0 0 0 30px;
	/* list-style: none;
	padding-left: 10px;
	text-indent: -10px; */
	} 

html>body .entry li {
	margin: 7px 0 8px 10px;
	}

.entry ol {
	padding: 0 0 0 35px;
	margin: 0;
	}

.entry ol li {
	margin: 0;
	padding: 0;
	font-size: 0.9em;
	}

.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}
	
/* Headings */

h1, h2, h3 {
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: normal;
	}

.description {
	font-size: 1.3em;
	margin: 0 0 0 24px;
	}

h2 {
	margin: 30px 0 5px 0;
	font-size: 1.5em;
	padding-bottom: 3px;
	border-bottom: 1px dotted #300;
	color: #300;
	}

h2.pagetitle {
	font-size: 1.5em;
	}

h1, h1 a, h1 a:hover, h1 a:visited, .description {
	text-decoration: none;
	color: white;
	}

h2, h2 a, h2 a:visited, h3, h3 a, h3 a:visited {
	color: #300;
	}

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;
	}

h1 {
	padding-top: 230px;
	margin: 0 0 0 24px;
	font-size: 2.3em;
	}

h3 {
	font-size: 1.2em;
	padding: 0;
	margin: 30px 0 0;
	}

h3.comments {
	padding: 0;
	margin: 40px auto 20px ;
	}

/* Images */
p img {
	padding: 0;
	max-width: 100%;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
	
img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	border: 1px solid #5bd477;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	border: 1px solid #5bd477;
	}

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	border: 1px solid #5bd477;
	padding: 3px;
	}

.alignright {
	float: right;
	}
	
.alignleft {
	float: left
	}

/* Forms */
#searchform {
	margin: 0 auto 10px;
	padding: 3px; 
	text-align: center;
	}

#sidebar #searchform #s {
	width: 105px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

.entry form { /* This is mainly for password protected posts, makes them look better. */
	text-align:center;
	}

select {
	width: 130px;
	}

#commentform input {
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 420px;
	padding: 10px;
	border: 1px solid #300;
	}

/* Comments */
.alt {
	margin: 0;
	padding: 10px;
	border: 1px solid #300;
	}

.commentlist {
	padding: 0;
	text-align: left;
	}

.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: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em Georgia, Times, serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: Tahoma, Helvetica, sans-serif;
	}

.commentmetadata {
	font-weight: normal;
	}

/* Main Content Area */

body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: Georgia, Times, Serif;
	/*font-family: verdana, helvetica, ariel, sans-serif;*/
	color: #000;
	text-align: center;
	margin: 0;
	padding: 0; 
	}
	
#page {
	text-align: left;
	background-color: white;
	margin: 20px auto;
	padding: 0;
	width: 760px;
	}

#content {
	font-size: 1.4em;
	margin-bottom: 20px;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: .9em;
	letter-spacing: .07em;
	}

a, h2 a:hover, h3 a:hover {
	color: #05ce59;
	text-decoration: none;
	}

a:hover {
	color: #05b24d;
	text-decoration: underline;
	}
	
.entry p a:visited {
	color: #666;
	border-bottom: 1px dotted #666;
	}

.entry p a:hover{
	border-bottom: 1px solid;
	text-decoration: none;
}
		
#headerimg {
	margin: 0;
	height: 200px;
	width: 100%;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding: 10px 20px;
	border: 1px dotted #300;
	text-align: justify;
	font-style: italic;
	background: url(images/zitat.gif) top left no-repeat;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

blockquote ul {
	text-align: left;
	list-style-type: auto;
	}	

hr {
	display: none;
	}

a img {
	border: none;
	}

ul.prots a{
	padding-right: 20px;
	background: url(images/diskette.gif) no-repeat right;
}
	
/* Tags */

.utwrelposts {
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: .9em;
	}	

/* Footer */

#footer {
	color: #fff;
	padding: 0;
	margin: 0 auto;
	width: 760px;
	clear: both;
	font-family: Tahoma, Helvetica, sans-serif;
	font-size: 1.2em;
	}

#footer p {
	margin: 0;
	padding: 20px 30px;
	color: #ddd;
	}

#footer a {
	color: #fff;
	}	

#footer li{
	line-height: 1.2em;
}

#footer-left {
	float: left;
	width: 150px;
	margin: 10px;
	border-right: 1px dotted #eee;
	}

#footer-center {
	float: left;
	width: 250px;
	margin: 10px;
	border-right: 1px dotted #eee;
	padding-left: 10px;
	}

#footer-right {
	float: left;
	width: 250px;
	margin: 10px;
	}			
	
#footer h2 {
	color: #eee;
	font-size: 100%;
	margin: 0 10px 3px 20px;
	border-bottom: none;
	}	
	
#footer-center h2 {
	color: #eee;
	font-size: 100%;
	margin: 0 10px 3px 0;
	border-bottom: none;
	}		

#footer-center h3 {
	color: #eee;
	font-size: 95%;
	margin: 0 10px 3px 5px;
	border-bottom: none;
	margin-bottom: 3px;
	}
	
#footer-center ul{
	margin-left: 0;
	padding-left: 10px;
}

.druecker{
	line-height: 2.5em;
}

.tiptop{
	padding-left: 15px;
	background: url(images/hoch.gif) left bottom no-repeat;
}

/*statics*/
#content h1{
	color: #00b233;
	font-size: 150%;
	margin: 20px 0 10px 0;
	padding: 0;
}

dl{
	line-height: 1.4em;
}

dt{
	color: #00b233;
	font-size: 120%;
	font-family: helvetica, arial, sans-serif;
	margin-top: 3px;
}

dd{
	margin: 0 0 5px 10px;
}

#myfooter{
	padding-top: 20px;
}

#myfooter ul{
	list-style: none;
	font-weight:  bold;
}

#diepresse dd{
	margin-left: 0;
}

.quelle{
	font-size: 90%;
	font-family: helvetica, arial, sans-serif;
}

.imp{
	font-size: 90%;
	line-height: 1.2em;
}

.imp dt{
	margin-top: 10px;
}

.imp dd{
	margin-left: 0;
}

.hot{
	border: 2px solid #b32111;
	padding: 5px;
}

.hot strong{
	color: #db0b00;
}

.kursiv{
	font-style: italic;
}

.fett{
	font-weight: bold;
}

.hoch{
	text-align: right;
}

.hoch a{
	padding-left: 15px;
	background: url(images/hoch_drk.gif) left bottom no-repeat;
}

.weit li{
	margin: 5px 0 7px 0;
	line-height: 1.2em;
}

.info{
	cursor: help;
	border-bottom: 1px dotted;
}

/*kontaktformular*/
/*formular*/
#thisform{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#thisform label{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#thisform fieldset{
	border: 1px solid #206624;
	padding: 10px 20px;
}

#thisform legend{
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 90%;
	color: #266623;
	border: 1px solid #ccc;
	border-bottom-color: #375066;
	border-right-color: #375066;
	padding: 4px 8px;
	background-color: transparent;
}

#thisform input, textarea{
	border: 1px solid #206624;
	padding: 2px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
}

#thisform textarea{
	font-size: 96%;
}

.fehler{
	font-weight: bold;
	color: #b32111;
}
