/* CSS Resets */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,address,cite,code,del,dfn,em,img,ins,q,small,strong,sub,sup,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{border:0;margin:0;padding:0}article,aside,figure,figure img,figcaption,hgroup,footer,header,nav,section,video,object{display:block}a img{border:0}figure{position:relative}figure img{width:100%}


/* Based on the 12 column 1140px Grid by Andy Taylor – http://cssgrid.net – http://www.twitter.com/andytlr – http://www.catchingzebra.com */

.container {
}

.row {
width: 100%;
max-width: 1140px;
margin: 0 auto;
overflow: hidden;
}

.onecol, .twocol, .two_and_one_half_col, .threecol, .fourcol, .four_and_one_half_col, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .thirteencol, .fourteencol, .fifteencol {
margin-right: 2.4%;
float: left;
}

.onecol {
width: 4%;
}

.twocol {
width: 10.4%;
}

.two_and_one_half_col {
width: 13.6%;
}

.threecol {
width: 16.8%;
}

.fourcol {
width: 23.2%;
}

.four_and_one_half_col {
width: 26.4%;
}

.fivecol {
width: 29.6%;
}

.sixcol {
width: 36%;
}

.sevencol {
width: 42.4%;
}

.eightcol {
width: 48.8%;
}

.ninecol {
width: 55.2%;
}

.tencol {
width: 61.6%;
}

.elevencol {
width: 68%;
}

.twelvecol {
width: 74.4%;
float: left;
}

.thirteencol {
width: 80.8%;
}

.fourteencol {
width: 87.2%;
}

.fifteencol {
width: 93.6%;
}

.sixteencol {
width: 100%;
float: left;
}

.last {
margin-right: 0px;
}

img, object, embed {
max-width: 100%;
}

/* Smaller screens */

@media only screen and (max-width: 1023px) {

	body {
	font-size: 0.7em;
	line-height: 1.4em;
	}
	
	}


/* Mobile */

@media handheld, only screen and (max-width: 767px) {

	.row, .body, .container {
	width: 100%;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 0px;
	padding-right: 0px;
	}
	
	.onecol, .twocol, .threecol, .fourcol, .four_and_one_half_col, .fivecol, .sixcol, .sevencol, .eightcol, .ninecol, .tencol, .elevencol, .twelvecol, .thirteen, .fourteen, .fifteen, .sixteen {
	width: auto;
	float: none;
	margin-left: 0px;
	margin-right: 0px;
	padding-left: 20px;
	padding-right: 20px;
	}
	
	/* Type presets */
	
	body {
	font-size: 16px;
	line-height: 24px;
	}
}