/*
 * File: reset.css
 * Description: normalize CSS for cross browser styling
 * Author: Christos Chrisostomidis christos.cec [at] gmail [dot] com
 */
a,abbr,address,area,article,aside,audio,b,blockquote,body,button,canvas,caption,cite,code,dd,del,dfn,div,dl,dt,
em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,hr,html,i,iframe,img,input,ins,
kbd,label,legend,li,map,mark,menu,nav,object,ol,p,pre,q,s,samp,section,select,small,span,strong,sub,summary,sup,
table,tbody,td,textarea,tfoot,th,thead,time,tr,ul,var,video{
	margin:0;
	padding:0;
	border:0;
	font-size:100%;
	font:inherit;
}
/*
 * HTML5 "elements" styling reset
 */
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section{display:block;}
audio,canvas,video{
	display:inline-block;
	*display:inline;
	*zoom:1;
}
audio:not([controls]){display:none;}
[hidden]{display:none;}
/*
 * basic "elements" styling reset
 */
html{
	font-size:100%;
	overflow-y:scroll;
	-webkit-text-size-adjust:100%;
	-ms-text-size-adjust:100%;
}
body{
	margin:0;
	font-size:100%;
	line-height:1;
}
body,button,input,select,textarea,a{color:#111;}
::-moz-selection{
	background:#f00;
	color:#fff;
	text-shadow:none;
}
::selection{
	background:#f00;
	color:#fff;
	text-shadow:none;
}
hr{
	display:block;
	height:1px;
	border:0;
	border-top:1px solid #ddd;
	margin:8px 8px 0 8px;
	padding:0;
}
/*
 * basic "links" styling reset
 */
a:hover{text-decoration:none;}
a:focus{outline:none;}
a:hover,a:active{outline:0;}
/*
 * basic "lists" styling reset
 */
nav ul,nav ol{
	list-style:none;
	list-style-image:none;
}
/*
 * basic "image" styling reset
 */
img{
	-ms-interpolation-mode:bicubic;
	vertical-align:middle;
}
svg:not(:root){overflow:hidden;}
/*
 * basic "forms" styling reset
 */
form{margin:0;}
label{cursor:pointer;}
legend{*margin-left:-7px;}
button,input,select,textarea{
	font-size:100%;
	vertical-align:baseline;
	*vertical-align:middle;
}
button,input{
	line-height:normal;
	*overflow:visible;
}
table button,table input{*overflow:auto;}
button,input[type="button"],input[type="reset"],input[type="submit"]{
	cursor:pointer;
	-webkit-appearance:button;
}
input[type="checkbox"],input[type="radio"]{box-sizing:border-box;}
input[type="search"]{
	-webkit-appearance:textfield;
	-moz-box-sizing:content-box;
	-webkit-box-sizing:content-box;
	box-sizing:content-box;
}
input[type="search"]::-webkit-search-decoration{-webkit-appearance:none;}
button::-moz-focus-inner,input::-moz-focus-inner{
	border:0;
	padding:0;
}
textarea{
	overflow:auto;
	vertical-align:top;
	resize:vertical;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
td{vertical-align:top;}