/*  
Theme Name: Mira
Description: Das Theme für die Mira-Homepage
Version: 1.0
Author: Manu

*/

html, body {
height: 100%;
}

body, h1, h2, h3, h4, h5, h6, blockquote, p{
margin: 0;
padding: 0;
}

body{
	margin: 0 auto;
	font-family: Georgia, Sans-serif;
	font-size: 14px;
	text-align: left;
	vertical-align: top;
	color: #662B01;
	background-image: url(pics/bg_mira.jpg); 
    background-repeat: repeat-y; 
    background-position: center; 
    background-color: #cc6600; 
	
}

img { 
border: none;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{
text-decoration:none;
color:#391800;
}

a:hover{
text-decoration: none;
color:#ffffff;
}

p{
padding: 10px 0 0 0;
}

#wrapper{
min-height: 100%;
margin: 0 auto;
width: 1000px;
text-align: center;
}

#header{
float: left;
width: 1000px;
}

#intro{
border-bottom: 1px solid #391800;
margin-top: 10px;
margin-bottom: 10px;
}

#post-date{
font-size: 9px;
}

/*.sidebar{
min-height: 100%;
height: 100%;
text-align:left;
float:left;
width:240px;
background: #eeeeee;
display:inline;
}

.sidebar ul{
list-style-type: none;
margin: 0;
padding: 0 10px 0 10px;
}

.sidebar ul li{
padding: 10px 0 10px 0;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 14px;
}

.sidebar ul ul li{
padding: 0;
line-height: 24px;
}*/

/* Für Bilder im Fließtext */
.left { float: left; margin-right: 8px; border:none; }

.right { float: right; margin-left: 8px; border: none; }

#content{
margin-left: auto;
width: 1000px;
margin-bottom: 18px;
}

#container{
height: 100%;
padding: 10px;
padding-bottom: 30px;
margin-left: 25px;
text-align:left;
float: left;
width: 930px;
display:inline;
}

.post{
padding: 10px 0 10px 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.entry{
line-height: 18px;
}

p.postmetadata{
border-top: 1px solid #391800;
margin: 10px 0 0 0;
}

.navigation{
padding: 10px 0 0 0;
font-size: 14px;
font-weight: bold;
line-height: 18px;
}

#footer{
position: relative; 
margin: -10px auto auto auto;
bottom: 0;
height: 30px;
text-align:center;
width: 1000px;
font-size:10px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #391800;
	padding: 10px 0 0;
}

.comments-template ol{
	margin: 0;
	padding: 0 0 15px;
	list-style: none;
}

.comments-template ol li{
	margin: 10px 0 0;
	line-height: 18px;
	padding: 0 0 10px;
	border-bottom: 1px solid #391800;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 16px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}


#footer p{
line-height: 18px;
}




