/* reset */
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, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	background:#fff;
	font-family: Verdana,sans-serif;
	font-size: 62.5%;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html { font-size:100.01% }


/* header part */

.wrapper {
	clear: both;
	max-width: 1250px;
	max-width: 994px;
	margin: 0 auto;
}
* html .wrapper {	/* ie6 hook */
	width: expression((window.innerWidth ? window.innerWidth : (document.documentElement.clientWidth ? document.documentElement.clientWidth : document.body.offsetWidth)) > '1014'?'967px':'100%');
}

.header {
	font-family: Verdana,sans-serif;
	background: transparent url(img/header-gradient.gif) repeat-x scroll 0 0;
}

.simplenav {
	font-family: Verdana,sans-serif;
	font-size: 11px;
	width: 740px;
	margin: auto;
}
	.simplenav li{
			float: left;
	}
	.simplenav a:link,
	.simplenav a:visited,
	.simplenav a:hover,
	.simplenav a:active {
		margin: 3px 9px 4px;
		padding: 3px 9px 4px;
		color:#4E9BBF;
		font-size:12px;
		font-weight:bold;
		text-decoration: none;
	}

	.simplenav a.active:link,
	.simplenav a.active:visited,
	.simplenav a.active:hover,
	.simplenav a.active:active {
		text-decoration: underline;
	}

	.simplenav a:hover{
		background-color: #4E9BBF;
		color: white;
	}

	.simplenav a.disabled:link,
	.simplenav a.disabled:visited,
	.simplenav a.disabled:hover,
	.simplenav a.disabled:active {
		color: #888;
		cursor: text;
	}
	.simplenav a.extra:link,
	.simplenav a.extra:visited,
	.simplenav a.extra:hover,
	.simplenav a.extra:active {
		color:#BF5B4E;
		text-decoration: underline;
	}


/* footer part */

.footer {
	clear: both;
	font-family: Verdana,sans-serif;
	margin: 0 0 0;
	padding: 1.5em 2ex;
	background-color: #eee;
}
	.footer_links {
		float: left;
		clear: left;
		font-size: .9em;
		padding: 0 0 .5em;
		width: 100ex;
	}
		.footer_h1 {
			float: left;
			width: 16ex;
			color: #565656;
			clear: both;
		}
	.counters {
		float: right;
		width: 240px;
	}
		.counters-container {
			float: left;
			width: 120px;
		}

	.footer a:link,
	.footer a:active,
	.footer a:visited {
		color: #445AB9;
		text-decoration: none;
	}
	.footer a:hover {
		color: #E03434;
		text-decoration: underline;
	}

	.copyrights {
		clear: both;
		margin: 2em 0 0;
		font-size: .9em;
		width: 100ex;
	}
		.copyrights a:link, .copyrights a:active, .copyrights a:visited{
			color: black;
		}


.separate-column {
	width: 230px; 
/*	background-color: #eee; */
	vertical-align: top;
}
.separate-column-container {
/*	width: 230px;
	background-color: #fff;
	float: right;
	clear: both;*/
	margin: 0 0 1em; 
}
	.separate-column-padding {
		clear: both;
		padding: 10px;
	}
	.separate-column-container-title, .poll-question {
		margin-bottom: .5em;
/*		color: #E03434;*/
		color: #4E9BBF;
		font: bold .85em Tahoma, sans-serif;
	}
		.separate-column-container-title a:link,
		.separate-column-container-title a:visited,
		.separate-column-container-title a:hover,
		.separate-column-container-title a:active {
/*			color: #E03434;*/
			color: #4E9BBF;
			padding: 0;
			background: none;
			text-decoration: none;
		}
		.separate-column-container-title a:hover {
			text-decoration: underline;
		}




/* for content */
#centercol p{
	margin:0 0 1.3em 1em;
}
.content-title{
	color:#F58220;
	text-decoration:none;
}

.news-lenta{
	margin-bottom: 2em;
}
.note {
	clear: both;
	border: 1px solid rgb(221, 221, 221); 
	margin: 10px; padding: 20px; 
	background: rgb(243, 243, 243) none repeat scroll 0% 0%; 
	-moz-border-radius-bottomleft: 3px; 
	-moz-border-radius-bottomright: 3px; 
	-moz-border-radius-topleft: 3px; 
	-moz-border-radius-topright: 3px;
}


/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
/* End Images */

/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}
	
.screen-reader-text {
     position: absolute;
     left: -1000em;
}

hr {
	display: none;
	}

a img {
	border: none;
	}


/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */
