@charset "utf-8";
/* CSS Document */
#primarynav  #pn_blog a{
	color: #FFF;
	background-image: url(../images/navhighlight_bg.jpg);
	background-repeat: repeat-x;
	background-position: bottom;
}

#blogfeed{
	height:410px; overflow:auto;	padding-right:5px;margin-top:15px;
}

#blogfeed .heading, #blogfeed .heading a{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: normal;
	text-transform: capitalize;
	color: #660066;
	text-decoration:none;
	display:block;
	font-weight:bold;
	margin-bottom: 10px;
	width:90%;
}
#blogfeed a{
	text-decoration:underline;
	color: #ccc;
}
#blogfeed a:hover{
	text-decoration:none;
	color: #660066;
}


#blogfeed .date{
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-transform:uppercase;
	color: #6F0;
	display:block;
	letter-spacing: 2px;
	margin-bottom: 5px;
	width:90%;
}

