/* Custom layout - brown.css */

#header {
	background:#622D2D !important;
}
a:link,
#content h1.post-title a,
#content h2.post-title a,
#sidebar a:link,
#sidebar a:visited,
a:active,
a:visited,
#content h1.post-title a:hover,
#content h2.post-title a:hover   {
    color: #622D2D;
    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-brown.png) no-repeat 0 13px;
}
.navigation .wp-pagenavi .current,
.navigation .wp-pagenavi a:hover,
#footer {
	background: #622D2D;
}