/* ~~~~~~~~~ generic ~~~~~~~~~~ */
@import url(http://fonts.googleapis.com/css?family=Dosis:400,500,700);
html, body, address, blockquote, div, dl, form, h1, h2, h3, h4, h5, h6, ol, p, pre, table, ul,
dd, dt, li, tbody, td, tfoot, th, thead, tr, button, del, ins, map, object,
a, abbr, acronym, b, bdo, big, br, cite, code, dfn, em, i, img, kbd, q, samp, small, span,
strong, sub, sup, tt, var, legend, fieldset {
	margin: 0;
	padding: 0;
}
img {
	vertical-align: bottom;
}
img, fieldset {
	border: 0;
}
html, body {
	height:100%;
}
html {
	overflow-y: scroll;
}
header, nav, section, article, figure, aside, footer {
	display: block;	
}

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

}

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

}

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

}
