body {
	background: url("bg.gif") no-repeat top left #000;
	font-family:verdana, arial, sans-serif;
	line-height: 1.5;
	color: #fff;
	margin: 0 0 10px 0;
	padding: 0;
	font-size: 76%;
	/*font-size method taken from http://www.thenoodleincident.com/tutorials/typography/index.html*/
}

h1 {
	position: absolute;
	left: 460px;
	top: 5px;
	background: url("header.gif") no-repeat top left;
	height: 90px;
	width: 270px;
	text-indent: -5000px;
}

.hide, .statcounter {
	text-indent: -5000px;
}

h1 a:link {
	height: 90px;
	width: 270px;
}

/*SIDEBAR
******************/

#sidebar {
	position: absolute;
	left: 70px;
	top: 190px;
	width: 230px;
	font-size: .9em;
}

ul#nav {
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: right;
}

ul#nav li {
	padding: 0 11px 4px 0;
	margin: 0;
	background: url("bullet.gif") no-repeat right center;
}

#secondary {
	position: relative;
	margin: 15px 0 0 0;
}

#secondary h3 {
	color: #FFA600;
	font-weight: bold;
	font-size: 1.0em;
    padding: 5px 0 10px 0;
	border-top: 1px solid #FFA600;
	text-transform: uppercase;
}

#secondary ul {
	padding: 0 0 10px 0;
	margin: 0;
	list-style: none;
}

#secondary li img {
padding: 10px 0 0 0;

}

input#search, input#emailadd {
	width: 150px;
	border: 1px solid #FFA600;
	font-family: verdana, arial, sans-serif;
	font-size: 11px;
	background-color: black;
	color: white;
	padding: 3px;
}

input#searchbutton, input#subscribe {
	width: 15px;
	height: 15px;
	border: 0;
	font-size: 11px;
	background-color: #FFA600;
	font-size: 14px;
	vertical-align: middle;
}

select {
	font-size: 11px;
	font-family: verdana, arial, sans-serif;
	background-color: black;
	color: white;
	border: 0px;
    width: 150px;
}

#secondary ul .date {
	font-weight: bold;
	color: #FFA600;
}

#secondary dl {
text-align: center;
}

#secondary dt {
padding: 10px 0 0 0;
}

#secondary dt img {
border: 1px solid;
}

#secondary img.banner {
border: 0px;
}

#secondary dd {
padding: 0;
margin: 0;
}

#secondary dd.title {
font-weight: bold;
color: #FFA600;
}

/*MAIN CONTENT
********************/

#main {
	position: absolute;
	top: 140px;
	left: 330px;
	width: 440px;
	color: #98A562;
	font-size: 0.9em;
}

#main h2 {
	background: url("hcorner.gif") no-repeat left top #FFA600;
	font-weight: bold;
	font-size: 1em;
	text-transform: uppercase;
	color: #000;
	padding: 0 0 0 10px;
	margin: 0;
}

#main h3 {
	font-size: 1.0em;
	font-weight: bold;
	text-transform: uppercase;
	color: #7BB0BB;
	border-top: 1px solid #FFA600;
	padding: 5px 3px 3px 0px;
	margin: 0;
	text-align: right;
}

#main h3 .date {
	border-left: 1px solid #FFA600;
	padding: 6px 0 5px 7px;
	color: #fff;
	margin: 0 0 0 5px;
	text-align: right;
	background-color: #000;
	color: #FFA600;
	font-weight: normal;
	}

#main h4 {
	font-size: 1.0em;
}

#main p {
	font-size: 1.1em;
	line-height: 1.5em;
}

#main blockquote {
	color: #BFBFBF;
	margin: 10px 0 20px 40px;
	padding: 0 0 0 10px;
	border-left: 1px solid;
}


dl.image {
	text-align: center;
	color: #767F4F;
}

dl.image img {
	border: 1px solid;
}

dl.image dd {
	margin: 0;
}

q {
	color: #666;
}

ul.contact {
	padding: 5px 0 5px 10px;
	margin: 10px 0;
}

#main ul {
	padding: 0 0 0 30px;
	margin: 0;
}

a#atom img, a#atom{
	border: 0;
}

p.permalink {
	text-align: right;
	margin: 0 0 5px 0;
	clear: both;
}

img.post {
	float: left;
	margin: 10px 10px 10px 0;
	border: 1px solid #FFFFFF;
}

/*LINK STYLES
********************/

a {
	padding: 0 0 1px 0;
}

a:link {
	color: #fff;
}

a:visited {
	color: #805300;
	font-style: italic;
}

a:hover {
	color: #7BB0BB;
}

/*FOOTER
*******************/

ul#footer {
	list-style: none;
	margin: 20px 0 10px 0;
	border-top: 1px solid #747E4B;
	color: #747E4B;
	padding: 4px 0 0 0;
}

ul#footer li{
	display: inline;
	padding: 5px 5px 5px 7px;
}

li#about, li#contact {
	border-left: 1px solid #747E4B;
}