/**
 * @file
 * tan color scheme
 * 
 * light -  #C4C895 (light background color)
 * medium - #A4A875 (medium background color)
 * dark -   #767840 (dark background color)
 * solid -  #5E6000 (highlited text and border color)
 * gray -   #B3B784 (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: #5E6000;}
#content_container, .left_nav, .story_image_container {border:1px solid #5E6000;}
#content_title, .left_nav_title {border-bottom: 1px solid #5E6000;}

#content_container{background-color: #C4C895;}
#content_title{background-color: #A4A875;}

.left_nav{background-color: #A4A875;}
.left_nav_title{color: #C4C895; background-color: #767840;}

.story_image_container{background-color: #A4A875;}
.story_image_middle{color: white; background-color: #767840;}

.grayed{background-color:#B3B784;}