/* CSS Document */


	A 			{ color: #000000; text-decoration: none; } 
	A:link		{ color:#336699; text-decoration: none; } 
	A:visited	{ color:#336699; text-decoration: none; } 
	A:active	{ color:#336699;  } 
	A:hover		{ color: #999999;  }
	
.weblog_title	{ 
		font-family: 'Trebuchet MS', 'Lucida Grande', Verdana, Arial, Sans-Serif;
		font-size:30px; 
		}
		
a.weblog:link {color: white; }
a.weblog:visited {color: white; }
a.weblog:hover {color: #999999; }
a.weblog:active {color: white; }	

.img-shadow {
  float:left;
  background: url(../images/shadowalpha.png) no-repeat bottom right !important;
  background: url(../images/shadow.gif) no-repeat bottom right;
  margin: 10px 0 0 5px !important;
  margin: 10px 0 0 5px;
  }

.img-shadow img {
  display: block;
  position: relative;
  background-color: #fff;
  border: 1px solid #a9a9a9;
  margin: -6px 6px 6px -6px;
  padding: 4px;
 } 	
	
.text	{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px; 
		color: #333333;
		line-height:18px;
		text-align:justify;
		}
		
.title	{ 
		font-family:Arial, Helvetica, sans-serif;
		font-size:11px;
		
		color:#990000;
		text-transform:uppercase;
		}
		
.menu	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #666666;
		line-height:18px;
		}		
				
.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: #99CC33;
		line-height:18px;
		text-align:justify; 
		}		
		
.bad 	{ 
		font-family: verdana, arial;
		font-size:10px; 
		color: #CC0000;
		line-height:18px;
		text-align:justify; 
		}				