@charset "utf-8";
/* CSS Document */

/* --------------------
		Reset Styles
-------------------- */

html, body, div, span, h1, h2, h3, h4, h5, h6, p, blockquote, a, em, img, q, strong, sub, sup, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
	font-weight: normal;
}

ol, ul {
	list-style: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
}

blockquote, q {
	quotes: "" "";
}

a {
	text-decoration: none;
	cursor: pointer;
}

a:hover {
	text-decoration: underline;
}

strong {
	font-weight: bold;	
}

p {
	padding-top: 20px;	
}

/* --------------------
		Main Styles
-------------------- */

html, body {
	background-image: url(../images/bg.gif);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #111111;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #a9a9a9;
}

.wrapper {
	width: 1010px;
	margin: 0 auto;
}

.header {
	background-color: #1c1c1c;
	height: 35px;
	border-bottom: 1px solid #444444;
	text-align: right;
}

.header .wrapper {
	position: relative;	
}

.header ul.top {
	border-left: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	height: 35px;
	line-height: 35px;
	padding: 0 14px;
	float: right;
}

.header ul.top li {
	float: left;
	height: 35px;
	line-height: 35px;
}

.header ul.top li a {
	float: left;
	padding: 0 9px;
	height: 35px;
	line-height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #a1a0a0;
	text-transform: uppercase;
}

.header form {
	float: right;
	padding: 0 13px 0 20px;
	line-height: 35px;
	height: 35px;
	border-left: 1px solid #2d2d2d;
}

.header form label {
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding-right: 5px;
}

.header form input {
	border: 3px solid #e4e5e6;
	border-right: none;
	float: left;
	width: 130px;
	height: 18px;
	padding: 0 5px;
	margin-top: 5px;
}

.header form input.submit {
	border: none;
	background-image: url(../images/search-button-bg.gif);
	background-repeat: no-repeat;
	width: 27px;
	height: 24px;
	cursor: pointer;
}

.header a.sitemap {
	background-image: url(../images/sitemap-bg.gif);
	background-position: 90px 10px;
	background-repeat: no-repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	float: right;
	height: 35px;
	line-height: 35px;
	padding: 0 55px 0 24px;
}

.navigation {
	position: absolute;
	height: 40px;
	background-image: url(../images/nav-bg.gif);
	background-repeat: repeat-x;
	line-height: 38px;
	top: 36px;
	left: 5px;
	float: left;
	width: 1000px;
	z-index: 50px
}

.logo {
	float: left;
	background-image: url(../images/logo.png);
	width: 281px;
	height: 73px;
	background-repeat: no-repeat;
	position: absolute;
	left: 5px;
	top: 21px;
	z-index: 100;
}

.navigation ul {
	float: right;
}

.navigation ul li {
	padding: 0 5px;
	height: 38px;
	line-height: 38px;
	float: left;
}

.navigation ul li a {
	color: #b7b7b7;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	padding: 0 6px;
	height: 38px;
	line-height: 38px;
	float: left;
	text-transform: uppercase;
}

.navigation ul li.selected a, .navigation ul li a:hover {
	background-color: #333333;
	color: #f3f3f3;
	text-decoration: none;
}

.main {
	background-color: #000;
	padding: 35px 5px 0 5px;
	clear: both;
}

.featured {
	position: relative;	
}

.block {
	z-index: 2;
	clear: both;
	background-image: url(../images/block-bg.gif);
	background-position: top left;
	background-repeat: repeat-x;
	overflow: hidden;
	padding: 40px 20px 20px 20px;
}

.padded {
	padding-top: 45px;
}

img {
	padding: 4px;
	background-color: #0f0f0f;
	border: 1px solid #373737;
}

.left {
	float: left;
	width: 590px;
}

.right {
	float: right;
	width: 355px;
}

h1 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 17px;
	padding-top: 10px;
	color: #FFF;
}

h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
	color: #FFF;	
}

h6  {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 11px;
	color: #a9a9a9;
}

h3 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 12px;
	color: #FFF;
}

h2 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 13px;
	color: #FFF;
	line-height: 28px;
	height: 28px;
	border-bottom: 1px solid #3a3a3a;
	margin-bottom: 5px;
	padding-top: 25px;
}

h1.big {
	font-size: 20px;
	padding-bottom: 20px;
}

h4 {
	margin: 20px 0 17px 0;	
}

h4 a {
	background-image: url(../images/h4-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #860000;
	height: 19px;
	line-height: 19px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	color: #FFF;
	padding: 0 6px 0 3px;
}

.article-preview {
	padding-left: 120px;	
	font-size: 11px;
	padding-bottom: 15px;
	border-bottom: 2px solid #181717;
	margin-bottom: 20px;
}

.article-preview img {
	margin-left: -120px;
	position: relative;
	float: left;
}

.article-preview h6 {
	font-size: 9px;	
}

.features {
	position: absolute;
	background-image: url(../images/featured-bg.gif);
	background-repeat: repeat-x;
	border: 1px solid #2c2c2c;
	top: 0;
	right: 20px;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	height: 22px;
	line-height: 22px;
	padding: 0 16px;
}

.left-third {
	float: left;
	width: 460px;
}

.middle-third {
	float: left;
	width: 225px;
	margin-left: 16px;
}

* html .middle-third {
	margin-left: 8px;	
}

.right-third {
	float: right;
	width: 225px;
	margin-right: 17px;
}

* html .right-third {
	margin-right: 8px;	
}

.images {
	margin: 0 -10px;	
}

.images img {
	border: 4px solid #FFF;
	padding: 0;
	margin: 10px 10px 0 10px;
}

.post-preview {
	border-bottom: 1px solid #212121;
	padding: 5px;
}

.post-preview a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #c0bfbf;
	line-height: 13px;
}

.last {
	border-bottom: none;	
}

.left-small {
	float: left;
	width: 210px;
}

.left-small .images {
	margin: -10px -5px 10px -5px;	
}

.left-small .images img {
	margin: 10px 5px 0 5px;	
}

.right-half {
	float: right;
	width: 720px;
}

.video-preview {
	padding: 0 0 10px 0;
	font-size: 11px;
	color: #a9a9a9;
}

.right-half .left {
	width: 355px;
	float: left;
}

.right-half .right {
	width: 355px;
	float: right;
}

.right-half .padded {
	padding-top: 55px;	
}

.news-preview {
	font-size: 11px;
	padding: 10px 0 40px 68px;
}

.news-preview img {
	margin-left: -68px;
	position: relative;
	float: left;
}

.featured-preview {
	font-size: 11px;
	padding-bottom: 15px;
}

.sponsors {
	clear: both;
	background-image: url(../images/sponsors-bg.gif);
	background-repeat: repeat-x;
	background-color: #111111;
	overflow: hidden;
	padding: 25px 20px;
}

h5 {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 15px;
	color: #686868;
}

.sponsors a {
	border: 1px solid #373737;
	margin: 10px 10px 0 0;
	float: left;
}

.sponsors a img {
	border: none;
	padding: 0;
}

.footer {
	background-image: url(../images/main-bottom-bg.gif);
	background-repeat: no-repeat;
	padding: 15px 0 10px 0;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #615f5f;
	text-align: right;
}

.footer a {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 10px;
	color: #615f5f;
}	
