img { border: none; }
.menu_block a { text-decoration: none; margin: 0; padding: 0; font-weight: normal; }
.menu_block ul { list-style: none; margin: 0; padding: 0; }
.menu_block li { margin: 0 0 0 6px; padding: 0; }
.menu_block h2 { font-size: 14px; }
.blog-clear {
    clear: both;
}
.blog-intro {
    .margin-bottom: 15px;
}
.blog-intro p{
    font: 13px;
    font-family: Arial;
    font-style: italic;
    color: #09213d;
}
.blog-intro .highlight {
    font-weight: bold;
}
.blog-intro h3 {
    width: 750px;
    margin-bottom: 8px;
}
.mid_block .blog-intro h3 a{
    font-family:  'Arial Black';
    color: black;
    font-style: normal;
    font-weight: normal;
    font-size: 23px;
}
.blog-intro h3 a:hover {
    text-decoration:none;
    color: #aa0000;
}

.blog-intro .subscribe {
}
.mid_block .blog-intro .subscribe p a{
    color: black;
    font-style: normal;
    font-size: 13px;
    font-weight: normal;
}
.mid_block .blog-intro .subscribe p a:hover {
    text-decoration:none;
    color: #aa0000;
}

.blog-intro .subscribe img {
    float: left;
    margin-right: 10px;
    margin-top: -8px;
}
.mid_block .blog-features {
    border: 1px solid black;
    background-color: #fef3e1;
    padding-bottom: 5px;
    margin-bottom: 10px;
    margin-top: 8px;
}
.mid_block .blog-features-title {
    font-family: Arial;
    font-weight: bold;
    padding: 2px 0 2px 15px;
    color: white;
    background-color: #6d3c1b;
}
.mid_block p.blog-features-title {
    font-size: 17px;
    margin-bottom: 5px;
}
/* rss-box defines the bounding div for the entire display- use to define borders, fill, etc.*/
/* rss-title the title of the feed and link style if displayed. */
.mid_block .rss-title {
    display: none;
}
/* Use with variants of rss-title a:link, rss-title a:hover, etc for rollowver styles*/

/* rss-items defines the unordered list <ul>...</ul> for the feed items.*/
/* Use to define the padding/margins for items.*/
.mid_block .rss-items {
    padding-right: 15px;
}
/* rss-item display of each feed item description and title, <li>...</li> as well as the channel description, if displayed.*/
.mid_block .rss-item {
    line-height: 1.3;
    font-size: 12px;
    color: black;
    margin-bottom: 3px;
    list-style-type: none;
    list-style-image: none;
    margin-left: -25px;
}

/* rss-item a: variant for the item title and link style*/
.mid_block .rss-item a {
    color: #883f1e;
    font-weight: bold;
    font-size: 17px;
    padding-left: 23px;
}
.rss-item a:hover {
    text-decoration: none;
    color: #040F1E;
}
/* rss-date defines the display of item posting dates*/
#showlink a{
    float: right;
    margin-top: -40px;
    .margin-top: -45px;
    margin-right: 10px;
}
