/* CSS Document */

body {
	color:#000000;
	font-size:12px;
	font-family: verdana, arial;
	text-align:justify;
	background-color:#000000;
	line-height:18px; 
}


#container {
	width: 875px;
	padding: 5px;
	padding-bottom: 0;
	margin: auto;
	background-color: #000000;
	color: #000000;
	align: center;
}

/* Dropdown Menu */

#dropmenudiv{
position:absolute;
border:1px solid gray;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 0px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: black;
}


	A 		{ color: #999966; text-decoration: none; font-weight:bold; } 
	A:link		{ color: #000000; text-decoration: none; } 
	A:visited	{ color: #000000; text-decoration: none; } 
	A:active	{ color: #000000;  } 
	A:hover		{ color: #13afc1;  }
	
.weblog_title	{ 
		font-family: Verdana, Arial;
		font-size:16px;
		color: #d35a1e;
		font-weight:bold; 
		}

#nav, #nav ul { /* all lists */
	padding: 1;
	margin: 0;
	list-style: none;
	line-height: 1;
	font-family: verdana, arial;
	font-size:11px; 
	color: #13afc1;
	line-height:19px;
}

#nav a {
	display: block;
	width: 11em;
}

#nav li { /* all list items */
	float: left;
	width: 10em; /* width needed or else Opera goes nuts */
}

#nav li ul { /* second-level lists */
	position: absolute;
	background: #dcdcdc;
	width: 10em;
	left: -999em; /* using left instead of display to hide menus because display: none isn't read by screen readers */
}

#nav li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}

#content {
	clear: left;
	color: #ccc;
}

	
a.weblog_title:link {color: white; }
a.weblog_title:visited {color: white; }
a.weblog_title:hover {color: white; }
a.weblog_title:active {color: white; }	

a.text:link {color: #8b204b; }
a.text:visited {color: #8b204b; }
a.text:hover {color: #ffd201; }
a.text:active {color: ; #8b204b }


.text2	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #000000;
		line-height:18px;
		text-align:justify;
		font-weight:bold;
		}

.text	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #000000;
		line-height:16px;
		font-weight:normal;
		}
		
.redtext {
	color: #B2030A;
	font-family: verdana, arial;
	font-size:12px;
	}

a.redtext {
	color: #B2030A;
	font-family: verdana, arial;
	font-size:12px;
	font-weight:bold;
	}
		
.title	{ 
		font-family: verdana, arial; 
		font-size:11px;
		font-weight:normal; 
		color: #000000;
		}

a.title:link {color: #00acaa; }
a.title:visited {color: #00acaa; }
a.title:hover {color: #4e2784; }
a.title:active {color: ; #8b204b }

.title2	{ 
		font-family: verdana, arial; 
		font-size:12px;
		font-weight:normal; 
		color: #000000;
		}

a.title2:link {color: #1302f0; }
a.title2:visited {color: #1302f0; }
a.title2:hover {color: #300866; }
a.title2:active {color: ; #8b204b }
		
.menu	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #ffffff;
		line-height:12px;
		}	
a.menu:link {color: #ffffff; }
a.menu:visited {color: #ffffff; }
a.menu:hover {color: #13afc1; }
a.menu:active {color: ; #8b204b }


.wTemp	{ 
		font-family: verdana, arial;
		font-size:30px; 
		color: #000000;
		line-height:30px;
		}

.largetitle	{ 
		font-family: verdana, arial;
		font-size:26px; 
		color: #000000;
		line-height:26px;
		}		
		
.medtitle	{ 
		font-family: verdana, arial;
		font-size:16px; 
		color: #000000;
		line-height:16px;
		font-weight: bold;
		}	
				
.comments_title	{ 
		font-family: georgia, times, verdana; 
		font-size:12px;
		font-weight:bold; 
		color: #664433;
		text-transform:uppercase; 
		}
		
/* error text */		
		
.good	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #8b204b;
		line-height:18px;
		text-align:justify; 
		}		
		
.bad 	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #CC0000;
		line-height:18px;
		text-align:justify; 
		}	
.horizontalrule {
		color: #000000;
		font-size: 2px;
}

a img{ 
border:0; 
}
}			