/***** GENERAL *****/
body{
	margin:0px auto;
	font-size: 14px;
	font-family: Arial, Helvetica, Sans-Serif;
	color:#23140d;
	background:#DCD8D2 url(/img/bg_repeat.jpg) repeat-y top center;
}

img {
	border:0px;
	padding:5px;
	max-width: 100%; /* not working in IE6*/
}
a {color:#c72026;text-decoration: none;}
a:hover {color: #c72026;text-decoration: underline;}

h1 {font-size:30px;}
h2 {font-size:26px;}
h3 {font-size:21px; text-align:center;}
h4 {font-size:17px; text-align:center;}
h5 {font-size:14px;}
h6 {font-size:12px;}

p {
margin: 8px 0px;
/*text-indent:30px;*/
text-align:left;
}
.stix p {/*text-indent:0;*/ margin: 20px 0px 20px 0px;}
p.verse {/*text-indent:0;*/ margin: 20px 0px 20px 100px;}
hr {height:1px;border:none;border-top:1px dashed #76543C; width:95%;}
del {color:red;}
ins {color:green;}

blockquote {
	clear: left;
	text-align: justify;
	padding: 0px 0px 0px 22px;
	margin: 10px 10px 10px 10px;
	border-left: 2px solid #76543C;
}
input,select,textarea {
	font-size:12px;
	font-family: Arial, Helvetica, Sans-Serif;
}
code{
	font: 1.1em 'Courier New', Courier, Fixed;
}
.alignleft {float: left;}
.alignright {float: right;}
.aligncenter,div.aligncenter{
   display: block;
   margin-left: auto;
   margin-right: auto;
}
img.alignleft {
	padding: 5px;
	margin: 0 7px 2px 0;
	display: inline;
}

img.alignright {
	padding: 5px;
	margin: 0 0 2px 7px;
	display: inline;
}
img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.clear {clear:both;}
.spacer {height:20px;}


/********** LAYOUT **********/
#bg_top{
	background:url(/img/bg_top.jpg) no-repeat top center;
	margin:0;
	padding:0;
}
#bg_btm{
	background:url(/img/bg_bottom.jpg) no-repeat bottom center;
	margin:0;
	padding:0;
}
#bg_repeat{
	background:url(/img/bg_repeat.jpg) repeat-y top center;
	margin:0;
	padding:0;
}
#base{
	position:relative;
	background:url(/img/bg_center_repeat.jpg) repeat-y top center;
	width:980px;
	margin:0px auto;
	padding:0;
}
#base_btm{
	position:relative;
 	background:url(/img/bg_footer.jpg) no-repeat bottom center;
	width:980px;
	padding:0;
}
#header{
	position:relative;
	width:980px;
	height:183px;
	background:url('/img/bg_header.jpg') no-repeat center top;
	z-index:10;
}


#container{
	/*overflow:hidden;*/
	width:980px;
	background:url(/img/bg_container_top.jpg) no-repeat top center;
}
#content{
	display:inline;
	overflow:hidden;
	width:715px;
	margin:0px 0px 0px 10px;
	padding: 30px 0px 0 0px;
}

.brCr {
	height:30px;
	line-height:30px;
	padding:0 10px;
}

#featured {
	margin:-10px 10px 30px 10px;
	padding:0;
}

#sidebar{
	float:right;
	display:inline; 
	width:220px;
	overflow:hidden;
	margin: 0px 16px 0 16px;
	padding:0px 0px 0px 0px;
}

#footer{
	font-family: Arial, Helvetica, Sans-Serif;
	color:#663333;
	font-size:12px;
	height:60px;
	padding: 100px 0 0 20px;
}
#footer a{
	color:#663333;
}

/*=================== Header ===================*/
#blogtitle{
	margin:0;
	font-family: "Times New Roman", Times, serif; 
	font-size:40px; 
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	padding: 25px 0 0px 100px;
	width:570px;
	line-height:35px;
}
#blogtitle a, #blogtitle a:hover {
	color:#603913; 
	text-decoration:none;
}
#subtitle {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:14px; 
	font-weight:bold;
	color:#86430d;
	text-align:center;
	margin:0;
	padding:0px 0px 0px 100px;
	width:570px;
}
#header .home {
	position: absolute;
	margin:0px;
	padding:0px;
	left: 75px;
	top: 28px;
	width:500px;
	height:70px;
}
#header .rss {
	position:absolute;
	display:block;
	left:903px;
	top:135px;
	width:44px;
	height:44px;
}
#header .rss:hover{
	position:absolute;
	background:url('/img/bg_rss_hover.png') no-repeat;
	left:903px;
}

#mainsearch {
	position:absolute;
	top:0px;
	left:692px;
	overflow:hidden;
	width:221px;
	height:68px;
	background:url('/img/bg_search.png') no-repeat 0px 0px;
}
#mainsearch:hover{
	background:none;
}
#mainsearchform .input {
	position:absolute;
	top:8px;
	left:52px;
	font-size:15px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-weight:bold;
	text-transform:uppercase;
	color:#372014; 
	border:none;
	background:none;
}
#mainsearchform .submit{
	position:relative;
	cursor:pointer;
	border:none;
	top:9px;
	left:27px;
	width:28px;
	height:18px;
	background:transparent;
}

/*	[ Menu ]  Level 1                                               */<!-- -->
#menu {
	position:absolute;
	list-style:none;
	top:142px;
	left:35px;
	width:585px;
	height:60px;
	margin:0;
	padding:0;
	z-index:9999;
}
#menu li {
	float:left;
	position:relative;
	font-size:11px;
	font-family:Verdana, Arial;
	font-weight: bold;
	margin:0px;
}

#menu li a {
	display:block;
	overflow:hidden;
	height:20px;
	color:#56321f;
	padding:6px 25px 0px 25px;
	margin:0;
	text-align:left;
	text-decoration:none;
	background:url('/img/bg_menu_bullet.png') no-repeat center left;
}
#menu li a:hover,#menu > li.current_page_item > a{
	color:#7c421f;
}
#menu li.hover{
}
/*		[ Menu ]  Level 2                                        */<!-- -->
#menu li ul	{
	position:absolute;
	visibility:hidden; 
	list-style:none;
	margin:0;
	padding:0;
	top:100%; 
	left:0;
}

#menu li ul li {
	float:none;
	color: #ffffff;
	margin:0;
	padding:0;
}
#menu li ul li a{
	display:block;
	color:#56321f;  
	padding:10px 10px 10px 10px;
	margin:0;
	width:100px;
	height:auto;
	border:1px #56321f solid;
	background:#AF8F66;
}							
#menu li ul li a:hover{		
	color:#7c421f;  
	height:auto;	
	background:#AF8F66;
}

/* level 3*/
#menu ul ul{ left: 100%; top: 0px;}
#menu li:hover > ul{ visibility: visible; }

/*=================== Content ===================*/
.archivetitle {
	color: #7e715e;
	text-align:left;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 16px;
	font-weight:bold;
	font-style:italic;
	line-height:0px;
	padding: 0px 25px 30px 10px;
	margin:0;
}
.post,.page{
	position:relative;
	overflow:hidden;
	width:705px;
	margin:0px 0 25px 0px;
	padding:0px 0px 0px 0px;
}

.sticky .post_title {
	background:url('/img/bg_sticky_post_head.jpg') repeat-y top left;
}
.sticky .post_title a {
	color:#56321f;
}
.sticky .post_title a:hover {
	color:#56321f;
}

.post_title{
	font-family: Arial, Helvetica, Sans-Serif; 
	overflow:hidden;
	width:697px;
	padding:0px 0px 0px 10px;
	background:url('/img/bg_post_head.png') repeat-y top left; 
}
.post_title_shadow {
	height:5px;
	background:url('/img/bg_post_head_shadow.png') no-repeat left bottom;
}
.post_title a, .post_title a:hover{
	color: #56321f;
	text-decoration:none;
}
.post_title h1, .post_title h2{
	width:525px;
	float:left;
	font-size:19px;
	line-height:20px;
	font-weight:normal;
	margin:10px 0 14px 0;
}

.post_author{
	height:18px;
	margin:0px 0 20px 10px;
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:11px;
	line-height:18px;
	color:#23140d;
	text-align:left;
}

.post_date{
	float:right;
	width:57px;
	height:36px;
	padding: 10px 15px 0 0;
/*	background:#b9aa80;*/
}
.post_date_day{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#a44a01;
}
.post_date_month{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#a44a01;
}

.sticky .post_date{
	float:right;
	width:57px;
	height:36px;
	padding: 10px 15px 0 0;
}
.sticky .post_date_day{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:16px;
	font-weight:bold;
	text-align:center;
	color:#56321f;
}
.sticky .post_date_month{
	font-family: Arial, Helvetica, Sans-Serif;
	font-size:10px;
	font-weight:bold;
	text-align:center;
	text-transform:uppercase;
	color:#56321f;
}

.entry{
	position:relative;
	overflow:hidden;
	line-height: 1.3em;
	width:685px;
	margin: 0px 0px 10px 0px;
	padding:0px 0px 0px 20px;
}
.info a{
	text-decoration:none;
}
.entry a, .info a{
	color:#c72026;
}
.entry a:hover, .info a:hover{
	text-decoration:underline;
}

.info {
	position:relative;
	line-height: 1.7em;
	font-size: 10px;
	padding:5px 0px 15px 0px;
	margin:0px 15px 0px 10px;
	background: url('/img/bg_post_bottom.png') no-repeat bottom center;
}
.category {
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 4px 20px;
	background: url('/img/icon_category.png') no-repeat top left;
}
.bubble {
	font-size: 11px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 4px 20px;
	background: url('/img/icon_comment.png') no-repeat top left;
}
.tags {
	font-size: 11px;
	margin: 0px 0px 0px 20px;
	padding: 0px 0px 4px 20px;
	background: url('/img/icon_tag.png') no-repeat top left;
}

.sorry {
	font-size: 11px;
	font-style: italic;
	margin: 20px 20px 0px 20px;
	padding: 10px 10px 10px 10px;

}

.twitter {
	position:absolute;
	width:121px;
	height:63px;
	top:121px;
	left:596px;
	background:url('/img/bg_twitter.png') no-repeat;
}

/*=================== Sidebar ===================*/
#sidebar1{
	float:left;
	display:inline; 
	overflow:hidden;
	width:200px;
	padding:0;
	margin:50px 10px 30px 5px;
}
#sidebar2{
	float:right;
	display:inline; 
	overflow:hidden;
	width:200px;
	padding:0 0px 0 0px;
	margin:55px 10px 0px 5px;
}
#sidebar select{
	margin:10px 0px 0px 10px;
	font-size:11px;
	width:135px;
	overflow:hidden;
}

/***** Sidebar 1 *****/
#sidebar1 {color:#56321f; font-size:12px;}
#sidebar1 a{color:#56321f; text-decoration:none;}
#sidebar1 a:hover {color:#a54c05;text-decoration:underline;}

#sidebar1 img {
	margin:0;
	padding:0;
}

#sidebar1 ul {
	list-style-type: none;
	margin: 0;
	padding: 0px 0px 0px 0px;
}
#sidebar1 ul ul {
	padding: 0 0 10px 0;
	background:url('/img/bg_sb_btm.png') no-repeat left bottom;
}
#sidebar1 ul li ul li ul {
	background:none;
	margin:0;
	padding:0;
}
#sidebar1 li {
	list-style-type: none;
	margin: 0px 0px 3px 0px;
	padding: 0px 0px 15px 0px;
}
#sidebar1 h4 {
	color: #f0c675;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height:25px;
	min-height:0px;
	letter-spacing: 0px;
	font-variant: normal;
	margin:0;
	padding: 8px 15px 21px 15px;
	background:url('/img/bg_sb_head1.png') no-repeat top left;
	text-align:left;
}
#sidebar1 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 5px 5px;
	padding: 0px 4px 0px 12px;
	background: url('/img/bg_sb_arrow1.gif') no-repeat 0px 7px;
}


/***** Sidebar 2 *****/
#sidebar2 {color:#83653b; font-size:12px;}
#sidebar2 a{color:#83653b; text-decoration:none;}
#sidebar2 a:hover {color:#a54c05; text-decoration:underline;}

#sidebar2 img {
	margin:0;
	padding:0;
}

#sidebar2 ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 0px 2px;
}
#sidebar2 ul ul {
	padding: 0 10px 10px 10px;
	background:url('/img/bg_sb_btm.png') no-repeat left bottom;
}
#sidebar2 ul li ul li ul {
	background:none;
	margin:0;
	padding:0;
}
#sidebar2 li {
	list-style-type: none;
	margin: 0px;
	padding: 0px 0px 15px 0px;
}
#sidebar2 h4 {
	color: #23140d;
	font-size: 15px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, Sans-Serif;
	line-height:20px;
	min-height:10px;
	letter-spacing: 0px;
	font-variant: normal;
	margin:0;
	padding: 8px 15px 11px 15px;
	background: url('/img/bg_sb_head3.png') no-repeat top center;
	text-align:center;
}
#sidebar2 ul ul li {
	line-height: 1.6em;
	list-style-type: none;
	margin: 0px 0px 5px 2px;
	padding: 0px 4px 0px 12px;
	background: url('/img/bg_sb_arrow2.gif') no-repeat 0px 7px;
}


/*************** comment ***************/
#postmetadata {
	font-size: 11px;
	margin: 10px 10px 20px 10px;
	padding: 5px 15px 5px 15px;
	border:1px #898182 solid;
}

.nocomments {background: none;}

#comments {
	font-size: 13px;
	text-align: left;
	font-weight: bold;
	margin: 0px 10px 0px 10px;
	padding:0;
	font-variant: normal;
	border-bottom: 1px dotted #898182;
}

ol.commentlist {
	position:relative;
	list-style: none;
	margin:5px 0px ;
	padding:5px 10px 5px 10px;
	font-size:12px;
	background:none;
	border:none;
}
ol.commentlist .comment a{
	text-decoration:none;
	border-bottom: 1px #898182 dotted;
}
ol.commentlist .comment,
ol.commentlist .trackback,
ol.commentlist .pingback{
	margin:10px 0 0 0;
	padding:0;
}

ol.commentlist .children{
	list-style: none;
	padding:0;
	margin:0 0 0 15px;
}

ol.commentlist .comment div, 
ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #898182 solid;
	padding:5px;
}

ol.commentlist .trackback div, 
ol.commentlist .pingback div{
	border:1px #898182 dashed;
}

ol.commentlist .comment div div,
ol.commentlist .trackback div div, 
ol.commentlist .pingback div div{
	background:none;
	padding:0;
	border:none;
}

ol.commentlist .says{
	display:none;
}
ol.commentlist .avatar{
	position:relative;
	float: left;
	margin: 0px 5px 0px 0px;
	padding: 0;
	border:none;
}

ol.commentlist .fn{ 
	font-weight:bold;
	font-size: 11px;
}
ol.commentlist .fn a{
	text-decoration:none;
	border:none;

}
ol.commentlist .fn a:hover{
	text-decoration:underline;
}

	/* can remove if set in jQuery*/
	/* ie6 not support */
ol.commentlist .bypostauthor>div>div>.fn,
ol.commentlist .bypostauthor>div>div>.fn a,
ol.commentlist .bypostauthor>div>div>.fn a:hover{
	text-decoration:underline;
	border:none;
}

ol.commentlist .comment .comment-meta,
ol.commentlist .trackback .comment-meta, 
ol.commentlist .pingback .comment-meta{
	border-bottom: 1px dashed #898182;
	margin:0 0 10px 0px;
	padding:6px 0 6px 0;
	font-size:10px;
}
ol.commentlist .comment .comment-meta a, 
ol.commentlist .trackback .comment-meta a, 
ol.commentlist .pingback .comment-meta a {
	text-decoration:none;
	border:none;
}
ol.commentlist .comment .reply{
	clear:both;
	margin:5px 0 0 0;
	padding:2px;
	font-size:10px;
	text-align:right;
}
ol.commentlist .comment .reply a{
	text-decoration:none;
}
ol.commentlist .trackback .reply, 
ol.commentlist .pingback .reply{
	display:none;
}


/**comment paging WP2.7**/
.commentnavi{
	overflow:hidden;
	font-size:11px;
	margin:0;
	padding-right:10px;
}
.commentnavi a{
	text-decoration:underline;
}
.commentpages{
	float:right;
	padding:5px 10px;
}
.page-numbers{
	font-weight:bold;
	padding:2px 3px 2px 3px;
}
.current{
	font-weight:bold;
}
	/*** comment form ***/
#respond {
	clear:both;
	padding:5px 10px 5px 5px;
	margin:15px 10px 0px 10px;
	font-size:11px;
	border:1px #898182 solid;
}
.commentlist #respond{
	margin-right:0;
}
#respond .cancel-comment-reply a{
	color:#ff0000;
}
#respond a, #respond a:hover{
}

#commentform {
	margin:0;
	padding:10px 0 0 0;
}
#email, #author, #url {
	font-size: 11px;
	padding-left: 2px;
	vertical-align: middle;
	border: 1px solid #898182;
	font-family: Arial, Helvetica, Sans-Serif;
}
#comment {
	width: 98%;
	font-size: 11px;
	font-family: Arial, Helvetica, Sans-Serif;
	border: 1px solid #898182;
	padding: 2px 2px 2px 2px;
}
#submit {
	cursor:pointer;
	height: 20px;
	color: #000000;
	font-weight:bold;
	font-size: 11px;
	margin: 0px 0px 0px 0px;
	padding: 0px 15px 2px 15px;
	border: 1px solid #898182;
	background:#DFDBDA;
	font-family: Arial, Helvetica, Sans-Serif;
}
/********** WIDGET **********/
#wp-calendar td {font-size:11px;color:#333333;}
#wp-calendar td a {color:#333333;font-weight:bold;text-decoration:underline;}
#wp-calendar {
	width: 140px;
	margin:0 0 0 5px;
	text-align: center;
	font-size:11px;
	color:#23140d;
}
#calendar_wrap {
	background:none;
}

.wp-caption {  
    text-align: center;
    color:#23140d;
}

.textwidget {
	margin:2px 10px 0 2px;
}
#akismetwrap{
	margin:2px 0 2px 10px;
}
.rsswidget img {
	display:none;
}

#sidebar h4 a.rsswidget{
	margin-left:0px;
	overflow:hidden;
	text-decoration:none;
}
.wp-smiley{
	vertical-align:middle;
	border:0px;
	padding:0px;
}


.navi
{
position: relative;
width:650px;
height:30px;
margin:10px auto 0 auto;
padding:0;
line-height:30px;
font-weight:bold;
text-align:center;
z-index: 1000;
clear:both;
}

.navi li
{
display:inline-block;
}

.navi li a, .navi li span
{
display:inline-block;
padding:0 5px;
margin:0 1px;
color:#98805c;
text-decoration:none;
}
.navi li a:hover
{
color:#704f1d;
}

.navi li span
{
color:#e9e4c6;
}

.navi li span.current
{
color:#5a4034;
}

.listheader
{
list-style-type: none;
background: url('/img/bg_sb_arrow2.gif') no-repeat 0px 7px;
margin: 0px 0px 5px 2px;
padding: 0px 4px 0px 12px;
}

.sublist li
{
list-style-type: none;
background: url('/img/bg_sb_arrow2.gif') no-repeat 0px 7px;
margin: 0px 0px 5px 2px;
padding: 0px 4px 0px 12px;
}

/*-------------------- GuestBook -----------------------*/

#guestbook
{
padding:10px;
}

.clps
{
width:100%;
}

.clps, .clps td
{
border-collapse:collapse;
border:0;
padding:0;
margin:0;
}

.clps td img
{
border:0;
padding:0;
margin:0;
}

.listNum
{
text-align:center;
font-size:13px;
}

/*-------------------- Memorial -----------------------*/

#gallery
{
word-spacing:-4px;
padding:14px 0 0 0;
}

#gallery a
{
display:inline-block;
margin:11px 11px 0 0;
}

#gallery a img
{
display:block;
padding:0;
}

.pers
{
text-align:center;
text-transform:uppercase;
}

.adPost
{
border:1px #ccc solid;
padding:5px;
margin:5px 0 5px 20px;
font-style:italic;
}



/*--------------------------- Бегущая строка -----------------------------*/
.info
{
position:relative;
margin:0;
padding:0;
width:700px;
height:27px;
}

#leads
{
position:absolute;
bottom:10px;
width: 695px;
overflow:hidden;
background:url(/img/creeline.png) no-repeat;
height:27px;
}

#scroll
{
width: 100%;
background:transparent;
}

#scroll li {
float: left; /* important: display inline gives incorrect results when you check for elem's width */
margin:0;
padding:0;
background:transparent;
}

#scroll li a{
margin: 0 40px 0 0;
text-decoration:none;
color:#98805c;
}

#scroll li span{
margin: 0 40px 0 0;
/*color:#e9e4c6;*/
}

.tickercontainer { /* the outer div with the black border */
background:transparent;
width: 685px; 
height: 24px; 
margin: 0; 
padding: 7px 5px 0 5px ;
overflow: hidden; 
}
.tickercontainer .mask { /* that serves as a mask. so you get a sort of padding both left and right */
position: relative;
width: 685px;
overflow: hidden;
}
ul.newsticker { /* that's your list */
position: relative;
left: 700px;
font: bold 14px Arial, Verdana;
list-style-type: none;
margin: 0;
padding: 0;
}

#sidebar ul li ul li.addBlock
{
opacity:0.5;
background:none;
padding:0;
}

#sidebar ul li ul li.addBlock:hover
{
opacity:1;
}

.mgh
{
display:none;
}