/**
 * Description				: Colour styles for standards-compliant browsers
 * Version						: 1.0
 * Date								: 21st February 2007
 * Author							: Stephen Lewis (stephen@manifestnewmedia.co.uk)
 */

body {color : #FFF; background : #000 url(/images/theme_images/sav/bg_body.gif) repeat-x 0 100%;}
p.date {color : #999;}


/* =a
 -------------------------------------------------------------*/
a {border-color : #DDD; color : #A01;}
a:visited {color : #966;}
a:hover {border-color : #CCC; background : #F4F4F4;}


/* =h*
 -------------------------------------------------------------*/
h1 {border-color : #CCC;}


/* =brand
 -------------------------------------------------------------*/
#brand a {background : transparent url(/images/theme_images/sav/brand.gif) no-repeat 0 0;}


/* =content_wrapper
 -------------------------------------------------------------*/
#content_wrapper {
border-color : #CCC;
color : #222;
background : #FFF url(/images/theme_images/sav/bg_contentWrapper.gif) no-repeat 490px 15px;
}


/* =content_secondary
 -------------------------------------------------------------*/
#content_secondary {color : #444;}
#content_secondary h3 {border-color : #DDD;}
#content_secondary h3.feed {background : transparent url(/images/theme_images/sav/bg_feed.gif) no-repeat 100% 45%;}


/* =nav_primary
 -------------------------------------------------------------*/
#nav_primary li {border-color : #222;}
#nav_primary a {color : #FFF;}
#nav_primary a:hover {background : #222;}
#nav_primary li.active a {border-color : #CCC; color : #000; background : #FFF;}


/* =nav_list
 -------------------------------------------------------------*/
.nav_list a {background : transparent url(/images/theme_images/sav/arrow_navList_out.gif) no-repeat 0 0.45em;}
.nav_list a:hover {color : #222; background-position : 2px 0.45em;}
.nav_list li.active a, .nav_list li.active a:hover {color : #222;}


/* =post_index
 -------------------------------------------------------------*/
.post_index li {border-color : #EEE;}
.post_index h2 a:hover {color : #222; background : none;}
.post_index a.action {background : transparent url(/images/theme_images/sav/arrow_blogIndex_out.gif) no-repeat 0 60%;}
.post_index a.action:hover {color : #222; background-position : 2px 60%;}


/* =supp
 -------------------------------------------------------------*/
#supp {color : #666;}
#supp a {color : #666; background : none;}
#supp a:hover {color : #999;}
#supp li {border-color : #222;}


/* =plaudit
 -------------------------------------------------------------*/
p#plaudit {border-color : #161616; color : #FFF;}
#plaudit cite {color : #999;}


/* =credit
 -------------------------------------------------------------*/
#credit a {color : #999;}
#credit a:hover {color : #CCC;}


/* =next_step
 -------------------------------------------------------------*/
div.next_step {border-color : #EEE;}
