/*  
Theme Name: Anna Fiore
Theme URI: http://www.gbrauckmann.de
Description: F&uuml;r Anna
Author: Gerhard Brauckmann
Author URI: http://www.gbrauckmann.de/

*/
/* GLOBALS */
body
{
	font-family: "Century Gothic", Arial, Helvetica, sans-serif;
	color: #987D22;
	font-size: .8em;
	background-image: url(images/bg_main.jpg);
	padding: 0;
	margin: 0;
}
#header
{
	height: 204px;
	background-image: url(images/bg_top.jpg);
}
#page,#footer
{
	padding: 0;
	width: 960px;
	margin: 0 auto 0 auto;
	position: relative;
	clear: both;
	
}
#content
 { 
 	margin: 0; padding: 0; min-height: 750px;
 	background-color: #fff;
 	
 }

 .post
 {
 	padding: 50px 0px 25px 50px;
 	width: 650px;
 	min-height: 400px;
 	/*border: 1px solid #ccc;*/
 	font-size: .9em;
 	clear: both;
 }

 .post, .images, .comments
 {
 	overflow: hidden;
 	display: block;

 }
 .post p
 {
 	width: 280px;
 	line-height: 150%;
 	/*text-align: justify;*/
 }
 .images
 {
 	float: right;
 	position: relative;
 	width: 318px;
 	padding: 0px 0 0 0;
 }
 .thumbs 
 {
 	padding: 10px;
 	border: none;
 }
 .thumbs img { padding: 5px 3px 5px 5px; }

 .comments
{
	min-height: 20px;
    margin-left: 0px;
	padding-left: 50px;
	padding-top: 15px;
    padding-bottom: 15px;
    width: 650px;
	background-image: url(images/bg_top_1.jpg);
	/*border-bottom: 20px solid #f9f5eb; width: 650px;*/
}
.comments-form
{
	padding-left: 50px;
    width:650px;
}
#commentform textarea
{
	width: 600px;
}

.commentlist
{
width:600px;
}

.postmetadata
{
	font-size: .9em;
}
.navigation
{
	padding-left: 50px;
	padding-top: 25px;
	padding-bottom: 25px;
}
  #sidebar
 {
	position: absolute;
 float:right;
 	top: 224px;
 	left: 704px;
 	width: 220px;
 	padding-bottom: 30px;
 	padding-left: 25px;
 	padding-top: 20px;
 	padding-right: 10px;
 	/*border: 1px solid #ccc;*/
 }

.sidebar
{
 	position: absolute;
 	top: 241px;
 	left: 704px;
 	width: 220px;
 	padding-bottom: 30px;
 	padding-left: 25px;
 	padding-top: 20px;
 	padding-right: 10px;
 	/*border: 1px solid #ccc;*/
}
 * html .comments
 {
 	margin-bottom: 30px;
 	height: 37px;
 	padding-top: 25px;
 }
/* IMAGES */

#header img
{
	float: right;
	margin-right: 0px;
}
#footer p
{
	text-align: center;
}
.sidebar p
{
	line-height: 1.5em;
}
.post h2
{
	font-size:1.25em;
	width: 280px;
}
.sidebar h3
{
	margin-top: 100px;
}
#sidebar h2, .sidebar h2
{
	font-weight: bold;
	letter-spacing: .1em;
	font-size: 1em;
	margin-left: 10px;
	margin-bottom: 5px;
}
/* LISTS */
li.linkcat 
{
        list-style: none;
        padding-top: 10px;
        margin: 0 0 0 -10px;
}
#sidebar ul, .sidebar ul
 {
        list-style: none;
 	padding: 0;
 	margin: 0 0 0 10px;
 }
#sidebar li, .sidebar li
{
	margin-bottom: 5px;
	
}
.post blockquote
{
	width: 225px;
	border: 1px solid #F9F5EA;
	margin-left: 20px;
	padding: 5px;
}
.post li
{
	width: 225px;
	line-height: 1.25em;
	margin-bottom: 3px;
}
#header ul 
{ 
	list-style: none; 
	margin-left: 0px;
	padding-left: 50px;
	padding-top: 160px;
}

#header li
{
	display: inline;
}



a:link, a:visited , a:hover, a:active 
{
	color:#987D22;
	text-decoration:none;

}

