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

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

/* Links */
	
a:hover, #footer a:hover, #commentlist .comment-author a {
	color: #e10019;
	}

/* Header */	

a.page-numbers:hover {
	background: #e10019;
	color: #fff;
}

#ticker strong {
	background: url(../images/ticker.png) repeat-x 0 0 #e10019;
}

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

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

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

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

/* Content */

h2.storytitle, .post .entry-title, #sidebar h3, #comments {
	background: url(red/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 #e10019;
}