/*  
Theme Name: Peaceful Rush
Theme URI: http://www.wpdesigner.com
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 Creative Commons Attribution 2.5 License.

*/

body, h1, h2, h3, h4, h5, h6, address, blockquote, dd, dl, hr, p, form{
	margin: 0;
	padding: 0;
}

body{
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	text-align: center;
	vertical-align: top;
	background: #1a1a1a url(images/bg_body.jpg) repeat-x;
	color: #eeeeee;
}

p {	line-height: 1.5em;	
	margin-bottom: 0.0em; 
	font-size: 0.9em; }

p.lead { font-size: 1.0em; }

h1, h2, h3, h4, h5, h6{
	font-family: "Trebuchet MS",Verdana,Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

h1 {
	font-size: 2.5em;
}

a{
	text-decoration: underline;
	color: #c0db5a;
}

a:hover{ 
	text-decoration: underline; 
	color: #eeeeee;
}

a img{ border: 0; }

p.footer { 
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	color: #999999;
	text-align: center;
}

p.footer a {
	text-decoration: underline;
	color: #999999;
}

abbr, acronym{ border: 0; }

address, dl, p{ padding: 15px 0 0; }

blockquote{
	margin: 10px 0 0;
	background: #000000;
	color: #eeeeee;
}

blockquote p{ padding: 10px; }

blockquote blockquote{
	margin: 10px;
	background: #1a1a1a;
	color: #eeeeee;
}

code{
	background: #000000;
	overflow: auto;
	width: 530px;
	clear: both;
}

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  {
	font-size: 11px;
        border: 2px solid #000000;
        overflow: auto;
        overflow-x: scroll;
        width: 470px;
        padding: 1em 1em 1em 1em;
	margin: 1em 0 1em 0;
        background: #1a1a1a;
        color: #eeeeee

	scrollbar-3dlight-color:#eeeeee;
        scrollbar-arrow-color:#eeeeee;
        scrollbar-base-color:#1a1a1a;
        scrollbar-darkshadow-color:#000000;
        scrollbar-face-color:#1a1a1a;
        scrollbar-highlight-color:#eeeeee;
        scrollbar-shadow-color:#1a1a1a;
}

input, textarea{
	font-family: Arial, Helvetica, Georgia, sans-serif;
	padding: 2px;
}

input#s
{
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px solid #c0db5a;
}

input#searchsubmit
{
	font: 76% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
	border: 1px solid #c0db5a;
	padding: 0px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
}

input#author, input#email, input#url, textarea#comment{
	border: 1px solid #c0db5a;
	background-color: #faf5ef;
	padding: 3px;
	font-size: 12px;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 748px;
}

#header{
	clear: both;
}

#header h1{
	float: left;
	/* Alter the large value to adjust the position of the topright menu */
	padding: 26px 320px 0 46px;
	font-size: 24px;
	text-transform: capitalize;
	/*background: url(images/logo.gif) no-repeat 38px 26px;*/
	color: #eeeeee;
}

#header h1 a{
	text-decoration: none;
	color: #eeeeee;
}

#header h1 a:hover{
	text-decoration: none;
	color: #c0db5a
}

#menu ul {
	margin: 0; 
	padding-top: 29px; 
	padding-bottom: 10px;
	list-style-type: none; 
	list-style-image: none; 
}

#menu li {
	display: inline; 
}

#menu ul li a{
	height: 1.4em;
	padding: 0.2em 0.8em 0.3em 0.8em;
	margin-right: 5px;
	margin-bottom: 3px;
	color: #eee;
	background-color: #1a1a1a;
	text-decoration: none;

	float:left;
}

#menu a:hover{
	color: #1a1a1a;
	background-color: #D0EB6A;
	text-decoration: none;
}

#pagewrapper{
	float: left;
	width: 748px;
	padding: 23px 0;
	background: url(images/bg_page.jpg) no-repeat left top;
}

#page{
	padding: 0 23px;
}

#banner{
	float: left;
	width: 702px;
	height: 150px;
	background: url(images/banner.jpg) no-repeat left top;
	clear: both;
}

.maincolumn{
	float: left;
	width: 534px;
}

.post{
	margin: 10px 0 0;
	padding: 15px;
	background: url(images/bg_post.jpg) no-repeat left top;
}

.post h2{
	border-bottom: 1px solid #c0db5a;
	padding: 0 0 3px 0;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;	
}

.post h2 a{
	text-decoration: none;
	color: #eeeeee;
}

.post h2 a:hover{
	text-decoration: none;
	color: #c0db5a;
}

.entry{
	line-height: 24px;
}

.entry p {
	text-align: justify;
}

.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: #eeeeee; }

.entry  h4{}

.entry h5{ font-weight: normal; }

.entry h6{ font-size: 11px; font-weight: normal; }

.entry img{
	border: 2px solid #000000;
	background-color: #1a1a1a;
}

.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 0px 0;
	border-top: 1px solid #c0db5a;
	font-size: 11px;
	color: #999999;
}

.entry p.notfound{
	padding: 15px 0 100px;
}

.browse{
	margin: 0 15px;
	border-top: 1px solid #c0db5a;
	padding: 15px;
	line-height: 24px;
}

#sidebar{
	float: left;
	margin: 10px 0 0 10px;
	width: 158px;
	background: url(images/bg_sidebar.jpg) 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;*/
	/*font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;*/
	font: 95% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
}

#sidebar ul li h2{
	border-bottom: 1px solid #c0db5a;
	padding: 0 0 2px 0;
	font-size: 12px;
	color:  #EEEEEE;
}

#sidebar ul li.syndicate table {
	text-align: center;
	width: 100%;
	text-transform: uppercase;
	color: #EEEEEE;
}

#sidebar ul li.syndicate a {
	text-decoration: none;
}

#sidebar ul li.syndicate a.hover {
	text-decoration: none;
	color: #c0db5a;
}

#sidebar ul ul{
	padding: 7px 0 0;
}

#sidebar ul ul li{
	padding: 0;
	/*font-family: Arial, Helvetica, Georgia, sans-seriff;*/
	line-height: 20px;
	text-transform: none;
}

#sidebar ul ul ul{
	padding: 0;
}

#sidebar ul ul ul li{
	padding: 0 0 0 15px;
	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 #c0db5a;
	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: #9999cc;
}

h3#comments, h3#respond{
	padding: 0 0 0 0px;
}

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 #c0db5a;
	padding: 15px 0 15px;
}

/* 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;
}