
body {
	margin-left: 0;
	padding: 0;
	font-family: Verdana, sans-serif;
	font-size: xx-small;
	}
#box {
	font-size: xx-small;
}	

h1, h2, h3 {
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	}
	

/* Text wrap with images */
.txtwrap {
  float:left;
  width: 500px;
  font-size: 95%;
  }
 
.txtwrap img {
  float: left;
  vertical-align:top;
  margin:5px 5px 0 5px;
  }
  
#title h2 {
	color: gray;
	font-size: 90%;
	font-weight: normal;
	margin-bottom: 1.5em;
	}

#content {
	margin-left: 0;
	padding: 0;
	float: left;
}

#content #nav, #links, #theme, #sidebar, #active, hr {
	display: none;
	}	
	
#header {
	display: none;
}

#topnav {
	display: none;
}	

#wrapper {
	margin-left: 0;
	padding: 0;
	border-bottom: none;
	border-top: none;
	border-right: none;
	border-left: none;
	float: left;
}	
	
a:link, a:visited {
	color: gray;
	}	

/* print URLs after link text */
#content .entry p a:link:after, #content .entry p a:visited:after {
	content: " (" attr(href) ") ";
	}
	
	
	
	
/* 
	Source: Darrin Goodman with inspiration from Dan Cederholm, at www.simplebits.com. 
*/
