/************************************************/
/* DPMBP Feeds Style Sheet                      */
/************************************************/


/**** common tags - affects all tags of that type ****/


/**** custom styles - referenced in tag with class attribute ****/

/**** feedburner styles ****/
/*feedburner container div*/
.feedburnerFeedBlock {
margin-left:-15px; margin-top:-5px;
}
/*feed name - not used in current display*/
/*
.feedTitle {
}
*/
/*article headline*/
.headline a {
margin:0px 3px 5px 0px; padding:0px 0px 0px 0px;
font-family:georgia,helvetica,arial; font-size:16px; line-height:16px; color:#666633;
}
.headline a:hover {
color:#333333;
}
.headline_outreach a {
font-family:georgia,helvetica,arial; font-size:13px; line-height:14px; font-weight: bold; color:#336666;
}
.headline_outreach a:hover {
color:#333333;
}
.headline_patrol a {
font-family:georgia,helvetica,arial; font-size:13px; line-height:14px; font-weight: bold; color:#996633;
}
.headline_patrol a:hover {
color:#333333;
}
.headline_newsevents a {
font-family:georgia,helvetica,arial; font-size:13px; line-height:14px; font-weight: bold; color:#666633;
}
.headline_newsevents a:hover {
color:#333333;
}
/*date display */
.date {
margin:5px 2px 10px 0px; padding:0;
font-family:helvetica,arial; font-size:7pt; line-height:8px; color:#333333; 
}
/*article content*/
.feedburnerFeedBlock ul li div {
margin: 5px 2px 5px 0px;
font-family: helvetica,arial; font-size:8pt; line-height:15px; text-align:left; color:#666666; 
}
/*enclosure */
.enclosure {
margin:5px 2px 10px 0px; padding:0;
font-family:helvetica,arial; font-size:7pt; line-height:8px; color:#333333; text-transform: uppercase;
}
div.feedburnerFeedBlock ul li div img { 
display: block; max-width: 80px; max-height:80px;
}

#creditfooter { 
/*hides feedburner logo and link*/
display:none;
}
