body {
    background-image:url('images/body_bkgrnd.gif');
	background-repeat: repeat-x;
	background-color: #87b1af;
    margin-top: 0;
	margin-left:0;
	margin-right:0;
    margin-bottom: 5px;
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
}
.content {
	background-color:#cedcdc;
	border: solid 1px #000000;
	padding-left: 20px;
	padding-right:20px;
}
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;
}
td 
{
    padding: 0 0 0 0;
	font-size: 13px;
    line-height: 16px;
    color: #000000;
}

h1 
{
    font-size: 24px;
    padding: 0 0 0 0;
    color: #50918e;
    font-weight: bold;
    margin-top: .5em;
}

h2 
{
    font-size: 16px;
    color: #424535;
    font-weight: bold;
	margin-top: 0em;
}

h3 {
    font-size: 14px;
    color: #000000;
}
td.booklbl {
	font-size: 11px;
	text-align: center;
	vertical-align: top;
}
.booklbl p {
	font-size: 11px;
	text-align: center;
}	
img {
	border: 1px solid #5f7d7c;
	margin: 5px 5px 5px 5px;
	padding: 5px 5px 5px 5px;
}
img:hover {
	border: 1px solid #424635;
}
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: #50918e;
	text-decoration:none;
	font-weight:bold;
}
a:hover
{
    color: #424535;
	text-decoration:none;
	font-weight:bold;
}

input[type=submit] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#000000; 
	border: solid 1px #e1f0f0; 
	color: #e1f0f0;
	height: 25px;
	padding-bottom: 3px;
}
input[type=submit]:hover {
    background-color:#e1f0f0;
    border: solid 1px #000000;
	color: #000000;
}
input[type=text] {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#e1f0f0; 
	border: solid 1px #000000; 
	color: #000000;
	height: 21px;
}
textarea {
	font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
	background-color:#e1f0f0; 
	border: solid 1px #000000; 
	color: #000000;
}
.footer {
    font-family: Trebuchet MS, Tahoma, Verdana, Arial, Sans-Serif;
    color:#000000;
    font-size: 11px;
	padding-right: 20px;
	text-align: center;
}
.footer a:link, .footer a:active, .footer a:visited
{
    color: #424535;
	text-decoration:none;
	font-weight:normal;
}
.footer a:hover
{
    color: #fdffd1;
	text-decoration:none;
	font-weight:normal;
}
/*comments */
#commentform input {
	margin: 5px 0 1px 5px;
}
#commentform #submit {
	float:left;
}
#commentform p {
	font-family: Verdana, Arial, Sans-Serif;
	}


.comment {

}
.comment-author{

}

.comment-meta{
    
}
.odd {
    background-color: #e1f0f0;
    padding: 12px;
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.even {
    background-color: #dcd8ba;
    padding: 12px;
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thread-odd {
    background-color: #eae9df;
    padding: 12px;
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 10px;
}
.thread-even {
    background-color: #e4dfb4;
    padding: 12px;
    border: 1px solid #000000;
    margin-top: 10px;
    margin-bottom: 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;
}