html { background-color: #4a628f; }
body { font-family: Tahoma, Arial, Times, 'Times New Roman'; background: url('../img/bg.jpg') repeat center top #4a628f; }
a:hover{ text-decoration: none;color: #4a628f }
/* Header */
#navbar { height: 24px; position: relative; background: #E3E3E3;margin: 0 4px 0 3px}
#navbar .navbar { height: 24px }
#navbar .icon-calendar {margin-left: 3px}
/** Navigation **/
/** Navbar Menu **/
ul.nav-menu { list-style: none; margin-left: -6px; }
ul.nav-menu li { float: right; margin: 4px 11px 2px 0; border-left: 1px solid #b3b3b3; padding-left: 10px; white-space: nowrap }
ul.nav-menu li:last-child { border: none; }
ul.nav-menu li a { color: #555; display: block;  }
ul.nav-menu li a:hover { color: #4a628f; }
ul.nav-menu li a [class^="icon-"] {margin-left: 3px;}
/** date **/
.date { padding: 5px 12px 5px 12px; color: #555; }
.date:hover { color: #fff; }
/** Head **/
#head { background: url('../img/header_bg.jpg') no-repeat center top transparent; }
a.head-link { color: #555; }
a.head-link:hover { color: #4a628f; }
/** Logo **/
#head {height: 114px}
#head .logo { position: relative; float: right}
#head .logo h1 { overflow: hidden; margin: 0; width: 325px; height: 100px; position: absolute; top: 10px; }
#head .logo h1 a { display: block; width: 325px; height: 100px; line-height: 1000px;}
/** Search **/
#search { position: relative; }
#search input { height: 16px;padding: 1px }
#search button { position: relative;margin-right: -34px; width: 1em; }
#search button:hover { text-decoration: none; }
#search a.advanced-search { text-decoration: none; }
/** Archive **/

	/*** IE Hacks ***/
	html.lt-ie8 #search { width: 100% !important; } /* IE 7 Ghost bug */
	html.lt-ie8 #search button { top: 44px !important; } /* IE 7 */
/** Menu **/
ul#menu-items { height: 30px; margin: 0 3px 6px 3px; list-style: none; overflow: hidden; background: url("../img/navigation_bg.jpg") repeat-x scroll 0 0 #000055;border-radius: 5px;border: 1px solid #FFF }
ul#menu-items li { float: right; margin-top: 4px; font-family: 'DroidNaskh';border-right: 1px dotted #999}
ul#menu-items li a { display: block; padding: 5px 10px; color: #FFF; }
ul#menu-items li a:hover { padding-bottom: 6px; border-bottom: 4px solid #fff; text-decoration: none; background: #000044; color: #CECECE;}
ul#menu-items li.active { margin: 0; -webkit-box-shadow:  -4px -3px 4px -5px #333; box-shadow:  -4px -3px 4px -5px #333; }
ul#menu-items li.active a{ padding: 9px 10px; background-color: #000044; font-weight: bold; color: #FFF }
ul#menu-items li.active a:hover { color: #FFF; }
/* sub levels link hover *//*

ul#menu-items ul li:hover a, ul#menu-items li:hover li a {
	background: none;
	border: none;
	color: #666;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}
*/
/* dropdown *//*

ul#menu-items li:hover > ul {
	display: block;
}
*/
/* level 2 list *//*

ul#menu-items ul {
	display: none;
	margin: 0;
	padding: 0;
	list-style: none;
	width: 185px;
	position: absolute;
	background: #DDD;
	border-right: solid 1px #b4b4b4;
	border-left: solid 1px #b4b4b4;
	border-bottom: solid 1px #b4b4b4;
	z-index: 99;
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;

	-webkit-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	-moz-box-shadow: 0 1px 3px rgba(0,0,0, .3);
	box-shadow: 0 1px 3px rgba(0,0,0, .3);
}
ul#menu-items ul li {
	float: none;
	margin: 0;
	padding: 0;
}
*/

/* Main */
/*
#main { margin-bottom: 48px }
*/
#main { margin-bottom: 24px }
#main .container { background-color: #fff; }
/*.first-news { margin-bottom: 20px; }*/
.first-news { position: relative; height: 270px;margin-right: 5px}
.first-news ul { height: 250px; }
.first-news li { height: 240px;width: 712px;float: left;display: inline-block;}
.first-news h2 { text-align: right; font-family: 'DroidNaskh', Tahoma, Arial, sans-serif; margin-top: 0; font-size: 1.6em; line-height: 1.8em; }
.first-news h4 { text-align: right; font-family: 'DroidNaskh', Tahoma, Arial, Times, 'Times New Roman'; margin-top: 0; font-size: .9em; line-height: 1.3em; }
.first-news p { text-align: right; }
.first-news .news-image { float: right;width: 410px; overflow: hidden; position: relative; margin-left: 10px; border-radius: 0; }
.first-news .news-image img {width: 410px;  /**/display: block; background-color: #000/**/ }
.first-news .pagination { position: absolute; top: 230px; left: 12px; }
.first-news .pagination a { outline: none; display: block; float: left; width: 12px; height: 12px; background-color: #444; margin-right: 4px; border-radius: 6px;	-webkit-border-radius: 6px;	-moz-border-radius: 6px}
.first-news .pagination a.selected { background-color: #4A628F; }
.first-news .pagination a span { display: none; }
/** Global Boxes Attributes **/
#left .box { margin-left: 10px; }
#right .box { margin-right: 8px; }
.box { -webkit-box-shadow: 0px 0px 2px 1px #ccc; box-shadow: 0px 0px 2px 1px #ccc; }
	/*** IE Hacks ***/
	html.lt-ie9 .box { filter: progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=0,strength=3), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=90,strength=3), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=180,strength=3), progid:DXImageTransform.Microsoft.Shadow(color=#cccccc,direction=270,strength=3); } /* IE 7-8 Box-shaodw */
	html.lt-ie8 .box { overflow: hidden; } /* IE 7*/
.box-title h2 {background: url('../../global/img/box-title-bg.png') no-repeat left top transparent;}

.sidebar#right { float: right; }

/** Ads **/
#ads.sidebar .box.ads {margin-right: -20px}

#mainbody .box.ads { margin-bottom: 24px; }
#mainbody .box.ads ul li { margin-left: 20px; margin-bottom: 20px; }
#mainbody .box.ads ul li.wide { margin-left: 20px; width: 212px; }
#mainbody .box.ads ul li.wide img { width: 212px; }
/*** Header B (Brown Headers) ***/
.sidebar .box.header-b .box-title { padding-left: 10px }
.box.header-b .box-title h2 { color: #ccc; background: url('../../global/img/box-title-bg.png') no-repeat left -100px #2d0704; margin: 0 -10px 8px; padding: 0 10px; }
.box.header-b .box-title h2 a { color: #ccc }
.box.header-b .box-title h2 a:hover { color: #fff }
/** Second News **/
section.titr2#mainbody { margin-left: 10px }
.second-news { margin-bottom: 14px; width: 228px; height: 317px; overflow: hidden; float: right; margin-left: 10px; }
/* .second-news:nth-child(odd) { margin-left: 16px; } */
/* .second-news:last-child { margin-left: 0; } */
.second-news .item-image { width: 228px; height: 128px;overflow-y: hidden }
.second-news .item-image  img { display: block; width: 228px; height: auto; background-color: #000; }
.second-news h2.item-title { font-size: 1.6em; line-height: 1.3em; }
.second-news h4 { font: normal 11px tahoma; line-height: 1.3em; }
.second-news p { line-height: 1.2em;font-size: 11px;color: gray }
	/*** IE Hacks ***/
	html.lt-ie8 .third-news ul li { height: 54px \9; } /* IE 7 */
/** Mainbody Boxes **/
#mainbody .box.type-a .box-content ul li { width: 96px; float: right; margin-left: 24px; }
#mainbody .box.type-a .box-content ul li:last-child { margin-left: 0; }
	/*** IE Hacks ***/
	/* IE 7-8 (Make IE understand last-child selector) */
	/*html.lt-ie8 #mainbody .box.type-a .box-content ul li { margin-left: expression(this.nextSibling==null ? '0' : 'inherit'); }*/
	html.lt-ie9 #mainbody .box.type-a .box-content ul li + li + li + li { margin-left: 0; }
	html.lt-ie9 #mainbody .box.type-a .box-content ul li + li + li + li + li + li + li + li { margin-left: 0; }
#mainbody .box.header-b .box-title { margin-left: 10px; }
#mainbody .box.header-b .box-title h2 { padding-left: 0; }
.mainbody .box{margin: 0 12px 12px 0;}
/* Footer */
#footer .container2 { /*padding-bottom: 24px;*/ background: url('../../global/img/box-bg.png') repeat-x -20px 300px transparent; }
/** Footer Items **/
#footer .box { box-shadow: none; background-color: transparent; padding: 12px 12px 16px 0; }
#footer .box .box-title h2 { color: #ccc; }
#footer .box .box-title h2 a { color: #ccc; }
#footer .box .box-title h2 a:hover { color: #fff; }
#footer .box .box-content ul li { margin-left: 24px; }
#footer .box .box-content ul li:last-child { margin-left: 0; }
#footer .box .box-content h3 a { color: #ccc; }
#footer .box .box-content h3 a:hover { color: #fff; }
	/*** IE Hacks ***/
	html.lt-ie9 #footer .box { filter: none \9; } /* IE 7-8 */
	html.lt-ie9 #footer .box .box-content ul li + li + li + li + li + li + li + li { margin-left: 0; } /* IE 7-8 */
/** Footer Logo **/
#footer-logo a { display: block; width: 242px; height: 145px; }
#footer-logo a span { display: block; width: 242px; }
#footer-logo a span.footer-logo-a { background: url('../img/logo.png') no-repeat 0 0 transparent; height: 138px; }
/*
#footer-logo a span.footer-logo-b { background: url('../img/logo.png') no-repeat -162px -20px transparent; height: 70px; }
*/
/** Footer Menu **/
.footer-menu { list-style: none; padding: 6px 0 0 0; }
.footer-menu li a { color: #5638a3; }
.footer-menu li a:hover { color: #382172; }
.footer-menu li.hot { font-weight: 600; }
#footer .span3 { float: right;margin-top: 12px }
/** Copyright **/
#copyright { text-align: center ;color: #382172;}
.to-top { color: #382172 }
.to-top a { color: #382172;float: left; padding-left: 12px;cursor: pointer }
