/*  
Theme Name: sophies blog theme
Theme URI: http://www.yoveo.com
Description: The theme for yoveo.com
Version: 1.0
Author: yves seiler
Author URI: http://www.yoveo.com/
*/

body, h1, h2, h3, h4, h5, h6, blockquote, p{	/*alle margins entfernen, um sie danach exakt setzen zu koennen*/
margin: 0;
padding: 0;
}

body{

font-family: Georgia;
font-size: 14px;
font-style: italic;
text-align: justify;
color: #000000;

margin: 0;
vertical-align: top;
background: #ffffff;
}

h1{
font-family: Georgia, Sans-serif;
font-size: 24px;
padding: 0 0 10px 0;
}

a:link, a:visited{		/*alle links, auch besucht, ohne underline*/
text-decoration: none;
color: #333333;
}

#wrapper{			/*wrapper des gesamten designs*/
margin: 0 auto 0 auto;
width: 750px;
text-align: justify;
}

#header{
top: 50px;
width: 750px;
Height: 250px;
}

#logo_graphics{
position: relative;
top: 50px;

}

#container{
top: 270px;
width: 500px;
float: left;
}

.post{
padding-bottom: 20px;
margin-bottom: 20px;

font-family: Georgia;
font-size: 14px;
font-style: italic;
text-align: justify;
color: #000000;
}

.entry p{
margin:0px 0px;
padding:0px 0px 20px 0px;

}

.post img{
max-width: 500px; /* Adjust this value according to your content area size*/
height: auto;

float: left;
padding: 0px;
margin: 5px 0px 10px 0px;
display: inline;
border: 0;
}

.post h2{
font-family: Georgia, Sans-serif;
font-size: 18px;
}

.entry{
line-height: 20px;
padding-top: 10px;
margin-top: 10 px;

}

p.postmetadata{
border-top: 1px solid #ccc;
border-bottom: 1px solid #ccc;
margin: 0px 0px 0px 0px;
padding: 0px 0px 0px 0px;
clear: both;
font-size: 12px;
}


.navigation{
padding: 10px 0 0 0;
font-weight: bold;
line-height: 18px;

font-family: Georgia, Sans-serif;
font-size: 12px;
}

.sidebar{
float: left;
width: 240px;
margin: 0 0 0 10px;
display: inline;
}

#footer{
font-size: 14px;
text-align: center;
clear: both;
float: left;
width: 750px;
margin: 20px;
padding: 20px;
}

#search{
padding: 20px 0px 20px 0px;
font-family: Georgia, Sans-serif;
font-size: 12px;
}

#calendar{
padding: 0px 0px 20px 0px;
font-family: Georgia, Sans-serif;
font-size: 12px;
}

.sidebar ul{
list-style-type: none;
margin-bottom: 5px;
padding-bottom: 5px;
}

.sidebar ul li{
padding: 0px;
}

.sidebar ul li h2{
font-family: Georgia, Sans-serif;
font-size: 12px;
}

.sidebar ul ul li{
padding-left: 0px;
margin_left: 0px;
}

.comments-template{
	margin: 10px 0 0;
	border-top: 1px solid #ccc;
	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 #ccc;
}

.comments-template h2, .comments-template h3{
	font-family: Georgia, Sans-serif;
	font-size: 14px;
}

.commentmetadata{
	font-size: 12px;
}

.comments-template p.nocomments{
	padding: 0;
}

.comments-template textarea{
	font-family: Arial, Helvetica, Georgia, Sans-serif;
	font-size: 12px;
}
