/**
  * @author Scott Johnstone <scott@networksense.org>
  * @editor Michael Allan <mike@zelea.com>
  */

/* === THEME - "violet" === */

body , a , #header a:hover , #header a:visited ,
    #sbar_post a:hover , #sbar_post a:visited , 
    #sbar_feeds a , #sbar_feeds a:visited ,
    #feeds_wrapper a , #feeds_wrapper a:visited ,
    div.fpf_list_title a , div.fpf_list_title a:hover , 
    div.fpf_list_title a:visited ,
    #post_feed_info a , #post_feed_info a:visited {

	/* Standard text color */
        color: #212141;

}

/* Site-wide link coloring */
div.themePanel a:hover   { color: #9191b1; }

body , div.sidebar , #content_container {

	/* Main background */
        background-color: #8981A3;

}

div.themePanel , #signup_optionals_title , #signup_rules_title ,
    div.feeds_listitem_links , div.feeds_listitem_links div {

	/* Background color for all widgets */
        background-color: #DFD8ED;

}

#header_feed_bracket_root , #header_feed_bracket_split {
	border: 2px solid #212141;
}

div.feed_tree_branch {

	/* Separator for each post in a feed display */
        background: linear-gradient( to bottom ,
                #987DC7 0px ,		/* same as main bg color */
                #DFD8ED 8px ,		/* same as main div color */
                #DFD8ED 100% );		/* same as main div color */

}

#sbar_post a.enabled:hover , div.sbar_feeds_listitem:hover , 
    div.feeds_listitem:hover {

	/* Hilight color for interface buttons */
        background-color: #D0cbdd;

}

p.feeds_listitem_label , p.sbar_feeds_listitem_label {

	/* Label for feed in feed-lists */
        background-color: #C0B4D6;

}
