/*********************************************
		Link Styles
*********************************************/
a {
	color: #244F21;
	text-decoration: none;
}
a:hover { color: a6c69f; text-decoration: underline; }

/*********************************************
		Header Styles
*********************************************/
#header {
    height:  70px;
    width: 100%;
/*	border-bottom: 5px solid #2c5827; */
	background: white;   /* was 244f21 */
    background-image: url("http://www.fanthreads.com/elements/topBKGR_133.jpg");
    background-repeat: repeat-x; 
}
h1 { /* This style used as the post titles on homepage/archive */
	border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
}
h2 { /* This style used as header in the sidebars */
	border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
}
h3 { /* This style used as the post titles on homepage/archive */
	border-top: 1px dashed #000000;
    border-bottom: 1px dashed #000000;
}
/*********************************************
		Post Meta Styles
*********************************************/
.meta li {
	border-bottom: 1px dashed #2c5827;
}
.meta li.meta-author {
	border-bottom: 3px dashed #244F21;
}

/*********************************************
		Comment Styles
*********************************************/
#comments .even, #comments .odd {
	border-top: 3px solid #244F21;
}
#comments .odd { /* use this if you want to style odd comments */
}
.commentmeta li {
	border-bottom: 1px solid #2c5827;
}
.commentmeta li.meta-author {
	border-top: 3px solid #244F21;
}

/*********************************************
		Footer Styles
*********************************************/
#footer {
    background: white;
    color: black;
/*	border-top: 5px solid #2c5827;*/
/*	background: #244F21; */
}

a#footer {
    color: black;
    text-decoration: none;
}
a#footer:hover { color: a6c69f; text-decoration: none; }