body {
	padding: 0px; margin: 0px auto 0px; background: #fff; text-align: center;
}

#centerItem { text-align: left; margin: auto; } 

.clear {
	clear: both;
}

#header {
	width: 100%;
	min-width: 1020px;
	background: #333333;
	background: -moz-linear-gradient(#333333,#333333,#5F5F5F);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#333333), color-stop(0.5, #333333), to(#5F5F5F));
	color: #CD853F;
	height: 90px;
	margin: 0px auto;
	overflow: hidden;
	padding: 10px 0px;
}
	#leftHeader {
		float: left;
		width: 600px;
		color: #CD853F;
		margin: 0px auto;
		padding: 10px;
		text-align: left;
		padding-left: 50px;
	}
		#leftHeader a {
			color: #CD853F;
			text-decoration: none;
			font: 16pt Countier
		}
			#leftHeader a:visited {
				color: #CD853F;
				text-decoration: none;
				font: 16pt Countier
			}
	#rightHeader {
		float: right;
		width: 340px;
		color: #CD853F;
		margin: 0px auto;
		padding: 10px;
		text-align: right;
		font-family: Verdana,Helvetica,Sans-Serif;
		font-size: 11px;
	}
		#rightHeader ul {
			list-style-type: none;
		}
			#rightHeader ul li {
				background-position: left top;
				padding: 5px;
				float: right;
			}
			#rightHeader ul li a {
				color: #e0e0f6;
				padding: 5px 10px;
				text-decoration: none;
			}
				#rightHeader ul li a:hover {
					background: #3c4756;
				}

#content {
	box-shadow: 0px 0px 5px 5px #aaa;
	-moz-box-shadow: 0px 0px 5px 5px #aaa;
	-webkit-box-shadow: 0px 0px 5px 5px #aaa;
	background: #f7f7f7;
	margin: -25px auto -28px;
	padding: 40px 10px;
	text-align: left;
	width: 1000px;
	display: inline-block;
}
	#leftColumn {
		float: left;
		font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
		font-size: 11px;
		line-height: 150%;
		text-align: left; 
		margin: 0px;
		padding: 0px;
		width: 700px;
	}
		#leftColumn .context {
			padding: 2px 5px;
		}
		#leftColumn textarea {
			border: 1px solid #B1BDD6;
			font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
			font-size: 11px;
			margin-left: 20px;
		}
		#leftColumn input {
			font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
			font-size: 12px;
			margin: 0px 20px 0px 20px
		}

		#leftColumn select {
			border: 1px solid #B1BDD6;
			font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
			font-size: 11px;
			margin: 0px 30px 0px 20px;
	
		}
		#leftColumn h2 a {
			color: #111;
			text-decoration: none;
		}
			#leftColumn h2 a:visited {
				color: #111;
				text-decoration: none;
			}
			#leftColumn h2 a:hover {
				color: #499AEE;
				text-decoration: none;
			}
			
		#leftColumn a {
			color: #CD853F;
			text-decoration: none;
		}
			#leftColumn a:visited {
				color: #CD853F;
				text-decoration: none;
			}
		#leftColumn .leftPost {
			float: left;
			padding-left: 10px;
		}
		#leftColumn .rightPost {
			display: block;
			position: relative;
			vertical-align: middle;
			float: right;
			text-align: right;
			padding-right: 20px;
		}

		#leftColumn .blogStyle, .logStyle, .postStyle {
			word-wrap: break-word;
			margin-bottom: 100px;
		}
			#leftColumn .blogStyle h2 {
				border-bottom: 1px solid #111;
				clear: both;
				font: 18px Vergana;
				font-weight: normal;
				background: #E6E6FA;
				padding: 3px 20px;
				margin: 0px;
			}
				#leftColumn .blogStyle .rightPost a {
					vertical-align: middle;
				}
		
			#leftColumn .logStyle h2 {
				border-bottom: 1px solid #ccc;
				clear: both;
				font: 16px Tahoma;
				font-weight: normal;
				padding: 3px 20px;
				margin: 0px;
			}
				#leftColumn .logStyle .leftPost a {
					color: #B1BDD6;
					text-decoration: none;
				}
					#leftColumn .logStyle .leftPost a:visited {
						color: #B1BDD6;
						text-decoration: none;
					}
				#leftColumn .logStyle .rightPost a {
					vertical-align: middle;
				}
		
			#leftColumn .postStyle h2 {
				border-top: 1px solid #111111;
				clear: both;
				font: 20px Times New Roman;
				font-weight: normal;
				background: #B1BDD6;
				padding: 3px 20px;
				margin: 0px;
			}
			#leftColumn .postStyle .leftPost a {
					color: #499AEE;
					text-decoration: none;
			}
				#leftColumn .postStyle .leftPost a:visited {
					color: #499AEE;
					text-decoration: none;
				}
			#leftColumn .postStyle .rightPost a {
				vertical-align: middle;
			}
		#leftColumn .comment {
			clear: both;
			text-align: right;
			padding-top: 30px;
			padding-bottom: 50px;
		}
			#leftColumn .comment hr {
				border: 0;
				border-top: 1px dashed #dfdfdf;
			}
		#leftColumn .list-number {
			list-style: decimal outside;
		}
		#leftColumn .list {
			list-style: disc outside;
		}


	#rightColumn {
		float: right;
		margin-left: 50px;
		margin-bottom: 300px;
		text-align: left;
		padding: 0;
		width: 250px;
	}
		#rightColumn ul {
			list-style-image: none;
			list-style-position: outside;
			list-style-type: none;
			margin: 0;
			padding: 0;
		}
			#rightColumn ul li {
				display: inline;
				margin: 0;
				padding: 0;
			}
				#rightColumn ul li a {
					background: #1f2323;
					/*border-top: 1px solid #C0C0C0;*/
					color: #e0e0f6;
					display: block;
					font: 11px Verdana;
					padding: 5px 10px;
					text-decoration: none;
				}
					#rightColumn ul li a:hover {
						background: #3c4756;
						color: #e0e0f6;
					}
				#rightColumn ul li h2 span a {
					font: 11px Tahoma;
					text-transform: lowercase;
					background: #B1BDD6;
					padding: 0px;
					margin: 0px 0px 0px 100px;
					display: inline;
				}
					#rightColumn ul li h2 span a:hover {
						background: #B1BDD6;
						color: #CD853F;
					}

		#rightColumn .rubric ul {
			width: 250px;
		}
			#rightColumn .rubric ul li {
				background-color: #3c4756;
	                        color: #e0e0f6;
				display: block;
                	        position: relative;
                        	height: 26px;

	                        border-width: 0;
        	                border-left-width: 1px;
                	        border-right-width: 249px;

                        	border-style: solid;
	                        border-color: rgba(0, 0, 0, 0.7);

        	                -webkit-box-sizing: border-box;
                	        -moz-box-sizing: border-box;
                        	box-sizing: border-box;

	                        -webkit-transition: 0.5s ease;
        	                -moz-transition: 0.5s ease;
                	        -ms-transition: 0.5s ease;
                        	-o-transition: 0.5s ease;
	                        transition: 0.5s ease;			
			}
				#rightColumn .rubric ul li:hover {
					border-width: 0;
                                	border-color: rgba(0, 0, 0, 0);
	                                border-left-width: 1px;
        	                        border-left-color: rgba(0, 0, 0, 0.7);
                	        }
				#rightColumn .rubric ul li a {
	                                display: block;
                	                padding: 0 10px;

                                	height: 25px;
					line-height: 24px;
	                                position: absolute;
        	                        width: 229px;
                	        }
					#rightColumn .rubric ul li a:hover {
						background: none;
						color: #e0e0f6;
					}

		#rightColumn h2 {
			background: #b1bdd6;
			/*background: -moz-linear-gradient(#B1BDD6,#B1BDD6,#5F5F5F);*/
			/*background: -webkit-gradient(linear, 0 0, 0 100%, from(#B1BDD6), color-stop(0.5, #B1BDD6), to(#5F5F5F));*/
			font: 12px Verdana;
			text-transform: uppercase;
			font-weight: bold;
			padding: 10px 0px 10px 15px;
			margin: 0px;
			/*border-top: 1px solid #111111;*/
            border-bottom: 3px solid #666;
            border-top: 1px solid #999;
		}

		#rightColumn .rubric {
			/*box-shadow: 0px 0px 3px 3px #aaa;*/
			/*-moz-box-shadow: 0px 0px 3px 3px #aaa;*/
			/*-webkit-box-shadow: 0px 0px 3px 3px #aaa;*/
		}
		#rightColumn .inputs h2 {
			margin-top: 20px;
		}
		#rightColumn .inputs li div {
			padding: 10px 10px;
			margin: 0px;
			border-bottom: 1px solid #C0C0C0;
		}
		#rightColumn #calendar {


			font-family: Tahoma,Verdana,Helvetica,Sans-Serif;
			font-size: 11px;
			overflow: hidden;
		}
			#rightColumn #calendar tr {
				background: #F5F0FF;
			}
			#rightColumn #calendar th {
				font-weight: bold;
				background: #C0C0C0;
				text-transform: uppercase;
				text-align: center;
				padding: 5px 0px;
				width: 32px;
				margin: 1px
			}
			#rightColumn #calendar a {
				border-top: none;
				font-weight: bold;
				padding: 5px 0px;
			}
			#rightColumn #calendar td {
				border-top: 1px dotted #C0C0C0;
				width: 32px;
				height: 24px;
				margin: 0px;
				padding: 0px;
				color: #E0E0F6;
				background: #1F2323;
			}
		#rightColumn .counter {
			text-align: right;
			background: #ffffff;
		}
		#rightColumn .counter a {
			background: #C0C0C0;
		}
		#rightColumn .counter a:hover {
			background: #C0C0C0;
		}
		#rightColumn .right-banner {
			text-align: center;
		}
		#rightColumn .small-banner {
			margin-top: 25px;
		}


#footer {
	background: #333333;
	background: -moz-linear-gradient(#5F5F5F,#333333,#333333);
	background: -webkit-gradient(linear, 0 0, 0 100%, from(#5F5F5F), color-stop(0.5, #333333), to(#333333));
	width: 100%;
	height:50px;
	float: none;
	color: #CD853F;
	text-align: center;
	padding: 50px 0px 0px;
	margin: 0px auto;
	font: 7pt Tahoma;
	clear: both;
}


#leftContent {
	border-top: 1px solid #B1BDD6;
}



.album {
	margin:0px;
	padding-top:20px;
}
	.album ul {
		list-style-image: none;
		list-style-position: outside;
		list-style-type: none;
		margin:0px auto;
		padding:0px;
	}
		.album ul li {
			float: left;
			width: 225px;
			height: 225px;
		}
.center {
	text-align: center;
}
.posts {
	clear: both;
}

.stat {
	padding-top: 20px;
	padding-bottom: 120px;
	text-align: center;
}
	.stat ul {
		list-style-type: none;
		margin:0px;
		padding:0px;
		
		text-indent: 0px;
		display: block;
		clear: both;
	}
		.stat ul li {
			/*border: 1px solid #aaa;*/
			float: left;
			width: 132px;
			height: 20px;
			overflow: hidden;
		}
		
			.stat .agent {
				text-align: right;
				width: 268px;
			}
				.stat .agent:hover {
					border: 1px solid #B1BDD6;
					width: 662px;
					background-color: #f1f1f1;
					position: absolute;
					overflow: auto;
				}
			.stat .three {
				width: 400px;
			}
				.stat .three:hover {
					border: 1px solid #B1BDD6;
					width: 650px;
					background-color: #f1f1f1;
					position: absolute;
					overflow: auto;
				}
			.stat .version {
				height: 300px;
			}
.head {
	text-align:right;
	padding: 2px 5px;
	margin: 5px 15px;
	border-bottom: 1px solid #B1BDD6;
}

.rights input[type=text] {
	width: 40px;
}

.news input[type=text] {
	width: 540px;
}


.rights select {
	width: 100px;
}
.rights ul {
	vertical-align: middle;
}
.rights ul li {

	text-align: left;
}
.detail {
	border: 1px solid #f1f1f1;
	margin: 10px;
	padding: 5px 20px;
}

	.detail ul {
		list-style-type: none;
		margin: 0px;
		padding: 5px 0px;
		text-indent: 0px;
		display: block;
		clear: both;
	}

.leftField {
	float: left;
	width: 100px;
	margin-right: 10px;
}

#navigation {
	padding: 0px;
	margin: 5px;
}
#navigation a {
	padding: 5px 7px;
	color: #B1BDD6;
	border: 1px solid #f1f1f1;
}
#navigation a:visited {
	color: #B1BDD6;
}
#navigation a:hover {
	color: #4876FF;
	border-color: #4876FF;
}


#bbcode {
	margin: 5px 30px 5px 20px;
	border: 1px solid #B1BDD6;
	padding: 5px;
	width: 605px;
}

	#bbcode span {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #555;
		background-color: #f1f1f1;
		height: 20px;
		border: 1px solid #ccc;
		margin: 5px 0px 5px 2px;
		font-weight:bold;
	}

	#bbcode input {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 10px;
		color: #555;
		background-color: #f1f1f1;
		height: 20px;
		border: 1px solid #ccc;
		margin: 5px 0px 5px 2px;
		font-weight:bold;
	}

.quote {
	margin: 10px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #f1f1f1;
}
.line {
	border: 0;
	border-top: 1px dashed #dfdfdf;
	clear:both;
}

.code {
	width: 675px;
	margin: 10px;
	padding: 0px;
	border: 1px solid #ccc;
	overflow: auto;
	white-space: nowrap;
	word-wrap: normal;
	background-color: #FAFAFA;
}
.code ol {
	width: 35px;
	background-color: #f1f1f1;
	border-right: 1px solid #ccc;
	float: left;
	list-style: none;
	margin: 0px 5px 0px 0px;
	padding: 0px;
	text-align: right;
}
.code ol li {
	padding: 0px 5px;
}
.code pre {
	margin: 0px;
}
.code:hover {
	border: 1px solid #B1BDD6;
}

/**не используется**/
.code td {
	margin: 0px;
	padding: 0px 5px;
	border: 0px;
}
.code .code-numbers {
	float: left;
	border-right: 1px solid #ccc;
	text-align: right;
	background-color: #f1f1f1;
}
.code .code-numbers div {
	width: 23px;
}


#r_sidebar ul li a {
	background: #444444;
	display: block;
	color: #FFFFFF;
	text-decoration: none;
	margin: 0px;
	padding: 5px 10px 5px 10px;
	border-top: 1px solid #C0C0C0;
}



.menu {
	font: 10pt Arial;
	font-weight: bold;
	background: #1f2323;
	display: inline
}
	.menu A:link {
		color: #e0e0f6; text-decoration: underline; 
		width: 200px; padding: 5px 28px
	}
	.menu A:visited {
		color: #e0e0f6; text-decoration: underline;
		width: 100%; padding: 5px 28px
	}
	.menu A:hover {
		text-decoration: none; background: #3c4756
	}
	.menu A:active {
		text-decoration: none; background: #4e5657
	}

.photo {
	border: solid 8px #B1BDD6; border-collapse: collapse; padding:1px; margin: 2.5px;
}
.icon {
	border: 0px; margin: 0px; padding: 0px;
}

#image {
	margin: 5px 20px 20px 25px;
}


.smallfont {
	font: 7pt Tahoma;
}

.centerize {
	left: 50%;
	margin-left: -50%;
	margin-top: -5%;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 100%;
}
.centerize #content {
	text-align: center;
}
.centerize .text {
	font: 18px normal Verdana, Arial;
	margin-bottom: 15px;
}

.adv-footer {
	margin-top: 25px;
	text-align: center;
}
