/*
	960 Grid System ~ Text CSS.
	Learn more ~ http://960.gs/

	Licensed under GPL and MIT.
*/

/* `Basic HTML
----------------------------------------------------------------------------------------------------*/
/*Font Face Averta*/

@font-face {
    font-family: Averta;
    src: url(/static/images/fonts/averta-bold-webfont.eot);
    src: local('☺'), url(/static/images/fonts/averta-bold-webfont.eot?#iefix) format('embedded-opentype'), url(/static/images/fonts/averta-bold-webfont.woff) format('woff'), url(/static/images/fonts/averta-bold-webfont.ttf) format('truetype'), url(/static/images/fonts/averta-bold-webfont.svg#averta-bold-webfont) format('svg');
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: Averta;
    src: url(/static/images/fonts/averta-light-webfont.eot);
    src: local('☺'), url(/static/images/fonts/averta-light-webfont.eot?#iefix) format('embedded-opentype'), url(/static/images/fonts/averta-light-webfont.woff) format('woff'), url(/static/images/fonts/averta-light-webfont.ttf) format('truetype'), url(/static/images/fonts/averta-light-webfont.svg#averta-light-webfont) format('svg');
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Averta;
    src: url(/static/images/fonts/averta-regular-webfont.eot);
    src: local('☺'), url(/static/images/fonts/averta-regular-webfont.eot?#iefix) format('embedded-opentype'), url(/static/images/fonts/averta-regular-webfont.woff) format('woff'), url(/static/images/fonts/averta-regular-webfont.ttf) format('truetype'), url(/static/images/fonts/averta-regular-webfont.svg#averta-regular-webfont) format('svg');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Averta;
    src: url(/static/images/fonts/averta-semibold-webfont.eot);
    src: local('☺'), url(/static/images/fonts/averta-semibold-webfont.eot?#iefix) format('embedded-opentype'), url(/static/images/fonts/averta-semibold-webfont.woff) format('woff'), url(/static/images/fonts/averta-semibold-webfont.ttf) format('truetype'), url(/static/images/fonts/averta-semibold-webfont.svg#averta-semibold-webfont) format('svg');
    font-weight: 500;
    font-style: normal
}


/*Font Face*/



body {
/*
	font: 11px/1.5 tahoma, Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', 'Helvetica Neue', Arial, 'Liberation Sans', FreeSans, sans-serif;
*/
	font: 12px/ normal Averta, Arial, 'Liberation Sans', FreeSans, sans-serif, tahoma, Verdana, 'Lucida Grande', 'Lucida Sans Unicode', 'Trebuchet MS', 'Helvetica Neue';
	color: #000000;
}

a:focus {
	outline: none;
}

hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}

hr.card {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
	margin: 0 20px 0 20px;
}

/* `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;
}

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

ol {
	list-style: decimal;
}

ul {
	list-style: disc;
}

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