body { 
	font-family:Verdana;
	font-weight:100;
	color : #fff;
	font-size : 12px;
	background:#000 url(images/bg.png) no-repeat fixed left bottom;
	} 
	
#wrapper {
	min-height:1000px;
	width:600px;
	margin-left:500px;
	margin-bottom:45px;
	margin-top:68px;
	}
	
#header {
	background-color: #000;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border: 1px solid #000;
	margin-bottom:10px;
	}
	
#header h1, h3, {
	font-family:Verdana;
	font-weight:100;
	color:#fff;
	}
	
#header h1 a {
	padding: 0px 0px 0px 25px;
	color:#ed9019;
	font-size:40px;
	font-family:Verdana;
	font-weight:100;
	letter-spacing:0px;
	text-decoration:none;
	}	

#header h3 {
	padding-bottom: 5px;
	padding-left:25px;
	margin-top:-15px;
	font-size:15px;
	letter-spacing:2px;
	}
	
#header a:link {
	color: #000;
	font-family:Verdana;
	font-weight:100;
	color:#fff;
	text-decoration:none;
	font-weight:100;
	}



a, a:visited {
	color: #ed9019;
	font-size:14px;
	}

#navbar {
	background-color: #000;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	}

#navbar ul {
	padding-left:25px;
	margin-right:10px;
	}

#navbar ul li {
	display:inline;
	}

.post_title {
	background: url(images/headerbg.png) no-repeat;
	height:45px;
	margin-top:-25px;
	position:relative;
	z-index:999;

	}
	
.post_title h2 {
	padding-top:33px;
	padding-left:10px;
	}
	
.post_title h2 a {
	text-decoration:none;
	color:#ed9019;
	font-size:20px;
	letter-spacing:0px;
	}
	
.entry {
	margin-top:-25px;
	background-color: #000;
	-moz-border-radius: 15px;
	-webkit-border-radius: 15px;
	border: 1px solid #6c0000;
	padding:5px;
	padding-left:10px;
	padding-top:35px;

	}
	
#footer {
    margin:auto;
    position:fixed;
    margin:auto;
    left:0;
    bottom:0;
    height:40px;
    width:100%;
    background:#fff;
   	z-index:1999;
}



#credit {
	text-align:right;
	padding-right:25px;
	}
	
.commentlist ol li {
	background-color: #fff;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 1px solid #000;
	padding:10px;
	margin-bottom:10px;
	}
	
h2#comments {
	color:white;
	}

/*Some typography stuff*/

blockquote {
	border-left:1px dotted #fff;
	padding-left:5px;
	}
	
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}

.alignleft {
   float: left;
}

.alignright {
   float: right;
}

.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #fff;
   padding-top: 4px;
   margin: 10px;
   /* optional rounded corners for browsers that support it */
   -moz-border-radius: 3px;
   -khtml-border-radius: 3px;
   -webkit-border-radius: 3px;
   border-radius: 3px;
}

.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}

.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}

#pagenav {
	text-align:right;
	padding-top:10px;
	padding-right:10px;
	padding-bottom:10px;
	}