@import "/shared/fonts/GraublauWeb/stylesheet.css";
@import "/shared/css/example.css";

#intro p {
	 font-family: "GraublauWeb-Bold", "Arial", "Helvetica", sans-serif;
	 font-size: 2em;
	 font-weight: bold;
	 margin: 0 auto;
}

#intro p {
     text-shadow: 3px 3px 3px #cccccc;
     width: 230px;
}

/* Step 1: apply the Chroma and Blur filter to the text you want the Drop Shadow on */
body.ie8 #intro p,
body.ie9 #intro p {
	zoom: 1;
	color: #cccccc;
	background-color: #ccccce;
	filter: progid:DXImageTransform.Microsoft.Chroma(color=#ccccce),
	        progid:DXImageTransform.Microsoft.Blur(pixelradius=3);
}

