/**
 * @author Attila Jenei
 * @link http://www.attilajenei.com
 * @copyright 2014 Attila Jenei
 */

@CHARSET "UTF-8";

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,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video, button {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    box-sizing: border-box;
}

html {
    overflow-x: auto;
    overflow-y: scroll;
    font-size: 100%;
}

body {
    line-height: normal;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
}

h1 { font-size: 1.5em; margin: 0.67em 0; }
h2 { font-size: 1.25em; margin: 0.83em 0; }
h3 { font-size: 1.17em; margin: 1em 0; }
h4 { font-size: 1em; margin: 1.33em 0; }
h5 { font-size: 0.83em; margin: 1.67em 0; }
h6 { font-size: 0.67em; margin: 2.33em 0; }

a {
    text-decoration: none;
    outline: none;
}

a:HOVER {
    text-decoration: underline;
}

input, 
textarea, 
select {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    
    line-height: normal;
}

input,
textarea {
    margin: 0;
    padding: 0;
}

input[type=color],
input[type=date],
input[type=email],
input[type=number],
input[type=password],
input[type=search],
input[type=text],
input[type=url],
textarea {
    padding: 0.1em;
}

input[type="checkbox"],
input[type="radio"] {
    margin: 3px;
}

textarea {
    vertical-align: top;
}

table {
    border-collapse: separate;
    border-spacing: 0;
    empty-cells: show;
}

article, aside, details, footer, header, hgroup, nav, menu, section, figure, figcaption {
    display: block;
}

ol, ul {
    list-style: none;
}

blockquote, q {
    quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
    content: none;
}
