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