/* ---------------------- Basic HTML ---------------------- */

body { font: 13px/1.5 'PlayRegular', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

a, a:visited { color:#C60; text-decoration: none; }
a:hover { color: #000; }

strong { font-family: 'PlayBold', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif; }

sup { vertical-align: super; font-size:.7em;}

hr { 
	margin: 30px 0 0 0;
	padding: 0 0 10px 0;
	border: 0 #CCC solid; 
	border-top-width: 1px; 
	clear: both; 
	height: 0; }

/* ---------------------- /Basic HTML ---------------------- */

/* ---------------------- Headings ---------------------- */

h1 { font-size: 25px; }
h2 { font-size: 23px; }
h3 { font-size: 21px; }
h4 { font-size: 19px; }
h5 { font-size: 17px; }
h6 { font-size: 15px; }

/* ---------------------- /Headings ---------------------- */

/* ---------------------- Spacing ---------------------- */



p, dl, hr, h1, h2, h3, 
h4, h5, h6, ol, ul, pre, 
table, address, fieldset, input { margin-bottom: 10px; font-weight: normal; }

/* ---------------------- /Spacing ---------------------- */

/* ---------------------- @fontface ---------------------- */

@font-face {
    font-family: 'PlayRegular';
    src: url('../fonts/Play-Regular-webfont.eot');
    src: url('../fonts/Play-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Regular-webfont.woff') format('woff'),
         url('../fonts/Play-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Play-Regular-webfont.svg#PlayRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'PlayBold';
    src: url('../fonts/Play-Bold-webfont.eot');
    src: url('../fonts/Play-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Play-Bold-webfont.woff') format('woff'),
         url('../fonts/Play-Bold-webfont.ttf') format('truetype'),
         url('../fonts/Play-Bold-webfont.svg#PlayBold') format('svg');
    font-weight: bold;
    /*font-style: normal;*/

}

/* ---------------------- /@fontface ---------------------- */
