@charset "UTF-8";

/*

	CUSTOM RESET

	Author: Ryan Roberts — http://ryanroberts.co.uk

	Info: Resets the document to a standard format across
	browsers, all of this can be overridden in a primary
	css document or changed here.

*/

html,body,h1,h2,h3,h4,h5,h6,p,blockquote,address,pre,cite,code,dfn,kbd,a,samp,img,ins,u,big,font,tt,q,dl,dt,dd,ul,ol,li,applet,object,iframe,form,fieldset,label,legend,th,td,th,tbody,tfoot,thead,tr,caption,a:focus{font-size:100%;border:0;outline:0;font-weight:400;font-style:normal;text-decoration:none;padding:0;margin:0}

/* Type */
body{font:12px/1.5 sans-serif}
p,ul,ol,dt,dd,pre,code,address,table,fieldset,label{margin:0 0 18px}
blockquote{padding:0 18px}
abbr,acronym{cursor:help}
cite,q{font-style:italic}
hr{clear:both;width:100%;height:1px;color:#333;border:none;background:#333;margin:18px auto 17px}

/* Lists */
ul,ol{margin-left:22px;text-indent:0}
ol{margin-left:30px}
li ul,li ol{margin-bottom:0}
dl{overflow:hidden}
dt{font-weight:700;margin:0}

/* HTML5 */
header,footer,nav,section,article,aside{display:block}
