/*
* -----------------------------------------------
* Reset Styles
* Author:   Diego Tres
* URL:      diegotres.com
* ----------------------------------------------- 
*/

* {
	margin: 0;
	padding: 0;
}

html {
	overflow: -moz-scrollbars-vertical;	
}

body {

}

input, textarea, select, button, select { 
	font-size: inherit;
	font-family: inherit;
}

a, :focus, object { 
	outline: 0; 
} 

a img, fieldset, iframe {
	border: none;
}

legend, hr {
	display: none;
}

table { 
    border-collapse: collapse;
    border-spacing: 0; 
}

ul, ol {
    list-style: none;
}

/* Declaring HTML5 elements */

article, aside, details, dialog, figure, footer, header, hgroup, menu, nav, section {
    display: block;
}

