/*  
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.

*/

#leftSide {
         position: absolute;
         height: 70px;
         text-align: right;
         top: 16px;
         width: 250px;
         float: left;
         /* background: url('/wp-content/themes/joujou21/images/building.png') no-repeat bottom right; */
}

#tag_cloud a{
         text-decoration: none;
         text-transform: uppercase;
}

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-color:#FFFFFF;
	background-image:url(images/bg_body.png);
	background-position:center;
	background-position:bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	/*font-family: Georgia, sans-serif;*/
	font-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	/* color: #05b303; */
	/* color:#95d7d6; */
	color:#57AFAD;
}

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: Arial, Helvetica, Georgia, sans-serif;
	font-size: 12px;
	padding: 2px;
}

input#s, input#author, input#email, input#url, textarea#comment{
	border: 1px solid #009EE1;
	background-color: #ffffff;
	padding: 3px;
}

#searchform {
   width:171px !important;
   height:33px !important;
   background: url(images/searchBox-form.png) no-repeat left top !important;
   padding: 0px !important;
   margin: 0px !important;
}
#searchform input[type='text'] {
   background: none !important;
   border: 0 !important;
   height:33px !important;
   font-size:13px !important;
   width:131px !important;
   text-indent:10px !important;
   width: 131px !important;
   padding: 0px !important;
   margin: 0px !important;
   outline: none;
}
#searchsubmit {
   background: url(images/searchBox-button.png) no-repeat left top !important;
   border: 0 !important;
   width: 39px !important;
   height: 33px !important;
   color: transparent;
   text-indent: -999px;
   font-size: 0px;
   line-height: 0px;
   padding: 0px !important;
   margin: 0px 0px 0px -5px !important;
   cursor: pointer;
   vertical-align: top;
}

input#author, input#email, input#url{
	margin: 0 5px 0 0;
}

#container{
	margin: 0 auto;
	width: 748px;
}

#header{
	clear: both;
	/*background: url(/lib/img/common/logo/logo-white.png) no-repeat left bottom;*/
}

#header h1{
	float: left;
	/* padding: 26px 30px 0 72px; */
	padding: 26px 30px 0 10px;
	font-size: 24px;
	font-weight: normal;
	text-transform: lowercase;
	/* text-transform: capitalize; */
	/* background: url(images/logo.gif) no-repeat 38px 26px; */
	color: #fff;
}

#header h1 a{
	text-decoration: none;
	color: #fff;
}

#header h1 a:hover{
	text-decoration: underline;
}

#menu{
	float: left;
	font-family: Arial, sans-serif;
	font-size: 15px;
	/* font-weight: bold; */
	text-transform: lowercase;
	color: #fff;
	padding-left: 10px;
}

#menu ul{
	list-style: none;
	margin: 0;
	padding: 33px 23px 0 0; 
}

#menu ul li{
	display: inline;
	margin: 0;
/*	padding: 0 30px; */
	padding: 0 20px;
	/* 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: 760px;
	padding-top: 23px;
	margin-top:2px;
        text-decoration: none;
	/* background: url(images/bg_page.24_09_08.png) no-repeat left top; */ /* until 2008/10/1 */
	/* background: url(images/bg_page.01_10_08.png) no-repeat left top; */ /* until 2008/10/13 */
	/* background: url(images/bg_page.13_10_08.png) no-repeat left top; */ /* until 2008/3/11 */
	/* background: url(images/bg_page.03_11_08.png) no-repeat left top; */ /* until 2009/1/7 */
	/* background: url(images/bg_page.07_01_09.png) no-repeat left top; */ /* until 2009/01/21 */
	/* background: url(images/bg_page.07_01_09_cyan.png) no-repeat left top; */ /* until 2000/05/05 */
	/* background: url(images/bg_page.05_05_09_cyan.png) no-repeat left top; */ /* until 2009/07/03 */
	/* background: url(images/bg_page.03_07_09_cyan.png) no-repeat left top; */
        background: url(images/bg_page.23_01_12.png) no-repeat left top;

}

#page{
	/* padding: 0 23px; */
}


#banner{
	float: left;
	width: 702px;
	height: 160px;
	/* background: url(images/banner.jpg) no-repeat left top; */
	clear: both;
}

.maincolumn{
    margin-top:10px;
	float: left;
	/* width: 510px; */
	width: 510px;
}

.post{
	margin: 0px 0px 0px 0px;
	padding: 0px 25px 0px 25px;
	background: url(images/shadowMiddle.png) repeat-y;
}

.post h2{
	/* border-bottom: 1px solid #ebe1d3;*/
	/* border-bottom: 1px solid #009EE0; */
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #009EE0;	
}

.post h2 a{
	text-decoration: none;
	color: #000000;
}

.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 #e5d8c6;*/
	/* border-top: 1px solid #009EE0;*/
	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: left;
	margin: 0px 0px 0px 30px;
	width: 200px;
	font-size: 11px;
	background-color:#FFFFFF;
	/* background: url(images/bg_sidebar.gif) no-repeat left top; */
}

#sidebar a{
	/* color: #878773; */
	color: #9f9f9f;
}

#sidebar ul{
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar ul li{
	padding: 15px;
	font-family: Arial, sans-seriff;
	/* text-transform: uppercase; */
}

#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; */
	font-size: 13px;
	/* color:  #514129; */
	/* color: #797979; */
	color: #000;
}

#sidebar ul ul{
	padding: 7px 0 0;
	margin-bottom:20px;
}

#sidebar ul ul li{
	padding: 0;
	font-family: Arial, Helvetica, Georgia, sans-seriff;
	line-height: 24px;
	text-transform: none;
}

#sidebar ul ul li a {
   background: url(images/button.png) no-repeat 0px 2px;
   width:170px;
   padding-left:7px;
   color:#505050;
   font-weight:bold;
   text-decoration: none;
   display: block;
   margin-bottom:2px;
   font-size:13px;
   vertical-align: top;   
}

#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;
}

#community a{
   text-decoration: none;
}


/* Comments Template */

#comments-template{
	/* border-top: 1px solid #009EE0; */
	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 #009EE0;
	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: #EFEFEF;
}

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;
}

#site_content {position: absolute;left: -10000px;};


