﻿/* --- Document params --- */
body, html {
	margin:0;
	font:normal 11px/16px Arial, Tahoma, Verdana, sans-serif;
	color:#3f444c;
	height:100%;
	text-align:center;
	background:#131516 url(/images/body_bg.gif) repeat-x top center;
}

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

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

/* --- Header --- */
h2 {
	background:#0b0c0c url(/images/h3_bg.gif) repeat-x;
	margin:0 -10px;
	padding:12px 15px 17px 15px;
	font-size:14px;
	font-weight:bold;
	line-height:16px;
	color:#FFF;
	-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;
	border:1px solid #141617;
}
h3 {
	font-size:14px;
	font-weight:bold;
	line-height:17px;
	margin:0;
	padding:0 0 7px 0;
}
.block h3 {
	color:#FFF;
}
h4 {
	padding:0 0 7px 0;
	margin:0;
	font-size:14px;
	line-height:17px;
	font-weight:normal;
}

/* --- Page wrap --- */
#center {
	width:960px;
	margin:0 auto;
	background:url(/images/center_bg.jpg) no-repeat top left;
	_height: 100%;
	text-align:left;
}
html>body #center {
	height:auto !important;
	min-height:100% !important;
}

/* --- Chip --- */
#chip {
	position:absolute;
	margin-left:20px;
	top:20px;
	width:151px;
	height:181px;
	background:url(/images/chip.png) no-repeat;
}

/* --- Header --- */
#header {
	padding:38px 0 0 175px;
	height:65px;
}
#header .banner {
	float:right;
	margin-top:-25px;
	overflow:hidden;
	width:468px;
	height:60px;
	background:#2a2f34;
	padding:5px;
	border-bottom:1px solid #4c535c;
	background:url(/images/banner_bg.png);
	box-shadow:inset 1px 1px 3px #15171a;
	-webkit-box-shadow:inset 1px 1px 3px #15171a;
	-moz-box-shadow:inset 1px 1px 3px #15171a;
}

/* --- Menu --- */
#menu {
	margin:0 0 15px 0;
	padding:0 0 0 175px;
	height:43px;
	background:#424e53 url(/images/menu_bg.gif) repeat-x;
	overflow:hidden;
	font-size:12px;
	line-height:43px;
	font-weight:bold;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow:0 1px 2px #1b1e20;
	-webkit-box-shadow:0 1px 2px #1b1e20;
	-moz-box-shadow:0 1px 2px #1b1e20;
}
#menu li {
	float:left;
	margin:0;
	padding:0 22px 0 20px;
	height:43px;
	list-style:none;
	background:url(/images/menu_item_right.gif) no-repeat top right;
}
#menu li a {
	color:#FFF;
}

/* --- Container --- */
#container {
	padding:40px 0;
	border:6px solid #CCC;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background:#FFF url(/images/container_top.gif) repeat-x top left;
}

/* --- Content --- */
#content {
	float:left;
	width:628px;
	padding-right:12px;
}

/* --- Sidebar --- */
#sidebar {
	float:left;
	width:308px;
}

/* Block */
.block {
	background:#3f444c url(/images/block_bg.gif) repeat-x 0 -1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding:9px 14px;
	color:#b4bfc3;
	margin-bottom:1px;
	border:1px solid #3f444c;
}
.block.narrow {
	width:278px;
	float:left;
}
.block.narrow.articles {
	float:right;
}
.post {
	margin-bottom:15px;
}
.info {
	background:#e3e3e3 url(/images/info_top.gif) repeat-x top left;
	margin:-5px -10px 15px -10px;
	padding:12px 15px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color:#3f444c;
}

/* Lists */
.info ul {
	margin:0;
	padding:0;
	font-size:12px;
}
.info ul li {
	margin:0;
	padding:5px 0;
	list-style:none;
	border-bottom:1px dashed #a0a0a0;
}
.info ul.nav li {
	background:url(/images/nav_style.gif) no-repeat left center;
	padding-left:25px;
}
.info ul.nav li a {
	color:#000;
	font-weight:bold;
}

/* Promo */
#promo {
	margin:0 -25px 0 -5px;
	padding:0;
}
#promo li {
	width:195px;
	margin:0;
	padding:0 7px 0 0;
	list-style:none;
	font-size:11px;
	line-height:14px;
	float:left;
	border:none;
}
#promo img {
	float:left;
	margin:0 10px 0 0;
}
#promo strong {
	color:#9d0b3f;
	text-transform:uppercase;
	display:block;
	padding-bottom:3px;
}
#promo p {
	clear:both;
	padding:10px 0 0 0;
	height:33px;
}
#promo p a {
	float:left;
	background:#a5a8ab;
	height:33px;
	width:97px;
	text-align:center;
	line-height:33px;
	font-weight:bold;
	text-transform:uppercase;
	color:#444f61;
}
#promo p a.read {
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	background:#a5a8ab url(/images/read_bg.gif) repeat-x;
}
#promo p a.play {
	background:#3f641b url(/images/play_bg.gif) no-repeat top right;
	border-left:1px solid #3d621b;
	color:#FFF;
	-webkit-border-top-right-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-radius-topright: 5px;
	-moz-border-radius-bottomright: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}


/* Baner */
#sidebar .banner {
	width:180px;
	height:150px;
	background:#c5c5c5;
	border:1px solid #b1b1b3;
	padding:6px;
	margin:0 auto;
	overflow:hidden;
}

/* Date */
.date {
	display:block;
	background:#2d3a40 url(/images/date_bg.gif) repeat-x;
	font-size:11px;
	line-height:16px;
	width:68px;
	text-align:center;
	color:#c3d4da;
	border:1px solid #2d3a40;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
	margin:0 0 5px 0;
}
ul .date {
	margin-top:5px;
}


/* --- Footer --- */
#footer {
	padding:15px 0;
	color:#575e64;
	font-size:13px;
	line-height:16px;
}
#footer a {
	color:#a2a9b0;
	font-weight:bold;
}
#footer p {
	float:right;
	padding:0;
	margin:0;
}

