*{
	margin:0px;
	padding:0px;
	border:0px;
	text-decoration:none;
}
html, body{
	height:100%;
	width:100%;
}
body {
	font-family: 'Trebuchet MS', Trebuchet, Verdana, Arial, Sans-Serif;
	font-size:12px;
	background: #000000;
	color: #999;
	}
p{
	margin:10px;
}

#page {
	text-align: left;
	}
	
#hContainer{
	background-color:#050a0c;
	border-bottom:1px solid #12252c;
	height:67px;
	width:100%;
}
#hContainer div{
	min-width:600px;
}
#hContainer div, #hContainer div *{
	text-align:right;
}

#heroImage{
	border-top:1px solid #12252c;
	border-bottom:1px solid #12252c;
	padding:1px;
	width:800px;
	margin: 50px auto;
	margin-bottom:30px;
}

#page{
	width:800px;
	margin:10px auto;
}
#content{
	width:600px;
}

a{
	color:white;
}

a.title{
	color:#2a5361;
	font-size:16px;
	font-weight:bold;
	text-transform:uppercase;
}
span.date{
	color:#041a21;
}

#side{
	float:right;
	width:190px;
}
#side .content{
	margin-top:1px;
	border:1px solid #12252c;
	background-color:#050a0c;
	margin-left:30px;
	margin-bottom:20px;
	width:100%;
}
#side .content div{
	margin:10px;
}

.navigation{
	margin-top:20px;
}
.code{
	background-color:white;
}
.wp_syntax{
	background-color:#fff !important;
	border:0px !important;
	padding:8px;
}
input, select,textarea{
	color:white;
	border:1px solid #061318;
	background-color:#020506;
}