﻿/* --- Document params --- */
body, html {
	margin:0px;
	font: normal 14px Arial, Tahoma, Verdana, sans-serif;
	line-height:16px;
	color: #4a4d4e;
	height:100%;
	text-align:center;
	background:#FFF;
}

/* --- Default objects --- */
img {
	border:0;
	margin:0;
}
form {
	margin:0;
	padding:0;
}
p {
	margin:0;
	padding:5px 0;
}
.clear {
	clear:both;
}

/* --- Links --- */
a {
	color:#010101;
	text-decoration:none;
}
a:hover {
	text-decoration:underline;
}

/* --- Headers --- */
h1 {
	padding:10px 0 0 0;
	margin:0;
}
h2 {
	height:24px;
	margin:0;
	padding:13px 25px;
	background:#151515 url(/images/h2_bg.gif);
	color:#ffdb64;
	font-weight:normal;
	font-size:22px;
	line-height:24px;
	overflow:hidden;
}
.sidebar h2 {
	margin-top:-2px;
	background:url(/images/sidebar_h2_bg.gif);
}
h3 {
	font-size:18px;
	font-weight:normal;	
	padding:5px 0;
	margin:0;
}
h4 {
	border:1px solid #c6c6bd;
	padding:10px;
	margin:10px 0 5px 0;
	color:#2b2b2b;
	font-size:16px;
	font-weight:normal;	
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}
h5 {
	font-size:16px;
	font-weight:normal;
	padding:10px 0;
	margin:0;
}
h5 a {
	color:#af3e00;
}

/* --- Page wrapper --- */
#page {
	_height: 100%;
	text-align:left;
}
html>body #page {
	height: auto !important;
	min-height: 100% !important;
}

/* --- Header bar --- */
#bar {
	background:#2e2e2e;
	height:48px;
	overflow:hidden;
	line-height:48px;
	color:#b1a475;
}
#bar div {
	margin:0 auto;
	width:960px;
	height:48px;
	background:url(/images/bar_bg.gif) no-repeat;
}
#bar a {
	color:#b1a475;	
}
#bar ul {
	margin:0;
	padding:0;
	float:right;
}
#bar ul li {
	margin:0;
	padding:0 0 0 43px;
	float:left;
	list-style:none;
}

/* --- Hat --- */
#hat {
	background:#212121 url(/images/hat_bg.gif) repeat-x;
	border-bottom:1px solid #292929;
	height:147px;
	margin:0;
	padding:0;
}
#hat dd {
	margin:0 auto;
	width:960px;
	padding:0;
	background:url(/images/hat_center.jpg) no-repeat;
	height:147px;
}
#hat .banner {
	float:right;
	margin-top:40px;
}

/* --- Data --- */
#data {
	padding:13px 0 215px 0;
	width:960px;
	margin:0 auto;
}

/* --- Block --- */
.block {
	background:#eeeeec url(/images/block_bg.gif) repeat-x 0 1px;
	border:1px solid #c6c6bd;
	border-top:none;
	padding:15px 17px 20px 17px;
	margin-bottom:15px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.sidebar .block {
	-webkit-border-bottom-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
	-moz-border-radius-bottomright: 0;
	-moz-border-radius-bottomleft: 0;
	border-bottom-right-radius: 0;
	border-bottom-left-radius: 0;
	margin-bottom:0px;
	border-bottom:0;
}

/* --- Lists --- */
.block ul {
	margin:0 -9px;
	padding:0;
	overflow:hidden;
	background:url(/images/ul_bg.gif);
}
.block ul li {
	margin:0;
	padding:5px 10px 5px 35px;
	background:#eeeeec url(/images/ul_li_bg.gif) no-repeat 15px 6px;
	margin-bottom:2px;
	list-style:none;
}

/* --- Center Column --- */
#center {
	width:485px;
	float:left;
	padding:0 13px;
}

/* --- Sidebars --- */
.sidebar {
	width:224px;
	float:left;
	padding:2px 0 5px 0;
	background:url(/images/sidebar_bottom.gif) no-repeat bottom;
}

/* --- Adv --- */
.adv {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#eeeeec;
	border:1px solid #c6c6bd;
	padding:7px;
	margin-bottom:15px;
	text-align:center;
}
.adv img {
	vertical-align:bottom;
}

/* --- Footer -- */
#footer {
	background:#1a1a1a url(/images/footer_bg.gif) repeat-x;
	height:196px;
	margin:-196px 0 0 0;
	padding:0;
	overflow:hidden;
	color:#98988f;
	line-height:22px;
	text-align:right;
}
#footer a {
	color:#98988f;
}
#footer dd {
	width:960px;
	margin:0 auto;
	padding:90px 0 0 0;
	height:135px;
	background:url(/images/footer_center.jpg) no-repeat;	
}
#footer img {
	float:left;
	margin-top:-23px;
}

/*
 * ~~~ PAGES ~~~ *
 */
 
/* --- Recent Articles --- */
.block .articles {
	background:none;
	margin:0;
}
.block .articles li {
	background:none;
	padding:3px 0 15px 0;
	background:url(/images/ul_bg.gif) repeat-x bottom left;
}
