@font-face {
    font-family: 'static';
    src: url('../fonts/static-webfont.eot');
    src: url('../fonts/static-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/static-webfont.woff') format('woff'),
         url('../fonts/static-webfont.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;

}
body{font-size: 20px;color:#4D4B4B;font-family: "myriad pro", sans-serif;margin: 0;padding: 0;}

h1,h1 a {
font-size: 26px;
line-height: 26px;		/* Changing this will break the baseline grid. */
margin-bottom: 24px;	/* Changing this will break the baseline grid. 24 */

/* margin-top: 26px; */
/* font-family:"Covered By Your Grace", sans-serif; */
font-family: 'static', serif;
text-transform: uppercase;
padding-bottom: 20px;
font-weight: 500;
color:#5D2243;
background: url(../img/h1.png)bottom repeat-x;

}

h2{
color:#222;
font-size: 28px;
font-family:'static', serif;
font-weight: 500;
padding: 0;
line-height: 33px;
margin-bottom: 7px;
margin-top: 20px;
text-transform: uppercase;
}

h3{
font-size: 28px;
margin-bottom: 24px;	/* Changing this will break the baseline grid. */
font-family:'static', serif;
font-weight: 100;
color:#222;
}

.zIndexPlus{z-index: 9 !important;}
.zIndexMinus{z-index: 0 !important;}
.spacer{height: 30px;}
/* Clearfix */
.clearfix:after {
     visibility: hidden;
     display: block;
     font-size: 0;
     content: " ";
     clear: both;
     height: 0;
     }
	 
.clearfix { display: inline-block; }
