/*  
Theme Name: Tackboard
Theme URI: http://www.undergroundwebdesigns.com
Description: A theme designed to match my "Tackboard" theme for Underground Web Designs
Version: 1.0
Author: Alex Willemsma
Author URI: http://www.undergroundwebdesigns.com

*/
body {
	background-color: #3A0A0D;
	margin: 0px;
	padding: 0px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #303836;
}
.clear {
	clear: both;
}
.center {
	text-align: center;
	display:block;
}
h1, h2, h3, h4, h5, h6 {
	font-family: tahoma, "times new roman", sans-serif;
	font-weight: normal;
	color: #3A0A0D;
}
a {
	color: #3A0A0D;
	text-decoration: none;
}
a:hover {
	color: #3A0A0D;
	text-decoration: underline;
}
a.readmore {
	background-image: url(images/home_button_normal.jpg);
	display: block;
	height: 40px;
	width: 100px;
	text-indent: -9999px;
	margin-right: auto;
	margin-left: auto;
}
a.readmore:hover {
	background-image: url(images/home_button_pressed.jpg);
}
hr {
	border-color: #6F7264;
	color: #6F7264;
	background-color: #6F7264;
}
#container {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}
#header {
	background-image: url(images/content_header.jpg);
	height: 260px;
}
#header #headline {
	text-indent: -9999px;
}
#header #subhead a, #header #subhead a:hover {
	font-family: tahoma, "times new roman", sans-serif;
	font-weight: normal;
	color: #721710;
	font-size: 25px;
	margin-bottom: 5px;
	left: 220px;
	top: -180px;
	position: relative;
	text-decoration: none;
}
#header .headerLink {
	display:block; 
	width: 100%;
	height: 100%;
}
#content {
	background-image: url(images/content_content_bg.jpg);
	padding-right: 40px;
	padding-left: 40px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#content-left {
	float: left;
	width: 600px;
	padding-right: 10px;
	padding-left: 10px;
}
#content-right {
	float: left;
	width: 280px;
	padding-right: 10px;
	padding-left: 10px;
}
#content-head {
	background-image: url(images/content_content_header.jpg);
	height: 60px;
}
#content-foot {
	background-image: url(images/content_content_footer.jpg);
	height: 66px;
}
#footer {
	background-image: url(images/home_foot_bg.jpg);
}
#footer-head  {
	background-image: url(images/home_foot_header.jpg);
	height: 53px;
}
#footer-left {
	float: left;
	margin-left: 40px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 600px;
	text-align: center;
}
#footer-right {
	float: left;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
	width: 280px;
}
#footer-right h4 {
	margin-top: 0px;
}
#footerMenu a:before {
	content: "  |  ";
}
.footerMenuLast:after {
	content: "  |";
}
#footer-foot {
	background-image: url(images/home_foot_footer.jpg);
	height: 71px;
}

.alignright {
	float:right;
}
.alignleft {
	float: left;
}
.aligncenter {
	margin-right: auto;
	margin-left: auto;
}
.wp-caption {
	background-color:#969888;
	border: 1px solid #76786B;
	padding-top: 4px;
	margin: 5px;
	text-align: center;
	font-size: .8em;
}
.postSeperator {
	height: 3px;
}
.action-stream-header {
	font-size: .8em;
}
.post {
	clear:both;
	padding-top: 10px;
}