/**
 * @file
 * red color scheme
 * 
 * light -  #E0D0CE (light background color)
 * medium - #D0B0AE (medium background color)
 * dark -   #AA5B58 (dark background color)
 * solid -  #951300 (highlited text and border color)
 * gray -   #CFBFBD (shade of gray darker than the 'light' value (hex value minus 0x111111))
 *
 * Changing colors should be done by a global replace.
 */

a.colored, .subtitle, .left_nav_subtitle {font-weight: bold;}
a.colored, a.colored:visited, #content_title, .subtitle, .left_nav_subtitle {color: #951300;}
#content_container, .left_nav, .story_image_container {border:1px solid #951300;}
#content_title, .left_nav_title {border-bottom: 1px solid #951300;}

#content_container{background-color: #E0D0CE;}
#content_title{background-color: #D0B0AE;}

.left_nav{background-color: #D0B0AE;}
.left_nav_title{color: #E0D0CE; background-color: #AA5B58;}

.story_image_container{background-color: #D0B0AE;}
.story_image_middle{color: white; background-color: #AA5B58;}

.grayed{background-color:#CFBFBD;}