/*

	BOILERPLATE CREDIS: http://html5boilerplate.com/

		- yui.yahooapis.com/2.8.1/build/base/base.css
 	 	- camendesign.com/design/
  		- praegnanz.de/weblog/htmlcssjs-kickstart
		- html5doctor.com
		- html5doctor.com/html-5-reset-stylesheet/
		- developer.yahoo.com/yui/
		- en.wikipedia.org/wiki/MediaWiki_talk:Common.css/Archive_11#Teletype_style_fix_for_Chrome
		- people.opera.com/patrickl/experiments/keyboard/test
		- gist.github.com/413930
		- www.pathf.com/blogs/2008/05/formatting-quoted-code-in-blog-posts-css21-white-space-pre-wrap/
		- www.sitepoint.com/blogs/2010/08/20/ie-remove-textarea-scrollbars/
		- twitter.com/miketaylr/status/12228805301
		- j.mp/webkit-tap-highlight-color
		- www.viget.com/inspire/styling-the-button-element-in-internet-explorer/
		- code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
		- twitter.com/H_FJ/statuses/11800719859
		- css-discuss.incutio.com/wiki/Screenreader_Visibility
		- www.webaim.org/techniques/css/invisiblecontent/
		- drupal.org/node/897638
		- j.mp/bestclearfix
		- blueprintcss.lighthouseapp.com/projects/15318/tickets/5-extra-margin-padding-bottom-of-page
		- www.cloudfour.com/css-media-query-for-mobile-is-fools-gold/
		- j.mp/textsizeadjust
		- www.phpied.com/delay-loading-your-print-css/
		- sanbeiji.com/archives/953
		- css-discuss.incutio.com/wiki/Printing_Tables

*/

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {

	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;

}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {

	display: block;

}

blockquote, q {

	quotes: none;

}

blockquote:before, blockquote:after, q:before, q:after {

	content: "";
	content: none;

}

table {

	border-collapse: collapse;
	border-spacing: 0;

}

hr {

	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #ccc;
	margin: 1em 0;
	padding: 0;

}

input, select {

	vertical-align: middle;

}

a:hover, a:active {

	outline: none;

}

ol {

	list-style-type: decimal;

}

small {

	font-size: 85%;

}

strong, th {

	font-weight: bold;

}

td {

	vertical-align: top;

}

textarea {

	overflow: auto;

}

.ie6 legend, .ie7 legend {

	margin-left: -7px;

}

.ie6 input {

	vertical-align: text-bottom;

}

label, input[type="button"], input[type="submit"], input[type="image"], button {

	cursor: pointer;

}

button, input, select, textarea {

	margin: 0;

}

button {

	width: auto;
	overflow: visible;

}

h1, h2, h3, h4, h5, h6 {

	font-weight: bold;

}

.clearfix:before, .clearfix:after {

	content: "\0020";
	display: block;
	height: 0;
	overflow: hidden;

}

.clearfix:after {

	clear: both;

}