

* {
	margin: 0;
	padding: 0;
}

/* default elements */
body {
	background:  #fff url(images/bg.gif) repeat-x;
	font: 12pt Georgia, "Times New Roman", Times, serif;
}
img {
	padding: 0; margin: 0;
}

a:link, a:visited, a:active, a:hover {
	text-decoration: none;
	color: #000;
}

/* hidden elements */
#nav, div.pagination, .comments_link, .commentcount, h3#comments, commentlist, .ad, .linkluv, .trackbacks, h3#respond, #commentform, .subscribe-to-comments, #sidebar, .goog_word_ad, .entry embed, .entry object, .sociable  { display: none;	}

/* layout */
#header {
	width: 100%;
	border-bottom: 1px solid #000;
}

#container {  /* This contains the whole site */
	margin: 1in 1in 1in 1in;
}

	#logo {
	position: top;
	margin-bottom: 0.5in;
	}
	
#main { /* this holds everything below the header */
	margin: 0 auto;
	width: 940px;
}

/* entries */

#content {  /* this is main content column */
	float: left;
}
	
.entry { /* this is the individual entry holders */
	border-bottom: 1px solid #000;
	margin-bottom:  0.75in;
	padding-bottom:  0.75in;
	float: left;
}
	
	#content span.date, #content span.author, #content span.categories, #content span.tags {
		display: inline-block;
		font-size: 10pt;
		text-transform: uppercase;
	}
	.entry div.letter {
		font-family: "Courier New", Courier, monospace;
	}
	.entry img, .entry img.left, .entry img.alignleft, .wp-caption img.left, .wp-caption img.alignleft, .entry img.right, .entry img.alignright, .wp-caption img.right, .wp-caption img.alignright {
		border: none;
		clear: both;
		margin: 20px;
	}
	
/* footer */

#footer { 
	clear: both;
	border-top: 1px solid #000;
	text-align: right;
}