/*************************************************************
Author: LiquidCactus
*************************************************************/

body
{
	font-family:'Lucida Grande','Lucida Sans Unicode','Lucida Sans Regular',Verdana,sans-serif;
	font-size: 12px;
	color: #808080;
	background-color: #000;
	margin: 0;
	padding: 0;
}


a, a:visited, a:active,a:hover {
	color: #ccc;
}


h1, h2, h3, h4 {
	font-family: "Trebuchet MS", Georgia, "Times New Roman", Times, serif;
	color: #eee;
	margin-bottom: 0;
}

h2 {
	font-size: 14px;
}

/* TOP -------------*/
#top
{
	background-color: #333333;
	margin-bottom: 15px;
	width: 100%;
	height: 75px;
	padding-bottom: 15px;
	background-image: url("/img/bg.jpg");
}
#top .hldr
{
	width: 753px;
	margin: 0 auto;
	clear: both;
}

/* sitename --------*/
#top .sitename
{
	width: 280px;
	float: left;
}
#top .sitename h1
{
	font-size: 22px;
	line-height: 24px;
	margin: 0;
	padding-top: 25px;
}
#top .sitename h1 .nameA
{
	font-weight: normal;
	color: #fff;
}
#top .sitename h1 .nameB
{
	color: #a5acb0;
}
#top .sitename h6.tagline
{
	font-size: 11px;
	font-weight: normal;
	text-align: left;
	color: #999;
	margin: 0;
}

/* navigation ------*/
#top .nav
{
	text-align: right;
	width: 470px;
	height: 42px;
	float: left;
	padding-top: 30px;
}
#top .nav ul
{
	margin: 30px 0 0 0;
	padding: 0;
}
#top .nav ul li
{
	display: inline;
}
#top .nav ul li a
{
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	color: #808080;
	border-left: 1px solid #808080;
	padding: 42px 0 0 10px;
	margin: 0 20px 0 0;
	height: 42px;
}
#top .nav ul li a:hover
{
	color: #b9b9b9;
	border-left: 1px solid #b9b9b9;
}
#top .nav ul li a.active{
	color: #fff;
	border-left: 1px solid #fff;
}

/* rss -------------*/
#top .rss
{
	width: 73px;
	float: left;
	padding-top: 3px;
}
#top .rss a img
{
	border: none;
}


/* CONTAINER -------*/
#container
{
	width: 753px;
	margin: 0 auto;
	clear: both;
}
#main
{
	margin-bottom: 20px;
}

/* left ------------*/
#lft
{
	width: 460px;
	float: left;
	margin-right:25px;
}
#lft .article
{
	padding-bottom: 25px;
}
#lft .article img.icon
{
	margin-right: 10px;
	float: left;
}
#lft .article h2.title
{
	color: #fff;
}
#lft .article p img, #lft .article p a img
{
	border: none;
	float: left;
	padding: 0 10px 0 0;	
}
#lft .article .more
{
	border-top: 1px solid #333333;
	width: 495px;
}
#lft .article .more a
{
	font-weight: bold;
	text-decoration: none;
	color: #b7bdc0;
	background-color: #333333;
	padding: 3px 10px;
	float: right;
}
#lft .article .more a:hover
{
	color: #fff;
}

/* right -----------*/
#rgt
{
	margin-left: 20px;
	width: 235px;
	float: left;
}
#rgt .search
{
	background-image: url(../images/search.gif);
	background-position: top left;
	background-repeat: no-repeat;
	width: 211px;
	height: 21px;
}
#rgt .search .searchbox
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 10px;
	color: #666666;
	background: transparent;
	border: none;
	padding: 3px 0 0 25px;
}
.clr {clear:both;}
blockquote
{
	background-color: #1a1a1a;
	background-image: url(../images/quote.gif);
	background-position: 15px 15px;
	background-repeat: no-repeat;
	font-family: Garamond, Times New Romans;
	font-size: 17px;
	font-style: italic;
	color: #fff;
	padding: 20px 25px 20px 25px;
	margin: 20px 0 0 0;
	width: 90%;
}
blockquote .source
{
	font-family: Arial,Verdana,Tahoma;
	font-size: 10px;
	font-style: normal;
	text-align: right;
	margin-top: 10px;
}

/* categories ------*/
ul.dash-strip {
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin-top: 5px;
	padding:0;
	border-top:1px solid #333333;
}
ul.dash-strip li {
	border-bottom:1px solid #333333;
	padding:7px 0;
}
ul.dash-strip li a {
padding-left: 10px;
}

/* footer ----------*/
.footer
{
border-top: 1px solid #333;
	font-size: 10px;
	color: #666;
	width: 753px;
	padding: 10px;
	clear: both;
}
.footer .copyright
{
	float: left;
}
.footer .credit
{
	float: right;
}
.footer .credit a
{
	color: #666;
	text-decoration: underline;
}
.footer .credit a:hover
{
	text-decoration: none;
}

.quotewrap {
	width:500px;
	background-image: url(/img/quotes2.gif);
	background-repeat: no-repeat;
	background-position: -30px top;
	margin:1em auto;
	position:relative;
	}

.quote {
	width:350px;
	padding:15px 35px;
	background-image: url(/img/quotes2.gif);
	background-repeat: no-repeat;
	background-position: 390px bottom;
color:#ccc;
	font-style:italic;
	position:relative;
	}
.quote p { margin: 0 }
.quotewrap .author {
 	text-align:right;
	margin-right:100px;
}

.break-line {height:1px;border-top:1px solid #333;margin-bottom:15px;}       