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

body{
background-color: transparent;
font-size:90%;
font-style:normal;
font-family: Arial, Helvetica, sans-serif;
font-variant:normal;
font-weight:normal;
line-height:120%;
}
.sidebar {
font-weight: bold;
   width:150px; 
   float: right;
   position: relative;
   right: 12px;
   color: #333333;
background-color: #CAD0D0;
}

.sidebar li {
list-style: none;
margin-left: 8px;
}
.sidebar a:link {
color: #3F3F3F;
text-decoration: none;
}

.sidebar a:visited {
color: #3F3F3F;
text-decoration: none;
}

.sidebar a:hover {
color: #3F3F3F;
text-decoration: underline;
}
.sidebar a:active {
color: #3F3F3F;
}
.post a:link {
color: #7F0303;
text-decoration: none;
}

.post a:visited {
color: #7F0303;
text-decoration: none;
}

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

.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: #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: #7F0303;
	text-align: center;
	}
	
.contentdate h4 {
	font-family: Times New Roman, Helvetica, Sans-Serif;
	color: #7F0303;
	font-size: 28px;
	font-weight: bold;
	padding-top: 10px;
	margin: 0;
	text-align: center;
	}
