/*  
Theme Name: Peaceful Rush
Theme URI: http://www.wpdesigner.com/2007/01/17/peaceful-rush-wordpress-theme/
Description: Peaceful Rush Wordpress theme created by Small Potato (WPDesigner.com)
Version: 1.0.2
Author: Small Potato
Author URI: http://www.wpdesigner.com/

	This theme is released under GPL.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_body.png) repeat-x;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #878773;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #faf5ef;
	color: #000;
	padding:0 15px 15px 15px;
}



blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #f9f9f9;
}

dt{ font-weight: bold; }

dd{ padding: 0 0 0 15px; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ede5da;
	color: #ede5da;
}

small{
	font-size: 11px;
}

pre{
	width: 90%;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px; 
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #e5d8c6;
	background-color: #faf5ef;
	padding: 3px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

input#s {
vertical-align: bottom; 
height:17px;
margin:0;
}

input#s:focus, input#author:focus, input#email:focus, input#url:focus, textarea#comment:focus {
	background:#F6F6F6;
	border: 1px solid #D6D6D6;
	}

#container{
	margin: 0 auto;
	width: 900px; /*alt 748px */
}

#header{
	clear: both;
}

#header h1{
	float: left;
	padding: 23px 30px 2px 72px;
	margin:0;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	background: url(images/logo.gif) no-repeat 38px 23px;
	color: #666666;
}

#header h1 a{
	text-decoration: none;
	color:#666666;
}

#header h1 a:hover{
	text-decoration: underline;
}

#menu{
	float: left;
	font-family: Georgia, sans-seriff;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 37px 23px 0 0;
}

#menu ul li{
	display: inline;
	margin: 0;
	padding: 0 15px;
	background: url(images/bullet.gif) no-repeat 0 3px;
}

#menu ul li a{
	text-decoration: none;
	color: #fff;
}

#menu a:hover{
	text-decoration: underline;
}

#pagewrapper{
	float: left;
	width: 900px; /* alt: 748 px */
	padding: 18px 0 23px 0;
	background: url(images/bg_page.gif) no-repeat left top;
}

#page{
	padding: 0 23px;
}

#banner{
	float: left;
	width: 854px; /* alt: 702px */
	height: 150px;
	background: url(images/banner-test1.jpg) no-repeat left top;
	clear: both;
}

.maincolumn{
	float: left;
	width: 600px; /* alt: 500px */
}

.post{
	margin: 10px 0 0;
	padding: 15px;
	background: url(images/bg_post.gif) no-repeat left top;
}

.post h2{
	border-bottom: 1px solid #D6D6D6; /* alt #ebe1d3 */
	padding: 0 0 7px 20px;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;	
	background: url(images/coins.png) no-repeat left 3px;
}

.post h2 a{
	text-decoration: none;
	color: #c97d05;
}

.post h2 a:hover{
	text-decoration: underline;
}

.entry{
	line-height: 24px;
}

.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6{
	border: 0;
	padding: 10px 0 0;
}

.entry h1{
	font-size: 24px;
	font-weight: normal;
}

.entry h2{
	font-size: 18px;
	color: #000;
}

.entry h3{ color: #c97d05; }

.entry  h4{}

.entry h5{ font-weight: normal; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 1px solid #e5d8c6;
	padding: 4px;
	background-color: #faf5ef;
}

.entry img.wp-smiley{
	padding: 0;
	border: 0;
	background-color: transparent;
}

.entry img.alignleft{
	float: left;
	margin: 5px 10px 0 0;
}

.entry img.alignright{
	float: right;
	margin: 5px 0 0 10px;
}

.entry p.postinfo{
	margin: 15px 0 0;
	padding: 10px 15px 0;
	border-top: 1px solid #D6D6D6; /* alt # */
	font-size: 11px;
	color: #b1a799;
}

.entry p.notfound{
	padding: 15px 0 100px;
}

.browse{
	margin: 0 15px;
	border-top: 1px solid #D6D6D6;
	padding: 15px;
	line-height: 24px;
}

#sidebar{
	float: left;
	margin: 10px 0 0 10px;
	width: 244px; /* alt: 192px */
	background: url(images/bg_sidebar.gif) no-repeat left top;
}

#sidebar a{
	color: #878773;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	padding: 15px;
	font-family: Georgia, sans-seriff;
	text-transform: uppercase;
}

#sidebar ul li.rssfeed{
	padding: 0 20px 0 20px;
	background: url(images/feed-icon1.gif) no-repeat left 4px;
}

#sidebar ul li.twitter{
	padding: 0 20px 0 20px;
	background: url(images/twitter_icon.png) no-repeat left 4px;
}

#sidebar ul li ul li {
	border-bottom: 1px #E2E2E2 solid;
	padding: 0 0 0 15px;
	background: url(images/bullet_3.gif) no-repeat left 8px; 
	}

#sidebar ul li a {
text-decoration:none;
}

#sidebar ul li a:hover {
text-decoration:underline;
}

#sidebar ul li .navi-titel {
	border-bottom: 1px #c97d05 dotted ;
	padding: 0 0 2px 0;
	margin-bottom:5px;
	font-size: 12px;
	color:  #514129;
	font-family: Georgia, sans-serif;
	font-weight: bold;
}

#sidebar ul ul{
	padding: 7px 0 0;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul ul{
	padding: 0;
	margin:0;
}

#sidebar ul ul ul li{
	padding: 0;
	margin:0;
	background: url(images/bullet_2.gif) no-repeat 0;
}

#sidebar ul ul ul ul li{
	background: url(images/bullet_3.gif) no-repeat 0 8px;
}

#sidebar ul ul ul ul ul li{
	background: none;
}

#sidebar ul .suche {
border:0;
padding:0;
margin:0;
background:none;
}

.button, .button-suche {
background:url(images/hov.png) repeat-x 50% 50%;
border:1px solid #666666;
padding:0 5px;
text-transform:none;
height:25px;
vertical-align:bottom;
	}
	
.button-suche {
margin:0 0 0 3px;
width:70px;
}
	
.button:focus, .button:hover, .button-suche:hover {
background:#E2E2E2;
}


/* Comments Template */

#comments-template{
	border-top: 1px solid #D6D6D6;
	margin: 0px 15px;
	padding: 15px 0;
}

#comments-template p{
	line-height: 24px;
}

#comments-template p.nocomments{
	padding: 0 15px;
}

#comments-template h2, #comments-template h3{
	font-size: 14px;
	font-weight: bold;
	color: #74624b;
}

h3#comments, h3#respond{
	padding: 0 0 0 15px;
}

h3#respond{
	padding: 30px 0 0 15px;
}

#commentsh, #commentsr {
	padding: 0 0 0 15px;
	margin:0;
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #74624b;
}

#commentsr {
	padding: 30px 0 0 15px;
}

.commentmetadata {
padding:0 0 0 25px;
margin:0;
}

.autor {
font-weight:bold;
float:left;
padding-right:2px;
}

#comments-template ol {
	list-style:none;
	margin: 0;
	padding: 0;
}

.autorcomment {
background-color: #F6F6F6 !important;
} 

#comments-template ol li{
	background:url(images/coins.png) no-repeat 5px 13px;
	border-bottom: 1px solid #e5d8c6;
	padding: 15px 0 15px;
	margin:0;
}

#comments-template ol li p{
	padding-left:5px;
	}

/* End Comments Template */


/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	text-transform: none;
}

table#wp-calendar caption{
	padding: 10px 15px;
}

table#wp-calendar th{
	font-weight: normal;
	text-align: right;
	vertical-align: top;
	background: #faf5ef;
}

table#wp-calendar td{
	padding: 1px;
	text-align: right;
}

table#wp-calendar tfoot td{
	text-align: center;
}

/* end calendar */

#container, #header, #menu, #pagewrapper, #page, #banner, .maincol, .post, .entry, .browse, #sidebar, #comments-template{
	text-align: left;
	vertical-align:top;
}

/* transparente header-liste */

#transparent {
width:850px;
padding:10px 0 10px 0;
margin:112px 0 4px 2px;
list-style:none;
background:url(images/transparent.png);
}

#transparent li {
margin:0;
padding:0;
display:inline;
}

#transparent a {
	color:  #514129;
font-family:Georgia, serif;
font-size:14px;
margin:0;
padding:10px 15px;
}

#transparent a:hover{
background:url(images/hov.png) repeat-x top;
}

/* Pagebar Plugin */

.pagebar {
border-top: 1px solid #D6D6D6;
padding: 20px 0 10px 0;
margin: 0 15px;
text-align:center;
}

.pagebar a {
background:#faf5ef;
text-decoration:none;
padding: 2px 4px;
margin:0 1px;
border:1px solid #e5d8c6;
}

/* Similar Posts */
.similar{
font-size:11px;
border-top: 1px solid #D6D6D6;
padding:10px 0 0 15px;
margin-top:10px;
}

.similar ul {
margin:0;
padding:0 0 0 30px;
}

.similar li {
padding:0;
margin:0;
line-height:normal;
}

.u {
background:url(images/bullet_3.gif) no-repeat 15px 8px !important;
padding-left:30px !important;
}

#footer {
clear:both;
background:url(images/bg-footer.png) no-repeat;
height:40px;
color:#878773;
text-align:center;
padding:8px 0;
margin-left:10px;}

.wp-polls li {
background:none !important;
margin:0 15px;
padding:0 !important;
line-height:1.3 !important;
font-size:100.01%;
}
