/* CSS Document */


	A 		{ color: #999966; text-decoration: none; font-weight:bold; } 
	A:link		{
	color: #156fc3;
	text-decoration: none;
} 
	A:visited	{
	color: #156fc3;
	text-decoration: none;
} 
	A:active	{ color: #000000;  } 
	A:hover		{
	color: #3612C7;
}
	
.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: #009eb1;
	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; }	
	
.text	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #000000;
		line-height:18px;
		text-align:justify; 
		}

a.text:link {
	color: #156fc3;
}
a.text:visited {
	color: #156fc3;
}
a.text:hover {
	color: #3612C7;
}
a.text:active {color: ; #8b204b }


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

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

a.title:link {
	color: #156fc3;
}
a.title:visited {
	color: #156fc3;
}
a.title:hover {
	color: #3612C7;
}
a.title:active {color: ; #8b204b }

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

a.title2:link {
	color: #156fc3;
}
a.title2:visited {
	color: #156fc3;
}
a.title2:hover {
	color: #3612C7;
}
a.title2:active {color: ; #8b204b }
		
.menu	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #009eb1;
		line-height:24px;
		}	
a.menu:link {color: #4e2683; }
a.menu:visited {color: #4e2683; }
a.menu:hover {color: #156fc3; }
a.menu:active {color: ; #8b204b }	
				
.comments_title	{ 
		font-family: georgia, times, verdana; 
		font-size:12px;
		font-weight:bold; 
		color: #664433;
		text-transform:uppercase; 
		}

.menu2	{ 
		font-family: verdana, arial;
		font-size:12px; 
		color: #ef8100;
		line-height:12px;
		}	
a.menu2:link {color: #156fc3; }
a.menu2:visited {color: #156fc3; }
a.menu2:hover {color: #ef8100; }
a.menu2:active {color: ; #8b204b }	
				

		
/* 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; 
		}	
a img{ 
border:0; 
}
}			
.title3 {
	font-family: verdana, arial;
	font-size:14px;
	font-weight:bold;
	color: #434343;
	font-style: italic;
}
