/* =@FONT-FACE
------------------------------------------------------------
Place here all declarations that need "Sketch Rockwell" font
	 ....................................... */
@font-face {
	font-family: 'SketchRockwell';
	src: url('http://www.impact-webdesign.net/wp-content/themes/Hybrid/font/sketchrockwellbold.eot');
}
@font-face {
	font-family: 'SketchRockwell';
	src: url(//:) format('no404'), 
	     url('http://www.impact-webdesign.net/wp-content/themes/Hybrid/font/sketchrockwellbold.woff') format('woff'), 
	     url('http://www.impact-webdesign.net/wp-content/themes/Hybrid/font/sketchrockwellbold.ttf') format('truetype'), 
	     url('http://www.impact-webdesign.net/wp-content/themes/Hybrid/font/sketchrockwellbold.svg#SketchRockwell') format('svg');
} 

/* IMPORTANT!!  For proper display in IE7 and IE8, you MUST include any classes in the conditional stylesheet on the masterpage*/
div.mainContentBoxContent h1,
div.mainLeftNavBox li.current span a, 
div.headingQuoteBox, 
div.summaryArea h2,
div.threeColumnBox div.columnHeader h2 a,
div#detailContainer h2
    {
     font-family: SketchRockwell,Rockwell,Arial,Helvetica,sans-serif;
     letter-spacing: -1px;
}
div.mainLeftNavBox li.current span a{
    text-shadow: none;
}
h2
    {
     font-family: SketchRockwell,Rockwell,Arial,Helvetica,sans-serif;
     letter-spacing: -1px;
    color: #D47636;
	margin: 0;
	padding:15px 0 15px 0;
	font-size: 500%;
	font-weight: bold;
	text-transform: uppercase;
    }
}
/* If you add any targets to this text-shadow declaration and the target also uses the embedded SketchRockwell font, then you must include the target on the jQuery browser sniffer display on webkit browsers which currently have a bug*/
div.mainContentBoxContent h1,
div.summaryArea h2 {
    text-shadow: 1px 1px 5px;

}
