 /*
 * articles.css
 * Articles module theme
 *
 */
 
 div#header, div#content, div#footer {
/*    background: #cecf00; */
    background: #6c6d6c;
 }
 div#header div#header-sections ul#hs-list li#hs-articles a {
/*    border-bottom: 1px solid #cecf00; */
    border-bottom: 1px solid #6c6d6c;
 }

 div#footer {
/*    border-top-color: #cecf00; */
    border-top-color: #6c6d6c;
 }
 
 /* Sublist nav indicator */
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a {
/*    border-bottom-color: #cecf00; */
    border-bottom-color: #6c6d6c;
 }
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a.current,
 div#header div#header-sections ul#hs-list li ul#hs-sublist li a:hover
 {
/*    border-bottom-color: #bfac60; */
    border-bottom-color: #ffa752;
 }
 
 /* Sidebar (second shade) */
 div.sidebar h3 {
/*     background: #bfac60; */
    background: #ffa752;
 }
 

 
/* Articles List */
span.article-title, 
span.article-title a,
span.article-title a:link {
/*    display: block;
    font-size: 1.2em;
    font-variant: small-caps; 
    color: #bfac60; */
    
    font-weight: bold; 
    color: #b2353f;
    
    text-decoration: none;
}
span.article-title a:hover {
    text-decoration: underline;
}

span.article-section {
    display: block;
    font-weight: bold;
    font-size: .9em;
    
}

