/* Custom layout - purple.css */

#header {
	background:#D91DC5 !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: #D91DC5;
    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-purple.png) no-repeat 0 13px;
}
.navigation .wp-pagenavi .current,
.navigation .wp-pagenavi a:hover,
#footer {
	background: #D91DC5;
}