@import url(null.css);

html {
	background: #ebebeb;
}
body {
	width: 1000px;
	margin: 0 auto;
	font: normal 12px Verdana, Helvetica, sans-serif;
	color: #1e1e1e;
}
a {
	color: #215890;
	text-decoration:none;
}
	a:hover {
		color: #ff6c00;
	}
h2, h3 {
	font-family: 'Gill Sans',sans-serif;
	color: #a7a7a7;
}
h2.title {
    font-size: 180%;
}
#content .news ul,
#extra .news ul {
	padding: 8px 0 16px;
}
	#content .news li, #extra .news li {
		padding: 4px 0 4px 11px;
		background: url(../images/layout/news_marker.gif) left 10px no-repeat;
	}
.inews li {
	display: table-row;
}
	.inews li a {
		display: table-cell;
		vertical-align: middle;
		padding: 4px 0;
	}
		.inews li a img {
			margin-right: 8px;
		}

/*** header ***/
#header {
	height: 113px;
	margin-bottom: 16px;
	background: #ebebeb url(../images/layout/header_bg.png) top no-repeat;
}
	#header,
	#header a {
		color: #1b5d98;
	}
		#header a:hover {
			color: #FF6C00;
		}
	h1#logo {
		float: left;
	}
		h1#logo a {
			display: block;
			width: 200px;
			height: 80px;
			float: left;
			text-indent: -4096px;
		}
	p.current-date,
	#header .extramenu {
		padding: 37px 0 0;
	}
		#header .extramenu {
			float: right;
		}
		#header .extramenu li {
			display: inline;
			padding-left: 6px;
			background: transparent url(../images/layout/extramenu_marker.gif) left center no-repeat;
		}
			#header .extramenu li:first-child { background: none; }
			#header .extramenu li a {
				font-size: 80%;
				font-family: Arial;
			}
		p.current-date {
			float: left;
			color: #ff6c00;
			font-family: Arial;
			font-style: italic;
			margin-top: 3px;
			margin-left: 5px;
		}
	#header form#search {
		float: right;
		width: 278px;
		height: 25px;
		margin: 34px 26px 0;
		padding: 1px;
		font-family: Arial;
		background: url(../images/layout/search_form_bg.png) left no-repeat;
	}
		#header form#search input {
			float: left;
			width: 195px;
			height: 21px;
			border: none;
			color: #a9a9a9;
			margin: 1px 10px;
			font-style: italic;
			-webkit-box-sizing: border-box; 
		}
		#header form#search button {
			color: #2064a1;
			font-size: 90%;
			width: 54px;
			margin: 2px 0 2px 4px;
			font-style: italic;
			background: #d9d9d9;
			height: 21px;
			cursor: pointer;
		}
	#header .mainmenu {
		height: 33px;
		clear: both;
		background: #1b5d98;
		overflow: visible;
	}
		#header .mainmenu li {
			float: left;
			width: 10%;
		}
			#header .mainmenu li a {
				display: block;
				background: url(../images/layout/mainmenu_bg.png) top repeat-x;
				padding: 10px;
				height: 13px;
				text-align: center;
				text-decoration: none;
				color: #fff;
				border-left: 1px solid #195d9a;
				border-right: 1px solid #6db1ee;
			}
				#header .mainmenu li a:hover {
					background: #1b5d97;
				}
			#header .mainmenu li.current a,
			#header .mainmenu li.current a:hover {
				background: #eee url(../images/layout/mainmenu_active_bg.png) center top no-repeat;
				color: #666;
				border: none;
				height: 27px;
			}
/*** end of header ***/


/*** common content styles ***/
#content {
	width: 621px;
	float: left;
	padding: 0px 16px 16px 16px;
	border-right: 1px solid #eee;
}
#content h1 {
	font-size: 180%;
	color: #ff6c00;
	border-bottom: 1px solid #e9e9e9;
	margin-bottom: 8px;
}

/** temp hack ***/
#maintitle {
        font-size: 180%;
        color: #ff6c00;
        border-bottom: 1px solid #e9e9e9;
	margin-bottom:8px;
	margin-left:15px;
	margin-right:15px;
}


#content .relblock {
	background: #fbfbfb;
	border: 1px solid #dfdfdf;
	width: 49%;
	float: none;
	display: inline-block;
	vertical-align: top;
}
	#content .relblock h3 {
		background: #c7c7c7;
		font-size: 130%;
		padding: 2px 16px;
		color: #fff;
		text-decoration: underline;
	}
		#content .relblock h3 a {
			color: #fff;
		}
	#content .relblock ul {
		padding: 16px;
	}
	#content .relblock.rightside {
/*		float: right; */
	}
	#content .relblock.facebook {
	    margin-top: 5px;
	}
/*** end of common content styles ***/

/*** extra column ***/
#extra {
	width: 303px;
	float: left;
	padding: 0 16px 100px;
	border-left: 1px solid #eee;
	position: relative;
	left: -1px;
}
	#extra h2 {
		font-size: 180%;
		padding: 0.3em 0 0.1em;
	}
	#extra .news.region ul {
		overflow: hidden;
	}
		#extra .news.region li {
			float: left;
			padding-right: 6px;
		}
	#extra .inews ul {
		padding: 8px 0;
	}
.thirdside h2 {
	border-bottom: 1px solid #bababa;
}
	.thirdside h2 span {
		font-weight: normal;
		font-size: 70%;
		color: #c7c7c7;
	}
.weather .date {
	padding: 12px 0 8px;
	color: #7b7b7b;
	font-family: Arial;
	float: left;
}
.weather .cities {
	text-align: right;
	padding-top: 4px;
}
.weather .cities li {
	display: inline;
}
	.weather .cities li a {
		padding: 6px;
		font-size: 12px;
		line-height: 26px;
		font-family: Arial;
	}
		.weather .cities li a.selected {
			border: 1px solid #dbdbdb;
			border-bottom: 1px solid #fff;
		}
.weather ul {
	border-bottom: 1px solid #dbdbdb;
	margin-bottom: 8px;
}
	#forecast_block {
/* 		height: 100px; */
/* 		overflow: hidden; */
	}
	.weather .forecast {
		color: #bababa;
		padding: 8px 0 12px;
		display: none;
	}
		#forecast_Baku {
			display: block;
		}
		#forecast_block > .forecast { overflow: hidden; }
		.weather .forecast .temperature {
			color: #ff6c00;
		}
		.weather .forecast .weekday {
			color: black;
		}		
		.weather .forecast li {
			float: left;
			width: 33%;
			text-align: center;
		}
table.weather {
    border: 1px solid black;
    width: 100%;
    font-size: 0.9em;
}
table.weather th, table.weather td {
    vertical-align: middle !important;    
    border: 1px solid black;
}
table.weather th {
    font-weight: bold;
    text-align: center;
    height: 30px;
}
table.weather td {
    text-align: inherit !important;
}
.exchangerates table {
	width: 100%;
	color: #939393;
	margin: 8px 0 16px;
}
	.exchangerates table thead {
		border-bottom: 1px solid #dbdbdb;
	}
	.exchangerates table th {
		font-weight: bold;
	}
	.exchangerates table th,
	.exchangerates table td {
		padding: 4px 1em;
	}
	.exchangerates table tr:nth-child(2n+1) { background: #fff; }
	.exchangerates table tr:nth-child(2n) { background: #fbfbfb; }
.mugamradio .player {
	padding: 8px 0;
	border-bottom: 1px solid #dbdbdb;
}
#extra .followus {
    padding-bottom: 50px;
}
#extra .article {
	color: #939393;
}
	#extra .article h2,
	#extra .followus h2 {
		padding: 16px 0 8px;
	}
#extra .followus li {
	display: inline;
}
	#extra .followus li a {
		display: block;
		float: left;
		height: 43px;
		width: 43px;
		text-indent: -4096px;
		background-repeat: no-repeat;
		margin-right: 9px;
	}
		#extra .followus li.iphone a	{ background-image: url(../images/layout/followus/iphonebig.png);	}
		#extra .followus li.twitter a	{ background-image: url(../images/layout/followus/twitterbig.png);	}
		#extra .followus li.rss a		{ background-image: url(../images/layout/followus/rssbig.png);		}
		#extra .followus li.mobile a	{ background-image: url(../images/layout/followus/mobilebig.png);	}
/*** end of extra column ***/



/*** footer ***/
#footer {
	border-top: 6px solid #ececec;
	clear: both;
}
	#footer .news {
		overflow: hidden;
		padding: 33px 0 0 48px;
	}
		#footer .news.regions {
			padding-bottom: 33px;
		}
		#footer .news li {
			width: 248px;
			padding: 0 67px 9px 0;
			float: left;
		}
			#footer .news li h2 {
				padding-bottom: 8px;
				border-bottom: 4px solid #ececec;
			}
				#footer .news li h2 a {
					font-size: 140%;
				}
				#footer .news li li {
					padding: 11px 0 0;
				}
				#footer .news li a{
					text-decoration: none;	
				}
#footer .mainmenu,
#footer .copyright {
	background: #145999;
	font-size: 85%;
}
	#footer .mainmenu,
	#footer .mainmenu a,
	#footer .copyright,
	#footer .copyright a {
		color: #fff;
	}
		#footer .mainmenu a:hover,
		#footer .copyright a:hover {
			color: #6db2ef;
		}
#footer .mainmenu {
	float: left;
	padding: 16px 48px;
}
	#footer .bottomlinks li {
		display: inline;
		padding: 0 6px;
		border-left: 1px solid #2167a8;
	}
		#footer .bottomlinks li:first-child {
			border: none;
			padding-left: 0;
		}
		#footer .bottomlinks li:last-child {
			padding-right: 0;
		}
#footer .copyright {
	text-align: right;
	padding: 16px 21px 14px;
}
	#footer .copyright cite {
		display: block;
		color: #6db2ef;
		padding-bottom: 0.8em;
	}
	
#gal {
    margin-bottom: 30px;
    margin-top: 20px;
}
div.paging {
    text-align: center;
}

.thirdside.polls div.title {
    text-align: center;
    font-weight: bold;
}
.thirdside.polls div.option {
    padding-top: 5px;
    padding-bottom: 5px;
}

.thirdside.polls div.option:hover {
    background-color: #eee;
}

.thirdside.polls .vote {
    color: #215890;
    border: none;
    width: 59px;    
    height: 25px;
    font-size: 12px;
    font-style: oblique;
    background: url("../images/layout/btn.png") no-repeat scroll center center transparent;
}
/*** end of footer ***/
