/*  
Theme Name: Tranquility
Theme URI: http://hashi.mediengeneration.com
Description: Original-Autor des Themes ist Makequick besucht doch mal seine Website unter http://www.makequick.com
Version: 1.01 deutsche Version
Author: Hashi
Author URI: http://hashi.mediengeneration.com
Modified by KIMME
*/

/*************************************
 +Containers
 *************************************/
body{
	background:#45362a url(./images/header-bg.gif) repeat-x;
	color:#ffffff;
	font-family: Verdana, "Times New Roman", Times, serif;
	font-size:62.5%;
	line-height:1.5;
	margin:0;
	padding:0;
	text-align:center;
}
#wrap{
	margin:0 auto;
	text-align:left;
	width:76em;	
}
#content{
	font-size:1.2em;
	float:left;
	padding:1em;
	width:40em;
}
#sidebar{
	font-size:1.1em;
	float:right;
	width:20em;
}
#sidebar-float {
margin-top: -200px;
}
#sidebar-top {
	background-image: url('images/sidebar-top.gif');
	background-position: top;
	background-repeat: no-repeat;
	width: 322px;
	height: 231px;
	margin-left: -50px;
	margin-top: -100px; 
	
	}
#header{
	padding-left: 35px;
	background-image: url('images/logo.png');
	background-repeat: no-repeat;
	background-position: left;
	margin-top: 17px;
	height: 77px;
}
#menu-left {
background-image: url(images/menu-left.gif);
width: 9px;
height: 24px;
float: left;
}

#menu-right {
background-image: url(images/menu-right.gif);
width: 9px;
height: 24px;
float: left;
}

#menu-middle {
background-image: url(images/menu-bg.gif);
height: 24px;
float: left;
}
#footer{
	background:#3c2f25;
	border-top:1px solid #292019;
        border-bottom:1px solid #292019;
	color:#ccb9ab;
	clear:both;
	font-size:0.9em;
	padding:0.5em;
}

#footer a {
color: #ccb9ab;
text-decoration:none;
}

#footer a:hover {
color: #3c2f25;
border-bottom: 1px dashed #292019;
text-decoration:none;
}


/*************************************
 +Hn and p
 *************************************/
h1, h2, h3{
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
	margin:0;}

#sidebar h3 {
display: block;
background-image: url('images/h2-bg.gif');
padding-bottom: 10px;
padding-top: 5px;
padding-left: 15px;
height: 25px;
background-position: left;
background-repeat: no-repeat;
color: 9a6a22;
letter-spacing: +1px;
font-size: 15px;
}

#header h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size:3em;
	margin:0;
	margin-right:1em;
}
#header h1 a{
	color:#FFFFFF;
text-decoration:none;
}
#header h1 a:hover{
	color:#ffffff;
text-decoration:none;
}
#header p{
	color:#cecece;
	font-size:1.1em;
	margin:0;
	margin-top:-0.5em;
}
.entrytitle h2{
	font-size:2.2em;
}
.entrytitle h2 a
{
	color:#a08772;
text-decoration:none;

}
.entrytitle h2 a:hover{
	color:#ffebdc;
text-decoration:none;
}
.entrytitle h3{
	font-size:1em;
	color:#a08772;
}

/*************************************
 +Entry
 *************************************/
.entry{
	margin-bottom:3em;
}

.entrymeta{
	font-size:0.9em;
text-decoration:none;
}
.postedby{
	background: url(./images/user.gif) no-repeat;
	padding:3px;
	padding-left:20px;
text-decoration:none;
}
.filedto{
	background: url(./images/post.gif) no-repeat;
	padding:3px;
	padding-left:20px;
text-decoration:none;
}
.commentslink{
	background: url(./images/packaged.gif) no-repeat;
	padding:3px;
	padding-left:20px;
text-decoration:none;
}

/*************************************
 +Sidebar
 *************************************/
#sidebar ul{
	list-style-type:none;
	margin:0;
	padding:0;
}
#sidebar ul li{
	margin-top: 2px;
	margin-bottom: 2px;
}

#sidebar ul li a:link{ /*****************************************************************************/
background-color: #4d3d2f;
border: 1px dashed #342920;
display: block;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
text-decoration:none;
}

#sidebar ul li a:visited{
background-color:#4d3d2f ;
border: 1px dashed #342920;
display: block;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
text-decoration:none;
}

#sidebar ul li a:hover{
background-color: #56473a;
border: 1px dashed #3b2e24;
display: block;
padding-top: 3px;
padding-left: 3px;
padding-bottom: 3px;
text-decoration:none;
}
/*************************************
 +Comments
 *************************************/
.commentsblock{
	margin:0.5em;
	padding:1em;

}
.commentsblock textarea{
	width:35em;
	background:#362a21;
}
.commentsblock input, .commentsblock textarea{
	border:1px solid #211a14;
	background:#362a21;
}
.commentsblock textarea:focus{
	background:#362a21;
	border:1px solid #211a14;
text-decoration:none;
}
.commentsblock textarea:focus, .commentsblock input:focus{
	background:#362a21;
	border:1px solid #211a14;
text-decoration:none;
}
.commentauthor{
	display:block;
	font-size:1.5em;
}
ol.commentlist{
	color:#827566;
	font-size:0.9em;
	list-style-type:none;
	margin:0;
	margin-top:1.5em;
	padding:0;
}
.commentlist li{
	margin-bottom:0.5em;
	padding:0.5em 1em;
}
.alt{
	background:#584c3d;
	border:1px dotted #625847;
	padding:0.5em;
}
h3#comments{
font-size:1.6em;
}

/*************************************
 +Misc
 *************************************/
a{
	color:#a08766;                                       // Linfarbe
        text-decoration:none;
}
a:hover{
	color:#9a6a22;
text-decoration:none;
}
#content_start {position: absolute;left: -10000px;};

/* Navigation */

#navigation ul { list-style-type: none; list-style-image: none; float: left;}

#navigation li { float: left; list-style-type: none; list-style-image: none; margin-top: -7px }

#navigation li a:link,
#navigation li a:visited
{
	float: left;
	color: #a08772;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	font-size: 12px;
	list-style-type: none; 
	list-style-image: none;
text-decoration:none;
}
#slogan {
color: #4d3d2f;
font-size: 13px;
}
#navigation li a:hover
{
	color: #9a6a22;
	font-size: 12px;
	list-style-type: none; 
	list-style-image: none;
text-decoration:none;
}

#navigation li a:active
{
	float: left;
	color: #9a6a22;
	padding-left: 10px;
	padding-right: 10px;
	border: none;
	font-size: 12px;
	list-style-type: none; 
	list-style-image: none;
text-decoration:none;
}

#navigation
{
	clear: both;
	float: left;
	width: 792px;
	height: 24px;
	margin-right: auto;
	margin-top: 26px;
}

.date2 {
float: left; width: 61px; height: 61px; margin-left: -89px; background-image: url('images/date.gif'); margin-top: 10px;
}

.date2 .month {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	font-weight: bold;
	margin-top: 11px;
	margin-left: 5px;
}
.date2 .day {
	display: block;
	color: #ffebdc;
	font: 2.3em Georgia;
	text-align: center;
	margin-top: -5px;
	margin-left: 0px;
}



