/*  
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, Verdana, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_body.gif) repeat-x;
	color: #333333;
}

h1, h2, h3, h4, h5, h6{
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #4E5D76;
}

a:hover{
	text-decoration: none;
	color: #CCCCCC;
}

a img{ border: 0; }

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 15px 0 0;
	background: #faf5ef;
	color: #333333;
}

blockquote p{ padding: 15px; }

blockquote blockquote{
	margin: 15px;
	background: #fff;
	color: #333;
}

code{
	background: #f9f9f9;
}

.contentdate {
	background: #FFFFFF url(images/date.gif);
	float: left;
	width: 62px;
	height: 45px;
	margin: 0 10px 0 0;
	padding: 0px;
	}
	
.contentdate h3 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #333333;
	font-size: 10px;
	font-weight: normal;
	padding: 1px 0px 0px 0;
	margin: 0px;
	text-transform: uppercase;
	text-align: center;
	}
	
.contentdate h4 {
	font-family: Arial, Verdana, Sans-Serif;
	color: #999999;
	font-size: 21px;
	font-weight: bold;
	padding: 5px 0 0 0;
	margin: 0px;
	text-align: center;
	}

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, Verdana, 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;
}

#container{
	margin: 0 auto;
/*	
	width: 748px;
*/
	width: 900px;
}

#header{
	clear: both;
	float: left;
	padding: 0 30px 0 72px;
}

#header h1{
	font-size: 24px;
	font-weight: normal;
	background: url(images/logo.gif) no-repeat 38px 26px;
	text-transform: capitalize;
	color: #fff;
}

#header h1 a{
	text-decoration: none;
	color: #4E5D76;
}

#header h1 a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}

#menu{
	float: right;
	font-family: Arial, Verdana, sans-seriff;
	font-size: 12px;
	font-weight: normal;
/*
	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: #4E5D76;
}

#menu a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}

#pagewrapper{
	float: left;
/*
	width: 748px;
*/
	width: 900px;
	padding: 23px 0;
	background: url(images/bg_page.gif) no-repeat left top;
}

#page{
	padding: 0 23px;
}

#banner{
	float: left;
/*
	width: 702px;
*/
	width: 854px;
	height: 150px;
	background: url(/images/logo.png) no-repeat center top;
	clear: both;
	position: relative;
}

#banner a
{
    position: absolute;
    top: 0;
    left: 0;
/*
    width: 702px;
*/
    width: 854px;
    height: 150px;
}

.maincolumn{
	float: left;
	width: 500px;
}

.post{
	margin: 10px 0 0;
	padding: 15px;
	background: url(images/bg_post.gif) no-repeat left top;
	text-align: justify;
}

.post h2{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;
	height: 45px;
}

.post h2 a{
	text-decoration: none;
	color: #4E5D76;
}

.post h2 a:hover{
	text-decoration: underline;
	color: #CCCCCC;
}

.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: #333333;
}

.entry h3{ color: #c97d05; }

.entry h4{}

.entry h5{ font-weight: normal; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry ul{
	list-style-image:url(images/bullet.gif);
	list-style-position:outside;
	list-style-type:disc;
}

.entry img{
	border: 1px solid #e5d8c6;
	margin: 0 5px 0 0;
	padding: 5px;
	background-color: #faf5ef;
	max-width: 470px;
	width: expression(this.width > 470 ? 470: true);
}

.entry img.noborder{
	border: 0;
	padding: 0;
}

.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 .postauthor{
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #b1a799;
	position: relative;
	float: left;
	width: 50%;
}

.entry .postcomments{
	margin: 5px 0 0 0;
	padding: 5px 0 0 0;
	font-size: 11px;
	color: #b1a799;
	position: relative;
	float: right;
	text-align: right;
	height: 40px;
	width: 50%;
}

.entry .postcat{
	margin: 5px 0 5px 0;
	padding: 0;
	font-size: 11px;
	color: #b1a799;
	text-align: right;
}

.entry p.postrating{
	margin: 10px;
	padding: 0;
	font-size: 11px;
	color: #b1a799;
}

.entry .shopping_pd{
	margin: 0;
	padding: 0;
	font-size: 11px;
}

.entry .shopping_gen img{
	background-color: #fff;
	border: 0;
}

.entry .shopping_powered{
	margin: 0;
	padding: 0;
	font-size: 11px;
	text-align: right;
}

.entry .postrelated{
	margin: 0;
	padding: 0;
	font-size: 11px;
	color: #b1a799;
}

.entry .postrelated h2{
	font-size: 18px;
	color: #b1a799;
}

.entry .postrelated ul{
	margin: 0;
	padding: 0 0 0 40px;
}

.entry .postrelated ul li{
	padding: 7px 0 0;
}

.entry .postrelated a{
	text-decoration: none;
}

.entry .postrelated a:hover{
	text-decoration: underline;
}

.entry .postauthor a{
	text-decoration: none;
}

.entry .postcomments a{
	text-decoration: none;
}

.entry .postcat a{
	text-decoration: none;
}

.entry p.notfound{
	padding: 15px 0 100px;
}

.mainfooter{
	float: left;
	background: #FFD300;
	width: 100%;
	line-height: 26px;
}

.feedcountdiv p{
}

.feedcount {
	-moz-border-radius:3px;
}

.subscribers {
	font-size: 29px;
}

.footer{
	width: 900px;
	text-align: left;
}

.footer .footcol{
	margin: 0 15px 0 0;
	padding: 0 0 0 5px;
	width: 285px;
	float: left;
}

.footer ul{
	list-style-image: url(images/bullet.gif);
	list-style-position: outside;
	list-style-type: disc;
	padding: 0 0 0 25px;
}

.footer ul li{
	padding: 7px 0 0;
}

.footer a{
	text-decoration: none;
}

.footer a:hover{
	text-decoration: underline;
}

.footer h2{
	padding: 20px 0 0 0;
	color: #fff;
}

.footer h3{
	font-size: 12px;
	font-weight: normal;
	padding: 20px 0 0 0;
}

.footer .footright{
	margin: 0;
}

.browse{
	margin: 0 15px;
	border-top: 1px solid #e5d8c6;
	padding: 14px;
	font-size: 11px;
	color: #b1a799;
}

.browsetop{
	margin: 0 15px;
	padding: 14px;
	font-size: 11px;
	color: #b1a799;
}

#sidebar{
	width: 162px;
	background: url(images/bg_sidebar.gif) no-repeat left top;
	float: left;
	margin: 10px 10px 0 10px;
	padding: 0;
}

#sidebar2{
	width: 162px;
	background: url(images/bg_sidebar.gif) no-repeat left top;
	float: right;
	margin: 10px 10px 0 0;
	padding: 0;
}

#sidebar a, #sidebar2 a{
	color: #878773;
	text-decoration: none;
}

#sidebar a:hover, #sidebar2 a:hover{
	color: #878773;
	text-decoration: underline;
}

#sidebar ul, #sidebar2 ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li, #sidebar2 ul li{
	font-family: Arial, Verdana, sans-seriff;
	padding: 7px 0 0;
}

#sidebar ul li.syndicate a, #sidebar2 ul li.syndicate a{
	padding: 0;
	background: url(images/feed-icon.gif) no-repeat right 2px;
}

#sidebar ul li h2, #sidebar2 ul li h2{
	border-top: 1px solid #ebe1d3;
	padding: 5px 0 0 0;
	font-size: 13px;
	color:  #514129;
}

#sidebar ul li h2.sidebartop, #sidebar2 ul li h2.sidebartop{
	border-top: 0;
	padding: 0;
	font-size: 13px;
	color:  #514129;
}

#sidebar ul ul, #sidebar2 ul ul{
	padding: 7px 0 0;
}

#sidebar ul ul li, #sidebar2 ul ul li{
	padding: 0;
	font-family: Arial, Verdana, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul ul, #sidebar2 ul ul ul{
	padding: 0;
}

#sidebar ul ul ul li, #sidebar2 ul ul ul li{
	padding: 0 0 0 15px;
}

#sidebar ul ul ul ul li, #sidebar2 ul ul ul ul li{
}

#sidebar ul ul ul ul ul li, #sidebar2 ul ul ul ul ul li{
	background: none;
}

/* Comments Template */

#comments-template{
	border-top: 1px solid #e5d8c6;
	margin: 0px 15px;
	padding: 15px 0;
	width: 470px;
}

#comments-template p{
	line-height: 24px;
	padding: 40px 0 0 0;
}

#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;
}

#comments-template .auteur{
	font-size: 11px;
/*	float: left;
	position: relative;
	width: 80%;
*/	height: 40px;
}
/*
#comments-template .karma{
	font-size: 11px;
	float: right;
	text-align: right;
	position: relative;
	width: 20%;
	height: 40px;
}
*/
#comments-template .instance_validation{
	font-size: 11px;
}

#comments-template ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments-template ol li{
	border:1px solid #CCCCCC;
	padding: 15px 15px 15px 15px;
	margin: 15px 0 15px 0;
	color:#555555;
}

}

/* End Comments Template */


/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Arial, Verdana, 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;
}

#menutabs {
	padding: 0px;
	margin: 0px;
	clear:both;
	float:left;
	height:41px;
	width:100%;
}
#menutabs UL{
	list-style-type:none;
	margin: 0;
	float:left;
}

#menutabs LI{
	float:left;
	padding-right:1px;
}
#menutabs A{
	color:#FFF;
	background-position:left top;
	background-repeat:no-repeat;
	font-size:16px;
	font-weight:700;
	text-indent:-9999px;
	display:block;
	height:36px;
	width:82px;
	overflow:hidden;
}
#menutabs UL LI A:hover{
	background-position:0 -36px;
}
#menutabs UL LI A#blog{
	background-image:url(/images/menu_blog.gif);
}
#menutabs UL LI A#contact{
	background-image:url(/images/menu_contact.gif);
}
#menutabs UL LI A#forum{
	background-image:url(/images/menu_forum.gif);
}
#menutabs UL LI A#job{
	background-image:url(/images/menu_jobs.gif);
}
