/* Color settings. */

a { color: #26B; }
a:hover { color: #49D; }

#content h1, #content h2, #content h3 { color: #000; }

.pagination span { color: #999; }

/* Zebra Striping */
.head { background-color: #CCC ! important; }
.odd { background-color: #E6E6E6 ! important; }
.even { background-color: #F7F7F7 ! important; }

/* Custom nav & footer colors.  Uncomment to enable. */

#nav { background-color: #C62; }
#nav a { color: #DDD; }
#nav a:hover, #nav a:focus { color: #FFF; }

#sidebar { background-color: #DDD; }
#sidebar h2, #sidebar a { color: #C62; }
#sidebar a:hover, #sidebar a:focus { color: #A41; }

#footwrap {
	background-color: #C62;
	background-image: url('../images/foot-tile.png');
}
#footer { background-image: url('../images/foot-bottom.png'); }
#footer, #footer a { color: #DDD; }
#footer a:hover, #footer a:focus { color: #FFF; }