/*
Theme Name: Scratch
Description: a from-scratch wordpress theme
Author: Jim Sander
Author URI: http://933mhz.com/
Version: 1.0

This is just a test.

*/

body{
	background-color: lightblue;
}
.post h2 a {text-decoration:none;font-weight:bold;color:#000;}
.contentdate {
	float: left;
	width: 45px;
	height: 50px;
	margin: 0;
	padding: 0;
	background-color: #F0F0F0;
	background-image: url("/wp-content/themes/fswpt/images/corner.png");
	background-repeat: no-repeat;
	background-position: bottom right;
	margin-right: 1em;
	margin-bottom: .5em;
	}
	
.contentdate h3 {
	color: white;
	font-size: 12px;
	font-weight: normal;
	padding-top: 1px;
	margin: 0px;
	text-transform: uppercase;
	background-color: #a70000;
	text-align: center;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #666;
	font-size: 20px;
	font-weight: bold;
	padding-top: 2;
	margin: 0;
	text-align: center;
	}

