body {
    background-image:url('images/body_bkgrnd.gif');
	background-position:center top;
	background-repeat: repeat-x;
	background-color: #000000;
    margin-top: 0;
	margin-left:0;
	margin-right:0;
    margin-bottom: 5px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
}
#leftdragon {
	background-image: url('images/left_dragon.gif');
	background-repeat:no-repeat;
	background-position: right top;
}
#rightdragon {
	background-image: url('images/right_dragon.gif');
	background-repeat:no-repeat;
	background-position: left top;
}
p 
{
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}
ul
{
	list-style-image:url('images/bullet.gif');
}
li 
{
    font-size: 13px;
    line-height: 16px;
    color: #000000;
	padding-bottom: 5px;
}
td 
{
    font-size: 13px;
    line-height: 16px;
    color: #000000;
}

h1 
{
    font-size: 24px;
    padding: 0 0 0 0;
    color: #8c0215;
    font-weight: bold;
    margin-top: .5em;
}

h2 
{
    font-size: 16px;
    color: #b10109;
    font-weight: bold;
	margin-top: 0em;
}

h3 {
    font-size: 14px;
    color: #000000;
}

img {
	border: 1px solid #b10109;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
img:hover {
	border: 1px solid #5c7232;
}
img.noborder {
	border: 0px solid #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
img.wp-smiley {
	border: 0px solid #000000;
	margin: 1px 1px 1px 1px;
}
a:link, a:active, a:visited
{
    color: #8c0215;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
    color: #5c7232;
	text-decoration:none;
	font-weight:bold;
}
/* background-color: transparent; */
input[type=submit] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#bc031c; 
	border: solid 1px #5c7232; 
	color: #FFFFFF;
	height: 25px;
	padding-bottom: 3px;
}
input[type=submit]:hover {
    background-color:#5c7232;
    border: solid 1px #b10109;
	color: #000000;
}
input[type=text] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#e1d4aa; 
	border: solid 1px #c00404; 
	color: #000000;
	height: 21px;
}
textarea {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#e1d4aa; 
	border: solid 1px #c00404; 
	color: #000000;
}
.footer {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    color:#e1d4aa;
    font-size: 11px;
	padding-right: 20px;
	text-align: center;
}
.footer a:link, .footer a:active, .footer a:visited
{
    color: #8c0215;
	text-decoration:none;
	font-weight:bold;
}
.footer a:hover
{
    color: #ffc73f;
	text-decoration:none;
	font-weight:bold;
}

/*comments */
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform p {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	}


.comment {
	
}

.comment-author{

}

.comment-meta{
    
}
.odd {
    background-color: #d7dfbc;
    padding: 12px;
    border: 1px solid #5c7232;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.even {
    background-color: #b0b98c;
    padding: 12px;
    border: 1px solid #5c7232;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.thread-odd {
    background-color: #e1ca92;
    padding: 12px;
    border: 1px solid #5c7232;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.thread-even {
    background-color: #f3e7c9;
    padding: 12px;
    border: 1px solid #5c7232;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
}
.depth-1 {
    margin-left:0;
}
.depth-2 {
    margin-left:10;
}
.depth-3 {
    margin-left:20;
}
.depth-4 {
    margin-left:30;
}
.depth-5 {
    margin-left:40;
}