/* CSS Document */
	body {
	margin-right: 20px;
	margin-bottom: 20px;
	margin-left: 20px;
	margin-top: 0px;
	padding-top: 0px;
		}
	A 			{ color: #000000; text-decoration: none;} 
	A:link		{ color: #000000; text-decoration: none; } 
	A:visited	{ color: #000000; text-decoration: none; } 
	A:active	{ color: #333333;  } 
	A:hover		{ color: #333333;  }

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

	#banner {
		font-family:verdana, arial, sans-serif;
		color:#000000;
		font-size:x-large;
		font-weight:bold;
  		padding-left:15px; 					
		}
		
	#banner a,
        #banner a:link,
        #banner a:visited,
        #banner a:active,
        #banner a:hover {
		font-family:verdana, arial, sans-serif;
		font-size: x-large;
		color: #000000;
		text-decoration: none;
		}

	.description {
		font-family:verdana, arial, sans-serif;
		color:#333333;
		font-size:x-small;
		font-weight:bold;	
  		text-transform:none;	
		letter-spacing: none; 		
		}	
				
	#content {
		float:left;
		width:65%;
		margin-right:15px;
		margin-bottom:20px;
		}

	#links {
	background:#FFF;
	color:#000000;
	margin-top:35px;
	border: none;
		}
		
	.blog {
	padding-left:15px;
	padding-top:15px;
	padding-right:15px;
	color: #000033;
		}	
	
	.blogbody {
	font-family:verdana, arial, sans-serif;
	font-size:small;
	font-weight:normal;
	line-height:140%;
	padding:10px;
	border: 1px dotted #666;
		}

	.blogbody a,
	.blogbody a:link,
	.blogbody a:visited,
	.blogbody a:active,
	.blogbody a:hover {
	font-weight: normal;
	text-decoration: underline;
	color: #000033;
	}
	
	.title	{ 
		font-family: verdana, arial; 
		font-size: small; 
		color: #000000; 
		text-transform: uppercase;
		font-weight:bold;	
		}			
		
	#menu {
  		margin-bottom:10px;
		font-size:small;
		font-weight:bold;  							
		}	
		
	.date	{
	font-family:verdana, arial, sans-serif;
	color: #666699;
	font-weight:bold;
	text-transform:uppercase;
	margin-top:10px;
	border-bottom:1px #666;
	font-size: x-large;
		}			
		
	.posted	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: x-small; 
		color: #000066; 
		}
		
		
	.calendar {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:x-small;
		font-weight:normal;
  		padding:5px;				
		}
	
	.calendarhead {	
		font-family:verdana, arial, sans-serif;
		color:#CC9933;
		font-size:x-small;
		font-weight:bold;
  		background:#FFF;
  		line-height:140%;				
		}	
	
	.side {
		font-family:verdana, arial, sans-serif;
		color:#000033;
		font-size:x-small;
		font-weight:normal;
  		line-height:140%;				
		}	
		
	.sidetitle {
		font-family:verdana, arial, sans-serif;
		color:#000033;
		font-size:x-small;
		font-weight:bold;
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		border-bottom:1px none #666;
  		text-transform:uppercase;
		letter-spacing: .2em;  					
		}		
	
	.syndicate {
		font-family:verdana, arial, sans-serif;
		font-size:xx-small;
		font-weight:bold;		
  		line-height:140%;
  		padding:2px;
  		margin-top:10px;
  		text-align:center;
  		background:#FFF;  		
 		}	
		
	.powered {
	font-family:verdana, arial, sans-serif;
	color:#000033;
	font-size:xx-small;
	font-weight:bold;
	border-top:1px none #666;
	border-bottom:1px none #666;
	line-height:140%;
	text-transform:uppercase;
	padding:2px;
	margin-top:10px;
	text-align:center;
	letter-spacing: 0.2em;
	border-right-style: none;
	border-left-style: none;
:#FFF; 					
		}	
		
	
	.comments-body {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		line-height:140%;
  		padding-bottom:10px;			
		}		

	.comments-post {
		font-family:verdana, arial, sans-serif;
		color:#999;
		font-size:x-small;
		font-weight:normal;	
    	margin-top:0px;		
		}	
		
	.comments-head	{ 
		font-family:verdana, arial, sans-serif; 
		font-size: small; 
		color: #999; 
		font-weight:bold;
		margin-top:10px;
		text-transform:uppercase;
		border-bottom:1px dotted #666;		
		}		

 	.trackback-body {
		font-family:verdana, arial, sans-serif;
		color:#333;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;	
  		padding-top:15px;				
		}		

	.trackback-url {
		font-family:verdana, arial, sans-serif;
		color:#666;
		font-size:small;
		font-weight:normal;
  		background:#FFF;
  		line-height:140%;	
  		padding:5px;
  		border:1px dashed #666; 				
		}

	.trackback-post {
		font-family:verdana, arial, sans-serif;
		color:#999;
		font-size:x-small;
		font-weight:normal;
  		background:#FFF;
  		margin-bottom:20px;
		}	

	#banner-commentspop {
		font-family:verdana, arial, sans-serif;
		color:#000000;
		font-size:large;
		font-weight:bold;
  		padding-left:15px; 
		}


/* CSS Menu Experiment */
ul {
	padding: 0;
	margin: 0;
	border-bottom: 1px solid #9999CC;
	font: 1em sans-serif;
	cursor: crosshair;
}
ul li {list-style-type: none;
  border: 1px solid #9999CC; border-width: 1px 1px 0 3px;
  position: relative; margin: 0; padding: 0;}
ul ul {display: none;}
ul li:hover > ul {display: block; position: absolute; top: -1px; left: 100%;}
li a {display: block; padding: 5px 7px; text-decoration: none;
  background: #FFF;}
ul#topmenu li a:hover {background: #FFFFCC;}
li.sub > a {font-weight: bold;}

ul#topmenu {width: 6em;	background-color: #FFFFCC;
}
ul#topmenu > li:hover > ul {
	width: 10em;
	top: 1.5em;
	left: -3px;
}

ul ul {width: 10em;}


