/* -----------------------------------
fonts
----------------------------------- */

@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../fonts/Chunkfive-webfont.eot');
    src: url('../fonts/Chunkfive-webfont.eot?iefix') format('eot'),
         url('../fonts/Chunkfive-webfont.woff') format('woff'),
         url('../fonts/Chunkfive-webfont.ttf') format('truetype'),
         url('../fonts/Chunkfive-webfont.svg#webfont90E2uSjN') format('svg');
    font-weight: normal;
    font-style: normal;
}

/* -----------------------------------
base styles
----------------------------------- */

body
{
	margin: 0;
	padding: 0;
	color: #444;
	background: #fff;
	font-size: 100%;
	font-family: "Helvetica Neue",Helvetica,Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,sans-serif;
	line-height: 1.5;
}

h1, h2, h3, h4, h5
{
	margin: 0 0 .5em;
	line-height: 1;
}

h1,h2,h3
{
	color: #3A3C3F;
	font-family: 'ChunkFiveRegular',"Helvetica Neue",Helvetica,Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,sans-serif;
	font-weight: normal;
}

h4
{
	font-weight: normal;
	text-transform: uppercase;
	line-height: 1.15;
}

h5 { line-height: 1.15; }

p
{
	margin-top: 0;
	line-height: 1.4;
}

img
{
	max-width: 100%;
	height: auto;
	border: 0;
	vertical-align: middle;
	-ms-interpolation-mode: bicubic;
}

blockquote { margin: 1em 0; }
figure { margin: 0 0 .5em; }

/* -----------------------------------
forms
----------------------------------- */

form { margin: 1em 0; }
input,textarea,select,option { font-family: "Helvetica Neue",Helvetica,Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,sans-serif; }

/* -----------------------------------
tables
----------------------------------- */

table
{
	width: 100%;
	border-collapse: collapse;
}

tr:nth-of-type(odd) { background: #efefef; }

th,td
{
	padding: .3em 1em;
	text-align: left;
	vertical-align: top;
}

th { background: #D1E5AB; }
.table-col1 { width: 80%; }
.table-col2 { width: 20%; }

/* -----------------------------------
small
----------------------------------- */

@media (min-width:500px)
{
	h1,h2 { margin: 0; }
	body { font-family: "HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,Frutiger,"Frutiger Linotype",Univers,Calibri,"Gill Sans","Gill Sans MT","Myriad Pro",Myriad,"DejaVu Sans Condensed","Liberation Sans","Nimbus Sans L",Tahoma,Geneva,sans-serif; }
}
