@charset "utf-8";

/* 
	The CSS3 Text-Shadow property contains the following values
	horizontal-offset (length, required) | vertical-offset (length, required) | blur-radius (length, optional) | shadow-color (color, optional) 
*/

@font-face {
    font-family: 'Fontin Bold';
    src: url('fontin-bold-webfont.eot');
    src: url('fontin-bold-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fontin-bold-webfont.woff') format('woff'),
         url('fontin-bold-webfont.ttf') format('truetype'),
         url('fontin-bold-webfont.svg#fontinbold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Fontin Italic';
    src: url('fontin-italic-webfont.eot');
    src: url('fontin-italic-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fontin-italic-webfont.woff') format('woff'),
         url('fontin-italic-webfont.ttf') format('truetype'),
         url('fontin-italic-webfont.svg#fontinitalic') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'Fontin';
    src: url('fontin-regular-webfont.eot');
    src: url('fontin-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fontin-regular-webfont.woff') format('woff'),
         url('fontin-regular-webfont.ttf') format('truetype'),
         url('fontin-regular-webfont.svg#fontinregular') format('svg');
    font-weight: normal;
    font-style: normal;

}



@font-face {
    font-family: 'Fontin Sans';
    src: url('fontinsans_cyrillic_r_46b-webfont.eot');
    src: url('fontinsans_cyrillic_r_46b-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fontinsans_cyrillic_r_46b-webfont.woff') format('woff'),
         url('fontinsans_cyrillic_r_46b-webfont.ttf') format('truetype'),
         url('fontinsans_cyrillic_r_46b-webfont.svg#fontin_sans_crregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'Fontin SC';
    src: url('fontin-smallcaps-webfont.eot');
    src: url('fontin-smallcaps-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('fontin-smallcaps-webfont.woff') format('woff'),
         url('fontin-smallcaps-webfont.ttf') format('truetype'),
         url('fontin-smallcaps-webfont.svg#fontin_smallcapsregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


@font-face {
    font-family: 'Pinyon Script';
    src: url('pinyonscript-regular-webfont.eot');
    src: url('pinyonscript-regular-webfontd41d.eot?#iefix') format('embedded-opentype'),
         url('pinyonscript-regular-webfont.woff') format('woff'),
         url('pinyonscript-regular-webfont.ttf') format('truetype'),
         url('pinyonscript-regular-webfont.svg#PinyonScriptRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}



.shadow {	text-shadow:1px 1px 1px #000; 
	 	}/*<-- edit the color you wish to use in your shadows */
	
.shadow_multiple {text-shadow: -2px -2px 0px #1fd31f,
             2px 2px 0px #1f9ad3;
}


.shadow2 {
	 text-shadow: 0 1px 1px #252525;
}

.rounded {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;

}