/* ########## CORE ########## */
* {
	margin: 0;
	padding: 0;
	}
	
body {
	background: #fff;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
img {
	border: 0;
	}
	
a:link {
	color: #004e6e;
	text-decoration: underline;
	}
a:visited {
	color: #666;
	text-decoration: underline;
	}
a:hover {
	color: #ff0042;
	text-decoration: none;
	}
a:active {
	color: #ff0042;
	text-decoration: underline;
	}
	
h1 {
	font: 24px Verdana, Arial, Helvetica, sans-serif;
	text-transform: none;
	color: #000;
	margin-bottom: 25px;
	}
h2 {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 16px;
	}
	
	
/* ########## LAYOUT ########## */
.b-layout {
	width: 960px;
	margin: 0 auto;
	padding: 0 20px;
	}
.b-content {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 15px;
	}
.b-aside {
	float: right;
	width: 300px;
	padding-left: 15px;
	}
.b-content-main {
	float: left;
	width: 620px;
	}
	
	
/* ########## HEADER ########## */
.b-head {
	padding-top: 15px;
	overflow: hidden;
	zoom: 1;
	margin-bottom: 30px;
	}
.b-head .b-banner {
	margin-bottom: 15px;
	}

.b-logo {
	float: left;
	display: inline;
	margin: 0 12px 0 0;
	}
.b-menu {
	overflow: hidden;
	zoom: 1;
	background: #497587;
	text-transform: uppercase;
	padding: 8px 0;
	}
.b-head .b-menu {
	position: relative;
	top: 12px;
	}
.b-menu ul {
	list-style: none;
	font-size: 0;
	}
.b-menu li {
	display: inline;
	font: bold 11px Verdana, Arial, Helvetica, sans-serif;
	padding: 0 8px;
	}
.b-menu a {
	color: #fff;
	text-decoration: none;
	}
.b-menu a:hover {
	text-decoration: underline;
	}
	
	
/* ########## FOOTER ########## */
.b-facebook {
        margin-bottom: 20px;
        font: bold 12px Verdana, Arial, Helvetica, sans-serif;
        }
.b-foot {
	padding-bottom: 50px;
	}
.b-foot .b-menu {
	background: #7f9eab;
	margin-bottom: 20px;
	}
.b-copy {
	color: #666;
	}
.b-copy a {
	color: #666;
	}
	
/* ########## COMMON BLOCKS ########## */
.b-block {
	padding-bottom: 20px;
	border-bottom: 5px solid #e5e5e5;
	margin-bottom: 25px;
	}
.b-block h1 {
	margin-bottom: 0;
	}
	
.b-header {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	color: #ff0042;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 15px;
	}
.b-header a {
        font: bold 10px Verdana, Arial, Helvetica, sans-serif;
        color: #ff0042;
        text-transform: uppercase;
        text-decoration: none;
        }
        
	
.b-date {
	color: #666;
	}
	
.b-track {
	list-style: none;
	}
	
	
/* ########## NEWS ########## */	
.b-news {
	margin-bottom: 25px;
	}
.b-news li {
	margin-bottom: 12px;
	}
.b-news p {
	font: bold 12px/16px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 5px;
	}
	
.b-news_relative ul {
	font-size: 0;
	margin-left: -20px;
	}
.b-news_relative li {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: top;
	
	font-size: 11px;
	margin-bottom: 0;
	width: 140px;
	margin-left: 20px;
	}
.b-news_relative p {
	font-weight: normal;
	}
	
/* ########## POLL ########## */
.b-poll {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	}
.b-poll .b-header {
	margin-bottom: 15px;
	}
.b-poll__header {
	font-weight: bold;
	display: block;
	margin-bottom: 15px;
	}
.b-poll__list {
	list-style: none;
	margin-bottom: 15px;
	}
.b-poll__list li {
	margin-bottom: 10px;
	}
.b-poll__list label {
	overflow: hidden; zoom: 1;
	}
.b-poll__list input {
	float: left;
	display: inline;
	margin: 0 5px 0 0;
	}
.b-poll__list label span {
	overflow: hidden; zoom: 1;
	display: block;
	}
.b-poll__submit {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: middle;
	margin-right: 10px;
	}
a.b-poll__full {
	color: #666;
	display: inline;
	vertical-align: middle;
	}
	
.b-poll_current {
	background: #ecf1f3;
	padding: 25px 15px;
	margin-bottom: 25px;
	}
	
.b-poll_finished {
	border-top: 1px solid #e5e5e5;
	padding-top: 20px;
	padding-left: 20px;
	margin-bottom: 25px;
	}
.b-poll__option {
	overflow: hidden;
	zoom: 1;
	}
.b-poll__option__title {
	float: left;
	line-height: 16px;
	margin-bottom: 3px;
	}
.b-poll__option__percents {
	float: right;
	line-height: 16px;
	margin-bottom: 3px;
	}
.b-poll__option__votes {
	float: right; display: inline;
	margin-left: 1em;
	margin-bottom: 3px;
	line-height: 16px;
	color: #666;
	font-size: 10px;
	width: 7.5em;
	}
.b-poll__option__visio {
	height: 5px;
	overflow: hidden;
	background: #e5e5e5;
	clear: both;
	}
.b-poll__option__visio i {
	display: block;
	height: 5px;
	overflow: hidden;
	background: #497587;
	}
	

/* ########## GALLERY ########## */	
.b-gallery {
	
	}
.b-gallery__list {
	font-size: 0;
	margin-right: -15px;
	}
.b-gallery__figure {
	display: inline-block;
	#display: inline;
	zoom: 1;
	margin-bottom: 15px;
	margin-right: 14px;
	}
.b-gallery__figcaption {
	font: 18px/22px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 6px;
	}
.b-gallery__figcomment {
	color: #666;
	}
	

/* ########## ARTICLES ########## */	
.b-articles {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 20px;
	margin-bottom: 25px;
	}
.b-articles li {
	margin-bottom: 20px;
	overflow: hidden;
	zoom: 1;
	}
.b-articles__preview {
	float: left;
	display: inline;
	margin: 3px 18px 0 0;
	}
.b-articles__preface {
	overflow: hidden;
	zoom: 1;
	}
.b-articles h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 8px;
	}
.b-articles p {
	margin-bottom: 8px;
	font-size: 12px;
	}
.b-articles_top {
	position: relative;
	overflow: hidden;
	zoom: 1;
	padding-left: 300px;
	border-bottom-width: 5px;
	}
.b-articles_top p {
	font-size: 11px;
	color: #666;
	}
.b-articles_top li {
	margin: -1px 0 0;
	padding: 4px 0 0 20px;
	}
.b-articles_top .b-articles__preview {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	margin: 0;
	}
.b-articles_top .b-articles__preface {
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 3px;
	}
.b-articles_top li:last-child .b-articles__preface,
.b-articles_top li:hover .b-articles__preface {
	border-bottom: 0;
	padding-bottom: 4px;
	}
	
.b-articles_top li:first-child,
.b-articles_top li:hover,
.b-articles_top ul:hover li:first-child:hover {
	background: #ecf1f3;
	}
.b-articles_top li:first-child .b-articles__preview,
.b-articles_top li:hover .b-articles__preview,
.b-articles_top ul:hover li:first-child:hover .b-articles__preview {
	display: block;
	}
	
.b-articles_top ul:hover li:first-child {
	background: none;
	}
.b-articles_top ul:hover li:first-child .b-articles__preview {
	display: none;
	}
	
.b-articles_wide-preview {
	border-bottom-width: 5px;
	padding-bottom: 15px;
	}
	
/* ########## PAGER ########## */	
.b-pager {
	font-size: 12px;
	}
.b-pager ul {
	margin-left: 6px;
	}
.b-pager ul,
.b-pager li {
	display: inline;
	}
.b-pager a:link {
	text-decoration: none;
	}
.b-pager a:hover {
	text-decoration: underline;
	}
.b-pager__active {
	background: #ff0042;
	color: #fff;
	padding: 2px 4px;
	}

/* ########## ARTICLE ########## */	
.b-article {
	font-size: 13px;
	}
.b-article__header {
	position: relative;
	zoom: 1;
	}

.b-author {
	color: #666;
	}
.b-article__header .b-author {
	position: absolute;
	right: 0;
	}
	
.b-article__subheader {
	color: #666;
	}
.b-article__subheader:after {
	content: " |";
	color: #aeaeae;
	}

.b-article p {
	margin-bottom: 20px;
	}
.b-article pre {
        /*
        font: 13px Verdana, Arial, Helvetica, sans-serif;
        */
        white-space: normal;
        margin-bottom: 20px;
}
.b-article p img {
        margin-right: 5px;
        margin-bottom: 5px;
}
.b-article ul {
        margin-top: 5px;
        margin-bottom: 5px;
        }
.b-article li {
        vertical-align: top;
        margin-bottom: 0;
        //margin-left: 20px;
        }    

.b-article__incut {
	float: left;
	margin: 5px 20px 20px 0;
	max-width: 300px;
	overflow: hidden;
	
	_width: 300px;
	}
.b-article__incut_position_right {
	float: right;
	margin: 5px 0 20px 15px;
	}
.b-article__incut_position_left {
	float: left;
	margin: 0 15px 20px 0;
	}

.b-article__incut img {
	display: block;
	margin-bottom: 10px;
	}
.b-article__incut__caption {
	color: #6a6a6a;
	font-size: 10px;
	}	
	
.b-article__intro {
	overflow: hidden;
	zoom: 1;
	font: 16px/19px Verdana, Arial, Helvetica, sans-serif;
	}
.b-article__quote {
	color: #5f5f5f;
	margin-bottom: 20px;
	padding: 0 60px 0 30px;
	position: relative;
	}
.b-article__quote:before {
	content: "«";
	color: #999;
	position: absolute;
	left: 5px;
	top: -10px;
	font-size: 30px;
	}
.b-article__quote:after {
	content: "»";
	color: #999;
	position: absolute;
	right: 30px;
	bottom: 0;
	font-size: 30px;
	}
	
	
/* ########## COMMENTS ########## */
.b-comments {
	
	}
	
.b-comments__header {
	margin-bottom: 30px;
	}
.b-comments__counter {
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin-right: 3px;
	}
.b-comments__counter:after {
	content: " |";
	color: #aeaeae;
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	}
.b-comments__new-link {
	font: 13px Verdana, Arial, Helvetica, sans-serif;
	}
	
.b-comments__list {
	list-style: none;
	}
.b-comments__comment {
	margin-bottom: 25px;
	}
.b-comments__comment__meta {
	margin-bottom: 7px;
	}
.b-comments__comment__author {
	font-weight: bold;
	}
.b-comments__comment__author:after {
	content: " |";
	color: #aeaeae;
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	}
	
.b-comments__form {
	background: #ecf1f3;
	padding: 25px 15px;
	}
.b-comments__form__header {
	display: block;
	font: bold 15px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 25px;
	margin-left: 1em;
	}
.b-comments__form label {
	display: block;
	overflow: hidden;
	zoom: 1;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 14px;
	}
.b-comments__form label span {
	width: 5em;
	float: left;
	display: inline;
	text-align: right;
	padding-right: 1em;
	}
.b-comments__form label input {
	width: 210px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	}
.b-comments__form label textarea {
	width: 450px;
	height: 180px;
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 2px;
	}
	
.b-comments__form input[type=submit] {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 6em;
	}

/* ########## COMMENTS ########## */
.b-popup {
	position: absolute;
	width: 620px;
	left: 50%;
	margin-left: -480px;
	background: #6c6c6c;
	top: 300px;
	padding: 50px 0;
	
	-moz-box-shadow: 0 0 40px #000;
	-webkit-box-shadow: 0 0 40px #000;
	box-shadow: 0 0 40px #000;
	}
a.b-popup__close {
	position: absolute;
	right: 13px;
	top: 10px;
	color: #b6b6b6;
	cursor: pointer;
	_cursor: hand;
	}
.b-popup__figure {
	padding: 0 50px;
	position: relative;
	zoom: 1;
	}
.b-popup__figure img {
	display: block;
	margin-bottom: 15px;
	cursor: pointer;
	_cursor: hand;
	}
.b-popup__figcaption {
	display: block;
	color: #fff;
	}
.b-popup__figcaption a:link,
.b-popup__figcaption a:visited,
.b-popup__figcaption a:hover,
.b-popup__figcaption a:active { 
        color: #fff;
        text-decoration: underline;
        }

	
.b-popup .b-control {
	position: absolute;
	top: 0;
	width: 50px;
	background: url(/s/i/icon.controls.png) no-repeat 0 50%;
	cursor: pointer;
	_cursor: hand;
	}
.b-popup .b-control_prev {
	background-position: 100% 50%;
	left: 0;
	}
.b-popup .b-control_next {
	background-position: 0 50%;
	right: 0;
	}
	
.b-popup_first-item .b-control_prev,
.b-popup_last-item .b-control_next {
	display: none;
	}
.b-popup_last-item .b-popup__figure img {
	cursor: default;
	}


/* ########## CONTENT ########## */
.b-social {
	background: #ecf1f3;
	text-align: center;
	padding: 10px;
	margin-bottom: 30px;
	}
.b-social ul {
	list-style: none;
	font-size: 0;
	margin-bottom: 6px;
	}
.b-social li {
	display: inline;
	vertical-align: top;
	padding: 0 10px;
	}
	
.b-incut {
	margin-bottom: 25px;
	}
	

div.b-issues {
	margin-right: -10px;
	}
.b-issue-plus-articles {
	overflow: hidden;
	zoom: 1;
	margin-bottom: 10px;
	}
.b-issue-plus-articles .b-articles {
	overflow: hidden;
	zoom: 1;
	border: 0;
	padding-bottom: 0;
	margin-bottom: 0;
	}
.b-issue {
	width: 144px;
	
	display: inline-block;
        vertical-align: top;
	#display: inline;
	zoom: 1;
	
	margin: 0 10px 12px 0;
	}
.b-issue-plus-articles .b-issue {
	border: 1px solid #e5e5e5;
	float: right; display: inline;
	margin: 0 0 0 10px;
	padding: 17px;
	}
.b-issue__cover {
	display: block;
	margin-bottom: 3px;
	}
a.b-issue__archive-link {
	color: #000;
	}
	
.b-persons {
	background: #ecf1f3;
	padding: 20px;
	margin-bottom: 25px;
	}
.b-persons .b-header {
	margin-left: 25px;
	}
.b-persons__list {
	list-style: none;
	font-size: 0;
	}
.b-persons__person {
	display: inline-block;
	#display: inline;
	zoom: 1;
	vertical-align: top;
	width: 140px;
	text-align: left;
	font-size: 11px;
	padding: 0 25px;
	border-left: 1px solid #d4d8da;
	}
.b-persons__person:first-child {
	border-left: 0;
	}
.b-persons__name {
	font: bold 12px Verdana, Arial, Helvetica, sans-serif;
	margin-top: -2px;
	margin-bottom: 2px;
	display: block;
	}
	

.b-places {
	overflow: hidden;
	}
.b-places__top {
	float: left;
	display: inline;
	margin: 0 15px 0 0;
	padding-right: 15px;
	border-right: 1px solid #e5e5e5;
	width: 220px;
	}
.b-places__title {
	font-size: 12px;
	display: block;
	margin-bottom: 10px;
	}
.b-places__top h2 {
	font: 18px Verdana, Arial, Helvetica, sans-serif;
	margin-bottom: 10px;
	}
.b-articles_places .b-articles__preview {
	display: block;
	float: none;
	margin-bottom: 10px;
	}
	
.b-places__others {
	overflow: hidden;
	zoom: 1;
	}
.b-places__others .b-places__title {
	margin-bottom: 20px;
	}
.b-places__others .b-track {
	font-size: 0;
	}
.b-places__others .b-articles__article {
	margin-bottom: 10px;
	display: inline-block;
	#display: inline;
	zoom: 1;
	font-size: 11px;
	width: 50%;
	vertical-align: top;
	}
.b-places__others h2 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 8px;
	}
.b-places__others p {
	color: #666;
	}

/* ########## SEARCH ########## */

.b-search__form {
	background: #ecf1f3;
	padding: 25px 15px;
	}
.b-search__form td {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	padding: 5px;
	}
.b-search__form select {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 3px;
    }
.b-search__form select.isday {
	width: 43px;
    }
.b-search__form select.ismon {
	width: 85px;
    }
.b-search__form select.isyear {
	width: 60px;
    }
.b-search__form input[type=text] {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	width: 413px;
}
.b-search__form input[type=submit] {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	margin-left: 10px;
	}


/* 3rd party */
.calendar_div {
        margin:5px 0px 7px 0px;
}

.calendar_date {
        font-weight:bold;
}

.calendar_zag {
        color: #FF0042;
        font: 18px Verdana,Arial,Helvetica,sans-serif;
        margin-bottom: 9px;
}

