/*  
Theme Name: biser
Theme URL:http://www.isbisera.ru/
*/

/*reset everything*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

.clear {
	clear: both;
	display: block;
	overflow: hidden;
	visibility: hidden;
	width: 0;
	height: 0;
}

body {
 font: 62.5%/1.4 Arial, sans-serif;
	background: #FBDEDF;
	text-align: center;
}

.rap {
	margin: 0 auto 0 auto;
	width: 950px;
	background: #fff url(images/main-bg.jpg) left 14px repeat-y;
	text-align: left;
	border-left: 2px solid #9E0D12;
	border-right: 2px solid #9E0D12;
}

.head {
	width: 950px;
	height: 250px;
	background: #E3B9BA url(images/header-bg.jpg) no-repeat;
}

.head h1 {
	margin-left: 400px;
	padding-top: 120px;
	font-size: 4.6em;
	color: #9E0D12;
}

.head h1 a {
	color: #9E0D12;
	text-decoration: none;
}

.content {
	width: 630px;
	padding: 40px 10px;
	float: left;
	background: url(images/cont-bg.jpg) no-repeat;
	min-height:500px;
	height:auto !important;
	height:500px;

}

.content h2 {
	color: #9E0D12;
	font-size: 2.6em;
	padding-left: 2em;
}

.post {
	margin: 15px 40px 15px 10px;
	padding-bottom: 95px;
	background: url(images/postdivider.jpg) bottom center no-repeat;
	font-size: 1.4em;
}
.post h2 {
	background: url(images/posthead-bg.jpg) top left no-repeat;
	color: #9E0D12;
	font-size: 1.6em;
	padding-left: 50px;
	padding-bottom: 0.5em;
	margin-bottom:0.5em;
}
.post h2 a {
	color: #9E0D12;
	text-decoration: none;
}

.post a{
	color: #9E0D12;
	text-decoration: underline;
}

.post p {
	margin: 1.2em 0 1.2em 0;
	line-height: 1.5em;
}	

.meta {
	text-align: right;
	padding-right: 2em;
	font-size: 0.9em;
	margin-bottom: 0.5em;
}


.sidebar {
	width: 280px;
	padding: 10px 10px 20px 10px;
	float:left;
	background:  url(images/sidebar-bg.jpg) no-repeat;
}



.sidebar ul ul {
	margin: 0;
}

.sidebar ul li {
	margin: 0 0 0 25px;
}

.sidebar h2 {
	background: url(images/h2-bg.jpg) no-repeat;
	height: 40px;
	color: #FCCCA4;
	font-size: 2.4em;
	padding: 2px 0 0 50px;
	margin: 1em 0 1em 5px;
}

.sidebar ul ul li {
	font-size: 1.6em;
	font-weight: bold;
	color: #9E0D12;
	margin: 0.5em 0 0.5em 1.5em;
}

.sidebar ul ul li a{
	color: #9E0D12;
	text-decoration: none;
}
.sidebar ul ul li a:hover{
	text-decoration: underline;
}

#sdrss {
	width: 93px;
	height: 93px;
	margin: 50px 0 30px 140px;
}
#searchform {
}

#searchform input {
	font-size:1.4em;
	width:15em;
	height:1.4em;
	margin:25px 0 0 20px;
	border: 1px solid #518100;
	vertical-align:middle;

}

#searchform .btn {
	width:148px;
	height:30px;
	background:none;
	border:none;
	margin: 20px 0 0 85px;
	vertical-align:middle;

}


.footer {
	background: #FBDEDF;;
	padding: 1em;
	text-align: center;
	font-size: 1.3em;
	color: #9E0D12;
	
}

.footer a {
	color: #9E0D12;
}

.navigleft {
	float:left;
	width:40%;
	padding: 0.5em 0 0.5em 50px;
}
.navigation {
	color: #9E0D12;
	font-size: 1.4em;
}
.navigation a {
	color: #9E0D12;
}
.navigright {
	text-align: right;
	float:right;
	width:40%;
	padding: 0.5em 50px 0.5em 0.5em;
}

.alignleft {
	float: left;
	margin: 10px 10px 10px 0;
}

.alignright {
	float: right;
	margin: 10px 0 10px 10px;
}
