html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

html, body {
	height:100%;
	width:100%;
}

.float-left, .float_left, .floatleft {
	float:left!important;
}

.float-right, .float_right, .floatright {
	float:right!important;
}

.width50 {
	width:48%;
}

/* maxvoltar.com/archive/-webkit-font-smoothing */
html { -webkit-font-smoothing: antialiased; }

/* force scrollbar */
html { overflow-y: scroll; }

/* hand cursor on clickable input elements */
label, input[type=button], input[type=submit], button { cursor: pointer; }

/** 
 * Hide for both screenreaders and browsers
 * css-discuss.incutio.com/wiki/Screenreader_Visibility 
 */
.hidden { display:none; visibility:hidden; }

/**
 * Hide only visually, but have it available for screenreaders
 * www.webaim.org/techniques/css/invisiblecontent/
 * Solution from: j.mp/visuallyhidden - Thanks Jonathan Neal! 
 */
.visuallyhidden { position:absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px); }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Force Firefox to show the broken image icon */
img:-moz-broken { -moz-force-broken-image-icon: 1; width:24px; height:24px; }

.clearboth {
	clear: both;
}

/** 
 * Nobody uses IE/Mac anymore, so it is time to drop it from the clearfix hack
 * 
 * Source: http://perishablepress.com/press/2009/12/06/new-clearfix-hack/
 */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";	
	clear: both;
	height: 0;
}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */

/*
* { outline: 2px dotted red !important}
* * { outline: 2px dotted green !important}
* * * { outline: 2px dotted orange !important}
* * * * { outline: 2px dotted blue !important}
* * * * * { outline: 1px solid red !important}
* * * * * * { outline: 1px solid green !important}
* * * * * * * { outline: 1px solid orange !important}
* * * * * * * * { outline: 1px solid blue !important}
*/
