/*Slabs of the Tabernacle Css Version 1.0*/

/*Reset*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font-weight: normal;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*Main CSS*/

body {
	font-family: Georgia, sans-serif;	
	font-size: 100%;
	line-height: 18px;
	color: #333;
	height: 100%;
	background-color: #fff;
}

p, ul {
	font-size: 11px;
	margin-bottom: 18px;
}

a {
	color: #333;
}

#wrapper {
	position: relative;
	margin: 0 auto;
	width: 940px;
}

#header {
	float: left;
	clear: both;
	width: 940px;
	height: 110px;
	border-top: 1px solid #333;
	border-bottom: 1px solid #333;
	margin: 40px 0;
}

#header h1 {
	/*text-indent: -9999px;*/
	width: 710px;
	height: 108px;
	/*background: #fff url(../layout/tagline.gif) no-repeat top left;*/
	float: left;
}

#header h2 {
	/*text-indent: -9999px;*/
	width: 230px;
	height: 108px;
	/*background: #fff url(../layout/logo.gif) no-repeat top left;*/
	float: left;
}

#contentLeft {
	float: left;
}

.date {
	width: 100px;
	height: 100px;
	float: left;
	clear: both;
	background-color: #333;
	color: #fff;
	text-align: center;
}

.date .day {
	font-size: 36px;
	margin: 16px 0 0 0;
	float: left;
	width: 100px;
}

.date .month {
	margin: 12px 0 0 0;
	float: left;
	clear: both;
	font-size: 18px;
	width: 100px;
	text-transform: uppercase;
}

.date .year {
	margin: 4px 0 0 0;
	float: left;
	clear: both;
	width: 100px;
	font-size: 14px;
}

.entry {
	float: left;
	width: 460px;
	margin: 0 20px 40px;
}

.entry h3 {
	font-size: 24px;
	float: left;
	clear: both;
	width: 320px;
	line-height: 36px;
	margin-right: 10px;
}

.entry h3 a {
	text-decoration: none;
}

.entry h3 a:hover {
	text-decoration: underline;
}

.entry h4 {
	font-size: 24px;
	float: right;
	font-size: 11px;
	vertical-align: text-bottom;
	margin-top:5px;
}

.entry h5 {
	font-size: 24px;
	float: right;
	font-size: 11px;
	margin-left: 8px;
}

.entry img {
	float: left;
	clear: both;
/*	margin: 18px 0;
	padding-top: 18px;
	border-top: 1px solid #333;*/
}

.entry img.main {
	margin: 18px 0;
	padding-top: 18px;
	border-top: 1px solid #333;
}

.entry img.blank {
	margin: 18px 0 0 0;
	padding-top: 18px;
	border-top: 1px solid #333;
}

.entry p {
	float: left;
	clear: both;
}

.entry ul {
	float: left;
	clear: both;
}

#oldNewLinks {
	float: left;
	clear: both;
	width: 462px;
	margin: 0 0 18px 118px;
	padding-top: 18px;
	border-top: 1px solid #333;
}

#oldNewLinks p {
	width: 50px;
	float: left;
}

#oldNewLinks p#old {
	float: right;
	text-align: right;
}

#oldNewLinks p a {
	text-decoration: none;
}

#oldNewLinks p a:hover {
	text-decoration: underline;
}
#contentRight {
	width: 340px;
	float: left;
}

#nextSlabs {
	margin-bottom: 0;
	float: left;
	clear: both;
}

#nextSlabs img {
	border: 1px solid #333;
	margin-bottom: 18px;
}

#contentRight h3 {
	border-bottom: 1px solid #333;
	padding-bottom: 9px;
	margin-bottom: 9px;
}

#archive {
	margin-bottom: 18px;
	float: left;
	clear: both;
	width: 340px;
}

#archive ul {
	margin-bottom: 0;
	padding-left: 15px;
}

#archive ul li {
	list-style-type: disc;
}

#archive ul li.month {
	margin-left: 18px;
}

#archive ul li.article {
	margin-left: 36px;
}

#archive a {
	text-decoration: none;
}

#archive a:hover {
	text-decoration: underline;
}

#links {
	margin-bottom: 18px;
	float: left;
	clear: both;
	width: 161px;
	margin-right: 18px;
}

#links a {
	text-decoration: none;
}

#links a:hover {
	text-decoration: underline;
}

#contributors {
	margin-bottom: 18px;
	float: left;
	width: 161px;
}


#comments, #commentForm {
	float: left;
	clear: both;
}

#comments h4, #commentForm h4 {
	float: left;
	clear: both;
	font-size: 18px;
	width: 460px;
	border-bottom: 1px solid #333;
	padding-bottom: 8px;
	margin-bottom: 18px;
}

#comments ol {
	float: left;
	clear: both;
}

#comments ol li {
	float: left;
	clear: both;
}

#comments p.commentInfo {
	font-size: 14px;
}

#commentForm form, #commentForm table {
	float: left;
	clear: both;
	font-size: 11px;
}

#commentForm form label {
 	padding-right: 20px;
}

#commentForm form label.messageLabel {
 	vertical-align: top;
}

#commentForm ul {
	float: left;
	clear: both;
}

#comments-help {
	padding-bottom: 18px;
}

#rssBox {
	float: left;
    margin-top: 18px;
}

