/*
Theme Name: Free Logo Designs
Template: psdfiles
*/

body { background:#e5f6df; }

a { color:#50b849; }

h2 a:hover{ color:#50b849; }

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

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

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

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

#sidebar ul li ul li a:hover { color:#50b849; }

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

h1.pagetitle { color:#50b849; }
h1.pagetitle span { color:#7ee277;}

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

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

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	div#logo { width: 260px; height: 46px; }
	div#logo  a { width: inherit; height: inherit; background-size: 260px 46px; }
}