/* 
	CSS Document "cssStyles"
	©2006 {copyright info on "cssDivs"}
*/

body{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #333;
	background-color: #d4d4d4;
	margin: 0;
}
h1{
	font-size: 42px;
	font-family:  "Times New Roman", Times, serif;
	color: #FFF;
	padding: 7px 0 0 0;
	margin: 0 0 50px 0;
	letter-spacing: -1px;
	font-style: italic;
	font-weight: normal;
	text-transform: lowercase;
}
h2{
	font: 30px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #222;
	margin: 0 0 10px 0;
	padding: 0;
	clear: both;
}
h3{
	font: 14px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #333;
	margin: 0;
	padding: 0;
	clear: both;
}
h4{
	font: 12px Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #000;
	margin: 0 0 3px 0;
	padding: 0 0 3px 0;
	border-bottom: 2px solid #CBCBCB;
}
a{
	font-weight: bold;
	text-decoration: none;
	color: #E11838;
	background-color: transparent;
}
a:hover{
	color: #CACACA;
}
.post_date{
	padding: 0 0 5px 0;
	color: #CCCCCC;
}
.feature-text{
	font-size: 18px;
	font-weight: bold;
	line-height: 23px;
}
.photo-right-no-border{
	float: right;
	padding: 5px 0 5px 20px;
}
.Times-Roman{
	font-family: "Times New Roman", Times, serif;
	font-size: 15px;
	font-style:oblique;
}