/* I had to start over cause the original stylesheet is so fucked */

/* HTML tags */
body {
	background-color: #000 ; 
	color: #FFF ; padding: 4px ; 
	font-size: 12px ; 
}
h1,h2,h3,h4 { margin : 2px }
h1 { font-size: 1.6em }
h2 { font-size: 1.4em }
h3 { font-size: 1.2em }
h4 { font-size: 1.1em }
a { text-decoration: none ; color: #373 ; background-color: transparent ; }

#page {
	background-color: #FFF ; color: #000 ; 
	width: 760px ; height: 760px ;
	margin: auto ;
	padding: 0 ;  
	height: 100% ; 	
}

#header {
	background-color: #393 ; 	color: #FFF ; 
	padding: 20px ;
	background-image: url('images/camo.jpg') ; 
	background-repeat: no-repeat ; 
	background-position: right center ; 
}

#headerimg h1 {
	padding: 0 ; margin: 0 ; 
}

#headerimg h1 a {
	text-decoration: none ; 
	color: #000 ; 
}
#headerimg div.description {
}

hr { display: none ; }
#content {
	margin: 6px ; 
	float: left ; 
	width: 530px ; 
}

div.post {
	border: 1px #999 dotted ; 
	background-color: #FFF ; 
}

#sidebar {
	background-image: url('images/crane_small.jpg') ; 
	background-repeat: no-repeat ; 
	background-position: top center ; 
	margin: 6px ; 
	padding-top: 300px ; 
	border: 1px #3a3 dotted ; 
	width: 200px ; float: left ; 
	background-color: #FFF ; 
}
#sidebar ul {
	list-style: none ; 
	padding-left: 8px ; 
} 

#sidebar ul h2 { 
	border-bottom: 1px #777 dotted ; 
}
#sidebar ul li {
	font-size: 1.0em ; 
}
/* pagenav */
#sidebar h2 {
	font-size: 1.2em ; 
	background-color: #DDD ; 
}

#footer {
	display: none ; 
	margin: 6px ; padding: 6px ; 
	clear: both ; float: right ; 
	font-size: 0.9em ;  
	height: 100px ;	width: 200px ; 
	background-color: #DED ; 
	border: 1px #000000 solid ; 
}
