/* merge of YUI and HTML5 resets w/HTML5 tags removed and 'micro' clearfix */

/*
copyright (c) 2010, yahoo! inc. all rights reserved.
	code licensed under the bsd license:
	http://developer.yahoo.com/yui/license.html
	version: 3.3.0
	build: 3167
HTML5 Reset
	Eric Meyer			:: http://ericmeyer.com
	HTML5 Doctor		:: http://html5doctor.com
	HTML5 Boilerplate	:: http://html5boilerplate.com
Micro clearfix
	http://nicolasgallagher.com/micro-clearfix-hack/
*/

html{color:#000000;background:#ffffff}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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,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-size:100%;vertical-align:baseline;font:inherit}
html{overflow-y:scroll}
body{line-height:1}
address,caption,cite,code,dfn,em,strong,th,var{font-style:normal;font-weight:normal}
strong,th{font-weight:bold}
caption,th{text-align:left}
abbr,acronym{font-variant:normal}
img,object,embed{max-width:100%}
ol,ul,nav ul,li{list-style:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent}
a:hover,a:active{outline:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}
ins{background-color:#fcd700;color:#000;text-decoration:none}
mark{background-color:#fcd700;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted #000;cursor:help}
pre{white-space:pre;white-space:pre-wrap;white-space:pre-line;word-wrap:break-word}
small{font-size:11px;line-height:14px}
sub,sup{font-size:10px;line-height:0;position:relative}
sup{vertical-align:text-top}
sub{vertical-align:text-bottom}
pre,code,kbd,samp{font-family:monospace,sans-serif}
.clickable,label,input[type=button],input[type=submit],button{cursor:pointer}
hr{display:block;height:1px;border:0;border-top:1px solid #cccccc;margin:1em 0;padding:0}
table{border-collapse:collapse;border-spacing:0;font-size:inherit;font:100%}
th{font-weight:bold;vertical-align:bottom}
td{font-weight:normal;vertical-align:top}
td,td img{vertical-align:top}
legend{color:#000000}
input,textarea,select{font-family:inherit;font-size:inherit;font-weight:inherit;*font-size:100%}
input,select{vertical-align:middle}
input[type="radio"]{vertical-align:text-bottom}
input[type="checkbox"]{vertical-align:bottom;*vertical-align:baseline}
button,input,select,textarea{margin:0}
button{width:auto;overflow:visible}
/* "micro" clearfix */
.cf:before,.cf:after {content:"";display:table}
.cf:after {clear:both}
.cf {zoom:1} /* IE 6-7 trigger hasLayout */
