/******************************************
*   Main or page navigation styles                       
******************************************/


#header li.current-cat a {
	color: #FFF;
	background: #333;
	}

#content .featuredposts {
	margin: 20px 0px 8px 20px;
	width: 90%;
	height: 235px;
	color: #333;
	overflow: hidden;
	padding: 10px;
	background-color: #fff;
	border: 1px solid #E8E8E8;
        font-family: Verdana, Arial, sans-serif;
        font-size:0.9em;
        line-height:1.4em;
}

#content .featuredposts h2 a {
	font-family: arial, sans-serif;
	font-size: 2.1em;
        font-weight:normal;
        line-height:22px;
        color: #0073AA;
        display:block;
        margin-bottom:14px;
}

#content .featuredposts a.continue {
	color: #0068A2;
	background-color: #EDF2F5;
	padding: 5px 10px;
	display: block;
	float: right;
	font-family: verdana,sans-serif;
}

#content .featuredposts a.continue:hover {
	color: #808080;
	background-color: #FEFEDA;
}

img.featuredimg {
	float: left;
	margin: auto 10px 5px auto;
}