@charset "UTF-8";
/* CSS Document
ModernWest
Reset stylesheet
©2011 Crowdsurf LLC

CSS code by Luke Howard for Crowd Surf LLC, www.crowdsurf.net */

/* Normalize the padding and margins, remove borders */
html, body, div, span, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, label, fieldset, p, blockquote, applet, object, iframe, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, caption, table, tr, th, td, tbody, tfoot, thead {
	margin: 0;
	padding: 0;
	border: 0;
	}
/* Normalize the padding and margins, remove borders for html5  */
article, aside, embed, figcaption, figure, footer, header, nav, section, wbr {
	margin: 0;
	padding: 0;
	border: 0;
	}
/* Assign Block Level to appropriate html5 elements */
article, footer, header, nav, section {
	display:block;
}
/* Normalize font-size for headers */
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
	}

/* Remove list-style from lists */
ol, ul {
	list-style: none;
	}
	
/* Display lists inline */
li {
	display: inline;
	}
	
/* Normalize font-style and font-weight */
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
	}
	
/* Reset italics and bold */
em {
	font-style: italic;
}

strong {
	font-weight: bold;
}
	
/* Collapse table borders */	
table {
	border-collapse: collapse;
	}
	
/* Remove borders from fieldsets and images */
fieldset, img {
	border: 0;
	}
	
/* Left align text in caption and th */
caption, th {
	text-align: left;
	}