@charset "utf-8";
/* CSS Document */

body {
background: #69090a;
margin: 0;
font-family: Arial, Helvetica, sans-serif;
font-size: 12px;
color: white;
}

a {
color: black;
}

a:hover {
color: white;
}

a.white {
color: white;
}

h1 {
color: #FFCC00;
font-size: 20px;
margin: 0;
}

h2 {
font-size: 18px;
margin: 0;
}

h2 a {
color: #FFCC00;
}

h3 {
font-size: 16px;
margin: 0;
}

h4 {
font-size: 14px;
margin: 0;
font-style: italic;
}

li {
margin-top: 5px;
font-size: 14px;
font-weight: bold;
}

td li {
vertical-align: middle;
}

.yellow {
color: #FFCC00;
}

.small {
font-size: 12px;
font-weight: normal;
font-style: italic;
}

.nav {
font-size: 16px;
font-weight: bold;
font-style: italic;
}

.nav a{
text-decoration: none;
color: white;
}

.nav a:hover{
color: #FFCC00;
}

.topnav {
font-size: 16px;
font-weight: bold;
}

.topnav a{
text-decoration: none;
color: black;
}

.topnav a:hover{
color: #69090a;
}


.howto {
font-size: 14px;
font-weight: bold;
}

#headdiv {
background: url(images/header.jpg) no-repeat;
width:1000px;
height:267px;
}

#footdiv {
background: url(images/bottom.png) no-repeat;
width:1000px;
height:57px;
}

#content a {
color: #FFCC00;
}

#comment {
width: 500px;
}

p.postmetadata
{
text-align: right;
}

.postmetadata
{
background: #69090a;
padding: 5px;
margin-bottom: 40px;
}

.categorylinks{
padding: 4px;
margin-bottom: 20px;
background: #69090a;
}

.categorylinks a {

}

.pagetitle {
padding-bottom: 20px;
}