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

body{
	background-color: #2F2C73;

font-size:90%;
font-style:normal;
font-variant:normal;
font-weight:normal;
line-height:120%;
}
h2 {
	line-height: 30px;
}
.sidebar {
   width: 160px; 
   float: right;
position: relative;
top: -30px;
right:-10px;
}

.post a:link {
color: #272D77;
text-decoration: none;
}

.post a:visited {
color: #272D77;
text-decoration: none;
}

.post a:hover {
color: #5B94CC;
text-decoration: none;
}
.post a:active {
color: #5B94CC;
}

.post h2 {line-height: 23px; margin-top: 5px;}
/*.sidebar p a {
   height: 60px;
   width: 250px; 
   position: absolute; 
   top: 15px;
   left: 650px;
}
*/
.contentdate {
	float: left;
	width: 45px;
	height: 50px;
	margin: 0;
	padding: 0;
	border: solid;
	border-width: 2px;
	border-color: #C0C0C0;
	background-color: #E5EEF7;
	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: #ffffff;
	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: #272D77;
	text-align: center;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #272D77;
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0;
	text-align: center;
        background-color: #E5EEF7;
	}
