﻿* {margin: 0; padding: 0;}
body {
	background: #7C6F5C url(img/bg.jpg);
	color: #222;
	font: normal 62.5% sans-serif;
	padding: 2% 0;
}
a {color: #333327;}
a:hover {color: #963;}
big {font-size: 1.1em;}

.logo {
text-shadow: #343321 3px 2px 3px, #ffffff 0 0 15px; /* Параметры тени */
margin-left: 200px;
text-decoration: none; 
color: #e4e0d4; 
padding: 35px 0 2px;
text-decoration: none; 
font: normal 2.7em serif,sans-serif;
}
.logo a{
text-decoration: none;
}
h1 {
	text-decoration: none; 
	font: normal 2.5em serif,sans-serif;
}
h1 a {text-decoration: none;}
h2 {
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #FBF9F4;
	text-transform: capitalize;
	background: #353422;/* Цвет фона под заголовком */
	padding: 8px; /* Поля вокруг текста */
	margin-top: 20px;
	margin-bottom: 10px;
}
h2  a{
	font: normal normal 18px Georgia, "Times New Roman", serif;
	color: #FBF9F4;
	text-transform: capitalize;
	background: #353422;/* Цвет фона под заголовком */
	padding: 8px 20; /* Поля вокруг текста */
	margin-top: 20px;
	margin-bottom: 12px;
}
h3{
	margin: 0;
	padding: 10px 10px 8px 40px;
	background: #e2ded4 url(img/bg-blockquote.gif) no-repeat;
	font: normal 1.5em bolder 14px serif,sans-serif;
	color: #353422;
}
h4 {
	font: bold 1.4em serif,sans-serif;
	margin-bottom: 5px;
	margin-left: 10px;
}
h5 {
	font: bold 1.0em Verdana, Geneva, sans-serif;
	margin-bottom: 5px;
	margin-left: 10px;
}
hr { border-left:0px solid #dcdacc; border-right:0px solid #dcdacc; border-top:2px dotted #dcdacc; border-bottom:0px solid #dcdacc; height:1px; width:85% }
blockquote {
	background: url('img/quote.gif') no-repeat;
	display: block;
	font: normal 1.1em Georgia,serif;
	padding-left: 26px
}
form,table {margin-bottom: 1.2em;}
img {border: none;}
label {display: block;}
li {line-height: 1.5em;}
p {padding: 2px 0 10px;}
small,.small {font: normal 0.9em sans-serif;}
ul {padding: 0 2em 1.2em;}
/* structure */
#wrapper {
	background: #332 url(img/wrapper.gif) no-repeat left bottom;
	margin: 0 auto;
	width: 862px;
}
#container {
	background: #FBF9F4;
	border-top: 6px solid #332;
	font-size: 1.3em;
	line-height: 1.3em;
	margin: 0 auto;
	width: 850px;
}
.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
}
/* header */
.title {
	background: #E2DED4 url(img/header-h1.jpg) repeat-x;
	border-top: 1px solid #996;
}
.title h1 {
	color: #441;
	font: normal 1.2em Georgia,"Trebuchet MS",sans-serif;
	padding: 10px 0 10px 18px;
	text-decoration: none; 
}
.header {
	border-top: 1px solid #663;
	background: #DAD7C5 url(img/header.jpg) no-repeat left bottom;
	height: 220px;
	text-decoration: none; 
}
.header h1{
	font: normal normal 30px Georgia, "Times New Roman", serif;
	color: #C9C6B3;
	margin-top: 35px;
	margin-bottom: 10px;
	margin-left: 180px;
	text-decoration: none; 
}
/* navigation */
.navigation {
	background: #DED9D0 url(img/nav.gif) repeat-x; height: 41px;
	border-top: 1px solid #996;
}
.navigation a {
	background: #FFF url(img/nav.gif) repeat-x;
	border-right: 1px solid #C9C6B3;
	color: #553;
	float: left;
	font: bold 1em Tahoma,sans-serif;
	padding: 0 14px;
	line-height: 41px;
	text-align: center;
	text-decoration: none;
}
.navigation a:hover,.navigation a#active {background-position: left bottom; color: #331;}

/* main */
.main#two-columns {background: #FFF url(img/two-columns.gif) repeat-y;}

/* bottom */
.bottom {
	background: #DCDAC9 url(img/bottom.gif) no-repeat left bottom;
	border-top: 1px solid #AA8;
	color: #444;
	padding: 14px 20px;
}
.bottom .left,.bottom .right {width: 49%;}
/* footer */
.footer {
	background: #332;
	color: #EED;
	padding: 10px;
}
.footer .left {width: 66%;}
.footer .right {
	width: 40%;
	text-align: right;
}
.footer a {
	color: #FFF;
	text-decoration: none;
}
.footer a:hover {
	color: #FFF;
	text-decoration: underline;
}
/* gallery */
.gallery td {
	vertical-align: top;
	text-align: center;
}
.gallery em {display: block;}
/* misc */
.clear,.clearer {clear: both;} 
.clearer {font-size: 0;}
.col2 .left {
width: 68%;}
.col2 .right .content {background: #FFF;}
.col2 .right {width: 32%;}
.content {padding: 10px 20px;}
.left {float: left;}
.right {
float: right;
font-size: 11px;
}
.right .content {padding: 1px 1px 1px;}
/* block list */
ul.block {
	border-top: 1px dashed #BCBAAC;
	margin: 0px 0;
	padding: 0;
	width: 100%;
}
.block li {
	border-bottom: 1px dashed #BCBAAC;
	list-style: none;
}
.block li a,.block li em {
	color: #553;
	display: block;
}
.block li em {
	font-size: 0.9em;
	font-style: normal;
}
.block li a {
	padding: 1px 1%;
	text-decoration: none;
	width: 94%;
}
.block li a span {font-weight: bold;}
.block li a:hover {
	background: #D2D0C0;
	color: #553;
}
.right .block,.right .block li {border-color: #DCDACC;}
.right .block li a:hover {background: #F2F0EA;}
.postExtras {
	border-top: 1px solid #ddd;
	padding: 5px 0;
	font-size: 11px;
}
