/* theme.css */

/*** BEGIN define images

     Don't change these. They're included in this file to allow
     relative urls and consistent names without caching issues
     (path becomes /path/to/numbered-theme/image.jpg)
 ***/

/* sublevel page images */
body         { background-image: url(sublevel_bg.gif); }
#masthead a  { background-image: url(masthead.jpg); }
#main        { background-image: url(top_blend_white.gif); }
#nav-persist { background-image: url(top_blend_color.gif); }
#banner      { background-image: url(sublevel_top_blend.jpg); }

/* home page images */
body.home        { background-image: url(home_bg.gif); }
body.home #news  { background-image: url(top_blend_color.gif); }
body.home #logo  { display: none; }
body.home #image { background-image: url(home.jpg); }

/*** END define images ***/

/* default red/yellow/white navigation colors (usually not changed) */
#nav-persist a:hover     { color: #700; background-color: transparent; } /* sublevel nav */
#nav ul li a             { color: #fff; background-color: transparent; } /* top nav */
#nav ul li a:hover       { color: yellow; }
#nav ul li a.currentitem { color: yellow; }

/*** BEGIN custom theme colors ***/
#banner                        { background-color: #6e7d9a; }    /* match: top_blend_color.gif */
body.home, #news, #nav-persist { background-color: #efefef; } /* match: sublevel_bg.gif */

/* example: setting color for specific nav item
body.home #nav ul li#nav-dean a        { color: #fff; }
body.home #nav ul li#nav-dean a:hover  { color: yellow; }
body.home #nav ul li#nav-about a       { color: #fff; }
body.home #nav ul li#nav-about a:hover { color: yellow; }
*/

