@charset "utf-8";
/* CSS Document */

#post {
	width: 751px;
	margin-right: 10px;
	float: left;
	padding-left: 2px;
	padding-right: 2px;
}

#post p {
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 156%;
	letter-spacing: .07px;
	}

#post .subhead {
	font-family: Gill Sans MT, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-transform:uppercase;
	color: #CC3300;
	text-align: left;
	font-weight: bold;
}

#post .endicon{
   float: none;
 }
 
#byline{
	margin: 0px 0px 50px 0px;
        background-color: #FBFAFA;
}

#byline p{
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-style: italic;
	color: #996600;
    font-weight: bold;
	
}


#byline a{
text-decoration: none;
color: #666;
}

#byline a:hover{
color:#cc3300;
}



#post .plain-subhead {
	font-family:  Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-variant:small-caps;
	color: #CC3300;
	text-align: left;
	font-weight: bold;
}

p.dropcap:first-letter {
	float: left; /* Make the text flow around the letter */
	font-family: Arial, Helvetica; /* Use whatever font fits your site */
	color: #000; /* Color of the font */
	font-size: 2em; /* Makes the letter twice the size of the rest of the text */
	font-weight: bold; /* Don't need it, but looks good */
	line-height: 1em; /* Adjustment for IE. Otherwise it doesn't line up correctly */
	padding-right: 0.15em; /* If it's getting crowded - adjust */
}