body {
	background-color: #000000;
	background-image: url('images/body_bkgrnd.gif');
	background-repeat: repeat-x;
	margin-top: 0;
	margin-bottom: 0;
	font-family: Tahoma, Verdana, Geneva, sans-serif;
	font-size: 14px;
	
}
H1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
    color: #2e7d17;
    font-weight: Normal;
}
H2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 20px;
    color: #338800;
    font-weight: normal;
}
H3 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	font-weight: normal;
    color: #014e03;
}
p {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;	
	font-size: 13px;
    color: #000000;
	line-height: 140%;
}
ul {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;	
	padding-left: 30px;
}
li {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;	
	list-style-image: url('images/bullet.gif');
	font-size: 13px;
}
a:link, a:active, a:visited
{
    text-decoration: none;
    color: #2e7d17;
	font-weight:bold;
}
a:hover
{
    text-decoration: underline;
    color: #014e03;
	font-weight:bold;
}
input[type=submit] {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#2e7d17; 
	border: solid 1px #014e03; 
	color: #FFFFFF;
	height: 30px;
	padding-bottom: 3px;
	font-size: 13px;
}
input[type=submit]:hover {
    background-color:#94d441;
    border: solid 1px #014e03;
	color: #000000;
}
input[type=text] {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#e3f3b0;
	border: solid 1px #014e03; 
	color: #000000;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
input[type=password] {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#e3f3b0;
	border: solid 1px #014e03; 
	color: #000000;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
select {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#e3f3b0;
	border: solid 1px #014e03; 
	color: #000000;
	height: 21px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
textarea {
	font-family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	background-color:#e3f3b0;
	border: solid 1px #014e03; 
	color: #000000;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size: 13px;
}
#frog {
	background-image: url('images/frog.gif');
	background-repeat: no-repeat;
	background-position:top left;
	height: 407px;
	top: 0px;
	position:absolute;
	z-index: 5;
}
#behindfrog {
	background-image: url('images/behind_frog.gif');
	background-repeat: repeat-x;
	background-position:top left;
	height: 400px;
	top: 0px;
	position:absolute;
	z-index: 4;
}
.menu {
	height:	45px;
	background-image: url('images/menu_bkgrnd.gif');
	background-repeat:repeat-x;
}
.content {
	background-image: url('images/content_bkgrnd.gif');	
	background-repeat: repeat-y;
	width: 930px;
}
.footer{
	background-image: url('images/footer.gif');	
	background-repeat: no-repeat;
	height: 27px;
	width: 930px;
}
.copyright p {
	color: #FFFFFF;
	text-align: center;
	font-size: 12px;
}
.copyright a {
	color: #94d441;
	text-decoration:none;
	font-weight: normal;
}
.copyright a:hover {
	color: #2e7d17;
}
img.alignright {
	float: right;
	border: 0;
	padding-left: 10px;
}
img.alignleft {
	float: left;
	border: 0;
	padding-right: 10px;
}
/* comments */
	#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform p {
	font-family: Verdana, Tahoma, Arial, Sans-Serif;
	}


.comment {
	
}

.comment-author{

}

.comment-meta{
    
}
ol.commentlist {
	list-style: none;
}
ul.children {
	list-style: none;
}
.odd {
    background-color: #FFFFFF;
    padding: 12px;
    border: 2px solid #014d03;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.even {
    background-color: #FFFFFF;
    padding: 12px;
    border: 2px solid #014d03;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.thread-odd {
    background-color: #FFFFFF;
    padding: 12px;
    border: 2px solid #014d03;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.thread-even {
    background-color: #FFFFFF;
    padding: 12px;
    border: 2px solid #014d03;
    margin-top: 10px;
    margin-bottom: 10px;
	color: #000000;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.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;
}
