/*
Theme Name: Website CSS Templates
Template: psdfiles
*/

body { background:#efefef; }

a { color:#980c0c; }

h2 a:hover{ color:#980c0c; }

div#logo { width:406px; }
div#logo a{ background:url(images/logo.png); }

@media(max-width: 500px) {
	div#logo { width: auto; height:auto }
	div#logo a { max-width:406px; width:100%; display: inline-block; height:auto; background-repeat:no-repeat; background-size:cover; background-position:center; }
	div#logo a:after { content: ''; display: block; padding-bottom: 17%; }
}

a.download-button { background-image:url(images/download-button.png); }

#sidebar h2{ background-image:url(images/sidebar-h2.png);}

#sidebar h2 span{ background-image:url(images/sidebar-h2-r.png); }

#sidebar ul li ul li a:hover { color:#163e73; }

h2 strong.colored,
.current-cat { color:#980c0c; }
.current-cat a { color:#980c0c !important; }

h1.pagetitle { color:#980c0c; }
h1.pagetitle span { color:#ffb3b3;}

h1.pagetitle { text-shadow: #ffb3b3 0 1px 2px; }

.our-network-button { background:url(images/our-network-button.png); }
