/*Main Elements*/
html, body	{
	font-family: Trebuchet MS, Verdana,  Arial, Helvetica, Geneva,sans-serif;
	font-size: 10pt;
	height: 100%;
	margin: 0px;
}

#container {
	position: relative;
	min-height: 70%;
	background: url(/images/gfade2.jpg) repeat-x;
}	


#header {
	position: relative;
	height: 105px;
	min-width: 640px;
}

#infoband {
	position: relative;
	min-height: 20px;
	min-width: 640px;
}

#content {
	margin: 20px 0px 20px 0px;
	min-height: 550px;
}

.ad_banner {
	margin: 20px 0px 20px 0px;
}

#footer {
	clear: both;
	position: relative;
	padding-top: 0px;
	min-height: 80px;
	width: 100%;
	bottom: 0px;
}

.footer_links {
	text-decoration: none;
}

.footer_links:hover {
	color: #6DFDFF;
}

.vertical_adspace	{
	height: 85px;
}

.nav_box	{
	margin: 0px 15px 20px 15px;
	padding: 10px;
}

textarea	{
	font-family: Trebuchet MS, Verdana,  Arial, Helvetica, Geneva,sans-serif;
}

h1,h2,h3,h4	{
	margin: 0px;
}

.spanh3 {
	font-size: 12pt;
	font-weight: bold;
}

p.comment_text {
	margin: 0px;
}

#search_box {
	font-size: 8pt; 
	border: 1px solid white;
}

#search_box:hover {
	border: 1px solid #508044;
}

.title {
	font-weight: bold;
}

.size10	{
	font-size: 10pt;
}

.size13	{
	font-size: 13pt;
}

.size16	{
	font-size: 16pt;
}

.bold	{
	font-weight: bold;
}

.italic	{
	font-style: italic;
}

.right_menu	{
	margin-right: 30px;
}

.a_roll{
	text-decoration: none;
}

.a_roll:hover {
	background-color: #ffffbb; color: maroon;
	text-decoration: underline;
}

.taglist {
	list-style-type: none;
	display: inline;
	margin: 0px 2px 0px 2px;
	font-size: 8pt;
}

.inapp_msg {
	color: red;
	padding: 150px 0px 150px 0px;;
}

.submitter_link	{
	margin: 5px;
}

.comment_item_top	{
	border-top: 1px dotted gray;
}

.comment_item	{
	margin: 5px; 
	padding-bottom: 5px; 
	border-bottom: 1px dotted gray;
}

.spanlikea	{
	text-decoration: underline;
	cursor: pointer;
	color: #551A8B;
}

.admin_link	{
	background-color: yellow; 
	color: green; 
	padding: 0px 3px 0px 3px; 
	margin-right: 10px;
}

.displaylist_item {
	padding: 10px 10px 10px 0px; 
	list-style-type: none;
}

.photo_box	{
	margin: 20px 0px 10px 0px;
}

.photo_container	{
	padding-bottom: 10px;
}

.linkurls_container	{
	padding: 15px;
}

.linkurls_container_item {
	margin: 5px 0px 5px 0px;
}

.liitems {
	list-style-type: none; 
	padding-bottom: 3px;
}

/* 
.showtopicrow:hover	{
	background-color: #d5d5ff;
}
*/

.showtopicitem {
	border-bottom: 1px solid #B8C2C7; 
	padding: 8px 3px 8px 3px;;
}

/* Generic/Standard Boxes */
.generic_box	{
	border: 1px solid #708090; 
	padding: 5px;
}

.generic_box_nopad	{
	border: 1px solid #B8C2C7; 
}


/* Login Header */
#login_signup_form 	{
	padding: 5px;
}
.header_login	{
	font-size: 8pt;
}

/* buttons */
.message_button {
	padding: 3px 8px 3px 8px;
	border: 1px solid #708090;
	background-color: #dcdcdc;
}

.message_button:hover {
	background-color: #708090;
	border: 1px solid white;
	color: white;
	cursor: pointer;
}

/*Used on message boxes and forms*/
.a_link,.a_link_warn	{background-color: #ffffbb; color: #508044; padding: 0px 3px 0px 3px;}
.a_link:hover	{background-color: #508044; color: #ffffbb; cursor: pointer}
.a_link_warn:hover	{background-color: red; color: yellow; cursor: pointer}
.a_button {
	padding: 10px;
	text-decoration: none;
	border: 1px solid gray;
	background-image: url(/images/green_bar2.png);
	background-repeat: repeat-x;
}
.a_button:hover {
	text-decoration: underline;
	border: 1px solid black;
	color: black;
}
    

/* Tag Cloud*/
.cloud_a {text-decoration: none;}
.cloud_tags {}
.cloud_tags:hover {background-color: #ffffbb; color: maroon;}
.tag1,.tag2,.tag3,.tag4 {padding: 3px;}
.tag1	{
	font-size: 8pt; 
	color: #7BA6CC;
}
.tag2	{
	font-size: 10pt;
	color: #437DAF;
}
.tag3	{
	font-size: 12pt;
	color: #2C5172;
}
.tag4	{
	font-size: 14pt;
	color: #1B3246;
}

.ad_link {
	text-decoration: none;
}



