/*  
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: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	background: #fff url(images/bg_body.gif) repeat;
	color: #000; color:#878773;
}

h1, h2, h3, h4, h5, h6{
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #10a3de;
}

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;
}

blockquote p{ padding: 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: Helvetica, Arial, Georgia, Sans-Serif;
	font-size: 12px;
	padding: 2px;
}

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; height:100%;
	width: 748px;width: 900px;
	background-image: url(images/bg_page.png) repeat -300px top;
}

#header{
	clear: both;
}

#header h1{
	float: left;clear:both;
	padding:0px 10px 0px 10px;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
	color: #10a3de;
}

#header h1 a{
	text-decoration: none;
	color: #10a3de;
}

#header h1 a:hover{
	text-decoration: underline;
}
#header h2{
	float: left;clear:both;
	padding:0px 10px 0px 10px;
	font-size: 14px;
	font-weight: bold;
	color: #10a3de;color:#878773;
}
#mainmenu{
	float: right;/* width:45em; */
	font-family: Georgia, Sans-Serif;
	font-size: 1em;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
        padding:46px 10px 0px 0px;
}
/*
#mainmenu ul{
display: inline;

	list-style: none;
	margin: 0;
	padding: 0px 0px 0 0px;
}

#mainmenu ul li{
	display: inline;
	margin: 0;
	padding: 0 0px 0px 15px;
}

#mainmenu ul li a{
	text-decoration: none; font-weight:normal;
	color: #fff;
}

#mainmenu a:hover{
	text-decoration: underline;
}
#mainmenu li.current_page_item a, #mainmenu li.current_page_ancestor a {
	text-decoration: underline;
}
*/
#pagewrapper{
	float: left;
	width: 748px; width:900px; width:910px;
	padding: 23px 0;padding:0px;margin-top:23px;margin-top:0px;padding-top:5px;
        background-color:#fff;/*border: 1px solid #ccc;border-top:0px;*/
}

#page{
	padding: 0 23px;
}

#banner{
	float: left;
	width: 702px; width:854px;width:864px;
	height: 175px;
	background: url(images/banner.jpg) no-repeat left bottom;
        background-color:#fff;
	clear: both;
}
#banner h1 {float:right;clear:both;font-size:18px;}
#banner h2 {color:#eeeeae;}

.maincolumn{
	float: left;clear:both;
	width: 500px; width:576px;
}
.maincolumn ul {
	list-style-type: none;
}
.maincolumn ul li {
	padding:5px 0px;
}
.post{
	margin: 0px 0 0;
	padding:0px 15px;
	background: url(images/bg_post.gif) no-repeat left top;
}

.post h2{
	/* border-bottom: 1px solid #ebe1d3;*/
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #e74d00;
}

.post h2 a{
	text-decoration: none;
	color: #e74d00;
}

.post h2 a:hover{
	text-decoration: underline;
}

.post p {
        font-size: 14px;
}

.entry{
	line-height: 1.5em;clear:both;
}

.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; 	color:#10a3de;
}

.entry h3{ color: #e74d00; }

.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 #e5d8c6;
	font-size: 11px;
	color: #b1a799;
}

.entry p.notfound{
	padding: 15px 0 100px;
}

.browse{
	margin: 0 15px;
	border-top: 1px solid #e5d8c6;
	padding: 15px;
	line-height: 24px;
}

#sidebar{
	float: right;
	margin: 0px 0 0 10px;
	width: 192px; width:258px;
	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-Serif;
	text-transform: uppercase;text-transform:none;
}

#sidebar ul li.syndicate a{
	padding: 0 20px 0 0;
	background: url(images/feed-icon.gif) no-repeat right 2px;
}

#sidebar ul li h2{
	border-bottom: 1px solid #ebe1d3;border-bottom:none;
	padding: 0 0 7px 0;
	font-size: 12px;
	color:  #514129;
}

#sidebar ul ul{
	padding: 7px 0 0;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Helvetica, Arial, Georgia, Sans-Serif;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul ul{
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 0px;
/*	background: url(images/bullet_2.gif) no-repeat 0 8px; */
}

#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;
}


/* Comments Template */

#comments-template{
	border-top: 1px solid #e5d8c6;border-top:none;
	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;
}

#comments-template .commentmetadata{
	font-size: 11px;
}

#comments-template ol{
	list-style: none;
	margin: 0;
	padding: 0;
}

#comments-template ol li{
	border-bottom: 1px solid #e5d8c6;
	padding: 15px 0 15px;
}

/* End Comments Template */


/* wp-calendar */

table#wp-calendar{
	width: 100%;
	font-family: Helvetica, Arial, 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;
}

.entry p {text-align:justify;}

#searchform {float:right;margin-top:0px;margin-bottom:5px;padding:0px 0px 0px;font-size:12px;}

input#s {
	border: 1px solid #e5d8c6;border: 1px solid #483a26;
	background-color: #faf5ef;
	padding: 2px;
        font-size:10px;
}
#utilitymenu{
	float: left;
	font-family: helvetica, arial, Sans-Serif;
	font-size: 12px;
	font-weight: bold;
	/*text-transform: uppercase;*/
	color: #483a26;
}

#utilitymenu ul{
	list-style: none;
	margin: 0;
	padding: 5px 5px 0 0;
}

#utilitymenu ul li{
	display: inline;
	margin: 0;
	padding: 0 5px;
	/*background: url(images/bullet.gif) no-repeat 0 3px;*/
}

#utilitymenu ul li a{
	text-decoration: none;
	color: #483a26;
}

#utilitymenu a:hover{
	text-decoration: underline;
}

ul.custom_page_list{float:left;width:49%;padding-left:0px;list-style-type:none;}
ul.custom_page_list li {list-style-type:none;}

.right {float:right; width:150px;}
.left {float:left; width:150px;}

/* Contains the entire tabbed section */
.tabbed {margin-top:37px;margin-top:0px;}

/* List of tabs */.tabbed ul.tabs {
	float: left;
	display: inline;
	width: 100%;
	margin: 0;
	padding: 0;
        color:#fff;
	}
.tabbed ul.tabs li {
	list-style: none;
	float: left;
	margin: 0 4px 0 0 !important;
	padding: 0;
        background-color:#fff;color:#10a3de;
	}
#sidebar .tabbed ul.tabs li a {
	overflow: hidden;
	display: block;
	margin: 0;
	padding: 0px 5px;
        text-decoration:none;
        background-color:#f1f1f1;color:#878773;
        border:1px solid #ccc;border-bottom:none;
	}
#sidebar .tabbed ul.tabs li a:hover {
        text-decoration:none;
        background-color:#e74d00;color:#fff;
        border:1px solid #e74d00;border-bottom:none;
	}

/* The current selected tab */
#sidebar .tabbed ul.tabs li a.tab-current {
        text-decoration:none;
        background-color:#e74d00;color:#fff;
        border:1px solid #e74d00;border-bottom:none;
	}

/* The content shown when a tab is selected */
.tabbed div {
	float: left;
	display: block;
	width: 100%;
        border:2px solid #e74d00;
	}

/* Set the CSS to make sure the other tabs' content isn't shown other than the first */
.tabbed div.t2, .tabbed div.t3, .tabbed div.t4 {
	display: none;
	}

/* Content for inside your tabs' divs */
#sidebar .tabbed div ul { 
        padding:0px 15px;
	}
.tabbed div p {
	}
.tabbed div div {
	}

.breadcrumb {width:500px;float:left;clear:both;padding-top:5px;}


#slideshow {
    position:relative;
    height:350px;
}

#slideshow IMG {
    position:absolute;
    top:0;
    left:0;
    z-index:8;
}

#slideshow IMG.active {
    z-index:10;
}

#slideshow IMG.last-active {
    z-index:9;
}

.linkslist {float:right;/*width:260px;*/}
.linkslist li {display: inline;list-style-type:none;margin:0px 20px 20px 0px;}

#copyright {width:100%;float:left;clear:both;text-align:center;background:#fff;}

h2.winter a {color:#010f69;}