* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
	height: 100%;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
	margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1250px;
	margin: 0 auto;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}

/* Header
-----------------------------------------------------------------------------*/
#header {
	background:url(img/bg-header.jpg);
	height: 160px;
	border-bottom:1px solid #fff;
	overflow:hidden;
}
.header-inside {
	width:1200px;
	margin: 0 auto;	
}
.logo {
	float:left;
	position:relative;
	z-index:3;
	padding-top:10px;	
}
.light {
	background: url(img/lighting.png);
	width:364px;
	height: 148px;
	margin-left:-50px;
	position:absolute;	
}
.banners {
	float:left;
	padding-top:45px;
	margin-left:100px;
}
.banners img {
	margin:0px 4px;
	border:1px solid #efdbb9;	
}
.banners img.last-child {
	margin-right:0px;	
}
.menu-wrapper {
	background: url(img/bg-menu.png);
	height:53px;	
}
.menu {
	width:1200px;
	margin: 0 auto;
	font-size: 16px;
	font-family: 'Oranienbaum', Arial;	
}
.menu li {
	display:inline-block;
	list-style:none;	
	float:left;
	padding-top:17px;
}
.menu li:hover {
	padding-bottom:10px;
	border-bottom:3px solid #84331e;	
}
.menu a {
	color:#1a1e29;
	text-shadow: 0px 1px 0px #f8eedc;
	text-decoration:none;
	padding:0px 14px;
	border-right:1px dotted #231610;	
}
	

/* Middle
-----------------------------------------------------------------------------*/
#middle {
	width: 100%;
	margin-top:15px;
	padding: 0 0 160px;
	height: 1%;
	position: relative;
}
#middle:after {
	content: '';
	clear: both;
	display: table;
}
#container {
	width: 100%;
	float: left;
	overflow: hidden;
}
#content {
	padding: 0 210px 100px 310px;
}
.related {
	overflow:hidden;	
}

.related-item {
	width: 190px;
	padding:10px 10px 30px;
	margin: 0px 4px 40px;
	border:1px solid #84331e;
	float:left;	
	height:100px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
	position:relative;
	overflow:hidden;
}
.related .last-child {
	margin-right:0px;	
}
.related-title {
	font-size: 14px;	
}
.related-title a {
	color:#000;
	text-decoration: none;	
}
.related-title a:hover {
	text-decoration:underline;	
}
.related-full {
	float:left;
	margin-left:-10px;
	background: #84331e;
	padding: 2px 13px;
	bottom:0px;
	position:absolute;
}
.related-full a {
	color:#fff;	
	text-decoration:none;
}
.related-full a:hover {
	text-decoration:underline;	
}

.post {
	padding-bottom:40px;
	border-bottom:1px solid #000;
}
.post-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding-bottom:5px;
	border-bottom:1px solid #000;	
}
.post-author {
	color:#888;
}
.post-category {
	font-weight:bold;
	float:right;
	padding:5px 0px 10px 5px;
	background: #fff;	
}
.post-meta-separator {
	display:inline-block;
	padding:0px 15px;
	color:#888;	
}
.post-date {
	color:#888;	
}
.post-category a {
	color:#84331e;	
}
.book-title {
	font-family: 'Oranienbaum', Arial;	
	font-size:24px;
	margin-top:30px;
    line-height:30px;
}
.book-title a {
	color:#241610;
	text-decoration:none;	
}

.book-chapter {
	font-family: 'Oranienbaum', Arial;	
	font-size:18px;
	color:brown;
	font-weight:bold;
	margin-top:30px;	
}

.post-title {
	font-family: 'Oranienbaum', Arial;	
	font-size:24px;
	margin-top:30px;	
}

h1 {
	font-family: 'Oranienbaum', Arial;	
	font-size:24px;
	font-weight:normal;
	margin-top:30px;	
}

h2 {
	font-family: 'Oranienbaum', Arial;	
	font-size:20px;
	font-weight:normal;
	margin-top:30px;
	margin-bottom:10px;	
}

h3 {
	font-family: 'Oranienbaum', Arial;	
	font-size:16px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;	
	color:brown;	
}

.post-title a {
	color:#241610;
	text-decoration:none;	
}
.post-title a:hover {
	text-decoration:underline;	
}
.post-tags {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	margin-top:15px;	
}
.post-tags a {
	margin: 0px 3px;
	color:#84331e;	
}
.post-text {
	overflow:hidden;
	margin-top:10px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	line-height:22px;	
} 


.post-img {
	margin-right:10px;
	float:left;	
}
.post-img img {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 2px #e0e0e0;
	-webkit-box-shadow: 0px 0px 3px 2px #e0e0e0;
	padding:3px;	
}
.quote {
	margin: 35px 0px;	
}
.quote-before {
	background: url(img/bg-quote.png);
	width:60px;
	height:70px;
	float:left;	
}
.quote-body {
	padding:20px;
	font-style:italic;
	color:#4d4a46;
	line-height:19px;
	font-size: 14px;
	margin-left:60px;
	background:#fef3e1;	
}
.big-img {
	margin:45px 8px 0px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	box-shadow: 0px 0px 3px 2px #e0e0e0;
	-webkit-box-shadow: 0px 0px 3px 2px #e0e0e0;
	padding:10px;		
}
.img-alt {
	color:#888;
	margin:10px 0px 5px;
	font-size: 14px;
	font-style:italic;	
}
.others {
	background:url(img/bg-others.png) bottom no-repeat;
	margin: 20px 0px;	
	font-family: Georgia, "Times New Roman", Times, serif;	
}
.others-title {
	font-size:18px;
}
.others-body {
	padding:10px 0px 25px;	
}
.others-body li {
	font-style:normal;
	color:#84331e;
	font-size: 16px;
	list-style:none;	
	padding:6px 0px;	
}
.others-body li a {
	color:#84331e;
}
.adv-module {
	margin-top:10px;
	padding-bottom:35px;	
	border-bottom:1px solid #000;
}
.comments {
	margin-top:25px;
	padding-bottom:35px;
	background:url(img/bg-others.png) bottom repeat-x;	
}
.comments-title {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;	
}
.ct-sep {
	display:inline-block;
	padding:0px 10px;	
}
.all-comments {
	font-size: 14px;
	font-style:italic;
	color:#888;
}
.cw-img {
	width:40px;
	height:40px;
	float:left;
	margin-right:5px;
	margin-top:-2px;
	background:#84331e;	
}
.comments-warning {
	width: 80%;
	font-family: Georgia, "Times New Roman", Times, serif;
	margin:20px 0px;	
}
.comments-form {
	padding:20px;
	margin-bottom:20px;
	background: #b5b5b5;
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#fff;	
}
.cf-span {
	font-weight:bold;
	font-style: italic;
	font-size:14px;
	margin-bottom:20px;	
}
.comments-form label {
	display:block;
	font-size: 14px;
	font-style: italic;
	padding-bottom:5px;	
}
.comments-form input[type=text],
.comments-form textarea {
	background: #fff url(img/bg-input.png) repeat-x;
	border:1px solid #fff;
	padding:3px 5px;
	margin-bottom:20px;	
}
.comments-form img {
}
.comments-form input[name=captcha] {
	height:23px;
	margin-top:-1px;
	margin-left:20px;	
}
.comments-form input[type=submit] {
	background: url(img/bg-button.png);
	font-size:14px;
	color:#6a6a6a;
	text-align:center;
	padding:0px 15px;
	margin-top:-20px;
	margin-left:20px;
	box-shadow: 0px 1px 5px 1px #6b6b6b;
	height:28px;
	border:1px solid #fff;	
}
.comments-form input[type=button]:active {
	padding-top:1px;	
}
.comments-pages {
	border:1px solid #b5b5b5;
	padding:10px 15px 8px;
	color:#888;	
}
.comments-pages a {
	color:#888;
	margin:0px 3px;
	text-decoration:none;
	border-bottom:2px solid #888;	
}
.comments-pages a:hover {
	border-bottom:none;	
}
.comments-pages a.active {
	display: inline-block;
	background:#b5b5b5;
	color:#fff;
	border:none;
	padding:0px 3px;	
}
.comments-pages span {
	display:inline-block;
	margin-right:10px;	
}
.ci-meta span {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	color:#888;
	display:inline-block;
	margin:0px 5px;	
}
.ci-meta a {
	color:#84331e;	
}
.comments-item {
	margin-top:15px;	
}
.ci-message {
	margin-top:5px;
	color:#888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
}
.all-posts {
	border-bottom:1px solid #000;	
}
.all-posts span {
	display:inline-block;
	background: #000;
	color:#fff;
	font-size: 14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:4px 10px;
	font-style:italic;	
}
.post-cat {
	margin-top:15px;
	padding-bottom:25px;
	border-bottom:1px dotted #000;	
}
.cat {
	margin-top:20px;	
}
.pc-meta {
	font-size: 14px;
	color:#888;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}
.pc-cat {
	float:right;	
}
.pc-cat a {
	color:#84331e;	
}
.post-cat td {
	vertical-align:top;	
}
.pc-title {
	font-family: 'Oranienbaum', Arial;	
	margin:10px 0px;	
	font-size:18px;
}
.pc-title a {
	text-decoration:none;
	color:#84331e;
}
.pc-title a:hover {
	text-decoration:underline;	
}
.pc-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height:22px;
	color:#241610;	
}
.pc-footer {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color:#888;
	font-style:italic;
	margin-top:15px;	
}
.pc-footer span {
	display:inline-block;
	margin-right:7px;	
}
.reads, .comms {
	display:inline-block;	
}
.comms {
	margin-left:20px;
	text-decoration:underline;			
}
.pc-full {
	float:right;	
}
.pc-full a {
	color:#84331e;	
}
.pc-full img {
	margin-left:10px;	
}
.text-adv {
	position:relative;
	width: 300px;
	margin: 30px 0px 30px 30px;
	float:right;	
}
.informers {
	overflow:hidden;	
}
.inf-item {
	float:left;
	width: 350px;	
	margin-right:20px;
}
.informers .last-child {
	margin-right:0px;	
}
.ii-title {
	background: url(img/bg-rubric.png);
	height:30px;	
	color:#fff;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding:0px 10px;
	line-height:30px;
}
.ii-body {}
.ii-ico {
	float:right;	
}
.mini-post {
	padding-bottom:20px;
	border-bottom:1px dotted #000;
	margin-top:15px;	
}
.mini-post td {
	vertical-align:top;
}
.mp-title {
	font-family: 'Oranienbaum', Arial;
	font-size: 16px;	
	margin-bottom:10px;
}
.mp-title a {
	text-decoration:none;
	color:#84331e;	
}
.mp-title a:hover {
	text-decoration:underline;
}
.mp-text {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
}
.main-adv {
	background:
	url(img/bg-others.png) top repeat-x,
	url(img/bg-others.png) bottom repeat-x;
	margin: 25px 0px;
	padding:25px 0px;	
}
.site-descr {
	background: #fef3e1;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-style:italic;
	padding:20px;	
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 300px;
	margin-left: -100%;
	position: relative;
}
.sidebar {
	margin-bottom:50px;	
}
.block {
	font-family: 'Oranienbaum', Arial;
}
#publs .block-title {
	font-size: 24px;
	color:#f8e8cd;
	text-transform: uppercase;
	padding:13px 0px 0px 10px;
	background: url(img/block-title-l.png);
	height:27px;	
}
.block-body {
	padding:10px 0px;
}
#publs li {
	font-size: 16px;
	padding:8px 0px;
	border-bottom:1px dotted #000;
	list-style:none;	
}
#publs a {
	color:#84331e;
	text-decoration:none;	
}
#publs a:hover {
	text-decoration:underline;	
}
.block-adv {
	margin:30px 0px;	
}
.block-title {
	background: url(img/block-title.png);
	height:23px;
	font-size: 18px;
	color:#fff;
	padding: 7px 0px 0px 7px;	
}
#links .block-body {
	font-family: Georgia, "Times New Roman", Times, serif;
	padding:20px 0px;	
}
#links a {
	color:#84331e;
	margin-bottom:15px;
	display:block;
	font-style:italic;	
}
.block-main {}
.bm-title {
	background: url(img/bg-rubric.png);
	height:30px;
	color:#fff;
	font-size:14px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	padding:0px 10px;
	line-height:30px;
}
.last-publs {
	margin-top:20px;	
}
.bm-ico {
	float:right;	
}
.bm-ico img {
	vertical-align:middle;
}

.ll span {
	padding-top:8px;
	line-height:18px !important;	
}
.lp-item {
	margin-top:10px;
	padding-bottom:15px;
	border-bottom:1px dotted #000;	
}
.lp-title {
	font-family: 'Oranienbaum', Arial;
	background: url(img/lp-title.png);
	height: 50px;	
	color:#fff;
	padding-left:10px;
	font-size: 16px;
}
.lp-title span {
	display:block;
	float:left;
	line-height:50px;
	width:75%;
}
.ll span {
	padding-top:8px;
	line-height:18px !important;	
}
.lp-ico {
	float:right;
	width: 50px;
	line-height:50px;
	text-align:center;
}
.lp-ico img {
	vertical-align:middle;	
}
.lp-meta {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	color:#888;	
	margin-bottom:10px;
}
.lp-meta-sep {
	display:inline-block;
	padding:0px 8px;	
}
.lp-img {
	width: 60px;
	height: 60px;
	margin-right:10px;
	float:left;
	background:#dcd9d9;	
}
.lpm-title {
	font-family: 'Oranienbaum', Arial;
	font-size: 16px;
	vertical-align:bottom;
	margin-bottom:5px;
	height: 60px;	
}
.lpm-title a {
	color:#84331e;
	text-decoration:none;	
}
.lpm-title a:hover {
	text-decoration:underline;
}
.lp-descr {
	font-family: Georgia, "Times New Roman", Times, serif;
	color:#241610;	
}
.catLink {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;	
	color:#84331e;
	margin-top:10px;
	font-style:italic;
}
.catLink img {
	vertical-align:middle;
	margin-left:5px;	
}
.catLink a {
	color:#84331e;	
}

/* Sidebar Right
-----------------------------------------------------------------------------*/
#sideRight {
	float: left;
	margin-right: -3px;
	width: 200px;
	margin-left: -200px;
	position: relative;
}
#sideRight .block-title {
	background: url(img/block-title-r.png);	
}
.ni-img {
	margin-right:10px;
	width: 60px;
	float:left;	
}

.ni-title {
	font-family:  "Times New Roman", Times, serif;
	font-size:16px;
	font-style:normal;
}
.ni-title a {
	color:#84331e;	
}
.new-item {
	overflow:hidden;
	margin-bottom:10px;
}
.document-block {
	width:213px;
	margin-left:-10px;	
}
.db-title {
	font-size:14px;
	font-weight:bold;
	text-transform:uppercase;
	background: #689ba1;
	color:#fff;
	padding: 20px 15px 17px 20px;
	font-family: Arial Narrow, Helvetica, sans-serif;
	border-bottom:1px solid #fff;
} 
.db-body {
	background:#d3ddde;
	overflow:hidden;		
}
.dbb-item {
	padding:10px;
	border-bottom:1px solid #fff;
}
.dbb-img {
	float:left;	
}
.dbb-title {
	font-weight:bold;
	text-transform:uppercase;	
}
.dbb-title a {
	color:#46868e;	
}
.dbb-text {
	padding-top:6px;	
	color:#46868e;
}
.day {
	border:4px solid #84331e;
	margin-top:1px;
	margin-bottom:20px;
}
.this-day {
	padding:5px 0px;
	overflow:hidden;
	margin-bottom:10px;
}
.td-img {
	margin-right:10px;
	float:left;	
}
.this-day td {
	vertical-align:top;	
}
.td-date {
	font-style: italic;
	font-family: Arial Narrow, Arial;
	color:#a39d99;
	font-size: 14px;
	margin-top:-7px;
}
.td-date span {
	font-weight: bold;
	font-size: 18px;	
}
.td-descr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;	
}
.number {
	background:#84a994;
	margin-top:1px;
	margin-bottom:20px;
	color:#fff6e9;
	padding:10px 10px 40px 10px;
}
.number-year {
	font-size: 48px;
	margin:10px 0px;
	color:#fff;
	font-family: Arial Narrow, Arial;	
}
.number-year span {
	font-size: 18px;
	font-weight:bold;	
}
.number-descr {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-style:italic;	
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 1200px;
	margin: -160px auto 0;
	height: 160px;
	border-top:1px solid #231610;
	position: relative;
}
.footer-logo {
	position:relative;
	top:-15px;
	float:left;
	left:-10px;	
}
.copyright {
	font-family: Georgia, "Times New Roman", Times, serif;
	float:left;
	margin: 45px 0px 0px 20px;
}
.counters {
	margin-top:47px;
	float:right;	
}
.counters img {
	margin-left:10px;	
}

.post-text li {text-align:left; margin-left: 5px}
.post-text ul {padding-left:15px;}
.post-text a {color:brown;}

.post-text ol {padding-left:25px;}

.tbltxt {background-color : #f5f5f5; margin-left: 2%; margin-bottom: 2%; margin-top: 2%; margin-right: 2%; empty-cells: show;
border-top-style: solid;
border-top-width: 1px;
border-top-color: Black;
border-left-style: solid;
border-left-width: 1px;
border-left-color: Black;
border-right-style: solid;
border-right-width: 1px;
border-right-color: Black;
border-bottom-style: solid;
border-bottom-width: 1px;
border-bottom-color: Black;
margin-left: auto; margin-right: auto;
}


.tbltxt td {font: 12pt arial, Verdana, Tahoma, Arial, serif, sans-serif; color: #000000; vertical-align : top; border: solid Black; border-width: 1px 0px 0px 1px;text-indent:0; padding-left: 5px; padding-right: 5px;}
.tbltxt th {font: 12pt arial, Verdana, Tahoma, Arial, serif, sans-serif; font-weight:bold; color: #000000; vertical-align : top; border: solid Black; border-width: 1px 0px 0px 1px;text-indent:0; padding: 5 5 5 5}
.tbltxt th td {font: 12pt arial, Verdana, Tahoma, Arial, serif, sans-serif; font-weight:bold; color: #000000; vertical-align : top; border: solid Black; border-width: 1px 0px 0px 1px;text-indent:0; padding: 5 5 5 5}

.tbl  {
           border: 1px solid black;
           border-collapse: collapse;
         }
.tbl td {   border: 1px solid black;
           border-collapse: collapse;
        padding-left:5px;
	font-family:Trebuchet MS;
        font-size:10pt;
}

.banners object {
	position:relative;
  	top:-45px;	
}

blockquote {
	background: #ebebeb none 6px 8px no-repeat;
	border: 1px solid #dbdbdb;
	font-size: 0.95em;
	margin: 0.5em 1px 0 25px;
	overflow: hidden;
	padding: 5px;
}

blockquote blockquote {
	/* Nested quotes */
	background-color: #bababa;
	font-size: 1em;
	margin: 0.5em 1px 0 15px;
}

blockquote blockquote blockquote {
	/* Nested quotes */
	background-color: #e4e4e4;
}

blockquote cite {
	/* Username/source of quoter */
	font-style: normal;
	font-weight: bold;
	margin-left: 20px;
	display: block;
	font-size: 0.9em;
}

blockquote cite cite {
	font-size: 1em;
}

blockquote.uncited {
	padding-top: 25px;
}

sup 
{ 
	font-family:  Arial;	
	font-size: 10px;
}

#float-box {position: fixed; top: 6800px; z-index: 9999; width: 200px;}
.box{margin-left:5px;padding:0px;background:#FFFFFF;color:#333333;line-height:18px;overflow: hidden;}