/*
Theme Name: Free PSD Files
Template: psdfiles
*/

a { color:#c14023; }

h2 a:hover{ color:#c14023; }

div#logo a{ background:url(images/logo-new.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); }

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

h1.pagetitle { color:#c14023; }
h1.pagetitle span { color:#e66042;}

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

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

/* ===========================
	# media
============================ */

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

}