@charset "utf-8";
/* CSS Document */

/*
	HUMPHRY ROEL - TYPOGRAPHY.CSS
	LAST EDITED: SEP 25, 2014 by PATRCIK CASSIDY
	DO NOT EDIT OR UPDATE THIS FILE WITHOUT PRIOR NOTIFICATION & PERMISSION
*/

/* GENERIC ELEMENT DEFAULTS
*************************************************************/

h1 { font:36px/42px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:30px; color:#39F;}
h2 { font:22px/30px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:20px; color:#39F;}
h3 { font:bold 18px/26px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:5px; color:#39F;}
h4 { font:bold 16px/24px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:5px; color:#39F;}
h5 { font:bold 14px/22px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:5px; color:#39F;}
h6 { font:bold 13px/20px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:5px; color:#39F;}

p { font:normal 18px/28px 'questrialregular', Arial, Helvetica, sans-serif; margin-bottom:12px; color:#FFF;}
p a {color:#39F;}
p a:hover {text-decoration:underline; color:#39f;}

/* --- Font face -- */

@font-face {
    font-family: 'questrialregular';
    src: url('/themes/theme_activesite_theme/css/fonts/questrial-regular-webfont.eot');
    src: url('/themes/theme_activesite_theme/css/fonts/questrial-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('/themes/theme_activesite_theme/css/fonts/questrial-regular-webfont.woff') format('woff'),
         url('/themes/theme_activesite_theme/css/fonts/questrial-regular-webfont.ttf') format('truetype'),
         url('/themes/theme_activesite_theme/css/fonts/questrial-regular-webfont.svg#questrialregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/*SPECIFIC DEFAULTS*/

/* TinyMCE specific rules */
body.mceContentBody {
background:#000;
}