/*
Theme Name: Matco
Version: 1
Author: Shane Riley
*/
@import url("./whitespace-reset.css");

body {
	font: normal 14px Arial, Helvetica, sans-serif;
	background: #808080; }
a { text-decoration: none; }
a:hover { text-decoration: underline; }

h1#logo {
	width: 912px;
	margin: 0 auto;
	padding: 10px 0 0 0; }
	h1#logo a {
		display: block;
		width: 100%;
		height: 89px;
		text-indent: -8685px;
		outline: none;
		background: transparent url("images/bg_header.gif") 0 0 no-repeat; }

#sitewrapper {
	width: 912px;
	margin: 0 auto; }
#faux-col {
	float: left;
	width: 100%;
	background: #d1d6e0 url("images/bg_sidebar.gif") 0 0 repeat-y; }

#content {
	float: right;
	width: 634px;
	padding: 30px 25px;
	color: #575645; }
	#content a { color: #64214a; }
.post {
	clear: both;
	padding: 0 0 10px 0; }
	.post h2 {
		padding: 0 0 7px 0;
		font-size: 16px;
		line-height: 150%;
		color: #64214a; }
	.post p {
		padding: 0 0 10px 0;
		line-height: 150%; }
	.post p.meta {
		font-size: 12px;
		text-transform: uppercase; }

#sidebar {
	padding: 30px 10px;
	font-size: 12px;
	color: #ffffff; }
	#sidebar h3 {
		padding: 0 0 5px 0;
		font-size: 14px; }
	#sidebar ul { padding: 0 0 20px 18px; }
		#sidebar ul li {
			padding: 0 0 5px 0;
			list-style: disc; }
	#sidebar a {
		color: #ffffff;
		text-decoration: underline; }
	#sidebar address { padding: 0 0 20px 0; }