/*
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.

*/


.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: #3D5E7D;
	text-transform: uppercase;
	background-color: #510606;
	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: 10px 0 0 0;
	text-align: center;
	}
.post a {
	color: #901d1d;
	text-decoration: none;
}
.sidebar a {
	color: #FFFFFF;
	text-decoration: none;
	}
	

/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */
