body{
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Verdana, sans-serif;
	font-size: small;
	background: #121315 url('img/bg.gif') no-repeat scroll top;

	color: #808080;
	margin: 0 5px;
	}
img{
	border: 0;
}


h1 {
	font-size: 200%;
	font-weight: normal;
	color: #FFCC00;
	margin: 0 0 .1em 0;
	}
h2 {
	display: block;
	font-size: 130%;
	font-weight: normal;
	padding-left: 2em;
	color: #FFCC00;
	margin: 0 0 1em 0;
	}
h3 {
	font-size: 120%;
	color: #808080;
	font-weight: normal;
	padding-left: 2em;
	margin: 0 0 1em 0;
	}
h5{
	font-weight: normal;
	text-transform: uppercase;
	color: #FFCC00;
	font-size: 110%;
	margin: 0 0 1.75em 0;
	padding: 1.75em 0 0 0;
	}	
	
p {
	line-height: 1.4em;
	}
a {
	color: #DAEAF2;
}
a:hover{ 
	color: #FF5a00;
}
.more{
	padding-left: 60%;
	text-decoration: none;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 91%;
	}
.more:hover{
	color: #FFFFFF;
}
	
#container{
	margin: auto;
	width: 80%;
	}
		
#logo{
	display: block;
	margin: auto;
	text-align: center;
}	
#nav {
	position: relative;
	list-style: none;
	margin: 0 9px;
	height: 37px;
	background-image: url('img/navbg.gif');
	background-repeat: repeat-x;
	}

#navleft, #navright
{
	padding: 0;
	margin: 0;
	background-repeat: no-repeat;
}

#navleft
{
	background-image: url('img/navleft.gif');
}

#navright
{
	background-image: url('img/navright.gif');
	background-position: top right;
}
#nav li {
	display: block;
	float: left;
	padding: 0.7em 1.5em 1.3em 1.5em;
}
#nav li a{
	color: #ccc;
	text-decoration: none;
	font-size: 110%;
}
#nav li a:hover, #nav li.selected a{
	color: #ff5a00;
}
				
.post
{
	background-color: #131313;
	border: 1px solid #1F2223;
	color: #CCC;
	margin-bottom: 30px;
}

.post .title
{
	margin-bottom: 10px;
	margin-left: 15px;
	margin-top: 16px;
	font-size: large;
	font-weight: bold;
	letter-spacing: -1px;

}

.post .date
{
	background: transparent url(img/date.gif) no-repeat scroll 0 0;
	color: #FFFFFF;
	float: left;
	font-family: "Trebuchet MS",Georgia,sans-serif;
	font-size: 12px;
	height: 43px;
	line-height: 14px;
	margin-left: -10px;
	margin-right: 12px;
	margin-top: 16px;
	padding-top: 4px;
	position: relative;
	text-align: center;
	vertical-align: middle;
	width: 50px;
}

.entry
{
	padding:10px 20px 0;
	margin-bottom: 20px;
}

#sidebar{
	clear: both;
	float: left;
	padding: 10px;
	padding-top: 0;
	padding-bottom: 3em;
	width: 30%;
	background-color: #413c3c;
	}
#sidebar p{
	color: #b0b0b0;
}
#sidebar h2{
	color: #DAEAF2;
}

#content{
	width: 60%;
	padding: 10px;
	padding-top: 2em;
	margin-bottom: .75em;
	margin: auto;
	padding-left: 26px;
	}
#content p {
	color: #ddd;
	}
#footer{
	clear: both;
	width: 100%;
	border-top: 1px solid #373B3D;
	padding: 5em 0 0 0;
	text-align: center;
	margin: 0;
	}
#footer img
{
	opacity: 0.75;
}
#footer img:hover
{
	opacity: 1;
}
