/* Custom layout - red.css */

#header {
	background:#F83E3E !important;
}
a:link,
#content h1.post-title a,
#content h2.post-title a,
#sidebar a:link,
#sidebar a:visited  {
    color: #F83E3E;
    text-decoration: none;
}
a:active,
a:visited,
#content h1.post-title a:hover,
#content h2.post-title a:hover {
    color: #EB1919;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
#sidebar a:link,
#sidebar a:visited {
    text-transform: capitalize;
}
#sidebar .sidebar_inner ul ul li {
    background: url(../images/arrow-red.png) no-repeat 0 13px;
}
.navigation .wp-pagenavi .current,
.navigation .wp-pagenavi a:hover,
#footer {
	background: #F83E3E;
}