/* ---------------------- Remove Unneeded Elements ---------------------- */
#header-verse, #header-nav {
	display: none;
}
.skip, .home-link {
	display: none;
}

.post-metadata {
	display: none;
}
.nav-next, .nav-previous {
	display: none;
}
#respond, #commentform {
	display: none;
}

#sidebar {
	display: none;
}
#extra {
	display: none;
}

#footer img {
	display: none;
}


/* ---------------------- General Tags and Styles ---------------------- */
* {
	margin: 0px;
	padding: 0px;
}
h1, h2, h3, h4, h5, h6 {
	clear: both;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}
h1 {
	font-size: 20pt;
}
h2 {
	font-size: 16pt;
}
h3 {
	font-size: 13pt;
}
h4 {
	font-size: 12pt;
}
h5 {
	font-size: 11pt;
}
h6 {
	font-size: 9pt;
}

p {
	margin-top: .5em;
	margin-bottom: .5em;
	font: "Times New Roman", Times, serif;
}

blockquote {
	margin-left: 6mm;
}

/* Lists */
ul, ol {
	margin-left: 10mm;
}
li, dt, dd {
	font: "Times New Roman", Times, serif;
}

/* Images */
.post a img {
	border: .5mm solid black;
}

img.float-left {
	margin: 0 4mm 4mm 0;
	display: inline;
}
img.float-right {
	margin: 0 0 4mm 4mm;
	display: inline;
}
img.centered {
	margin: 4mm;
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.float-right {
	float: right;
}
.float-left {
	float: left;
}


/* ---------------------- Miscelaneous ------------------- */
/* Main Header */
#header h1 {
	letter-spacing: .075em; 
	font-weight: normal;
	text-transform: lowercase;
}
#header h1 a, .home-link a {
	color: black;
	text-decoration: none;
}

/* Main Column */
#main-column {
	width: 517px;
} * html #main-column { float: left; } /* Without this, IE tries to display everything on one page. Weird */

/* Footer */
#footer {
	clear: left;
	zoom: 1;
	margin-top: 15mm;
}
#footer p {
	font-size: 10pt;
}

/* Search Results */
#main-column div.search-result h3 {
	border-top: 1px solid #eee;
}
div.search-result p.post-metadata {
	display: block;
	text-align: left;
	padding-top: 0px;
	padding-bottom: 6mm;
}


/* ---------------------- posts ---------------------- */
#main-column h2 {
	position: relative; 
	z-index: 2; /* In front of div.post-content */
	color: black;
	margin-top: 12mm;
}
#main-column h2 a, #main-column h3 a {
	color: black;
	text-decoration: none;
}
#main-column h3 {
	padding-top: 8mm;
}


div.post-content {
	position: relative;
	top: -7px; 
	z-index: 1;
	border-top: 10px solid #eee;
}

p.post-info {
	position:relative;
	top: -7px;
	z-index: 3; 
	text-align: right;
} * html p.post-info { top: 0px; } /* IE: displays under post-content border for some reason */
p.post-info, p.search-post-info {
	margin-top: 0px;
	margin-bottom: 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}
span.author {
	font-weight: bold;
}

p.post-metadata {
	clear: both;
	margin-top: .5em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: right;
}

p.single-post-metadata {
	clear: both;
	padding-top: .5em;
	padding-bottom: .5em;
	border: 1px solid #eee;
	border-width: 2px 0px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 8pt;
	text-align: left;
}

