/*
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{
	
}
div.sidebar, div.sidebar a{color:#DDE2A2;}

.contentdate {
	float: left;
	width: 45px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: solid;
	border-width: 2px;
	border-color: #C0C0C0;
	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;
	border-bottom: solid;
	border-width: 2px;
	border-color: #52130E;
	text-transform: uppercase;
	background-color: #824746;
	text-align: center;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #999999;
	font-size: 28px;
	font-weight: bold;
	padding-top: 2;
	margin: 0;
	text-align: center;
	}
div.entry p{text-align:left;}