body {
margin: 10px;
color: #000000;
background: #FFFFFF;
font-family: Arial, Helvetica, sans-serif;
text-align: center;
	}


/* --------- LINKS ---------- */

a {
	color: #333;
	text-decoration: underline;
	}
a:link {
	color: #333;
	text-decoration: underline;
	} 

a:visited {
	color: #666;
	text-decoration: underline;
	} 

a:active{
	color: #333;
	text-decoration: underline;
	}

a:hover {
	color: #16DCC5;
	text-decoration: none;
	}

#banner a, #banner a:link, #banner a:visited, #banner a:hover {
	text-decoration: none;
  	letter-spacing: .2em;
	}

a.noborder:link, a.noborder:active, a.noborder:visited {
	text-decoration: none;
	border: 0;
	}

.blogbody a, .blogbody a:link, .blogbody a:visited, .blogbody a:active {
	font-weight: normal;
	}
	
/* ----------- BASIC FORMATTING ------------ */

blockquote {
	font-size: 11px;
	color: #000000;
	border-left: #005534;
	padding: 0 10px 0 10px;
	border-right: #005534;
	border-width: 0 0 0 1px;
	border-style: none none none solid;
	}
	
img {
	border: 0;
	}

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

#banner {
	color: #333333;
	font-weight: bold;
  	padding-left: 5px;
	}
		
#banner-commentspop {
	font-weight: bold;
  	padding-left: 5px;
	}

#menu {
  	margin-bottom: 10px;
	font-size: 12px;
	font-weight: bold;  							
	}	
		
.blogbody {
	font-size: 14px;
	color: #000000;
	font-weight: normal;
  	background: #fff;
   	padding: 5px 40px 5px 20px;
  	line-height: 130%;
	}
	
.blogbody p {
   	padding: 0px;
	}
	
.bannerbody {
	font-size: 12px;
	color: #000000;
	font-weight: normal;
  	background: #fff;
   	padding: 5px 3px 5px 7px;
  	line-height: 140%;
  	border-bottom: 1px solid #005534;
border-left: 1px solid #005534;
border-right: 1px solid #005534;
	}

.comments-body {
	font-size: 12px;
	color: #000000;
	font-weight: normal;	
  	padding-bottom: 10px;			
	}		

.comments-post {
	font-size: 10px;
	color: #000000;
	font-weight: normal;	
    margin-top: 0;		
	}	
		
.comments-head	{ 		
	font-size: 12px; 
	font-weight: bold;
	margin-top: 10px;
	text-transform: uppercase;
	border-bottom: 0px dotted #005534;		
	}		

.date, .pagetitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
	margin-top: 10px;
  	padding: 3px;
 	letter-spacing: .1em;
	color: #333;
	text-transform: uppercase;
	}

.description {
	font-size: 10px;
	font-weight: normal;	
  	text-transform: none;	
	color: #000000; 	
	}	
				
.linklist {
	font-size: 10px;
	color: #000000;
	font-weight: normal;
  	}	
		
.posted	{ 
	font-size: 11px; 
	font-family: Tahoma, Geneva, arial, sans-serif;
	color: #333333;
	margin-bottom: 20px;
	}
	
.side {
	font-size: 11px;
	font-family: Tahoma, Geneva, arial, sans-serif;
	font-weight: normal;
  	background: #fff;
	text-align: left;	
	color: #000000;
    padding: 10px;
  	line-height: 130%;
	}

.side ul {
	padding-left: 0px;
}

.side li {
	list-style-type: none;
	padding: 1px;
}
	
	
.linknav {
	font-size: 12px;
	text-align: right;
	font-weight: normal;
  	padding: 10px;
  	line-height: 140%;
	}

.sidetitle {
	font-family: verdana, arial, sans-serif;
	font-size: 10px;
	font-weight: bold;
  	padding: 7px 3px 3px 3px;
	margin-top: 5px;
  	border-bottom: 1px solid #005534;
	letter-spacing: .1em;  			
	text-transform: uppercase;
	color: #333;
	}
		
.textbx {
	font-family: Tahoma, Geneva, arial, sans-serif;
	color: #000;
	font-size: x-small;
	font-weight: normal;
  	background: #fff;
	}	
		
.title { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px; 
	font-weight: bold;
	color: #000;	
	letter-spacing: -.06em;
	padding: 5px 0 0 0;
	line-height: 110%;
	}			

.trackback-body {
	font-size: 12px;
	font-weight: normal;	
  	padding-top: 15px;				
	}		

.trackback-url {
	font-size: 12px;
	font-weight: normal;	
  	padding: 5px;
  	border: 0px dashed #ccc; 				
	}

.trackback-post {
	font-size: 10px;
	font-weight: normal;
  	margin-bottom: 20px;
	}		


/* ----------- IMAGES ------------ */


.imgtop, imgbottom {
	display: block;
	padding: 1em 0;
	margin: 0;
	}

.imgleft {
	float: left;
	display: block;
	padding: 1em 6px 2px 0;
	margin: 6px 0 0 0;
	}
	
.imgleftsub {
	float: left;
	display: block;
	padding: 0 6px 2px 0;
	}

.imgright {
	float: right;
	display: block;
	padding: 1em 0 2px 4px;
	margin: 6px 0 0 0;
	}
	
.imgrightsub {
	float: right;
	display: block;
	padding: 0 0 2px 4px;
	}

/* ----------- POSITIONING ------------ */

#container
{
	position: relative;
	margin: 0 auto; /* center on everything else */
	width: 800px;
	text-align: left;
}

#content {
	width: 500px;
	margin-right: 15px;
	padding-bottom: 50px;
	float: left;
	}

#links {
    width: 240px;
	margin-top: 15px;	
	padding-left: 0;
	float: left;
	}

#full {
    width: 308px;
	margin-top: 15px;	
	padding-left: 0;
	}
	
#rightcolumn {
    width: 185px;
	margin-top: 15px;	
	padding-left: 0;
	}

.blog {
  	padding: 0 15px 0 0;
	}

.personalsclear, .linklistclear {
	clear: left;
	margin-bottom: -1em;
	}
	
.linklist {
	width: 220px;
	float: left;
  	}
  	
.linklist p, .notop {
	margin-top: 0;
	padding-top: 0;
	}
	
.nobottom {
	margin-bottom: 0;
	padding-bottom: 0;
	}