/*
    Document   : style.css
    Created on : 06-Jan-2010, 12:11:44
    Author     : Nick Price
*/
.hr
{
    margin: 8px 0;
}
#mainbottom_container
{
    padding: 0 !important;
}
.guide_wrapper
{
    background: url('images/guides_page_bg.gif') repeat-y right top;
}
.news_page_padding
{
    height: 15px;
}
.inner_left
{
    background: #E0E0E0;
    padding-bottom: 10px;
    float: right;
    _margin: 0;
    _margin-right: 6px;
}
.inner_right {
    float: left;
    _width: 650px;
}
.inner_left h2
{
    margin-left: 10px;
}
.news_entry
{
    background: url('images/news_item_bg.gif') repeat-x #FFF;
    padding: 10px 20px;
}
.news_entry span
{
    display: block;
}
.news_title
{
    font-weight: bold;
    font-size: 11pt;
    margin-bottom: 3px;
    color: #FF0000;
}
.news_title a
{
    color: #29333D;
    text-decoration: underline;
}
.news_title a:hover
{
    color: #FF0000;
}
.news_date
{
    color: #666666;
    font-size: 8pt;
    margin-bottom: 12px;
    padding-left: 13px;
}
.news_content
{
    font-size: 9pt;
    color: #29333D;
    padding-left: 13px;
}
/* ARCHIVE LIST */

#archive, #archive ul
{
    margin: 0;
    margin-left: 15px;
    padding: 0;
}
#archive ul li, #archive li
{
    list-style-type: none;
    cursor: pointer;
    font-weight: bold;
    color: #000;
}
#archive a
{
    color: #000;
}
#archive a:hover
{
    color: #FF0000;
}
.archive-month li
{
    margin-left: 25px;
    padding-right: 5px;
}
/* RELATED NEWS */
#related_news
{
    margin: 0;
    margin-left: 10px;
    padding: 0;
}
#related_news li
{
    list-style-type: none;
    color: #000;
    font-weight: bold;
}
#related_news li a
{
    color: #000;
    text-decoration: underline;
}
#related_news li a:hover
{
    color: #FF0000;
}
/* STORY PAGE */
.story_post p
{
   color: #2A323D;
   font-size: 8pt;
   line-height: 14pt;
}
.news_item_date
{
    display: block;
    margin: 20px 0;
    font-size: 8pt;
    color: #9F9F9F;
}
.story_post p, .news_item_date, #post_paging
{
/*    margin-left: 18px;*/
}
#post_paging
{
    font-size: 8pt;
}
#post_paging span
{
    font-weight: bold;
}
#post_paging .previous, #post_paging .home
{
    margin-right: 30px;
}
.red_raquo
{
    color: #FF0000;
}
.guide_title
{
    text-transform: none !important;
}
.story_post img
{
    /*float: right;*/
    margin: 15px 0 15px 15px;
}
.story_post object
{
    display: block;
    margin: 20px auto 10px auto;
}
.story_post ol
{
    color: #2A323D;
    font-size: 8pt;
    margin-left: 50px;
}
.story_post li
{
    line-height: 14pt;
    margin-bottom: 15px;
}
strong {
    font-weight: bold !important;
}
#story_banner
{
    background: url('images/banner_bg.jpg') no-repeat #DF303D;
    color: #FFF;
    text-transform: uppercase;
    padding: 15px 15px;
    margin: 20px 0;
}
#story_banner span
{
    display: block;
}
#story_banner a
{
    color: #FFF;
}
#story_banner a:hover
{
    text-decoration: underline;
}
#story_banner .large
{
    font-weight: bold;
    font-size: 14pt;
}
#story_banner .medium
{
    font-size: 11pt;
}