@charset "utf-8";
/* CSS Document */

* {margin:0; padding:0;}
html { height:100%;}
body {
	position:relative;
	min-height:100%;
	height:auto !important;
	height:100%;
	background:#e0e3e5;
	font:62.5% Tahoma, Geneva, sans-serif;
	color:#000;
	}
a { color:#0579d3;}
a:hover { color:#0c5894;}
img {border:none; padding:0; margin:0;}
:focus {outline:none;}

#wrap {
	min-height:100%;
	height:100%;
	width:1004px;
	margin:0 auto;
	}

/* header */
#header {
	position:relative;
	width:1004px;
	height:354px;
	margin-bottom:5px;
	background:url(../img/header-bg.jpg) no-repeat;
	}
	#header-menu {
		position:absolute;
		top:310px;
		left:30px;
		display:block;
		list-style:none;
		}
		#header-menu li {
			display:block;
			float:left;
			height:36px;
			padding-right:2px;
			background:url(../img/header-menu-border.gif) 100% 0 no-repeat;
			}
			#header-menu li a {
				display:block;
				float:left;
				height:36px;
				line-height:36px;
				padding:0 27px;
				font-size:1.4em;
				color:#fff;
				text-decoration:none;
				}
			#header-menu li a:hover { background:url(../img/header-menu-hover.jpg) repeat-x;}
	#header form {
		display:block;
		position:absolute;
		top:310px;
		right:30px;
		border:0;
		}
		#header form fieldset { border:0;}
		#sform {
			display:block;
			position:absolute;
			top:7px;
			right:40px;
			width:204px;
			height:16px;
			padding:3px 8px 2px 8px;
			background:url(../img/sform-bg.gif) no-repeat;
			border:0;
			}
		#ssubmit {
			display:block;
			position:absolute;
			top:3px;
			right:0px;
			width:29px;
			height:28px;
			background:url(../img/ssubmit-bg.jpg) no-repeat;
			border:0;
			cursor:pointer;
			}
/* container */
#container {
	float:left;
	width:1004px;
	}
#content {
	margin:0 220px 0 215px;
	padding-bottom:72px;
	font-size:1.2em;
	}
	.content-banner { margin-bottom:20px;}
		.content-banner img {
			display:block;
			margin:0 auto;
			}
	/* post */
	.post {
		position:relative;
		overflow:hidden;
		width:561px;
		margin:0 auto 10px auto;
		background:url(../img/post-bg.gif) repeat-y;
		}
		.post-head { height:20px; background:url(../img/post-head.gif) no-repeat;}
		.post-foot { height:20px; background:url(../img/post-foot.gif) no-repeat;}
		.post-body {
			padding:0 25px;
			}
			.post-body h2 {
				margin-bottom:10px;
				font-size:1.50em;
				font-weight:normal;
				color:#3e4649;
				}
				.post-body h2 a { color:#3e4649; text-decoration:none;}
				.post-body h2 a:hover { color:#526f7c;}
			.post-info {
				position:relative;
				left:-20px;
				width:525px;
				padding:5px 10px 5px 16px;
				margin-bottom:10px;
				background:url(../img/post-info-bg.jpg) 0 0 repeat-y;
				font-size:11px;
				color:#fff;
				}
				.post-info a { color:#fff;}
				.post-info a:hover { color:#b9e0fe;}
			.post-info2 {
				position:relative;
				clear:both;
				padding:5px 0;
				height:23px;
				
				}
				.post-info2 a {
					float:right;
					display:block;
					width:115px;
					height:23px;
					line-height:23px;
					margin-left:20px;
					background:url(../img/post-info2-bg.jpg) no-repeat;
					color:#fff;
					text-decoration:none;
					text-align:center;
					}
				.post-info2 a:hover { color:#b9e0fe;}
			/* format */
			.format {
				overflow:hidden;
				position:relative;
				width:505px;
				}
				.format a { color:#d80215;}
				.format a:hover { color:#800a14;}
	/* navigation */
	#navigation {
		padding:10px 0 20px 0;
		text-align:center;
		word-spacing:4px;
		color:#707172;
		}
		#navigation span, #navigation a {
			padding:3px 7px;
			background:#eceeee;
			border:solid 1px #b9babc;
			color:#707172;
			text-decoration:none;
			}
		#navigation span { background:#fbfcfc;}
		#navigation a:hover { background:#dcdede;}
	/* comments */
	.com-ava { float:left; padding: 0 10px 5px 0;}
	.comm-title { padding-bottom:2px; font-weight:bold;}

/* sidebar-left */
#sidebar-left {
	float:left;
	width:215px;
	padding-bottom:72px;
	margin-left:-1004px;
	font-size:1.2em;
	}
/* sidebar-right */
#sidebar-right {
	float:left;
	width:215px;
	padding-bottom:72px;
	margin-left:-220px;
	font-size:1.2em;
	}
	/* box1 */
	.box1 {
		width:202px;
		margin:0 auto 15px auto;
		padding-bottom:20px;
		background:url(../img/box1-foot.gif) 0 100% no-repeat;
		}
		.box1-header {
			height:38px;
			line-height:38px;
			text-indent:20px;
			background:url(../img/box1-head.jpg) no-repeat;
			color:#fff;
			}
		.box1-body {
			padding: 10px 18px 0 18px;
			background:url(../img/box1-body.gif) repeat-y;
			}
		/* sidemenu */
		.sidemenu {
			position:relative;
			left:-13px;
			display:block;
			list-style:none;
			}
			.sidemenu li { display:block; }
				.sidemenu li a { 
					display:block;
					width:192px;
					height:23px;
					line-height:21px;
					text-indent:30px;
					background:url(../img/side-menu-list.jpg) no-repeat;
					color:#575757;
					text-decoration:none;
					}
				.sidemenu li a:hover {
					background-position: 0 -23px;
					color:#fff;
					}
	/* box-banner */
	.box-banner {padding-bottom:20px;}
		.box-banner img {
			display:block;
			margin:0 auto;
			}
	/* login-block */
	#login-box {
		padding:5px 0 5px 0;
		}
		#login-box form {
			display:block;
			border:0;
			}
			#login-box label {
				overflow:hidden;
				position:relative;
				display:block;
				width:165px;
				height:30px;
				line-height:30px;
				color:#575757;
				}
				#login-box label input {
					position:absolute;
					top:0;
					right:0;
					width:105px;
					padding:2px 5px;
					border: solid 1px #d2d2d3;
					display:block;
					}
			#lsubmit {
				display:block;
				width:105px;
				height:23px;
				line-height:23px;
				text-indent:20px;
				margin: 5px auto 10px auto;
				background:url(../img/plashka105.jpg) no-repeat;
				border:0;
				font-size:1em;
				color:#fff;
				text-align:left;
				cursor:pointer;
				}
			#login-box .off a {
				font-size:11px;
				color:#a5a5a5;
				text-decoration:none;
				}
			#login-box .off a:hover { color:#646464;}
			#login-box .on span {
				display:block;
				padding-bottom:3px;
				}
				#login-box .on a { color:#0579d3;}
				#login-box .on a:hover { color:#0c5894;}
	/* popular */
	#popular { line-height:1.5em;}
/* footer */
#footer {

	width:1004px;
	height:67px;
	background:url(../img/footer-bg.jpg) no-repeat;
	font-size:1.2em;
	}
	#footer-menu {
		position:relative;
		display:block;
		margin:18px 0 8px 30px;
		color:#fff;
		list-style:none;
		}
		#footer-menu li {display:inline;}
		#footer-menu li a {color:#fff; text-decoration:none;}
		#footer-menu li a:hover {color:#cee9ff;}
	#copyrights {
		margin:0 30px;
		color:#4f5456;
		}



/*  Выпадающее меню */
#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #e7e5d6;
	line-height: 20px;
	margin: 2px;
	opacity: 0.95;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=95) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3)";
	filter: alpha(opacity=95, enabled=1) progid:DXImageTransform.Microsoft.Shadow(color=#cacaca, direction=135, strength=3);
	}
#dropmenudiv a {
	display: block;
	text-indent: 3px;
	text-decoration:none;
	color: #ffffff;
	background:url(../pic/block-background.gif) #b0ad8c;
	border: 1px solid #fff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
	}
#dropmenudiv a:hover {
	background:url(../pic/block-background_grey.gif) #e7e5d6;
	color:#000;
	}

/* BB code */
#dle_emo {}
 .bbcodes {
	 position:relative;
	height: 20px;
	padding:0 5px;
	background: url(../images/dlet_bttn_bbcodes.gif) repeat-x #fff;
	border:0px;
	
	font-size: 11px;
	font-family: tahoma;
	color: #ffffff;
	font-weight: bold;
	}
.f_textarea {
	color: #757575;	
	font-size:1em;
	padding:3px 5px;
	font-family: tahoma;
	background-image: url(../images/dlet_field_o.gif) #fff;
	background-repeat: repeat-x;
	width: 450px;
	height: 156px;
	border: 1px solid #e0e0e0;
	}
.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;
	font-family: tahoma;
	width: 120px;
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
	}
.editor_button {
	float: left;
	cursor: pointer;
	padding-left: 2px;
	padding-right: 2px;
	}
.editor_buttoncl {
	float: left;
	cursor: pointer;
	padding-left: 1px;
	padding-right: 1px;
	border-left: 1px solid #bbbbbb;
	border-right: 1px solid #bbbbbb;
	}
.editbclose {
	float: right;
	cursor: pointer;
	}
.editor_button select {
	font-family: tahoma;
	font-size: 11px;
	}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}






/* */
.clear { clear:both;}

