/*  
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-family: Arial, Helvetica, Georgia, Sans-Serif;
	font-size: 12px;
	text-align: center;
	vertical-align: top;
	color: #000;
}

h1, h2, h3, h4, h5, h6{
	font-family: Georgia, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

a{
	text-decoration: underline;
	color: #05b303;
}

a:hover{ text-decoration: none; }

a img{ border: 0; }

hr{
	clear: both;
	margin: 15px 15px 5px 15px;
	border: 0;
	height: 1px;
	text-align: left;
	background: #ede5da;
	color: #ede5da;
}


#container{
	margin: 0 auto;
	width: 748px;
}

#header{
	clear: both;
}

#header h1{
	float: left;
	font-size: 24px;
	font-weight: normal;
	text-transform: capitalize;
}

#header h1 a{
	text-decoration: none;
	color: #05B303;
}

#header h1 a:hover{
	text-decoration: underline;
}


#pagewrapper{
	float: left;
	width: 748px;
	padding: 23px 0;
	background: url(images/bg_page.gif) 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: 500px;
}

.wpisy_tresc{
	margin: 10px 0 0;
	padding: 15px;
	background: url(images/bg_post.gif) no-repeat left top;
}

.wpisy_tresc h2{
	border-bottom: 1px solid #ebe1d3;
	padding: 0 0 7px 0;
	font-size: 18px;
	font-weight: normal;
	color: #c97d05;	
}

.wpisy_tresc h2 a{
	text-decoration: none;
	color: #c97d05;
}

.wpisy_tresc h2 a:hover{
	text-decoration: underline;
}


#sidebar{
	float: left;
	margin: 10px 0 0 10px;
	width: 192px;
	background: url(images/bg_sidebar.gif) no-repeat left top;
}

#sidebar a{
	color: #878773;
}

#container, #header, #menu, #pagewrapper, #page, #banner, .maincol, .post, .entry, .browse, #sidebar, #comments-template{
	text-align: left;
	vertical-align:top;
}