body {
	margin: 0;
	padding: 40px 0;
	text-align: center;
	font-family: Times, serif;
	font-size: 14px;
	background: #f8f6eb url(../images/deathvalley2.jpg) fixed;
	color: #625e55;
}



#posts a {
	color: #af4b23;
	text-decoration: none;
	border-bottom: 1px #af4b23 dotted;
	font-weight: bold;
}

#posts a:hover {
	border-bottom: 1px #af4b23 solid;
}

#header {
	height: 140px;
	width: 960px;
	background: url(../images/bh_4_1_header.png) no-repeat;
	margin: auto;
}


#title h1.site_name {
	display: none;
}

.clearfloats {
	clear: both;
}


.icon {
	display: inline;
	padding: 0 5px;
}

#my_links {
	width: 100%;
	overflow: hidden;
}

	#my_links ul {
		position: relative;
		float: left;
		left: 50%;
		list-style: none;
		margin: 0;
		padding: 0;
		font-size: 18px;
	}
		#my_links ul li {
			position: relative;
			float: left;
			right: 50%;
			margin: 0 1em;
			padding: 0;
		}
			#my_links ul li a {
				color: #79766d;
				font-variant: small-caps;
				letter-spacing: 1px;
			}
				#my_links ul li a:hover {
					color: #45433e;
				}

/*** POST STYLES ***/

#posts {
	margin: auto;
	width: 960px;
	padding: 20px 0;
	clear: both;
	text-align: center;
	background: url(../images/BH_body4_bg.png) repeat-y center;
}

		#post_contents {
			width: 840px;
			margin: auto;
			text-align: left;
		}

#posts p {
	line-height: 1.5em;
}

#posts .info {
	width: 200px;
	padding: 20px 10px 0px 0px;
	float: left;
	text-align: left;
	margin-bottom: 40px;
}

#posts .info p {
	margin: 0 0 1em 0;
}

#posts .post h3.post_title {
	margin: 0 0 1em 0;
	font-size: 24px;
}

#posts .post h3 {
	margin: 0 0 1em 0;
	font-size: 24px;
}

#posts .info blockquote {
	border: 0;
	padding: 0;
	margin: 0;
}

.post_foot {
	float: right;
	text-align: right;
	font-size: 14px;
	margin-bottom: 80px;
	width: 670px;
}

p.date {
	font-size: 18px;
	background: url(../images/date_4_div.gif) no-repeat bottom;
	color: #aca79a;
}

ol.notes {
	list-style: none;
}

/*** POST TYPES ***/

#posts .post {
	float: left;
	width: 620px;
	padding: 67px 0px 0px 10px;
	margin-bottom: 20px;
}

#posts .post p {
	margin: 0px 0px 1em 0px;
}

#posts .text blockquote {
	border-left: 2px solid #e5e5e5;
	border-right: 2px solid #e5e5e5;
	padding: 10px 20px;
	font-style: italic;
	line-height: 1.5em;
}

#posts .answer .asker {
	font-size: 18px;
	font-style: italic;
	margin: 0;
	padding: 0;
}

	#posts .answer .question {
		font-size: 24px;
		margin: 0 0 1em 0;
	}

.photo {
	text-align: center;
}

#posts .post img {
	-moz-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	-webkit-box-shadow: 3px 3px 6px rgba(0,0,0,.3);
	padding: 3px;
	border: 1px solid #e5e5e5;
	background: white;
	margin: auto;
}

.caption {
	text-align: left;
}

.LinkCaption {
	text-align: left;
	line-height: 1.5em;
	font-size: 14px;
	padding: 1em 100px 0 100px;
}


/*** QUOTES ***/

.quote>blockquote {
	font-size: 24px;
	padding: 0;
	border: 0;
	font-style: italic;
	margin: 0;
}

.quote .source {
	text-align: right;
	font-size: 14px;
	font-style: italic;
	color: #838383;
	margin-top: 1em;
}

/*** LINKS ***/

.link {
	font-size: 24px;
}

.link ul {
	margin: 0 100px 0 100px;
	padding: 0;
	list-style-image: url(../images/link_div.gif);
}

.link ul li {
	padding: 0;
	margin: 0;
}

/*** CHAT ***/

.chat ul {
	margin: 0px 0px 1em 0px;
	list-style: none;
}

/*** ReBlog ***/

h4.reblog {
	font-size: inherit;
	padding: 0;
	margin: 0;
}


/** OTHER **/

#ads {
	text-align: center;
}


/*** FOOTER ***/

#footer {
	width: 960px;
	height: 153px;
	margin: auto;
	text-align: center;
	font-size: 24px;
	background: url(../images/bh_4_footer.png) no-repeat;
}

		#footer_contents {
			width: 840px;
			margin: auto;
		}

			#footer_contents p {
				margin: 0 0 1em 0;
			}

#footer a {
	color: black;
	text-decoration: none;
}

	#footer a img {
		border: 0;
	}

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

#footer .left {
	float: left;
	position: relative;
	left: 40px;
}

#footer .right {
	float: right;
	position: relative;
	right: 40px;
}