/* Text */

a:link, a:visited, a:hover, a:active {
	color: black;
	text-decoration:underline;
	}
	
/* Images */

img {
	border: none;
	}

/* h's */
	
h1, h2, h3, h4, h5 {
	font-family: "Courier New", courier, monospace;
	font-weight: bold;
	text-transform: lowercase;
	}

/* Masthead */
	
#masthead h1 {
	text-transform: none;
	text-align: left;
	}

/* Layout */

/* Page */

#page {
	position: relative;
	width: 1000px;
	left: 2%;
	right: 8%;
	}

/* Content */

#content {
	width:80%;
	position: absolute;
	left: 20%;
	border: none;
	margin-top: 5%;
	margin-left: 0%;
	margin-right: 5%
	margin-bottom: 5%
	}
	
/* Post */

.post small {
	font-style: italic;
	}

.post {
	border: none;
	margin: 0;
	padding: 0;
	}

.post h2 {
	float:right;
	display: block;
	width: 250px;
	border: none;
	margin: 0;
	padding: 0;
	font-size: 120%
	}

.post .sidepic {
	float:right;
	display: block;
	width: 250px;
	border: none;
	margin: 0;
	padding: 0;
	}

.post .entry p {
	width: 500px;
	border: none;
	text-align: justify;
	font: "Times New Roman", times, serif;
	font-size: 105%;
	line-height: 150%;
	}
	
.post .entry img {
	display: block;
	}
	
.post {
    margin-bottom: 200px;
    }
	
.postmetadata {
    font-size: 90%;
    font-style: italic;
    margin: 0;
    padding: 0;
    }
    
.post li
    {
    width: 400px;
    }
    
.nav {
    font-size: 90%;
    font-style: italic;
    margin: 0;
    padding: 0;
    line-height: 200%;
	}
	
/* Sidebar */

#sidebar {
	float:left;
	width: 150px;
	}

/* Note that the h2 must be styled independently of the non-h2 ul/li items */

#sidebar li h2, #sidebar ul h2 {
	font-size: 110%;
	font-family: "Courier New", courier, monospace;
	letter-spacing: .2em;
	font-style: normal;
	}
	
#sidebar li, #sidebar ul {
	text-indent: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	font-style: normal;
	letter-spacing: .15em;
	font-size: 95%;
	}

/* Footer */

#footer {
	clear: both;
	margin: 20%;
	display:none;
	}



/* Misc. */

/* Killing the mystery hrule */

hr {
	display:none;
	}
	
/* Killing the description */

#header .description {
	display:none;
	}
	
/* Killing the search button */

#searchsubmit {
	display:none;
	}