/*------------------------------------------------------------*
**  News Portal Style. Copyright by Evanston, 2008.
**------------------------------------------------------------*/

* {
	margin:0;
	padding:0;
}
body, html {
	background:#fff;
	font-family:Tahoma, Arial;
	color:#333;
	font-size:13px;
}
#flashContent {
	width:100%;
	height:100%;
}
img { border:none; }
images {
	border:none;
	margin:0;
	padding:0;
}
a {
	color:#16b2bc;
	text-decoration:underline;
}
a images { border-bottom:none; }
a:hover { color:#5a8b13; }
/*------------------------------------------------------------*
**  Блоки
**------------------------------------------------------------*/
#title {
	position:absolute;
	width:300px;
	left:110px;
	height:100px;
}
#header {
	height:100px;
	font-size:12px;
	background:url('../images/top.png') repeat-x;
}
#logo {
	width:395px;
	float:left;
}
#navi {
	float:right;
	height:100px;
	width:600px;
}
#navi ul li {
	float:left;
	font-size:15px;
	padding-right:30px;
	margin-top:35px;
	padding-left:20px;
	background:url('../images/nav.gif') no-repeat left center;
}
#navi ul li a {
	font-size:15px;
	color:#777;
	font-weight:bold;
	text-decoration:none;
}
#navi ul li a:hover {
	border-bottom:1px dashed;
	color:#81ad16;
}
#nv {
	color:#fff;
	height:110px;
	background:#81ad16;
}
#nv-left {
	padding-left:200px;
	background:url('../images/nv-left.png') no-repeat;
	height:110px;
	float:left;
}
#nv-right {
	height:110px;
	width:100%;
	background:url('../images/nv.png') no-repeat right;
}
#login {
	width:350px;
	float:right;
}
.cabi2 { font-size:12px; }
 .cabi 2 a {
 font-size:12px;
}
a.login {
	text-decoration:none;
	border-bottom:1px dashed;
	font-size:18px;
}
a.login-e { font-size:18px; }
#login a { color:#fff; }
#nv ul {
	float:left;
	padding-left:30px;
}
#nv ul li {
	padding-bottom:7px;
	background:url('../images/nv-b.gif') no-repeat left center;
	padding-top:3px;
	padding-left:15px;
}
#nv ul li a {
	color:#fff;
	font-size:11px;
	font-family:"Tahoma";
}
#nav {
	color:#555;
	height:30px;
	width:100%;
	padding-top:15px;
	background:#ddd;
}
#header-line {
	background:url('../images/content.jpg') repeat-x;
	margin-top:1px;
	height:10px;
}
em {
	color:#BA830D;
	font-style:normal;
}
#top {
	background:url('../images/top.jpg') repeat-x;
	overflow:hidden;
	font-size:13px;
	padding-left:10px;
}
TABLE { /*width: 100%; */
}
#right { padding-left:20px; }
#right-2 { width: 260px; }
#left {
	width:270px;
	padding-left:5px;
	background:url('../images/col-mid.gif') repeat-y;
}
#column {
	width:240px;
	padding-left:10px;
	background:url('../images/col-mid-r.gif') repeat-y;
}
#col-top-l { background:url('../images/col-top-r.gif') no-repeat; }
#col-top-r { background:url('../images/col-top-l.gif') no-repeat; }
.nr3 { background:url('../images/module-right.png') no-repeat right bottom; }
#footer {
	clear:left;
	margin-top:20px;
	padding-top:90px;
	padding-bottom:10px;
	color:#ccc;
	background:url('../images/footer.jpg') repeat-x;
	width:100%;
}
#footer a { color:#fff; }
#footer a:hover { color:#fff; }
/*------------------------------------------------------------*
**  Оформление
**------------------------------------------------------------*/

.info {
	margin-bottom:20px;
	padding-right:20px;
}
.clear { clear:both; }
h1, h2, h3, h4 { font-weight:normal; }
h1 {
	font-size:20px;
	padding-bottom:3px;
	margin-bottom:3px;
	color:#258fd2;
}
.info h1 {
	border-bottom:1px dashed #ccc;
	margin-bottom:3px;
}
/*------------------------------------------------------------*
**  Списки
**------------------------------------------------------------*/

.news {
	padding-top:10px;
	padding-left:10px;
	margin-bottom:10px;
	border-bottom:2px dashed #ddd;
	background:url('../images/module-left.png') no-repeat left bottom;
}
.info {
	margin-top:5px;
	font-size:12px;
}
li.more {
	background:url('../images/img16.gif') no-repeat;
	display:inline;
	padding-left:25px;
	margin-right:20px;
	padding-bottom:3px;
}
li.com {
	background:url('../images/img17.gif') no-repeat;
	display:inline;
	padding-left:25px;
}
li.views {
	background:url('../images/bullet-info.gif') no-repeat;
	display:inline;
	padding-left:20px;
	margin-right:20px;
	padding-bottom:3px;
}
li.fav {
	display:inline;
	padding-left:10px;
}
.top-info {
	margin-bottom:5px;
	font-size:11px;
	padding-left:10px;
}
.post-title {
	float: left;
	margin-left: 10px;
}
.news-text {
	padding-top:3px;
	padding-bottom:3px;
}
/*------------------------------------------------------------*
**  Навигация по страницам
**------------------------------------------------------------*/

.navigation {
	border: none;
	margin: 20px 0 20px 0;
}
.navigation a:link, .navigation a:visited, .navigation a:hover, .navigation a:active, .navigation span {
	display: inline-block;
	display: -moz-inline-stack;
	_overflow: hidden;
	float: left;
	width: 38px;
	height: 28px;
	vertical-align: middle;
	text-align: center;
	line-height: 28px;
	text-decoration: none;
	font-size: 11px;
	color: #000000;
	margin: 10px 3px;
}
.navigation a:hover {
	background: url(../images/nav-hover.png) no-repeat #64a3d9;
	color: #FFFFFF;
	text-align: center;
}
.navigation span { background: url(../images/nav-none.png) no-repeat #64a3d9; }
/*------------------------------------------------------------*
**  Модули
**------------------------------------------------------------*/

.module { width:200px; }
.m-top {
	width:200px;
	background:url('../images/m-top.gife') no-repeat;
	height:15px;
}
.m-bottom {
	width:230px;
	height:20px;
	background:url('../images/m-bottom.gife') no-repeat;
	border-bottom:10px solid #eee;
}
#left .m-bottom { margin-left:5px; }
.m-center {
	width:200px;
	background:url('../images/m-center.gife') repeat-y;
	padding-left:20px;
}
.m-text { padding:0px 10px 10px 0px; }
.module h1 {
	font-size:13px;
	color:#393939;
	padding-left:0px;
	padding-right:10px;
	padding-top:5px;
	height:25px;
	width:200px;
	margin-left:5px;
	font-weight:bold;
	background:url('../images/h1bg.gif') no-repeat;
	text-transform:uppercase;
	text-align:center;
}
.module h1.green { color:#555; }
ul { list-style: none; }
#column ul li {
	background: url(../images/bullet_go.png) no-repeat 2px 8px;
	padding: 5px 0px 5px 20px;
	border-bottom:1px dashed #e5e5e5;
	font-size:13px;
}
#column ul li:hover { background:#f5f5f5 url(../images/bullet_go.png) no-repeat 2px 8px; }
#column ul li:hover a { color:#555; }
#left ul li {
	background: url(../images/bullet_go.png) no-repeat 2px 8px;
	padding: 5px 0px 5px 20px;
	border-bottom:1px dashed #e5e5e5;
	font-size:13px;
}
#left ul li:hover { background:#f5f5f5 url(../images/bullet_go.png) no-repeat 2px 8px; }
#left ul li:hover a { color:#555; }
/* ==================== */

.f_textarea {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	width: 449px;
	height: 156px;
	border: 1px solid #e0e0e0;
}
.f_input {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	width: 300px;
	height: 14px;
	border: 1px solid #e0e0e0;
}
.f_select {
	color: #757575;		/* ! */
	font-size: 11px;		/* ! */
	font-family: tahoma;	/* ! */
	background-image: url(../images/dlet_field_o.gif);
	background-repeat: repeat-x;
	height: 14px;
	border: 1px solid #e0e0e0;
}
p.post-buttons {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
	margin-left:0;
	margin-bottom:20px;
	margin-top:10px;
	width:300px;
}
p.post-buttons-f {
	padding: 5px 10px;
	border: 1px solid #EFEFEF;
	background: #F9F9F9;
	margin-left:0;
	margin-bottom:20px;
	margin-top:10px;
	width:40px;
}
p.post-buttons a { color:#777; }
h1.huser { background:url('../images/huser.gif') no-repeat; }
h1.hvote {
	background:url('../images/hvote.gif') no-repeat;
	color:#555;
}
.ctitle { font-size:18px; }
/*------------------------------------------------------------*
**  Комментарии
**------------------------------------------------------------*/
#comment {
	margin-bottom:10px;
	padding-bottom:10px;
}
#comment-top { font-size:11px; }
.comment-date {
	float:left;
	padding-right:10px;
}
#comment-bottom {
	margin:5px;
	font-size:11px;
	paddding-top:5px;
	clear:left;
}
.comment-s {
	padding:10px;
	overflow:hidden;
}
#com-l {
	width:20%;
	float:left;
}
#com-r {
	width:70%;
	float:left;
}
#com {
	margin-bottom:20px;
	border-top:1px dashed #e6e6e6;
	background:url('../images/img10.gif') no-repeat left bottom;
	padding-bottom:20px;
	padding-left:10px;
}
#cat {
	float:left;
	height:50px;
	margin-right:10px;
	margin-top:3px;
	font-size:13px;
	padding-left:20px;
	padding-right:20px;
}
#cat-left {
	width:12px;
	background:url('../images/cat-left.png') no-repeat;
}
#cat-center {
	background:url('../images/cat-center.png') repeat-x;
	padding-top:15px;
	color:#fff;
}
#cat-right {
	width:12px;
	background:url('../images/cat-right.png') no-repeat;
}
em a { color:#393939; }
#rat-l {
	float:left;
	font-size:11px;
}
#rat-r {
	float:right;
	width:200px;
}
#top-login {
	float:right;
	padding:20px;
}
h1.cat {
	background:url('../images/menu-cat.png') no-repeat;
	height:45px;
	padding-left:30px;
	padding-top:25px;
}
h1.pop {
	background:url('../images/menu-popular.png') no-repeat;
	height:45px;
	padding-left:30px;
	padding-top:25px;
}
h1.vote {
	background:url('../images/menu-vote.png') no-repeat;
	height:45px;
	padding-left:30px;
	padding-top:25px;
}
a.copy {
	font-size:13px;
	color:black;
}
.logino {
	background-image:url(../images/login.gif);
	background-attachment: scroll;
	width:125px;
	height:18px;
	font-size:11px;
	font-family:tahoma;
	color:#999999;
	border:0px;
	padding-left:21px;
	padding-top:2px;
	vertical-align:middle;
	width:80px;
	height:13px;
	background-color:#eee;
	font:tahoma;
	font-size:11px;
	color:#999;
	padding-left:3px;
	padding-bottom:3px;
}
.inputo {
	width:80px;
	height:13px;
	background-color:#eee;
	font:tahoma;
	font-size:11px;
	color:#999999;
	padding-left:3px;
	padding-bottom:3px
}
.enter {
	width:17px;
	height:17px;
}
.pass {
	background-image:url(../images/pass.gif);
	background-attachment:scroll;
	background-repeat: no-repeat;
	width:125px;
	height:18px;
	font-size:11px;
	font-family:tahoma;
	color:#999999;
	border:0px;
	padding-left:21px;
	padding-top:2px;
	vertical-align:middle;
	width:80px;
	height:13px;
	background-color:#eee;
	font:tahoma;
	font-size:11px;
	color:#999;
	padding-left:3px;
	padding-bottom:3px;
}

