/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #fff; 
	background-color:#000;
}

h1, h2, h3 {
	font-weight: bold;
	color: #fff;
}

h1 {
	letter-spacing: -2px;
	font-size: 182%;
}

h2 {
	letter-spacing: -1px;
	font-size: 152%;
}

h3 {
	font-size: 100%;
	font-weight: bold;
}

p, blockquote, ul, ol {
	margin-bottom: 1.6em;
	line-height: 180%;
}

p {
}

blockquote {
	margin-left: 3em;
	font-style: italic;
}

ul {
	margin-left: 3em;
}

ol {
	margin-left: 3em;
}


small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Wrapper */

#wrapper {
	
}

/* Header */

#header {
	padding: 10px 0;
}

#header h1, #header h2 {
	text-align: center;
}

#header h1 {
	text-transform: uppercase;
	letter-spacing: 5px;
	font-size: 28px;
	font-weight: normal;
}

#header h1 a {
	color: #FFFFFF;
}

#header h2 {
	text-transform: lowercase;
	letter-spacing: 2px;
	font-size: 12px;
	font-style: italic;
}

#header h2 a {
	color: #DDEEFF;
}

#header a {
	text-decoration: none;
}

/* Menu */

#menu {
	width: 740px;
	height: 30px;
	margin: 0 auto;
	
}

#menu ul {
	width: 740px;
	height: 20px;
	margin: 0;
	padding: 0;
	
	list-style: none;
	line-height: normal;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 27px;
	padding: 5px 2px 0 32px;
	text-decoration: none;
	font-size: 10pt;
	font-weight: bold;
	color: #FFFFFF;
}

#menu a:hover {
	text-decoration: none;
		font-size: 10pt;
	font-weight: bold;
	color:#e87d1d;
}

/* Page */

#page {
	width: 940px;
	margin: 0 auto;
}

/* Ads */

#ads {
	float: right;
	width: 120px;
	padding: 0 0 0 20px;
}

#ads h2 {
	margin-bottom: 20px;
	padding: 15px 0 1px 0;
	background: url(images/img06.gif) repeat-x left bottom;
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

/* Content */

#content {
	float: right;
	width: 600px;
	background-color: #292929;
	padding-left:0px;
}

#content .post {
	padding: 30px;
	border-bottom: 1px solid #fff;
}

#content .date {
	margin-bottom: 20px;
	line-height: normal;
}

#content .story {
}

#content .more {
	clear: both;
	margin: 0;
	text-align: right;
	font-weight: bold;
}


/* Sidebar */

#sidebar {
	float: right;
	width: 160px;
	padding: 0 20px 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
}

#sidebar li ul {
	margin-left: 20px;
	line-height: 180%;
}

#sidebar li li {
}

#sidebar li h2 {
	margin-bottom: 20px;
	padding: 15px 0 1px 0;
	
	text-transform: lowercase;
	letter-spacing: 1px;
	font-size: 18px;
	font-style: italic;
	color: #FFFFFF;
}

#sidebar a {
	color: #CCCCCC;
}

#sidebar a:hover {
	color: #FFFFFF;
}

#sidebar li li a {
}

/* Footer */

#footer {
	clear: both;
	width: 640px;
	margin: 0 auto;
	padding: 20px 40px;

	text-align: center;
	font-size: 10pt;
}

#footer p {
	margin: 0;
	line-height: normal;
}

#footer a {
	color: #fff;
}


#nav {
	text-decoration: underline;
	
	font-size: 10pt;
	font-weight: none;
	color: #fff;
}

#nav:hover {
text-decoration: underline;
	color: #ff9900;
}

#orange{
	text-decoration: underline;
	
	font-size: 10pt;
	font-weight: none;
	color: #ff9900;
}

#orange:hover {
text-decoration: underline;
	color: #fff;
}

.strip{
background-image: url("images/yellowstrip.gif");
background-repeat:repeat-y
width:550px;
padding-top:20px;
text-align:center;
height:75px;
color:#000;
}

