/* Top bar */
/*body { border-top: 5px solid #000000; background:#EEEEEE; }*/
#branding { background:#8FC74C url(/img/grass-tile.png)}

/* menus */
ul.nav { background:#A18B3D; }
ul.main li:hover a { background:#A18B3D; }
ul.main li a { background:#A18B3D; }
ul.main li:hover ul li a:hover { background:#7A6A2F; }

/* seperator menus and kwick, h2 also impacts others*/
/*.box h2 { background:#7A6A2F; } */
#kwick .kwicks { background:#8FC74C; }

/* inner container for page */
.container_16 { background:#FFFFFF; }

/* Box titles */
.box { background:#8FC74C; }
.box h2 a, .box h2 a, .box h2 a.visible { background:#597B2F url(/img/switch_minus.gif) no-repeat scroll 97% 50%; }
.box h2 a:hover, .box h2 a.visible:hover { background:#333 url(/img/switch_minus.gif) no-repeat scroll 97% 50%; }

/* Articles */
.article a.image { background:#74a13d; }
.article a.screenshot   { background:#8FC74C; border: 1px solid #bbb; margin: 1px;}
.article a.screenshot:hover { background:#8FC74C; border: 1px solid #666; margin:1px; }

/* Quick Links */
/* active section header */
ul.section li a.current { background:#74a13d; } /* header */
ul.section li a.current:hover { background:#555; }
ul.section ul.current li a { background:#8fc74c; } /* selected menu items */

/* collapsed section header */
ul.section li a { background:#74a13d; } /* header */
ul.section li a:hover { background:#555; }
ul.section ul li a { background:#8fc74c; } /* unselected menu items, displays breifly on switch */

#site_info .box { background:#A18B3D; }

