/**
 * @file
 * rpurple color scheme
 * 
 * light -  #E0D2DA (light background color)
 * medium - #D0B2BA (medium background color)
 * dark -   #875A74 (dark background color)
 * solid -  #841447 (highlited text and border color)
 * gray -   #CFC1C9 (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: #841447;}
#content_container, .left_nav, .story_image_container {border:1px solid #841447;}
#content_title, .left_nav_title {border-bottom: 1px solid #841447;}

#content_container{background-color: #E0D2DA;}
#content_title{background-color: #D0B2BA;}

.left_nav{background-color: #D0B2BA;}
.left_nav_title{color: #E0D2DA; background-color: #875A74;}

.story_image_container{background-color: #D0B2BA;}
.story_image_middle{color: white; background-color: #875A74;}

.grayed{background-color:#CFC1C9;}