/* -------------------------------------------------------------- 

   red.css
   * Sets up the red style (default color stylesheet). */

/* Links */
	
a:hover, #footer a:hover {
	color: #e1a300;
	}

/* Header */	

#ticker strong, a.page-numbers:hover {
	background: #e1a300;
	color: #fff;
}

#header-wrap h1 a:hover {
	color: #e1a300 !important;
}

#mainnav .menu a:hover,
#mainnav .menu li:hover li:hover,
#featured-sticker,
#wp-calendar td a:hover,
.searchsubmit {
	background-color: #e1a300;
}

#mainnav {
	background: url(yellow/main-nav.png) repeat-x 0 0 transparent
}

#mainnav .menu li:hover ul {
	border-top: 3px solid #e1a300;
}

/* Content */

h2.storytitle, .post .entry-title, #sidebar h3 {
	background: url(yellow/headline.png) no-repeat 0 0 #2e2e2e;
}

h2.storytitle a, #sidebar h3, #sidebar h3 a {
	color: #fff !important;
	text-decoration: none;
}

#content th, .entry-content th {
	border-bottom: 2px solid #e1a300;
}