/*======================
	LINKS
========================*/
a
{
	color:#97692e; 
	text-decoration:underline; 	
}
a:hover
{
	color:#251a0b; 	
}
a:visited
{
	color:#a91800;	
	
}
/*======================
	PARAGRAPHS
========================*/
p
{
	margin:0px 0 5px 0; 
	padding:0;	

}
/*======================
	EM, B, I, BR
========================*/
br
{

	line-height:.6; 
}

em, i
{
	font-style:italic; 
}


strong, b
{
	font-weight:600; 
}
em.quote, b.quote, i.quote
{
	color:#525252; 
}
em.date,strong.date,  b.date, i.date
{
	color:#470084;
	font-size:14px;
}
/*======================
	HEADERS
========================*/
h1
{
	color:#470084; 
	background:url(../images/blueberry.gif) no-repeat; 
	padding: 0 0 0 25px; 
	font-size:20px; 
	margin:0 0 10px 0; 
	line-height:1.0; 
}

h2
{

}

h3
{
	color:#470084;
	font-size:18px; 
	margin: 0px 0 5px 0; 
}

h4{color:#820000; font-size:18px; }
h5{ }
h6{ }
/*======================
	LISTS
========================*/
dl
{
	margin-left:20px; 
}
ol
{
	list-style:decimal; 
	margin-left:20px; 	
	margin-bottom:10px; 
}
ul
{
	list-style:disc;
	margin-left:20px; 	
}
/*======================
	BULLETIN
========================*/
.bulletin .bulletin-title
{
	margin:0; 
	padding:0; 
	position:relative;
	top:12px; 
	left: 30px;
	font-size:18px; 
	
}
.bulletin em
{
	font-size:10px; 
	color:#665845; 
}
.bulletin .entry-featured
{
	background:#f8e3c0; 
	border:solid 1px #c2a884; 
	padding:2px 5px 2px 5px; 
	margin: 0 -5px 0 -5px;
	margin-bottom:5px; 
}