@import url(//fonts.googleapis.com/css?family=PT+Sans+Narrow:700&subset=latin,cyrillic);
@import url(//fonts.googleapis.com/css?family=PT+Sans+Caption&subset=latin,cyrillic);

body{
	font-family: Helvetica, 'Lucida Grande', 'Lucida Sans Unicode', Arial, Verdana, sans-serif;
	font-size: 1em;
	line-height: 1.3125;

}

div#wrapper{
	min-width: 950px;
/*	max-width: 1360px;
	margin: 0 auto;
	background: #FFF;
	box-shadow: 0 0 30px black;*/
}

.pseudolink{
	color: #0099ff;
	border-bottom: 1px dotted;
	cursor: pointer;
}

.pseudolink:hover, .pseudolink:focus{
	color: #ff0000;
	border: none;
}

.white{
	color: #FFF;
}

.red{
	color: #ff0000;
}

.blue{
	color: #0099ff;
}

.italic{
	font-style: italic;
}

.bold{
	font-weight: bold;
}

h1{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 3em;
	line-height: 1em;
}

h2{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 2em;
}

h3{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	margin: 0 0 0.2em 0;
}

iframe{border: 0;}

img{max-width: 100%;}

h1.articleTitle{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 3em;
	line-height: 1em;
	margin: 0;
}

p{
	margin: 0 0 2em 0;
}

ul, ol{
	margin: 0 0 2em 0;
}

ul li, ol li{
	margin: 0 0 1em 0;
}



h3.commentsStartGeader{
	margin: 2em 0 1em 0;
}


h4{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 1.3em;
	line-height: 1em;
	margin: 0 0 0.2em 0;
}




a{
	color: #0099ff;
	text-decoration: underline;
}

a:visited{
	color: #930eb4;
}

a:hover, a:focus{
	color: #ff0000;
	text-decoration: underline;
}

.white a{
	color: #FFF;
}

.white a:focus, .white a:hover{
	text-decoration: none;
}


p.articleDescription{
	/*margin: 0;*/
	font-style: italic;
}

div#navigationBlock{
	height: 62px;
	padding: 0 5%;
	background: url("../img/navBG.png");
	font-family: 'PT Sans Caption', sans-serif;
}

div#navigationBlock div.logo{
	float: left;
}

div#navigationBlock ul{
	padding: 0;
	margin: 0 0 0 9%;
	float: left;
}

div#navigationBlock ul li{
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
	font-size: 0.9375em;
	line-height: 62px;
	list-style-type: none;
	position: relative;
	z-index: 5;
	color: #7a7a7a;
	text-transform: uppercase;
}

div#navigationBlock ul li a{
	color: #FFF;
	text-decoration: none;
}

div#navigationBlock ul li a:hover,div#navigationBlock ul li a:focus{
	color: #FFF;
	text-decoration: underline;
}

div#subnavigationBlock{
	height: 42px;
	padding: 0 5%;
	background: #CCC url("../img/infoBG.png");
	font-family: 'PT Sans Caption', sans-serif;
}

div#subnavigationBlock ul{
	padding: 0;
	margin: 0 auto;
}

div#subnavigationBlock ul li{
	padding: 0;
	margin: 0 15px 0 0;
	float: left;
	font-size: 0.9375em;
	line-height: 41px;
	list-style-type: none;
	position: relative;
	z-index: 5;
	color: #999;
	text-transform: uppercase;
}

div#subnavigationBlock ul li a{
	color: #0099ff;
	text-decoration: underline;
	text-align: center;
}

div#subnavigationBlock ul li a:visited{
	color: #0099ff;
	text-decoration: none;
}


div#subnavigationBlock ul li a:hover,div#navigationBlock ul li a:focus{
	color: #ff0000;
	text-decoration: none;
}

div.userCorner{
	font-size: 0.812em;
	height: 62px;
	line-height: 61px;
	float: right;
	padding: 0;
}

div#infoBlock{
	padding: 2.5% 5%;
	background: url("../img/infoBG.png");
}

	div.greeting{
		float: left;
		width: 54.5%;
		font-size: 0.8125em;

	}

		div.greeting p{
			margin: 0 0 0.38461538461538em 0;
		}

		div.eventsScheduleTop{
			float: right;
			width: 30%;
		}


	div.schedule{
		margin: 0 0 2em 0;
		padding: 10px;
		border-radius: 5px;
		background: #f4fbff;
		border: 2px solid #bee6ff;
		box-shadow: 0 0 20px #b9d0de;
	}

		div.schedule div.event{
				font-size: 0.8125em;
				margin-bottom: 7px;
		}

			div.schedule div.event div.date{
				text-align: center;
				float: left;
				width: 27px;
				height: 27px;
				background-image: url('../img/calendar.png');
				margin-right: 6px;
			}

			div.schedule div.event div.date span.dayNumber{
				display: block;
				padding-top: 6px;
			}

			div.schedule div.event div.eventName{
				padding-top: 6px;
			}

div#promoBlock, div.teaser_scroll{
	position: relative;
	width: 100% !important;
	min-height: 180px;
}

	div#promoText{
		position: relative;
		width: 50%;
		padding: 25px 5% 25px 5%;
		z-index: 3;
		text-shadow: 1px 1px 2px black;
	}

	div#promoGridOverlay{
		position: absolute;
		background: url("../img/promoOverlay.png");
		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
		z-index: 2;
	}

	div#promoBackgroundImage{
		position: absolute;
		left: 0;
		top: 0;
		z-index: 1;
		width: 100%;
		height: 100%;
		background-size: cover;
		background-position: bottom center;
	}


div#contentBlock{
	padding: 25px 5%;
}

div#contentBlock div.mainContent{
	float: left;
	width: 68.3333333333334%;
	margin: 0 1.6666666666666% 0 0;
}

div.noListContent{
	width: 98.3333333333334%;
	padding: 0 1.6666666666666% 0 0;
}



/*div#contentBlock div.articleContent{
	float: left;
	width: 70%;
	padding: 0 1.6666666666666% 0 0;
}*/

div#contentBlock div.sideBar{
	float: right;
	width: 30%;
}

div.sideBarAD{
	text-align: center;
	margin: 0 0 1em 0;
}



div#contentBlock div.mainContent div.articlePreview{
	float: left;
	margin: 0 0 2em 0;
	z-index: 2;
	/*height: 265px;*/
	box-shadow: 0em 0.5em 2em #999;
	background: #FFF;
}

.regularArticle{
	width: 30.9523809523809%;
}

.twoThirdsArticle{
	width: 65.1355311355308%;
}

.fullSizeArticle{
	width: 99.3186813186807%;
}


div#contentBlock div.mainContent div.articlePreview:hover{
	box-shadow: 0em 1em 3em #666;
	z-index: 3;
}

div#contentBlock div.mainContent div.articlePreview div.articlePreviewText{
	padding: 10px 3.58974358974359%;
}

div#contentBlock div.mainContent div.articlePreview div.articlePreviewImage{
	width: 100%;
	height: 175px;
	background-size: cover;
}



div#contentBlock div.mainContent div.articlePreview div.articlePreviewText a.articlesListLink{
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 1.125em;
	line-height: 1em;
	margin: 0 0 0.2em 0;
}

div#contentBlock div.mainContent div.articlePreview div.articlePreviewText a.articlesListLink{
	color: #333;
}

div#contentBlock div.mainContent div.articlePreview div.articlePreviewText a.articlesListLink:hover{
	color: #333;
	text-decoration: none;
}

div#contentBlock div.mainContent div.articlePreview div.articlePreviewText p{
	font-size: 0.8125em;
	line-height: 1.15384615384615em;
	color: #333333;
	margin: 0.1em 0 0.1em 0;
}

a.postCat{
	position: relative;
	font-size: 0.825em;
	/*font-style: italic;*/
	color: #666666;
}

a.postCat:hover{
	text-decoration: none;
}



p.postCat{
	text-transform: uppercase;	
}

a.postComments{
	position: relative;
	/*font-style: italic;*/
	color: #666666;
}

a.postComments:hover{
	text-decoration: none;
}


#iconsVC{
	position: relative;
	display: inline-block;
	margin: 0 0 0 13px;
	font-size: 0.825em;
	font-style: italic;
	color: #666666;
}

#iconsVC i{
	display: block;
	position: absolute;
	left: -13px;
	top: 4px;
	width: 10px;
	height: 7px;
	background: url("../img/icon_views.png");
}


#iconsVC i.iconViews{
	background-position: 0 0;
}

#iconsVC i.iconComments{
	background-position: 10px 0;
}

div.articleTitleWithBackground{
	height: 425px;
	background-size: cover;
	background-position: center;
	position: relative;
	/*padding: 10px 0;*/
}

	div.articleTitleBlock{
		position: absolute;
		bottom: 0;
		width: 50%;
		padding: 25px 5% 25px 5%;
		z-index: 3;
		text-shadow: 1px 1px 5px black, 1px 1px 10px black;
	}
	div.articleText{
		width: 100%;
		font-family: Arial;
		font-size: 0.875em;
		line-height: 1.5em;
	}


	div.articleText img{
		margin: 0.5em;
	}

div.commentBlock{
	margin: 20px 0;
}

div.userInfo{
	line-height: 24px;
	font-size: 0.6875em;
	position: relative;
	/*background: url("../img/infoBG.png");*/
}

a.username{
	font-weight: bold;
}

img.commentsUserpic{
	width: 24px;
	height: 24px;
	margin: 0 5px 0 0;
}

div.commentBody{
	font-size: 0.8125em;
	margin: 10px 0 5px 0;
}

div.deletedComment{
	font-size: 0.875em;
	margin: 10px 0 5px 0;
	font-style: italic;
	padding: 5px;
	border-radius: 10px;
	background: #EEE;
}

div.reply_comments{
	margin: 0;
}

div.comments_indent{
	margin: 0 0 0 24px;
}

span.reply{
	font-size: 0.8125em;
}

textarea.commentsTextArea{
	width: 95%;
	height: 100px;
	font-size: 0.8125em;
	margin: 7px 0;
}


.awesome, .awesome:visited {
	background: #222 url(../img/alert-overlay.png) repeat-x; 
	font-family: Helvetica, Arial, sans-serif;
	display: inline-block; 
	padding: 5px 10px 6px;
	margin: 5px;
	color: #fff; 
	text-decoration: none;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px;
	-moz-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);
	text-shadow: 0 -1px 1px rgba(0,0,0,0.25);
	border-bottom: 1px solid rgba(0,0,0,0.25);
	position: relative;
	cursor: pointer;
}


	.awesome:hover							{ background-color: #111; color: #fff; }
	.awesome:active							{ top: 1px; }
	.small.awesome, .small.awesome:visited 			{ font-size: 0.75em; }
	.awesome, .awesome:visited,
	.medium.awesome, .medium.awesome:visited 		{ font-size: 1em; font-weight: normal; line-height: 1; text-shadow: 0 -1px 1px rgba(0,0,0,0.25); }
	.large.awesome, .large.awesome:visited 			{ font-size: 1.2em; padding: 8px 14px 9px; }
	
	.green.awesome, .green.awesome:visited		{ background-color: #91bd09; }
	.green.awesome:hover						{ background-color: #749a02; }
	.blue.awesome, .blue.awesome:visited		{ background-color: #2daebf; }
	.blue.awesome:hover							{ background-color: #007d9a; }
	.red.awesome, .red.awesome:visited			{ background-color: #e33100; }
	.red.awesome:hover							{ background-color: #872300; }
	.magenta.awesome, .magenta.awesome:visited		{ background-color: #a9014b; }
	.magenta.awesome:hover							{ background-color: #630030; }
	.orange.awesome, .orange.awesome:visited		{ background-color: #ff5c00; }
	.orange.awesome:hover							{ background-color: #d45500; }
	.yellow.awesome, .yellow.awesome:visited		{ background-color: #ffb515; }
	.yellow.awesome:hover							{ background-color: #fc9200; }

	.grey.awesome, .grey.awesome:visited		{ background-color: #ffb515; }
	.grey.awesome:hover							{ background-color: #fc9200; }







/*a[target='_blank']::after {
	display: inline-block;
      content: " "; 
      height:9px;
	width:11px;
      margin: 2px; 
      background-color: #0099ff;
      background-image:url('../img/extra.gif');
      

}


a[target='_blank']:visited::after {
	
	background-color: #930eb4;
}

a[target='_blank']:hover::after {
	
	background-color: #ff0000;
}
*/

div.pageNumbers{
	width:100%;
	margin: 20px auto 0 auto;
	font-size: 0.8125em;
	font-style: italic;
}

div.pageNumbers a, div.pageNumbers span{
	padding: 0 0.125em;
}

div#footer{
	padding: 20px 5%;
	background: url("../img/navBG.png");
	color: #FFF;
	text-align: center;
}

div.socialContainer{
	margin: 1.5em 0;
}

#map-canvas {
        margin: 0;
        padding: 0;
        height: 100%;
      }

p.sectionsList{
	font-style: italic;
}      

div.inArticleAd, div#yandex_ad{
	/*float: right;*/

	margin: 1em auto !important;
}

div.listOfBlogs{
	margin: 0 0 2em 0;
	padding: 10px;
	border-radius: 5px;
	background: #eeeded;
}

div.blogListItem{
	/*font-size: 0.8125em;*/
	margin: 0 0 0.75em 0;
}

div.quarterProfilePicture, div.blogListItemContent{
	float: left;
}

div.blogListItemContent{
	width: 85%;
}

div.quarterProfilePicture{
	padding: 0em 0.5em 0 0;
}

div.quarterProfilePicture img{
	border-radius: 15px;
}

div.blogListItemContent a{
	color: #333;
	font-weight: normal;
}

div.blogListItemContent a:hover{
	color: #666;
	font-weight: normal;
}

div.blogListItemContent a.newsList{
	color: #0099ff;
	font-weight: normal;
	text-decoration: underline;
}

div.blogListItemContent a:hover.newsList{
	color: #666;
	font-weight: normal;
	text-decoration: none;
}

div.blogListItemContent span.authorName{
	color: #999;
	font-size: 0.8125em;
}

div.blogListItemContent span.authorName a{
	color: #999;
}

div.blogListItemContent span.authorName a:hover, div.blogListItemContent span.authorName a:focus{
	color: #acacac;
	text-decoration: none;
}

.positive{
	color: green;
	font-weight: bold;
}

.negative{
	color: red;
	font-weight: bold;
}

span.blogs_total_rank{
	color: #666;
	font-size: 0.875em;
	padding: 1px;
	background: #EEE;
	border: 1px solid #DDD;
	border-radius: 2px;
}

div.alertsContainer{
	position: fixed;
	right: 2%;
	top: 2%;
	z-index: 9999;
	width: 20%;

}

div.alertMessage{
	color: #FFF;
	text-shadow: 1px 1px 2px #000;
	background: url('../img/alertMsgBg.png');
	padding: 10px;
	border-radius: 5px;
	margin: 0 0 1em 0;
		box-shadow: 0 0 10px #000;
}

div.infoContainer, div.infoBoxBG{
	
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.infoContainer{
	display: none;
	position: fixed;
	z-index: 6;
}

div.infoBoxBG{
	position: absolute;
	z-index: 7;
	background: #000;
	opacity: 0.5;
}
div.infoBox{
	position: absolute;
	left: 50%;
	top: 50%;
	
	margin: -50px 0 0 -50px;
	background: #DDD;
	border-radius: 10px;
	box-shadow: 0 0 30px #000;
	padding: 20px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	z-index: 8;
}

div.fbContainer, div.fbBoxBG{
	
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}

div.fbContainer{
	/*display: none;*/
	position: fixed;
	z-index: 6;
}

div.fbBoxBG{
	position: absolute;
	z-index: 7;
	background: #000;
	opacity: 0.5;
}
div.fbBox{
	position: absolute;
	left: 50%;
	top: 50%;
	width: 292px;
	height: 400px;
	margin: -200px 0 0 -146px;
	background: #FFF;
	border-radius: 10px;
	box-shadow: 0 0 30px #000;
	padding: 20px;
	text-align: center;
	font-family: 'PT Sans Narrow', sans-serif;
	font-weight: bold;
	font-size: 1.5em;
	line-height: 1em;
	z-index: 8;
}

span.blogs_title_sticker{
	font-size: 0.75em;
	padding: 2px;
	border-radius: 2px;
	vertical-align: super;
	display: inline-block;
	margin: 0 0.5em 0 0.5em;
}

span.blogs_title_sticker.sticked{
	color: #cc3333;
	background: #ffcccc;
	border: 1px solid #ff9999;
}

span.blogs_title_sticker.editors_choice{
	color: #006699;
	background: #d6efff;
	border: 1px solid #66ccff;
}

span.blogs_title_sticker.alert{
	color: #FFF;
	background: #920000;
	border: 1px solid #5f0000;
}

div.commentsVoteBox{
	position: absolute;
	right: 0;
	top: 0;
	margin: 0 1em 0 0;
	opacity: 0.6;
	font-size: 1.18181818181818em;
}

span.commentRank{
	font-weight: bold;

display: inline-block;
width: 20px;
text-align: center;
}

span#commentVote{
	cursor: pointer;
	font-weight: bold;
}

span.notificationsContainer{
	display: inline-block;
	position: relative;
	line-height: 1em;
}

span.notificationsCounter{
	display: inline-block;
	position: relative;
	color: #FFF;
	background: rgb(250,20,0);
	font-size: 0.815em;
    
	line-height: 1em;
	/*font-weight: bold;*/
	/*border: 1px solid #FFF;*/
	padding: 5px 5px 3px 5px;
	border-radius: 10px;
	cursor: pointer;
}

div.notificationsList{
	width: 300px;
	line-height: 1.3em;
	position: absolute;
	cursor: default;
	right: 50%;
	top: 100%;
	background: #FFF;
	color: #000;
	font-weight: normal;
	box-shadow: 0 0 20px #666;
	border-radius: 10px 0 10px 10px;
	border: 2px solid #666;
	padding: 20px;
	z-index: 12;
}

a[href $='.pdf'] { 
   padding-left: 18px;
   background: transparent url(../img/icons/pdf.jpg) no-repeat center left;
}

time.newsDate{
	font-size: 0.8125em;
	color: #666;
	font-style: italic;
}

span.sidebarNews{
	font-size: 0.8125em;
}

div.radioContainer{
	font-size: 0.875em;
	padding: 0.5% 5%;
	background-color: #000;
	background-image: url("../img/radioBG.jpg");
	background-position: bottom left;
	background-repeat:  repeat-x;
	color: #FFF;
}


input.register_input{
	font-size: 1.5em;
	/*width: 96%;*/
	padding: 5px;
	border: 2px solid #bfe3fc;
	border-radius: 5px;
	color: #666;
	background: #f9f9f9;
}