﻿/* __________________СТРУКТУРА САЙТА__________________ */
* {
	font-size: 100%;
	margin: 0;
	padding: 0;
	line-height: 1.4em;
}
body {
	color: #76766a;
	position: relative;
	background: #1f1f1f;
	font: 70% Verdana, Arial, Helvetica, sans-serif;
	text-align: center;
	letter-spacing: 0;
}
#container {
	background-color: #E1EDF7;
	float: left;
	display: block;
	width: 100%;
}
#topbar, #footer {
	background-color: #4963C8;
}
#topbar {
	float: left;
	display: block;
	width: 100%;
	background-image: url(/templates/default/images/topbar.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	padding: 13px 0 6px 0;
}
#topbar div {
	padding-bottom: 0;
}
#header {
	float: left;
	display: block;
	width: 100%;
	background-image: url(/templates/default/images/header.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}
#content {
	float: left;
	display: block;
	width: 100%;
	text-align: left;
}
#related {
	float: left;
	display: block;
	width: 100%;
	background-image: url(/templates/default/images/related.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
}
#footer {
	float: left;
	display: block;
	width: 100%;
	background-image: url(/templates/default/images/footer.png);
	background-position: top;
	background-repeat: repeat-x;
	text-align: left;
	padding: 13px 0 6px 0;
}
.cols01 {
	float: left;
	display: block;
	width: 280px;
	padding: 0 10px 48px 10px;
}
.cols02 {
	float: left;
	display: block;
	width: 580px;
	padding: 0 10px 48px 10px;
}
.cols03 {
	float: left;
	display: block;
	width: 880px;
	padding: 0px 10px;
}
.cols03_top {
	float: left;
	display: block;
	width: 880px;
	padding: 0px 10px 0px 130px;
	background: url(/templates/default/images/top.png) left 1px no-repeat;
}
.box01 {
	display: block;
	max-width: 900px;
	margin: 0 auto;
	clear: both;
}
#mainpic {
	width: 862px;
	clear: both;
	padding: 9px;
	margin: 0 10px;
	background: url(/templates/default/images/1x1_20pc.png) top left;
}
#mainpicinner {
	display: block;
	width: auto;
	height: 250px;
	border: 1px solid #fff;
}
.entry {
	float: left;
	width: 100%;
	clear: both;
	margin: 0;
}
.clear {
	clear: both;
}
/* __________________СТИЛИ ОСНОВНЫХ ЭЛЕМЕНТОВ__________________ */
h2, h3 {
	color: #3a3e3e;
	font: bold 1.4em Arial, Helvetica, sans-serif;
}
h2 {
	letter-spacing: -1px;
	margin-bottom: 10px;
}
h3 {
	padding: 0 0 10px 0;
	margin: 24px 0 12px 0;
	background: url(/templates/default/images/underline.png) bottom repeat-x;
}
h4 {
	font: bold 1.3em Arial, Helvetica, sans-serif;
	margin: 0 0 12px 0;
}
.entry h2 {
	padding: 6px 0 0 0;
}
.entry h2 a {
	color: #3a3e3e;
}
p {
	margin: 0 0 24px 0;
}
#topbar p, #footer p {
	margin-bottom: 12px;
}
ul {
	margin: 0 0 24px 12px;
}
img {
	float: left;
	margin: 0 12px 12px 0;
	border: 0px;
}
blockquote {
	padding: 10px 10px 1px 10px;
	margin: 0 0 24px 0;
	border-left: 10px solid #c0c0b1;
	background: #ededda;
}
a {
	color: #3a709c;
	font-weight: bold;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#topbar a {
	position: relative;
	top: 2px;
	text-decoration: underline;
}
#topbar a, #footer a {
	color: #fff;
}
#topbar p, #footer p {
	color: #fff;
}
#footer a {
	font-weight: normal;
}
.center {
	text-align: center;
}
.left {
	float: left;
	clear: both;
}
.right {
	float: right;
}
#logo a {
	color: #003389;
}
.textbkg span {
	background: #DAE6F0;
}
code {
	color: #006600;
}
.archive h3 {
	background: none;
	margin: 0 0 -7px 0;
}
/* __________________ФОРМЫ__________________ */
#topbar .field, #topbar .openid_url_sidebar {
	background: #4963C8 !important;
	color: #fff !important;
	border: none !important;
}
select {
	width: 280px;
	margin: 0;
	color: #3a3e3e;
}
select option {
	padding: 1px;
}
#searchform2 {
}
#searchform2 div {
}
#searchsubmit {
	float: right;
}
/* __________________НАВИГАЦИЯ__________________ */
#nav {
	float: left;
	position: relative;
	display: block;
	width: 100%;
	list-style: none;
	margin: 3px 0 0 0;
	padding: 0 0 7px 0;
	background: url(/templates/default/images/underline.png) bottom repeat-x;
}
#nav li {
	float: left;
	position: relative;
	display: inline;
	margin-right: 2px;
	border: 1px #E1EDF7 solid;
}
#nav li a {
	float: left;
	position: relative;
	display: inline;
	padding: 8px 10px;
	z-index: 100;
}
#nav li ul {
	display: none;
	position: absolute;
	left: -3px;
	padding: 3.45em 0 0 0;
	z-index: 90;
	margin: 0;
}
#nav li ul li {
	display: block;
	padding: 0 3px 1px 3px;
}
#nav li ul li a {
	background-color: #D6E3ED;
	color: #68685f;
	display: block;
	width: 17em;
	padding: 2px 10px;
	font-weight: normal;
}
#nav li ul li a:hover {
	border-left: 3px solid #3a709c;
	color: #3a709c;
	padding-left: 7px;
}
#nav li:hover ul {
	display: block;
}
#nav > li:hover, li.selected {
	background-color: #D6E3ED;
	border: 1px #3a709c solid !important;
}
#nav > li:hover a, li.selected a {
	color: #003389;
	text-decoration: none;
}
/* ПРОЧЕЕ */
#logo {
	margin: 32px 0 0 0;
}
#logo a {
	font: bold 2.5em Tahoma, Verdana, sans-serif;
	text-decoration: none;
	letter-spacing: 0px;
}
.textbkg span {
	padding: 0 4px 0 0;
	overflow: visible;
}
code {
	position: relative;
	left: 0;
	font: 1em "Courier New", Courier, mono;
}
.cols01 ul, .cols02 ul {
	margin: 0 0 24px 14px;
}
.cols01 ol, .cols02 ol {
	margin: 0 0 24px 21px;
}
.cols01 ul ul, .cols02 ul ul, .cols01 ol ul, .cols02 ol ul {
	margin: 0 0 0 14px;
}
.cols01 ol ol, .cols02 ol ol, .cols01 ul ol, .cols02 ul ol {
	margin: 0 0 0 21px;
}
/* _______________________ Модуль "Галерея"  _______________________ */
.mod_gal_imgcontainer {
	float: left;
	padding: 0;
	border: 1px solid #ddd;
	margin: 3px;
	background-color: #F4F4F4;
}
.mod_gal_header {
	color: #333;
	background-color: #F4F4F4;
	padding: 5px;
	border-bottom: 1px solid #ddd;
}
.mod_gal_img {
	padding: 5px;
}
.mod_gal_img img {
	margin: 0;
	padding-bottom: 5px;
}
.mod_gal_kbsize {
	color: #999;
	text-align: center;
	margin-top: 3px;
}
/* _______________________ ОСОБЫЕ СТИЛИ  _______________________ */
div.news {
	clear: both;
	height: 65px;
	margin-bottom: 3px;
}
div.news a {
	display: block;
	height: 59px;
	background-color: #D8E4ED;
	border: 3px #DCE8F2 solid;
}
div.news a:hover, #major {
	display: block;
	height: 59px;
	background-color: #CCDBE8;
	border: 3px #C7D7E3 solid;
	text-decoration: none;
}
div.news a img {
	border: 3px #fff solid;
	margin: 3px !important;
	height: 50px;
	width: 50px;
}
img.news {
	border: 3px #fff solid;
	margin: 0px 10px 10px 0px;
	float: left;
}
h3.newstitle {
	display: inline-table;
}