/* sample theme-independent CSS classes, uncomment to use them if you wish :)

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}
img.alignright {
	float: right;
	margin: 0 0 2px 10px;
	}
img.alignleft {
	float: left;
	margin: 0 10px 2px 0;
	}
	
*/
a { color: #31768C; text-decoration : underline; }
a:hover { color : brown; text-decoration : none; background-color:#d5d6ce; }
a:visited { color: #31768C; text-decoration : none; }
.dateheader       { font-size: 12px; font-weight: bold; color: #000000; font-family: verdana; }
ul { text-indent:2px; font-family: Verdana,Geneva,Arial,Sans-serif; font-size: 12px; color: #000000; }

p,li { font-family: Verdana,Geneva,Arial,Sans-serif; font-size: 12px; color: #000000; }
h1,h2 {
	font-size :  150%;
	text-decoration : underline;
}

h3 {
	font-size :  150%;
	text-decoration : bold;
}
/* define form elements */
form {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  color: #31768C;
  font: 12px Verdana, Arial, sans-serif;
}
fieldset {
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  border: 0px;
  color: #31768C;
  font: 12px  Verdana, Arial, sans-serif;
}
input, select, textarea {
  margin: 0px 0px;
  padding: 0px 0px;
  border: 1px solid #31768C;
  color: #31768C;
  font: 12px Verdana, Arial, sans-serif;
}
input.checkbox {
  border: 0px;
}
input.radio {
  border: 0px;
}
input.submit {
  margin: 0px 0px 0px 9px;
  padding: 0px 0px 0px 0px;
  border: 2px solid #000000;
  background: #d5d6ce;
  color: #31768C;
  font: bold 12px Verdana, Arial, sans-serif;
  text-align: center;
}
optgroup {
  margin: 0px 0px;
  padding: 0px 4px;
  border-bottom: 1px #31768C solid;
}
option {
  margin: 0px 0px;
  padding: 0px 4px;
  border: 0px;
  background: #ffffff;
  color: #31768C;
  font: 10px Verdana, Arial, sans-serif;
}

div.bookbox {
	background : #E8DECC;
	color: #000000;
	width: 130px;
	/* border 0.1 to force NS4 to color box */
	border : 0.1px solid #000000;
	/* NS4 skips these */
	margin-left: auto;
	margin-right: auto;
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	padding : 5px;
	font : 11;
        line-height: 1.2em;

}

div.quotebox {
	background : #cccc99;
	color: #000000;
	/* border 0.1 to force NS4 to color box */
	border : 0.1px solid #000000;
	/* NS4 skips these */
	border-bottom : 1px solid #000;
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-top : 1px solid #000;
	padding : 5px;
	}

.sidebar { 
	list-style-type: none;
	list-style-image: none;
	 }

.custom .add_comment { background: url('custom/icon_comment.gif') 0 50% no-repeat; }

.custom dl#comment_list dt { background: url('custom/comment_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dt.author { background: url('custom/comment_author_top.gif') 0 100% no-repeat; }

.custom dl#comment_list dd { background: #dfdfdf url('custom/comment_bottom.gif') 0 100% no-repeat; }

.custom dl#comment_list dd.author { background: #f6f4c9 url('custom/comment_author_bottom.gif') 0 100% no-repeat; }


.description {font:12px verdana; letter-spacing:4pt;font-weight:bold; }

