/* Aleksey Skubaev

askubaev@gmail.com
------------------
Главные стили. Внешний вид шаблона.
*/
body {
	padding: 0;
	margin: 0;
	background: #a8804d;
	text-align: center;
	font: 12px Tahoma;
}


.td-left {
	background: url(../images/left.jpg);
}
	
.td-right {
	background: url(../images/right.jpg);
}
	
.td-center {
	width: 1000px;
	background: url(../images/center.jpg) no-repeat;
	text-align: left;
}

	.png_bg { /* Фиксим отображение PNG в этом галимом IE =((( */
		width: 479px;
		height: 122px;
		background: url(../images/logo.png);
		margin: 50px 0 0 480px;
	}
	
	.banner {
		/*background: red;
		width: 468px;
		height: 60px;*/
		position: absolute;
		margin: 150px 0 0 520px;
	}
	
	.title-xxx {
		position: absolute;
		margin: 5px 0 0 20px;
		display: block;
		background: url(../images/li-net.png);
		width: 288px;
		height: 88px;
	}

.wood {
	height: 57px;
	background: url(../images/wood.jpg);
}

	.search-block {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		text-align: left;
		padding-top: 10px;
	}
	
		.title-menu {
			position: absolute;
		}
		
			.title-menu a {
				display: block;
				float: left;
				padding: 10px;
				color: #fff6df;
				font-size: 14px;
			}
			
				.title-menu a:hover {
					background: #8c6139;
					text-decoration: none;
				}
	
	.form-text {
		height: 20px;
		width: 250px;
		background: #a8804d url(../images/form-text-img.jpg) left center no-repeat;
		border: 1px #906733 solid;
		padding-left: 30px;
		padding-top: 5px;
		color: #542e09;
		float: left;
		margin-left: 660px;
	}
	
	.form-search {
		float: right;
	}

.table-2 {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

	.left-bloks {
		width: 260px;
		background: #a8804d;
	}
	
		.default-block {
			width: 239px;
			margin-top: 10px;
			margin-left: 10px;
			background: url(../images/default-block-fon.jpg) repeat-y;
		}
		
			.bottom-img {
				background: url(../images/bottom-img.jpg) left bottom no-repeat;
				padding-bottom: 26px;
			}
			
		
			.default-block h3 {
				height: 33px;
				background: url(../images/default-block-title.jpg);
				margin: 0;
				padding: 0;
				color: #eacea9;
				text-align: center;
				font-size: 13px;
				font-weight: bold;
				line-height: 30px;
			}
			
			.menu-l, .login-link a {
				display: block;
				color: #60360c;
				text-align: left;
				padding: 5px 5px 5px 10px;
				margin: 5px 10px 0 20px;
				font-size: 13px;
				font-weight: bold;
				border-left: 1px #6e471e dotted;
			}
			
				.menu-l:hover {
					background: #bea681 url(../images/menu-l-hover.jpg) 170px 3px no-repeat;
					border-left: 1px #60360c solid;
				}
	
	.content-td {
		width: 740px;
		background: #dcc08e url(../images/content-td-bottom.jpg) bottom right no-repeat;
	}
		
.footer {
	margin: 20px auto 10px auto;
	height: 46px;
	width: 1000px;
	background: #bea07a url(../images/footer-left.jpg) left bottom no-repeat;
}

	.right-bord {
		background: url(../images/footer-right.jpg) right bottom no-repeat;
		height: 46px;
		line-height: 40px;
		color: #6c4616;
	}
	
		.right-bord a {
			color: #000;
			font-weight: bold;
		}
/* 
******  ******  ******  ******  ******  ******  ******
Пошли все стили для офрмления стандартных элементов ДЛЕ 
******  ******  ******  ******  ******  ******  ******
*/

/* Юзер-панель */
.login {
	text-align: left;
	padding: 10px 10px 40px 10px;
	background: url(../images/login-img.jpg) 180px bottom no-repeat;
}

	.login-input-text {
		border: 1px #60360c solid;
		width: 130px;
		margin: 5px 20px 0 0;
		background: url(../images/login-input-text.jpg) top repeat-x;
	}
	
	.reg-lost {
		color: #6e471e;
	}
	
	.enter {
		width: 60px;
		height: 25px;
		margin: 5px 20px 5px 0;
		background: #9f774e;
		color: #e8cea9;
		border: 1px #6e471e solid;
	}
	
	.lost-input-text {
		border: 1px #60360c solid;
		width: 200px;
		padding: 5px 5px 5px 30px;
		color: #644217;
		background: #fffdfe url(../images/lost-input-text.jpg) left no-repeat;
	}
		
/* ==================== Календарь */

.calend {
	padding-bottom: 50px;
	background: url(../images/kalend-img.jpg) 180px bottom no-repeat;
}

.weekday-active-v {
	color: #ffe21f;
	
}
.day-active-v {
	color: #ecceaa;
	background: #8a6743;
	font-weight: bold;
}
.calendar {
color: #6e471e;
font-size: 11px;
text-align: center;
margin-left: 25px;
}
.calendar td, th {
	 text-decoration: none;
	 padding-left: 5px;
 	 padding-right: 4px;
	 padding-top: 3px;
	 padding-bottom: 4px;
}
.weekday {
	color: #60370b;
	font-weight: bold;
	
}
.weekday-active {
	color: #fff;
	
}
.day-active {
	color: #fff;
	background: #b88b52;
}
.day-active a, .weekday-active a, .day-active-v a, .weekday-active-v a {
	text-decoration: underline;
}
.monthlink {
	color: #000;
	text-decoration: none;
}

/* ==================== Облако тегов */
.tags-block {
	padding: 10px 10px 50px 10px;
	background: url(../images/tags-block-img.jpg) 180px bottom no-repeat;
}

.clouds_xsmall {
	font-size: x-small;
	color: #393939;
}
.clouds_small {
	font-size: small;
	color: #393939;
}
.clouds_medium {
	font-size: medium;
	color: #8f7b66;
}
.clouds_large {
	font-size: large;
	color: #7d532a;
}
.clouds_xlarge {
	font-size: x-large;
	color: #60360c;
}

/* Опрос */
.opros-list {
	padding: 10px;
	text-align: left;
	background: url(../images/vote-img.jpg) 180px bottom no-repeat;
}

.vote-buttom {
	width: 90px;
	height: 25px;
	margin: 5px 20px 5px 0;
	background: #9f774e;
	color: #e8cea9;
	border: 1px #6e471e solid;
}

/* Топ новостей */
.top-newss {
	padding: 10px 10px 50px 10px;
	text-align: left;
	background: url(../images/top-news-img.jpg) 180px bottom no-repeat;
}

	.top-newss a {
		color: #000;
	} 
	
/* Архив */
.arhivv {
	padding: 10px 10px 50px 10px;
	text-align: center;
	background: url(../images/arhiv-img.jpg) 180px bottom no-repeat;
}

	.arhivv a {
		color: black;
	}

/* Короткая новость */
.shot-block {
	text-align: left;
}

	.shot-title {
		background: url(../images/shot-news-title.jpg);
		height: 23px;
		border-top: 1px #f1dfc7 solid;
		color: #f5ddbb;
		line-height: 20px;
		padding-left: 20px;
	}
	
		.shot-title a {
			color: #f5ddbb;
			font-weight: bold;
		}
	
	.shot-data {
		width: 100%;
	}
	
		.see-td {
			width: 150px;
			height: 30px;
			background: #e0d4c4;
			text-align: right;
			padding-right: 10px;
		}
		
		.data-td {
			background: #f1dfc7;
			padding-left: 10px;
		}
		
			.data-td a {
				color: #4c2909;
				font-weight: bold;
			}
	
	.shot-content {
		background: #fef2e4;
		padding: 10px;
		width: 100%;
	}
	
		.shot-content a, .shot-content2 a {
			color: #532e09;
		}
			.shot-content a:hover, .shot-content2 a:hover {
				color: #532e09;
				font-weight: bold;
			}
	
		.shot-content img, .shot-content2 img {
			padding: 5px;
			background: #fff;
			border: 1px #b18854 solid;
			margin: 0 10px 10px 0;
		}
	
		.shot-content .editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0;
		}
		
		.shot-content2 .editor_button img {
			padding: 0 !important;
			border: 0 !important;
			margin: 0;
		}
		
		.shot-content .editbclose img {
			padding: 0;
			border: 0;
			margin: 0;
		}
		
		.shot-content2 .editbclose img {
			padding: 0;
			border: 0;
			margin: 0;
		}
		
		.editor_button_brk img {
			padding: 0 !important;
			margin: 0 !important;
			border: 0 !important;
		}
	
	.shot-more {
		height: 20px;
		width: 100%;
	}
	
		.rating-td {
			width: 90px;
			background: #fff;
			padding-left: 5px;
		}
		
		.more-td {
			background: #f3d8b9;	
		}
		
			.more-td a {
				display: block;
				width: 120px;
				margin-left: 490px;
				background: url(../images/more-td-img.jpg) right center no-repeat;
				text-align: center;
				color: #512e08;
			}

/* Полная новость */
.see-td2 {
	width: 150px;
	height: 30px;
	background: #e0d4c4;
	text-align: left;
	padding-right: 10px;
	padding-left: 10px;
	line-height: 25px;
}	

	.see-td2 img {
		vertical-align: top;
		text-align: right;
	}
	
.shot-content2 {
	background: #fef2e4;
	padding: 10px;
}

	.shot-content2 input {
		height: 20px;
		margin: 5px 20px 5px 0;
		background: #9f774e;
		color: #e8cea9;
		border: 1px #6e471e solid;
	}

.newsto {
	background: #f1dfc7;
	padding: 30px 0 30px 70px;
	color: #825a30;
	font-weight: bold
}

	.newsto a {
		color: #000;
		font-weight: normal;
		line-height: 20px;
	}
	
.registr-please {
	border: 1px #644217 dotted;
	color: #644217;
	padding: 5px;
	margin: 5px;
}


/* Вид комментария */
.commentS { /* обвалакивающий блок */
	background: #fef2e4;
	margin: 10px 0 10px 50px;
	text-align: left;
}
	
	.commentS-title {
		background: #af8652;
		padding: 10px;
		color: #f5ddbb;
	}
	
		.commentS-title a {
			color: #f5ddbb;
			font-weight: bold;
		}
	
	.commentS-info {
		background: #f1dfc7;
		padding: 10px;
	}
	
		.commentS-info a {
			color: #4c2909;
			font-weight: bold;
		}
	
	
	.commentS-data { /* таблица для содержимого */
		background: #fef2e4;
		width: 100%;
	}
	
		.commentS-data td {
			background: #fef2e4;
			padding: 5px;
		}
	
		.commentS-data a {
			color: #ffe21f;
		}
		
		.commentS-td2 input {
			height: 25px;
			margin: 5px 20px 5px 0;
			background: #9f774e;
			color: #e8cea9;
			border: 1px #6e471e solid;
		}
		
	.commentS-more {
		background: #e0d4c4;
		padding: 5px;
	} 
	
		.commentS-more a {
			color: #795311;
		}
		
/* Добавление комментария */
.add-coment-buttom {
	width: 100px;
	height: 30px;
	background: #b58c56;
	margin-right: 3px;
	border: 1px #f1dfc7 solid;
	color: #f1dfc7;
}

.com-title {
	text-align: left;
}

/* 
*****************************
Юзер инфа */
.user-info-table {
	width: 100%;
	background: #fef2e4; 
	margin-bottom: 20px;
	border-top: 5px #9d7038 solid;
	margin-top: 10px;
}

	.user-info-table td {
		background: #fef2e4; 
		padding: 5px 5px 20px 5px;
		color: #4b2e12;
		text-align: left;
	}
	
		.user-info-table td small {
			font-size: 14px;
			color: #af86522;
			font-weight: bold;
		}
		
		.user-info-table td a {
			color: #c89539;
		}
		
		.buttom-add-news {
			margin: 5px 20px 5px 0;
			background: #9f774e;
			color: #e8cea9;
			border: 1px #6e471e solid;
		}

		
/* Инфо */
.error {
	border-left: 30px #c49e6c solid;
	border-right: 30px #c49e6c solid;
	background: #f1dfc7;
	padding: 10px;
}

	.error p {
		font-size: 15px;
		font-weight: bold;
		color: #60360c;
	}
	
	.error a {
		color: #60360c;
	}

/* Статистика */
.lost-pass {
	width: 400px;
	background: #fef2e4; 
	margin-bottom: 20px;
	border-top: 5px #9d7038 solid;
	margin-top: 10px;
}


	.lost-pass td {
		background: #fef2e4; 
		padding: 5px;
		color: #4b2e12;
		text-align: left;
	}
		
		.lost-pass td a {
			color: #c89539;
		}
		
.ststs-title {
	padding: 5px 5px 5px 20px;
	color: #60360c;
	text-align: left;
	font-weight: bold;
}

/* Статические страницы */	
.ststststs {
	background: #fef2e4;
	text-align: left;
}

	.ststststs-t {
		padding: 10px 10px 10px 25px;
		color: #60360c;
		background: #c79f69 url(../images/static-img.jpg) left center no-repeat;
	}
	
	.ststststs-c {
		padding: 20px;
	}
	
		.ststststs-c  img {
			padding: 5px;
			background: #fff;
			border: 1px #b18854 solid;
			margin: 0 10px 10px 0;
		}
		
		.ststststs-c input {
			margin: 5px;
			background: #9f774e;
			color: #e8cea9;
			border: 1px #6e471e solid;
		}
	
	.ststststs-p {
		height: 30px;
		background: #f1dfc7;
		line-height: 25px;
	}
	
	.ststststs-s {
		padding: 5px;
	}
		.ststststs-s a {
			color: #60360c;
		}
	
/* добавление новости */
.add-news-title {
	padding: 5px;
	font-weight: bold;
}

/* ПМ */
.imp {
	background: #fef2e4; 
	color: #79572e;
	text-align: left;
}

	.imp input {
		padding: 5px;
		margin: 5px 20px 5px 0;
		background: #9f774e;
		color: #e8cea9;
		border: 1px #6e471e solid;
	}

.new-PM {
	background: #f1dfc7;
	padding: 3px;
}
	
	.new-PM input {
		width: 250px;
	}
	
	.new-PM span {
		width: 150px;
		margin-right: 20px;
		display: block;
	}
	
.pm-block {
	height: 50px;
	padding-left: 60px;
	line-height: 50px;
	font-weight: bold;
	background: #bf8e53;
}

.pm-content {
	padding: 10px;
}

	.pm-content a {
		color: #60360c;
		font-weight: bold;
	}

.pm-block-menu {
	height: 50px;
	margin-bottom: 20px;
	background: #f7f7f7;
	line-height: 50px;
	padding-left: 10px;
	font-size: 15px;
	background: #f1dfc7;
}

	.pm-block-menu a {
		color: #60360c;
		font-weight: bold;
	}

/* Результаты поиска */
.search-rez {
	background: #fef2e4;
	text-align: left;
	border-top: 1px #60360c solid;
}

.search-title {
	background: #c19863;
	padding: 10px;
	color: #60370b;
	font-weight: bold;
}

.search-rez input {
	background: #9f774e;
	color: #e8cea9;
	border: 1px #6e471e solid;
	margin: 5px;
}	

/* Рейтинг статьи */
.rating {
	color: #757575;
	width: 85px;
	height: 16px;
}
.unit-rating {
	list-style: none;
	margin: 0px;
	padding: 0px;
	width: 85px;
	height: 16px;
	position: relative;
	background-image: url(../dleimages/rating.gif);
	background-position: top left;
	background-repeat: repeat-x;
}
.unit-rating li {
	text-indent: -90000px;
	padding: 0px;
	margin: 0px;
	float: left;
}
.unit-rating li a {
	display: block;
	width: 17px;
	height: 16px;
	text-decoration: none;
	text-indent: -9000px;
	z-index: 17;
	position: absolute;
	padding: 0px;
}
.unit-rating li a:hover {
	background-image: url(../dleimages/rating.gif);
	background-position: left center;
	z-index: 2;
	left: 0px;
}
.unit-rating a.r1-unit { left: 0px; }
.unit-rating a.r1-unit:hover { width: 17px; }
.unit-rating a.r2-unit { left: 17px; }
.unit-rating a.r2-unit:hover { width: 34px; }
.unit-rating a.r3-unit { left: 34px; }
.unit-rating a.r3-unit:hover { width: 51px; }
.unit-rating a.r4-unit { left: 51px; }	
.unit-rating a.r4-unit:hover { width: 68px; }
.unit-rating a.r5-unit { left: 68px; }
.unit-rating a.r5-unit:hover { width: 85px; }
.unit-rating li.current-rating {
	background-image: url(../dleimages/rating.gif);
	background-position: left bottom;
	position: absolute;
	height: 16px;
	display: block;
	text-indent: -9000px;
	z-index: 1;
}	

/* ==================== BB коды */
 
.bbcodes {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: Verdana;	/* ! */
	/*  width: 120px;  */
	height: 20px;
	background-image: url(../images/dlet_bttn_bbcodes.gif);
	background-repeat: repeat-x;
	font-weight: bold;
}

/* ==================== Выпадающее меню */

#dropmenudiv {
	border: 1px solid #ffffff;
	border-bottom-width: 0;
	font: normal 10px Verdana;
	background-color: #6497ca;
	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:#6497ca;
	border: 1px solid #ffffff;
	padding: 1px 0;
	margin: 1px;
	font-weight: bold;
}

#dropmenudiv a:hover {
	background:#fdd08b;
	color:#000000;
}
/* ==================== Уведомление о получении новых PM */

#newpm {
	position: absolute;
	width: 400px;
	padding: 4px;
	background-color: #fdfdfd;
	border: 1px solid #bbbbbb;
	font-family: verdana;
	line-height: 135%;
}
#newpmheader {
	padding-left: 5px;
	padding-right: 5px;
	padding-top: 2px;
	height: 20px;
	color: #636363;
	font-weight: bold;
	background-color: #b2c7f1;
	font-family: verdana;
	cursor: move;
}
#newpm a {
	background: transparent;
	color: #4b73d4;
	text-decoration: none;
}
#newpm a:hover {
	background: transparent;
	color: #4b73d4;
	text-decoration: underline;
}

/* ==================== Ссылка на скачивание прикрепленного файла */

.attachment {
	color: #808080;
}	
		
/* ==================== показ оригинальной картинки загруженной на сайт из уменьшенной копии */
.highslide-active-anchor img {
	visibility: hidden;
}
.highslide-image-blur {
}
.highslide-html {
	background-color: white;
}
.highslide-html-content {
	display: none;
}
.highslide-loading {
    display: block;
	color: white;
	font-size: 9px;
	font-weight: bold;
    text-decoration: none;
	padding: 3px;
	border: 1px solid white;
    background-color: black;
}
a.highslide-full-expand {
	background: url(../dleimages/fullexpand.gif) no-repeat;
	display: block;
	margin: 0 10px 10px 0;
	width: 34px;
	height: 34px;
}
.highslide-footer {
	height: 11px;
}
.highslide-footer .highslide-resize {
	float: right;
	height: 12px;
	width: 11px;
	background: url(../dleimages/resize.gif);
}
.highslide-resize {
    cursor: nw-resize;
}
.highslide-display-block {
    display: block;
}
.highslide-display-none {
    display: none;
}	
	
/* класс bbcodes_poll используем в poll.tpl, vote.tpl, addnews.tpl */

.bbcodes_poll {
	background-color: #ffffff;
	border: 1px solid #e0e0e0;
	color: #ffffff;
	font-size: 11px;		/* ! */
	font-family: Verdana;	/* ! */
	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: Verdana;
	font-size: 11px;
}
.editor_button img {margin: 0; padding: 0;}
.editbclose img {margin: 0; padding: 0;}
.editor_button_brk img {margin: 0; padding: 0;}

.pad-x {
	text-align: left;
	padding: 10px;
}

	.pad-x a {
		color: #542f0a;
	}
	
.navMenu {
	width: 200px !important;
}

.ctg {
	width: 200px !important;
	margin-left: -10px;
}
