/* @override http://suspiciousanatomy.com/blog/wp-content/themes/sa/style.css */

/*
Theme Name: SA
Theme URI: http://suspiciousanatomy.com
Description: Suspicious Anatomy
Version: 1.0
Author: Heath Bodell
Author URI: http://heathbodell.com
*/




body{
	width: 100%;
	height: 100%;
	background: black url(http://suspiciousanatomy.com/images/blog1.jpg) repeat-y;
	font: 80% Helvetica, Arial, sans-serif;
	margin: 0; padding: 0;
	text-align: left;
	color: #000000;
}
h1{
	color: #F00;
	margin-top: 20px;
	float: left;
	font: bold 50px "Helvetica Neue", sans-serif;
	letter-spacing: 2px;
}
a:link {color: #F00; text-decoration: none; font-weight: bold;}
a:visited {color: #F00; text-decoration: none; font-weight: bold;}
a:active {color: white; text-decoration: none; text-transform: none; font-weight: bold;}
a:hover {color: black; text-decoration: none; text-transform: none; font-weight: bold;}
		
		#header {
			height: 140px;
			padding: 0 0 0 20;
			background: url(http://suspiciousanatomy.com/images/bg.png);
		}
		
		#content {
			background: url(http://suspiciousanatomy.com/images/bg.png) repeat-y;
			xpadding: 1px 1em 2em 1em;
			padding: 1px 20px 1em 20px;
		}
		
		h2 {
			font-size: 1.5em;
			color: #F00;
		}
		
		h3 {
			font-size: 1.25em;
			color: #F00;
		}
		
		
		#container {
			position: relative;
			background-color: #fff;
			width: 586px; /* width + border for IE 5.x */
			w\idth: 580px; /* real width */
			margin: auto;
		}
 #left_col {
	background-color: #fff;
	padding: 20px;
}

h3#comments{
	display: none;
}
dt.meta_date{
	font-weight: bold;
}
dd.post_date{
font-weight: bold;
margin: 0;
float: left;
margin-right: 5px;
}