/* CSS Document */
body {
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #ebebeb;
/*	background-color: #19110E;*/
	background-color: #0e0e0e;
	}
a:link 		{ text-decoration: none; color: #6088D0; }
a:visited 	{ text-decoration: none; color: #6088D0; }
a:active 	{ text-decoration: none; color: #6088D0; }
a:hover		{ text-decoration: none; color: #AFABAB; }

.highlight { color: #fff; font-weight: 700; letter-spacing: 1px; }
.videoHolder { text-align: center; }
#contentholder { 
	margin-left: auto;
	margin-right: auto;
	width: 876px;
	background-image: url(../images/background.gif);
	}
#header { 
	border: 0;
	height: 233px;
	background-image: url(../images/header.jpg);
	}
#headerListings{ 
	border: 0;
	margin: auto;
	height: 68px;
	background-image: url(../images/headerListing.jpg);
	}
	
#navigationL {
	border-top: 0px;
	border-right: #261D19 solid 1px;
	border-bottom: 0px;
	border-left: 0px;
	position: absolute; 
	width: 180px;
	margin-top: 30px;
	margin-left: 6px;
	font-size: 11px;
	padding: 8px 0px 8px 8px;
	}
#navigationR {
	border-top: 0px;
	border-right: 0px;
	border-bottom: 0px;
	border-left: #261D19 solid 1px;
	position: absolute; 
	width: 162px;
	margin-top: 30px;
	margin-left: 676px;
	font-size: 11px;
	padding: 10px 10px 10px 10px;
	}

#navigation {
/*	border: yellow solid 1px; */
	display: inline;
	position: absolute; 
	width: 440px;
	top: 212px;
	margin-left: 215px;
	}
#navigationListings {
/*	border: yellow solid 1px; */
	display: inline;
	position: absolute; 
	width: 440px;
	top: 47px;
	margin-left: 215px;
	}
	
/*	TAB MAIN NAVIGATION */	
#navlist {
	margin: 0;
	padding: 0 0 20px 10px;
	border-bottom: 1px solid #261D19;
	}

#navlist ul, #navlist li {
	margin: 0;
	padding: 0;
	display: inline;
	list-style-type: none;
	}

#navlist a:link, #navlist a:visited {
	float: left;
	line-height: 14px;
	font-weight: 700;
	font-size: 13px;
	margin: 0 10px 4px 10px;
	text-decoration: none;
	color: #999;
	}

#navlist a:link#current, #navlist a:visited#current, #navlist a:hover {
	border-bottom: 4px solid #6088D0;
	padding-bottom: 2px;
	background: transparent;
	color: #6088D0;
	}

#navlist a:hover { color: #fff; }

.inputField {
	font-size: 11px;
	letter-spacing: normal;
	}

.eyecandy {
	margin-top: 0px;
	margin-left: 195px;
	}

.menuitem a		        { text-decoration: none; }
.menuitem a:link       	{ color: #AFABAB; }
.menuitem a:visited    	{ color: #AFABAB; }
.menuitem a:active     	{ color: #AFABAB; }
.menuitem a:hover     	{ color: #6088D0; }
.menuitem{
	font-size: 12px;
	letter-spacing: 0.5px;
	margin: 1px;
	display: inline;
	font-weight: 700;
	}

.recentitem {
	color: #666258;
	}
.recentitem a		        { text-decoration: none; }
.recentitem a:link       	{ color: #6088D0; }
.recentitem a:visited    	{ color: #6088D0; }
.recentitem a:active     	{ color: #6088D0; }
.recentitem a:hover     	{ color: #fff; }	

.article {
/*	border: yellow solid 1px;*/
	padding-left: 211px;
	width: 460px;
	}
.articleListing {
/*	border: yellow solid 1px;*/
	padding-left: 10px;
	width: auto;
	}
.date {
	font-size: 10px;
	color:#aaa;
	padding-bottom: 10px;
	}
.title {
	margin-top: 32px;
	font-size: 20px;
	font-weight: 700;
	color: #776D6B;
	padding-bottom: 5px;
	}
.subtitle {
	font-size: 11px;
	font-weight: 700;
	color: #fff;
	letter-spacing: 2px;
	}
.desc {
	width: 454px;
	font-size:11px;
	color:#776D6B;
	padding-bottom: 12px;
	letter-spacing: 1px;
	line-height: 18px;
	}
.descListing {
	width: auto;
	}
.boxed {
	padding: 8px;
	border: #4A322E solid 1px;
	background-color: #190602;
	text-align: center;
	}
#footer {
/*	border: yellow solid 1px;*/
	width: 876px;
	height: 70px;
	margin: auto;
	text-align: center;
	border-bottom: #261C1A solid 1px;
	background-image: url(../images/footer.jpg);
 	}
#footerCopy {	
/*	border: yellow solid 1px;*/
	width: 500px;
	color: #70574C;
	font-size:11px;
	padding-top: 40px;
	margin: 0px auto;
	}
