body {
	margin: 0px;
	padding: 0px;
	background: #080403;
	color: #cccccc;
	font-style:normal; 
	font-variant:normal; 
	font-weight:normal; 
	line-height:15px;
	font-size:11px; 
	font-family:Lucida Grande, sans-serif;
}


h2{
	margin-bottom: 10px;
	font-size: 14px;
}

h3, h4 {
	padding-top: 5px;
	padding-bottom: 15px;
}

a, a:visited{
	color: #fff;
	text-decoration:none;
}

a:hover{
	text-decoration:underline;
}

blockquote{
	font-style: italic;
	color: #999999;
}

table{
	margin:10px;
}

td, th{
	padding:3px;
	font-weight:normal;

}

#wrap {
	width: 800px;
	overflow: hidden;
	position:relative;
	margin: 0px auto;
    background:#1b1b1b;
}

#content {
	width: 500px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 11px;
	margin: 8px;
	height:auto;

}

#contentHeightFixed {
	width: 500px;
	float: left;
	display:inline;
	text-align: justify;
	padding: 11px;
	margin: 8px;
	height:700px;

}
#nav {
	height: 49px;
	width: 790px;
	margin-right: auto;
	margin-left: auto;
}

#sidebar {
	width: 220px;
	float: right;
	line-height: 1.5em;
	display:inline;
	margin: 8px 8px 8px 0px;
	padding: 10px;
	font-size:10px;
}

#logo {
	background: url('images/background3.jpg') no-repeat;
	height: 200px;
	width: 800px;
	margin-right: auto;
	margin-left: auto
	}
	
#linefill {
	height:1px;
	background-color:#3a3535;
	padding-bottom:5px;
}

#tagline {
	height: 20px;
	text-align: right;
	margin-top: -30px;
	margin-right: 25px;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
	color: #FFFFFF;
}


#pages h1{
	margin:0px;
	padding:0px;
}
#pages h1 a{
	text-transform:uppercase;
	text-decoration:none;
	color:#fff;
	font: 18px Arial, Helvetica, sans-serif;
	margin:0px;
	padding:13px 0px 0px 10px;
	letter-spacing: -1px;
	float: left;
}
#pages h1 a:hover{
	text-decoration:underline;
}



div#pages {
	height: 40px;
	margin: 0px auto 0px;
	width:800px;
    background: #2d2d2d;

}

div#pages ul {
	padding: 10px 0px 0px;
	white-space: nowrap;
	list-style-type: none;
	margin: 0px;	
}
div#pages ul li {
	float:right;
}

div#pages ul li.current_page_item a  {
	text-decoration: underline;
}
div#pages ul li a {
	display: block;
	text-decoration: none;
    border-left: 1px dotted #ccc;
	font-size:11px;
	padding:5px 10px 5px 10px;
	text-transform: uppercase;
	color: #999999;
}
div#pages ul li a:hover {
	color: #ccc;
}

.entry{
	padding-top: 0px;
	padding-bottom: 30px;
	padding-left: 0px;
	line-height: 1.5em;
}

h3.entrytitle, h3 {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
}

h3.entrytitle a, h3.entrytitle a:visited, h3 a{
	color: #d06915;
	text-decoration:none;
	border-style: none;
	font-size: 12px;
	font-weight: bolder;
	text-transform: none;
}

h3.entrytitle a:hover, h3 a:hover{
	text-decoration:underline;
}

.entrymeta{
	height: 16px;
	margin-top: 0;
	font-size: 11px;
	color: #666;
	border-top:dotted 1px #666;
	padding-top:4px;
	margin-bottom: 8px;
}

.entrybody a {
	height: 16px;
	margin-top: 0;
	font-size: 11px;
	color: #d06915;
}

.entrybody ul {
	margin-left: 20px;
	padding-left:0px;
	list-style-type: none;
}
.entrybody ol{
	margin-left:20px;
	padding-left:0px;
}
.entrybody ul li {
	list-style:square;
}

.entrybody p {
	margin:8px 0;
	padding:0;
}

.entrybody ul {
	margin-left: 30px;
	padding-left:0px;
	list-style-type: none;
}

.entrybody ol{
	margin-left:30px;
	padding-left:0px;
}

.entrybody ul li {
	list-style:square;
}

#sidebar h2 {
	color: #999;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 8px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 0px;
	border-bottom: 1px solid #ccc;
	font-size: 10px;
	font-weight: bold;
	text-transform: uppercase;
}
#sidebar ul {
	list-style: none;
	margin: 0 0 20px 0;
	padding: 0;
}

#sidebar ul li {
	display: inline;
	margin:0;
	padding:0
}
#sidebar li{
	list-style: none;
	color:#fff;
}

#sidebar-header {
	color:red;
}

#sidebar ul li a {
	height: 16px;
	margin-top: 0;
	font-size: 11px;
	color: #d06915;
}

#sidebar ul li a:hover{
	color: #d06915;
	
}


#footer {
	clear: both;
	text-align: center;
	height: 40px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #666;
	width: 774px;
	padding: 0px;
	margin-right: auto;
	margin-left: auto;
}
#footer p{
	padding:10px;
	margin:0px;
}

#bigred {
	margin-top:20px;
	font-size:20px;
	color:red;
	
}

