/* Reset styles */

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
	margin:0;
	padding:0;
	border:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
}

a img {
	border:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

ol, ul {
	list-style:none;
}

q:before, q:after, blockquote:before, blockquote:after {
	content:"";
}

/* Site styles */

body {
	font:0.7em Verdana;
	color:#000;
	background:#f0eddc url("images/bg.png") repeat-x top;
}

a {
	text-decoration:none;
	color:#4a4a63;
}

a:hover {
	text-decoration:underline;
}

/* Titles */

h1 {
	font:normal 1.8em Verdana;
	margin-bottom:10px;
	color:#4a4a63;
}

h2 {
	font:normal 1.8em Verdana;
	margin-bottom:20px;
}

h4 {
	font-weight:normal;
}

/* Form elements */

.text, textarea {
	border:1px solid #b1b0a7;
	background:none;
	font:1em Arial;
	padding:2px 1px;
}

select {
	border:1px solid #b1b0a7;
	background:none;
	font:1em Arial;
}

.button {
	background:#4a4a63;
	border:0;
	padding:5px;
	font:1em Arial;
	color:#fff;
	cursor:pointer;
}

/* Structure */

.wrapper {
	width:990px;
	margin:0 auto;
}

.wrapper:after {
	clear:both;
	display:block;
	content:"";
}

.container {
	width:100%;
	float:left;
	margin-right:-275px;
	margin-top:15px;
}

/* Header */

.header {
	position:relative;
	height:183px;
	/*margin:0 0 14px;*/
}

	/* Top navigation */

	.topnav {
		height:29px;
		padding:11px 3px 0;
		margin:0 0 92px;
	}
	
		.topnav li {
			float:right;
			padding-right:12px;
		}
		
			.topnav img {vertical-align:top;}
	
	.logo {
		position:absolute;
		top:59px;
		left:20px;
	}
	
	.slogan {
		position:absolute;
		color:#fff;
		right:300px;
		top:95px;
	/*	right:18px;
		top:100px;*/
		font-size:1.3em;
	}
	
	/* Menu */
	
	.menu {
		background:#afafaf;
		overflow:hidden;
	}
	
		.menu li {
			float:left;
			margin-right:30px;
		}
		
			.menu li a{
				background:#afafaf;
				color:#fff;
				font:1.25em/48px Verdana;
				display:block;
				padding:3px 20px 0;
			}
			
			.menu li a:hover {
				color:#4a4a63;
				font:1.25em/48px Verdana;
				display:block;
				
				text-decoration:none;
				
				background:#ffffff;
		
			}
	
/* Content */

.content {
	margin-right:275px;
	padding:20px 0 0 15px;
	overflow:hidden; display:block; width:700px; 
}

.content:after {
	clear:both;
	content:"";
	display:block;
}

	/* News */

	.date {
		color:#4a4a63;
		margin-bottom:15px;
	}
	
	.news {
		overflow:hidden;
		padding:0 0 30px;
		border-bottom:1px solid #afafaf;
		margin:0 0 25px;
	}
	
		.news p {margin-bottom:15px;}
		
		.imgleft {
			float:left;
			margin-right:15px;
		}
		
		/* Related news */
	
		.related-news {
			float:right;
			width:200px;
			padding:0 0 0 15px;
		}
		
			.related-news .title {
				font:normal 1.5em Arial;
				color:#4a4a63;
				margin-bottom:15px;
			}
			
			.related-news dl {
				display: inline-block;
				margin-bottom:10px;
				overflow:hidden;
			}
			
				.related-news dt {
					float:left;
					margin-right:10px;
				}
				
				.related-news dd {
					width:140px;
					/*display:table;*/
					font-size:0.9em;
					font-family:Tahoma;
					color:#78766e;
				}
				.related-news DT img{
					FLOAT: left;
				}
				
					.related-news a {color:#78766e;}
	
	/* New comment */
	
	.new-comment {
		margin:0 0 40px;
	}
	
		.new-comment a {
			float:right;
			background:#4a4a63;
			padding:8px 10px;
			color:#fff;
		}
		.new-comment a:hover {background:#777787;text-decoration:none;}
		
		.new-comment .title {
			font:normal 1.5em/2em Arial;
			color:#4a4a63;
		}
		
	/* Comment */
	
	.c-tree .c-tree {
		margin-left:20px;
	}
	
	.comment {
		background:#e0dccd;
		padding:12px 20px;
		overflow:hidden;
		margin:0 0 10px;
	}
	
		.comment dt {
			float:left;
			margin-right:15px;
		}
		
		.comment dd {
			display:table;
		}
		
			.comment-head {margin-bottom:2px;}
			
			.comment-footer {
				padding:15px 0 3px;
			}
			
				.comment-footer a {
					background:#383851;
					border:1px solid #979196;
					font-size:0.9em;
					color:#fff;
					padding:2px 10px;
				}
				.comment-footer a:hover {
					background:#575767;
					text-decoration:none;
					border:1px solid #878186;
				}
	
	/* Category name */
	
	.category-name {
		font:normal 2.2em Verdana;
		margin-bottom:20px;
	}
	
	/* Preview */
	
	.preview {
		overflow:hidden;
		border-bottom:1px solid #afafaf;
		padding:0 0 25px;
		margin:0 0 25px;
		width:100%;
	}
	
		.preview dt {
			float:left;
			margin-right:25px;
		}
		
		.preview dd {
			display:table;
		}
		
			.com-count {
				padding:15px 0 0;
			}
	
	/* Registration */
	
	.reg {
		padding:30px 0;
	}
	
		.reg p {margin-bottom:3px;}
	
		.reg fieldset {
			overflow:hidden;
			padding:0 0 20px;
		}
		
			.reg .col {
				float:left;
				width:330px;
				padding-right:20px;
			}
			
			.reg .text {
				width:326px;
			}
	
	/* Flash block */

	.flash {margin:-20px 0 15px;}
		.flash img {vertical-align:top;}
	
/* Left content column */

.leftcol {
	float:left;
	width:446px;
}

	/* Block */

	.block {
		margin:0 0 15px;
		background:#fff;
	}
	
		.category {
			background:#4a4a63;
			color:#fff;
			font:normal 1.8em Verdana;
			padding:25px 20px 20px;
		}
		
		/* Intro */
		
		.intro {
			margin-bottom:10px;
			position:relative;
		}
		
			.intro .title {
				position:absolute;
				bottom:20px;
				left:0;
				background:#4a4a63;
				padding:7px 5px 7px 16px;
				color:#fff;
				font-family:Arial;
			}
			
			.intro img {vertical-align:top;}
		
		.shortnews {
			border-bottom:1px solid #ddd;
			padding:7px 16px;
		}
		
		.more-articles {
			padding:15px 16px;
		}
	
/* Rigght content column */

.rightcol {
	width:240px;
	float:right;
}

	/* Person */

	.person {
		margin-bottom:15px;
		position:relative;
	}
	
		.person img {vertical-align:top;}
		
		.person .title {
			background:#4a4a63;
			color:#fff;
			font:normal 1.8em Verdana;
			position:absolute;
			padding:9px 5px 9px 8px;
			left:0;
			top:23px;
		}
	
	/* Trands */
	
	.trands {
		margin:0 0 15px;
		background:#fff
	}
	
		.trands .title {
			text-align:center;
			color:#4a4a63;
			font:normal 1.8em Verdana;
			padding:25px 20px 20px;
		}
		
		.trands ul {
			overflow:hidden;
		}
		
			.trands li {
				float:left;
			}
			
				.trands img {
					vertical-align:top;
					opacity:0.6;
					filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
				}
				
				.trands a:hover img {
					opacity:1;
					filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100);
				}
	
	/* Gallery */
	
	.gallery {
		margin:0 0 15px;
		background:#fff
	}
	
		.gallery .title {
			color:#4a4a63;
			font:normal 1.8em Verdana;
			padding:25px 20px 20px;
		}
	
		.gallery img {vertical-align:top;}

	/* Vote */
	
	.vote {
		margin:0 0 15px;
		background:#fff;
		padding:0 10px;
	}
	
		.vote .title {
			color:#4a4a63;
			font:normal 1.8em Verdana;
			padding:25px 20px 20px;
			margin:0 -10px;
		}
		
		.vote .question {margin-bottom:15px;}
		
		.vote-footer {
			margin:0 -10px;
			padding:20px 0 0;
		}
		
			.vote-button {
				width:120px;
				text-align:center;
				font:normal 1.5em Arial;
				color:#fff;
				background:#777787;
				border:none;
				cursor:pointer;
				padding:3px 0;
			}
	
			.result-button {
				width:120px;
				text-align:center;
				font:normal 1.5em Arial;
				color:#4a4a63;
				background:#cfcfcf;
				padding:3px 0;
				border:none;
				cursor:pointer;
			}
	
	/* Tags cloud */
	
	.tagscloud {
		margin:0 0 15px;
		background:#fff;
		padding:0 20px 15px;
	}
	
		.tagscloud .title {
			color:#fff;
			font:normal 1.8em Verdana;
			padding:25px 20px 20px;
			margin:0 -20px 10px;
			background:#afafaf;
		}
		
		.tagscloud a {color:#000;}
		
		.tagscloud p {text-align:justify;}
		
			.tag1 {font-size:xx-small;}
			.tag2 {font-size:x-small;}
			.tag3 {font-size:small;}
			.tag4 {font-size:normal;}
			.tag5 {font-size:large;}
			.tag6 {font-size:x-large;}
			.tag7 {font-size:xx-large;}
	
/* Right column */

.rightside {
	width:240px;
	padding:40px 15px 0 0;
	float:right;
	clear:right;
}
.rightsidemain {
	width:240px;
	padding:15px 15px 0 0;
	float:right;
}

	/* Login */

	.login {
	/*
		background:#4a4a63;
		color:#fff;
		padding:30px 19px 0;
		font:1.1em Arial;
		min-height:241px;
		height:auto !important;
		height:241px;
		margin:0 0 15px;
	*/	
		width:228px;
		POSITION: absolute; 
		TOP: 52px;
		right:22px;

	}
	
		.login .title {
			text-transform:uppercase;
			margin-bottom:30px;
			font-size:1.1em;
		}
	
		.login a {
			color:#fff;
			text-decoration:underline;
		}
		
		.login a:hover {text-decoration:none;}
		
		.login .text {
			background:#fff;
			border:1px solid #989898;
			padding:1px;
			font:1em Arial;
			color:#8f8f8f;
			/*width:198px;*/
			width:120px;
		}
		
		.login p {
			/*margin-bottom:5px;*/
			margin-bottom:0px;			
		}
		
		.login-button {
			/*float:right;*/
			border:none;
			background:url("images/login-button2.gif") no-repeat;
			width:24px;
			height:24px;
			cursor:pointer;
			margin-left:7px;
		}
		
		.login .right {float:right;}
	
	/* Banner block */
	
	.ad-btn {margin:0 0 15px;}
	
		.ad-btn img {vertical-align:top;}
	
	/* Comments */
	
	.comments {
		background:#fff;
		margin-bottom:15px;
	}
	
		.comments .title {
			background:#afafaf;
			color:#fff;
			font:normal 1.8em Verdana;
			padding:25px 20px 20px;
		}
		
		.last-comment-head {
			border-top:1px solid #afafaf;
			padding:20px;
			overflow:hidden;
		}
		
			.last-comment-head dt {
				float:left;
				margin-right:20px;
			}
			
			.last-comment-head dd {
				display:table;
				padding:13px 0 0;
			}
		
		.last-comment {padding:0 20px 25px;}
			.last-comment p {margin-bottom:15px;}
	
/* Footer */

.footer {
	background:#afafaf;
	color:#575757;
	clear:both;
}

	.footer .ins {
		width:954px;
		margin:0 auto;
		padding:40px 18px 30px;
		overflow:hidden;
	}
	
		.c-block {
			float:right;
			margin:-17px 0 0;
		}

/* */
.img-left {
    FLOAT: left; MARGIN-RIGHT: 15px;
}
.img-right {
    MARGIN-LEFT: 15px;
}

/* Навигация */
#ditto_pages {
	margin-left:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	padding: 1em 1em 2em 0;
	list-style: none;
	clear: both;
	}

	#ditto_pages li {
		float: left;
		border: 1px solid #cccccc;
		color: #666;
		width:15px;
		height:15px;
		margin-right:2px;
		text-align:center;
	}
	
	#ditto_pages li.selected {
		float: left;
		border: 1px solid #afafaf;
		background-color:#afafaf;
		color: #ffffff;
		width:15px;
		height:15px;
		margin-right:2px;
		text-align:center;
		font-weight:bold;
	}

	
	#ditto_pages a {
		color: #666;
		text-decoration:none;
	}
	#ditto_pages em {
		font-weight: bold;
		font-style: normal; 
		color: #fff;
		background: #e60000;
		border: 1px solid #e60000;
	}

/*Login */
.logged{
	background-color:#4a4a63; padding: 10px 10px 15px 10px; 
	/*word-wrap: break-word;*/
	    POSITION: absolute;
		TOP: 79px;
		right:8px;

}
.logged2{
position:relative;
float:left;
}
.logged3 {
position:relative;
float:left;
width:45px;
height:16px;
background-color:#afafaf;
padding-left:5px;
padding-top:2px;
vertical-align:bottom;
margin-top:5px;
}
.logged2 a{
	font-size:18px; color:#979bdf; text-decoration:underline; padding-right:10px;
}

.logged3 a{
	color:#000000; 
	/*text-decoration:underline;*/
	text-transform:uppercase;
	font-size:10px;
}
.logged3 a:hover{
	text-decoration:none;
}


.add-comment{
	margin-top:5px;
}


div.remember{
height:23px;
float:left;
margin-left:4px;
}
div.remember label{
color:#FFFFFF;
}