html, body { 
	margin: 0; 
	padding: 0;
	color: #333;
	font-size: 13px;
	font-family: Tahoma, Arial;
	line-height: 1.5;
	width: 100%;
    height: 100%;
	background: #F1F4F9 url(/images/cloud.jpg) repeat-x;
}
/******	ссылки *****************/
a {color: #2065b8; text-decoration: none;}
a:hover {text-decoration: underline;}

a img {border: none;}

/******	контент *****************/
p {text-align: none;}

#container {
	margin: 11px auto;
	width: 95%;
	min-width: 1046px;
	max-width: 1450px;
	border-radius: 30px;
	-moz-border-radius: 30px; /* Firefox */
	-webkit-border-radius: 30px; /* Safari, Chrome */
	-khtml-border-radius: 30px; /* KHTML */
	background: url(/images/container-bg.png) repeat;
	padding: 6px;
	box-shadow: 0 0 5px #999;
	-moz-box-shadow: 0 0 5px #999; /* Firefox */
	-webkit-box-shadow: 0 0 5px #999; /* Safari, Chrome */
	-khtml-box-shadow: 0 0 5px #999; /* KHTML */
}
#container-center {
	border-radius: 30px;
	-moz-border-radius: 30px; /* Firefox */
	-webkit-border-radius: 30px; /* Safari, Chrome */
	-khtml-border-radius: 30px; /* KHTML */
	border: 2px solid #fff;
	padding: 15px;
}

.clear:after { content: "."; display: block; clear: both; margin: 0px; padding: 0px; height: 0; visibility: hidden; }
.pad30 {display: block; padding: 15px 0;}
.pad20 {display: block; padding: 10px 0;}
.pad10 {display: block; padding: 5px 0;}

ul, li {list-style-type: none;}

h1 {
	font-size: 24px;
	font-weight: normal;
	color: #ec1213;
	text-align: center;
}
h2 {
	color: #e74535;
	font-family: Tahoma;
	font-size: 20px;
	font-weight: normal;
	display: inline-block;
}
h3 {
	font-size: 18px;
	font-weight: normal;
	color: #e74535;
	margin-bottom: 10px;
}
input[type="submit"] {
	background: #79a1c6;
	padding: 4px 12px;
	border: 0;
	cursor: pointer;
	color: #fff;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	font-size: 11px;
	font-weight: bold;
	font-family: Arial;
}
input[type="text"], input[type="password"]{
	background: #fff; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #f3f3f3,  #ffffff); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3,  #ffffff); /* IE10+ */
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	padding: 5px;
	font-size: 11px; 
	color: #666;
	margin:0;
}
input[type="checkbox"] {vertical-align: middle;}

a#all {
	font-size: 10px;
	text-transform: uppercase;
	color: #999;
	background: url(/images/all-bg.gif) left no-repeat;
	padding-left: 20px;
	display: inline-block;
	margin-left: 30px;
}
.separate {margin: 20px 0 0 0; border-bottom: 2px solid #EBECEC;}

/******	меню *****************/
.menu {
	position: relative;
	z-index: 20;
	background: url(/images/menu.png) no-repeat;
	width: 700px;
	height: 50px;
	margin-top: -33px;
}
.menu a {
	display: inline-block;
	margin: 6px 14px;
	font-size: 13px;
	text-shadow: 1px 1px 1px #fff;
}

/******	шапка *****************/
.header {
	position: relative;
	z-index: 10;
	margin-top: -32px;
	margin-left: -16px;
	padding: 20px;
	width: 99%;
	border-radius: 30px 30px 0 0;
	-moz-border-radius: 30px 30px 0 0; /* Firefox */
	-webkit-border-radius: 30px 30px 0 0; /* Safari, Chrome */
	-khtml-border-radius: 30px 30px 0 0; /* KHTML */
}
.header#img {background: url(/images/header.png) no-repeat;}
.header#img1 {background: url(/images/header1.png) no-repeat;}
.header#img2 {background: url(/images/header2.png) no-repeat;}

#logo img {margin-top: 3px;}

/******	поиск *****************/
.search {
	float: right;
	width: 280px;
	text-align: right;
}
.search h3 {
	color: #4980b4;
	font-size: 14px;
	margin:0;
	font-weight: bold;
	padding: 5px 0 10px 0;
}
.search input[type="text"] {
	background: #fff; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #f3f3f3,  #ffffff); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3,  #ffffff); /* IE10+ */
	border: 1px solid #c1c1c1;
	border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px; /* Firefox */
	-webkit-border-radius: 5px 0 0 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px 0 0 5px; /* KHTML */
	padding: 5px;
	font-size: 11px; 
	font-weight: bold;
	color: #d4d4d4;
	width: 200px;
	margin:0;
}
.search input[type="text"]:focus {color: #666;}

.search input[type="submit"] {
	background: url(/images/submit.gif) no-repeat;
	width: 26px;
	height: 25px;
	border: 0;
	cursor: pointer;
	margin: 0;
	font-size: 12px;
	border-radius: 0;
	-moz-border-radius: 0; /* Firefox */
	-webkit-border-radius: 0; /* Safari, Chrome */
	-khtml-border-radius: 0; /* KHTML */
	float: right;
}
.search span {
	font-size: 10px;
	color: #a0b4c7;
	display: block;
	margin: 10px 0 0 0;
	text-shadow: 0 0 2px #fff;
}

/******	алфавитка *****************/
.alphabet {
	font-size: 14px;
	color: #4f79b4;
	background: #efefef url(/images/gray-bg.png) repeat;
	border: 1px solid #d2d2d2;
	box-shadow: 0 0 3px #fff inset;
	-moz-box-shadow: 0 0 3px #fff inset; /* Firefox */
	-webkit-box-shadow: 0 0 3px #fff inset; /* Safari, Chrome */
	-khtml-box-shadow: 0 0 3px #fff inset; /* KHTML */
	border-radius: 5px;
	-moz-border-radius: 10px; /* Firefox */
	-webkit-border-radius: 10px; /* Safari, Chrome */
	-khtml-border-radius: 10px; /* KHTML */
	padding: 5px 15px;
}
.alphabet a {
	color: #666;
	display: inline-block;
	padding: 3px 6px;
	font-size: 12px;
}
.alphabet a:hover, .alphabet a#active_a {
	color: #fff;
	background: #6890be;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	text-decoration: none;
}	
#alphabet-shadow-left {
	background: url(/images/alphabet-shadow-left.png) left no-repeat;
	display: inline-block;
	width: 22%;
}
#alphabet-shadow-center {
	background: url(/images/alphabet-shadow-center.png) repeat-x;
	display: inline-block;
	width: 56%;
}
#alphabet-shadow-right {
	background: url(/images/alphabet-shadow-right.png) right no-repeat;
	display: inline-block;
	width: 22%;
}

/******	календарь *****************/
.calendar {
	text-align: center;
	font-size: 11px;
	text-shadow: 1px 1px 1px #fff;
}
.calendar-top {
	background: url(/images/calendar-top.jpg) no-repeat;
	height: 52px;
	width: 100%;
}
.calendar-center {
	background: url(/images/calendar-bottom.jpg) bottom no-repeat;
	padding: 10px 15px 25px 15px;
	margin:0;
}
.calendar h3 {
	font-size: 24px;
	font-family: Verdana;
	color: #295d95;
	margin:0 0 10px 0;
	padding:0 0 10px 0;
	background: url(/images/separate.jpg) bottom no-repeat;
	font-weight: bold;
}
.calendar-center div {margin: 10px 0;}
#olding {
	background: url(/images/olding.png) center no-repeat;
	width: 120px;
	height: 23px;
	margin-top: -43px;
	position: relative;
	z-index: 15;
}
.calendar ul {margin:0; padding:0;}
.calendar h4 {
	padding: 10px 0 0 0;
	margin: 0;
	font-weight: normal;
	font-size: 13px;
}
.calendar-year {
	position:relative;
	border:0px solid #acacac;
	font-weight: bold;
	color: #999;
}
.calendar li {margin: 8px 0; color: #999;}

/******	меню 1 *****************/
.sidebar-menu {margin: 20px 0;}
.sidebar-menu a {
	background: url(/images/icon.gif) top left no-repeat;
	padding: 1px 0 10px 40px;
	display: block;
	font-size: 13px;
	font-weight: bold;
	color: #618bbc;
	margin: 4px 0 10px 0;
	border-bottom: 1px dotted #d1d1d1;
}
.sidebar-menu a span {
	font-size: 10px;
	font-weight: normal;
	color: #618bbc;
	display: block;
}
.sidebar-menu a:hover {
	text-decoration: none; 
	color: #e74535;
	background: url(/images/icon-active.gif) top left no-repeat;
}
.sidebar-menu a#active-menu {
	color: #e74535;
	background: url(/images/icon-active.gif) top left no-repeat;
}

/******	меню 2 *****************/
.sidebar h2 {
	font-size: 16px;
	font-weight: normal;
	display: block;
}
.sidebar-menu-2 a {
	display: block;
	color: #164e8e;
	line-height: 20px;
}
.sidebar-menu-2 span {
	border-bottom: 1px dotted #d1d1d1;
	display: block;
	margin: 5px 0;
}
/******	список самолетов *****************/
.airplanes span {
	border-bottom: 1px dotted #d1d1d1;
	display: block;
	margin: 5px 0;
}


/******	авторизация *****************/
.authorization {
	margin: 20px 0;
	font-family: Arial;
	font-size: 11px;
}
.authorization-top, .photo-top {
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0; /* Firefox */
	-webkit-border-radius: 5px 5px 0 0; /* Safari, Chrome */
	-khtml-border-radius: 5px 5px 0 0; /* KHTML */
	background: #4974b1; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#4974b1', endColorstr='#84abcb'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#4974b1), to(#84abcb)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #4974b1,  #84abcb); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #4974b1,  #84abcb); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #4974b1,  #84abcb); /* IE10+ */
	margin:0;
	text-align: center;
	font-size: 14px;
	color: #fff;
	padding: 8px;
	border-bottom: 1px solid #507baf;
}
.authorization-center, .photo-center {
	background: #efefef url(/images/gray-bg.png) repeat;
	border-top: 1px solid #fff;
	border-left: 1px solid #d2d2d2;
	border-right: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
	box-shadow: 0 0 3px #fff inset;
	-moz-box-shadow: 0 0 3px #fff inset; /* Firefox */
	-webkit-box-shadow: 0 0 3px #fff inset; /* Safari, Chrome */
	-khtml-box-shadow: 0 0 3px #fff inset; /* KHTML */
	border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px; /* Firefox */
	-webkit-border-radius: 0 0 5px 5px; /* Safari, Chrome */
	-khtml-border-radius: 0 0 5px 5px; /* KHTML */
}
.authorization-center {padding: 10px;}
.photo-center {padding: 10px 10px 20px 10px;}
.other-photo {margin-top: -30px; line-height: 20px;}
.sidebar-shadow, .photo-shadow {
	background: url(/images/calendar-shadow.png) no-repeat;
	width: 254px;
	height: 17px;
}
.authorization input[type="submit"] {float: right;}
.authorization a {
	clear: both;
	display: block;
	margin: 3px 0;
}
.authorization span {
	color: #666;
	font-size: 10px;
	display: block;
	margin: 10px 0;
}
.authorization ul {margin:15px 0 5px 0; padding:0;}

/******	другие проекты *****************/
.other-projects {margin-bottom: 30px;}
.other-projects a {
	font-size: 13px;
	font-weight: bold;
	color: #618bbc;
	display: block;
	margin: 10px 0;
}

/******	Новые материалы *****************/
.new {
	font-size: 14px;
	color: #aaa;
	margin-bottom: 15px;
}
.new a {color: #333;}
.new .post {margin: 0 0 7px 0;}
.new span {display: inline-block; margin-right: 15px;}

/******	Избранное *****************/
.favorites a {
	font-size: 14px;
	color: #6890be;
	line-height: 21px;
}

/******	Случайная биография, статья *****************/
.biography .post {
	margin:0;
	font-size: 11px;
	color: #666;
}
.biography img {
	float: right;
	height: 100px;
	margin-left: 10px;
}
.biography h4 a, .article h4 {
	color: #2065b8;
	font-weight: normal;
	font-size: 14px;
}
.biography h4 {
	margin: 0 0 5px 0;
	padding:0;
}
.biography span, .article span {
	display: block;
	font-size: 11px;
	margin: 10px 0;
}
.biography span a, .article span a {color: #ee5e4f;}
.article {font-size: 11px; color: #666;}
.article  h4 {margin: 0 0 10px 0; padding:0;}
.article img {
	float: left;
	margin-right: 20px;
	height: 70px;
}

/******	Новости *****************/
td.news {padding-right: 30px;}
.news .post {
	margin: 5px 0 25px 0;
	font-size: 11px;
	color: #666;
}
.news img {
	float: left;
	margin-right: 15px;
	margin-top: 2px;
	width: 95px;
	height: 70px;
}
.news h4 a {
	font-size: 14px;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin-left: 110px;
}
.news h4 a:hover {
	text-decoration: none;
	color: #e74535;
}
.news h4 {
	margin:0 0 5px 0;
	padding: 0;
	font-weight: normal;
}
.news span {
	color: #aaa;
	display: block;
	font-size: 11px;
	background: url(/images/date.gif) left no-repeat;
	padding: 2px 0 2px 20px;
	margin: 2px 0 2px 110px;
}
.news .post p, .biography .post p, .article .post p {
	text-indent: 0;
}

/******	Фото *****************/
.photo {text-align: center;}
.photo img {
	box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999; /* Firefox */
	-webkit-box-shadow: 0 0 8px #999; /* Safari, Chrome */
	-khtml-box-shadow: 0 0 8px #999; /* KHTML */
	width: 180px;
	padding: 5px;
	background: #fff;
}
.photo a {
	display: block;
	margin: 5px 0;
	color: #333;
}

/******	footer *****************/
.footer {
	margin: 0 auto;
	width: 100%;
	min-width: 1046px;
	background: url(/images/footer.jpg) right bottom no-repeat;
	margin-top: -280px;
	z-index: -10;
	position: absolute;
	font-size: 12px;
}
.footer-top {
	padding-top: 280px;
	padding-right: 0;
	padding-bottom: 15px;
	padding-left: 4%;
}
.footer-top a {
	display: inline-block;
	margin: 0 16px 0 0;
	color: #164e8e;
	font-weight: bold;
}
.footer-bottom {
	padding-bottom: 15px;
	padding-left: 4%;
}
.footer-bottom img {margin: 15px 10px 0 0;}

/**********************/
td.content {padding: 0 0 0 25px;} 
.image_title {text-align: center; color: #666;}

/******	Социалки *****************/
.social {
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	text-align: center;
	padding: 12px;
	margin: 15px 0;
}
.social h4 {
	color: #2065b8;
	font-size: 14px;
	margin:0 0 15px 0;
	padding:0;
}

/******	Похожие материалы *****************/
.related ul {
	margin:0;
	padding:0;
}
.related ul li {
	list-style-image: url(/images/marker.png);
	list-style-position: inside;
	margin: 5px 0;
}
.related ul li a {
	color: #164e8e;
}

/***** Изображения *****************/
.alignleft {float: left; margin: 20px 20px 20px 0;}
.alignright {float: right; margin: 20px 0 20px 20px;}
.entry img, .entry-desc img {
	border: 5px solid #fff;
	box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999; /* Firefox */
	-webkit-box-shadow: 0 0 8px #999; /* Safari, Chrome */
	-khtml-box-shadow: 0 0 8px #999; /* KHTML */
}

/***** Статья *****************/
.breadcrumbs {
	margin: 10px 0;
	padding: 3px 0;
	border-top: 2px solid #EBECEC;
	border-bottom: 2px solid #EBECEC;
	color: 666;
	font-size: 11px;
	font-family: Arial;
}
.breadcrumbs img {vertical-align: middle;}
.breadcrumbs a {text-decoration: underline;}
.breadcrumbs a:hover {text-decoration: none;}

.entry, .entry-desc {font-size: 14px; margin-bottom: 25px;}
.entry ul {margin: 0; padding: 0 0 0 10px;}
.entry ul li {list-style-type: disc;}
.entry ol li {list-style-type: decimal;}
.entry h4 {margin: 10px 0;}
.entry a,
.entry-desc a {
	text-decoration: underline;
}
.entry a:hover,
.entry-desc a:hover {
	color: #E74535;
	text-decoration: none;
}

.tag {
	background: url(/images/tag.gif) left no-repeat;
	padding: 3px 0 3px 30px;
	margin: 15px 0;
}
.tag span {
	color: #618bbc;
	font-weight: bold;
}
.tag a {
	font-style: italic;
	color: #333;
	font-family: Arial;
}


/***** Комментарии *****************/
h3#reply-title {font-size: 14px; margin-top: 20px;}
.add-comment span {font-size: 11px;}
td.comment-form-author {width: 40px;}
.comment-meta {font-size: 10px; color: #999;} 
.comment-body p {padding: 5px 0; margin: 0;}
ol.commentlist {margin:0; padding:0;}
.commentlist li {margin: 15px 0;}
.comment-author {
	font-weight: bold;
	font-size: 14px;
	color: #618bbc;
}
.comment-body {
	font-style: italic;
	font-family: Arial;
	color: #666;
	background: #efefef;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	padding: 5px 10px;
}
.reply {text-align: right;}
.reply a {
	color: #ccc;
	font-style: normal;
	font-size: 11px;
	font-family: Tahoma;
	background: url(/images/reply.gif) left no-repeat;
	padding-left: 20px;
}
.reply a:hover {
	text-decoration: none;
	color: #2065B8;
}
.comment-left {
	float: left;
	width: 12%;
}
.comment-right {
	background: url(/images/comment-bg.gif) 0 10px no-repeat;
	padding-left: 9px;
	float: right;
	width: 85%;
}
.comment-awaiting-moderation {
	color: red;
	font-size: 11px;
	clear: both;
	text-align: right;
}

/***** Таблицы *****************/
.category-table h3 {text-align: center;}
.category-table table, .entry table {
	width: 100%;
	*border-collapse: collapse;
    border-spacing: 0;
	font-size: 12px;
}
.entry td {
	padding: 5px;
    border-bottom: 1px solid #ddd; 
	text-align: center;
}
.category-table td, .category-table th {
    padding: 10px;
    border-bottom: 1px solid #ddd; 
	text-align: center;
}
.entry thead td {font-weight: bold;}
.category-table tbody tr:nth-child(even), .entry tbody tr:nth-child(even) {
    background: #E9E9E9;  
}
.category-table th, .entry thead td {
	color: #fff;
    border-bottom: 1px solid #ccc;
    background-color: #4B75B1;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#4B75B1), to(#83AACB));
    background-image: -webkit-linear-gradient(top, #4B75B1, #83AACB);
    background-image:    -moz-linear-gradient(top, #4B75B1, #83AACB);
    background-image:     -ms-linear-gradient(top, #4B75B1, #83AACB);
    background-image:      -o-linear-gradient(top, #4B75B1, #83AACB); 
    background-image:         linear-gradient(top, #4B75B1, #83AACB);
}
.category-table th:first-child, .entry thead td:first-child {
    border-radius: 6px 0 0 0;  
	-moz-border-radius: 6px 0 0 0; /* Firefox */
	-webkit-border-radius: 6px 0 0 0; /* Safari, Chrome */
	-khtml-border-radius: 6px 0 0 0; /* KHTML */
}
.category-table th:last-child, .entry thead td:last-child {
    border-radius: 0 6px 0 0;
	-moz-border-radius: 0 6px 0 0; /* Firefox */
	-webkit-border-radius: 0 6px 0 0; /* Safari, Chrome */
	-khtml-border-radius: 0 6px 0 0; /* KHTML */
}
.category-table tfoot td, .entry tfoot td {
    border-bottom: 0;
    border-top: 1px solid #fff;
    background-color: #DEDEDE;  
}
.category-table tfoot td:first-child, .entry tfoot td:first-child {
    border-radius: 0 0 0 6px;
	-moz-border-radius: 0 0 0 6px; /* Firefox */
	-webkit-border-radius: 0 0 0 6px; /* Safari, Chrome */
	-khtml-border-radius: 0 0 0 6px; /* KHTML */
}
.category-table tfoot td:last-child, .entry tfoot td:last-child {
    border-radius: 0 0 6px 0;
	-moz-border-radius: 0 0 6px 0; /* Firefox */
	-webkit-border-radius: 0 0 6px 0; /* Safari, Chrome */
	-khtml-border-radius: 0 0 6px 0; /* KHTML */
}  
.category-table td#link, .entry td#link {
	text-align: left;
}
.category-table .news h4 {
	font-weight: bold;
}
.category-table .news p {
	text-indent: 0;
	margin:0;
	padding:0;
}

/***** Поиск *****************/
.search-results .post {
	margin: 5px 0 30px 0;
	font-size: 11px;
	color: #666;
}
.search-results h4 a {
	font-size: 14px;
	font-weight: bold;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
}
.search-results h4 a:hover {
	text-decoration: none;
	color: #e74535;
}
.search-results h4 {
	margin:0;
	padding: 0;
	font-weight: normal;
}
.search-results span {
	color: #aaa;
	display: block;
	font-size: 11px;
	background: url(/images/date.gif) left no-repeat;
	padding: 2px 0 2px 20px;
	margin: 2px 0 2px 0;
}
.search-results span ul, .search-results span ul li {display: inline; margin:0; padding:0;}

/***** Навигация *****************/
.navigation {
    display: block;
    font-size: 11px;
    margin: 5px 0;
    text-align: center;
}
.navigation a {
    background: #EDEDED;
    border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
    margin: 0 7px;
    padding: 5px 10px;
    text-decoration: none;
}
.navigation a:hover {
    background: #6890BE;
    color: #FFFFFF;
    text-decoration: none;
}

/***** Капча *****************/
p.form-submit {float: right;}
.comment-submition {width: 490px;}
.comment-form-comment textarea, .contactform textarea {
	background: #fff; /* for non-css3 browsers */ 
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f3f3f3', endColorstr='#ffffff'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#ffffff)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #f3f3f3,  #ffffff); /* for firefox 3.6+ */ 
	background: -o-linear-gradient(top,  #f3f3f3,  #ffffff); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f3f3f3,  #ffffff); /* IE10+ */
	border: 1px solid #c1c1c1;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	width: 480px;
	height: 80px;
	padding: 5px;
}	
#form-comment p {text-indent: 0;}
.comment-form-captcha img {float: left; margin-right: 20px;}
.comment_alignright {float: right;}

/***** Самолеты *****************/
.plane .post {
	width: 160px;
	float: left;
	margin-right: 50px;
	margin-bottom: 10px;
}
.plane .post img {
	width: 160px;
	height: 60px;
}
.plane .post h4 {
	text-align: center;
	margin: 3px 0;
}
.plane h2 {
	color: #2065B8;
	font-size: 16px;
    font-weight: bold;
}

/******	Источники *****************/
.sources .post {
	margin: 5px 0 25px 0;
	text-align: justify;
}
.sources img {
	float: left;
	margin-right: 15px;
	width: 90px;
	height: 126px;
}
.sources h4 a {
	font-size: 18px;
	display: block;
	padding-bottom: 3px;
	border-bottom: 1px solid #ccc;
	margin-left: 105px;
}
.sources h4 a:hover {
	text-decoration: none;
	color: #e74535;
}
.sources h4 {
	margin: 0 0 5px 0;
	padding: 0;
	font-weight: normal;
}
.sources span {
	margin-bottom: 10px;
	display: block;
	color: #666;
	font-size: 11px;
}
a#readmore {
	font-size: 11px;
	display: block;
	margin: 5px 0;
}

/******	Галерея *****************/
.ngg-album-compact h4, .ngg-album-compact p {text-align: center;}
.ngg-album-compact p {text-indent: -7px;}
h4#gallery-title {font-size: 16px; display: inline;}
.back {display: inline;}
.back a {color: #999;}
.back a:hover {color: #2065b8;}

.author {text-align: center; color: #666;}
.aligncenter {text-align: center;}
.aligncenter img {float: none;}
.photo-center .ngg-widget img {border: 5px solid #fff;}
.photo-center .ngg-widget {text-align: center;}

/******	Оформление статей *****************/
div.pink, p.pink {
	background: #f6dbdb;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
}
p.blue {
	background: #AFEEEE;
	padding: 10px;
	font-size: 16px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
	}
div.biruza, p.biruza  {
	background: #ebebeb;
	padding: 5px;
	font-size: 16px;
	border-radius: 3px;
	-moz-border-radius: 3px; /* Firefox */
	-webkit-border-radius: 3px; /* Safari, Chrome */
	-khtml-border-radius: 3px; /* KHTML */
	}	
p.greybold {
	background: #e4e4e4;
	padding: 10px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	font-style: italic;
	font-family: Arial;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
}
p.greysmall {
	background: #e4e4e4;
	padding: 10px;
	font-size: 12px;
	border-radius: 5px;
	-moz-border-radius: 5px; /* Firefox */
	-webkit-border-radius: 5px; /* Safari, Chrome */
	-khtml-border-radius: 5px; /* KHTML */
}
blockquote {
    border-left: 3px solid #E98D84;
    color: #777777;
    font-style: italic;
    margin: 10px 20px 10px 30px;
    padding-left: 10px;
	quotes: none;
	font-size: 18px;
    font-style: italic;
	font-family: Georgia, "Times New Roman", Times, serif;
}
blockquote p {text-indent:0;}
div.aligncenter {text-align:center;}
div.wp-caption {text-align:center;}
.entry h1, .entry h2, .entry h3, .entry h4 {text-align:center; display: block;}

.entry a img {box-shadow: 0 0 8px #618BBC;}
.entry a:hover img {box-shadow: 0 0 8px #E74535;}


.sape {font-size: 12px; margin: 15px 0;}
.sape a {color: #164e8e;}

input#email, input#contactName {width: 250px;}
.error {font-size: 14px; color: red;}
.thanks {font-size: 14px; color: green;}
.contact-message {font-size: 14px;}
.yashare-auto-init {margin-top: 10px;}
p.wp-caption-text {text-align: center; text-indent:0; font-size: 12px; color: #666;}

#sidebar-menu .active a {color: red;}

.entry sup:before {content: "["; color: #2065B8;}
.entry sup:after {content: "]"; color: #2065B8;}

.entry img#alfa,
.entry-desc img#alfa,
.entry-articles img#alfa {
	box-shadow: none;
	-moz-box-shadow: none; /* Firefox */
	-webkit-box-shadow: none; /* Safari, Chrome */
	-khtml-box-shadow: none; /* KHTML */
	margin: -25px 8px 0 0;
	padding: 0;
	border: 0;
}

