body {
	margin: 0px 0 0px 0;
	font-family: Georgia, Times, Times New Roman, serif;
	background: url(http://www.rebirthing.xtr.pl/wp-content/themes/mandigo/schemes/integra2/images/foot-1024.png) bottom center repeat-x;
	background-color: #80766d;
}

#page {
	margin: -4px auto 20px auto;
}

#header {
	height: 299px;
}

#headerimg {
	height: 282px;
} 


#main {
	background: none;
	margin-top: -30px;
}

.narrowcolumn {
	background-image: url(images/post_background.png);
	background-color: #eae9dd;
	background-repeat: no-repeat;
	border-style: none solid solid solid;
	border-width: 1px;
	border-color: #996;
	-webkit-border-bottom-right-radius: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-khtml-border-radius-bottomright: 10px;
	-khtml-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-moz-border-radius-bottomleft: 10px;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.sidebars {
	background: url(images/sidebar_background.png) repeat-x;
	border: 0px;
	padding: 0px;
	overflow: hidden;
	font-family: Georgia, Times, Times New Roman, serif;
	font-size: 11px;
}

.post {
	position: relative;
	clear: both;
	text-align: <?php echo ($mandigo_options['dont_justify'] ? 'left' : 'justify'); ?>;
	padding: 5px 15px;
	margin: 9px 9px 9px 9px;
	background-color: transparent;
	border-style: none;
}

p.clear {
	margin-bottom: 44px;
	padding-bottom: 44px;
	border-bottom: 1px dotted #996;
}


.sidebars li {
	list-style-type: none;
	list-style-image: none;
	margin-left: 9px;
}

.sidebars ul li {
	list-style-type: square;
	color: #C00;
	margin-left: 4px;
}

.pagetitle {
	font-variant: small-caps;
	margin-top: 22px;
}

.posttitle {
	font-variant: small-caps;
	margin-bottom: 17px;
}

.postinfo {
	padding: 9px;
	margin: 9px 0 9px 0;
	-moz-border-radius: 11px;
	-khtml-border-radius: 11px;
	-webkit-border-radius: 11px;
	border-radius: 5px;
	-moz-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	-webkit-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	-khtml-box-shadow: rgba(200,200,200,1) 0 4px 8px;
	box-shadow: rgba(200,200,200,1) 0 4px 8px;
	background: url(images/white_30.png);
}
.sidebars #searchform #s {
	border: 1px dashed #ddd; 
	width: 140px;
	padding: 2px;
	-webkit-border-radius: 4px; /* Safari, Chrome */;
	-khtml-border-radius: 4px; /* Konqueror */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
}

#content #searchform #s {
	border: 1px dashed #bbb; 
	width: 200px;
	padding: 2px;
	-webkit-border-radius: 4px; /* Safari, Chrome */;
	-khtml-border-radius: 4px; /* Konqueror */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
}
.widget {
	background: url(images/widg12.jpg) repeat-x;
	background-color: #eae9dd;
	border: 1px solid #996;
	width: 190px;
	padding: 2px 2px 2px 8px;
	-webkit-border-radius: 8px; /* Safari, Chrome */;
	-khtml-border-radius: 8px; /* Konqueror */;
	-moz-border-radius: 8px; /* Firefox */;
	border-radius: 8px;
}
#text-4 {
	background: transparent;
	border: 1px solid #996;
	width: 190px;
	padding: 22px 2px 40px 8px;
	margin-bottom: 16px;
	-webkit-border-radius: 8px; /* Safari, Chrome */;
	-khtml-border-radius: 8px; /* Konqueror */;
	-moz-border-radius: 8px; /* Firefox */;
	border-radius: 8px;
}

#text-4 .widgettitle {
	margin: 0 0 23px 0;
	text-align: center;
}
.newsletter_input {
	border: 1px dashed #ddd; 
	width: 140px;
	padding: 2px;
	background-color: #FFFFFF;
	-webkit-border-radius: 4px; /* Safari, Chrome */;
	-khtml-border-radius: 4px; /* Konqueror */;
	-moz-border-radius: 4px; /* Firefox */;
	border-radius: 4px;
}

.Buttons {
	color: #FFFFFF;
	background-color: #CC0000;
	border: thin solid #FFFFFF;
	margin: 1px;
	padding: 0 8px 0 8px;
	-webkit-border-radius: 8px; /* Safari, Chrome */;
	-khtml-border-radius: 8px; /* Konqueror */;
	-moz-border-radius: 8px; /* Firefox */;
	border-radius: 8px;
}
