/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, label {
    display: block;
}
body {
    line-height: 1;
    min-height: 100%;
    position: relative;
}
ol, ul, li          { list-style: none; }
blockquote, q       { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after   { content: '';  content: none; }
table {
    border-collapse: collapse;
    border-spacing: 0;
}
textarea {
    overflow: hidden;
    resize: none;
}
a                   { outline: none; }
a:focus,
a:active            {outline: none;}
.clear              { clear: both; }
.clear-l            { clear: left; }
.clear-r            { clear: right; }
.cleared:after,
.cleared-l:after,
.cleared-r:after {
    height: 0;
    display: block;
    content: "";
}
.cleared:after      { clear: both; }
.cleared-l:after    { clear: left; }
.cleared-r:after    { clear: right; }
.ta-left            { text-align: left; }
.ta-right           { text-align: right; }
.ta-center          { text-align: center; }
.pull-left          { float: left; }
.pull-right         { float: right; }
.centered,
.centered-nav       { text-align: center; }
.centered-nav ul    { display: inline-block; }
.modal,
.screen-lock        { display: none; }
.half-box           { width: 50%; }
.stretch            { width: 100% !important; }
.btn.stretch    {
    display: block !important;
    padding: 0 !important;
}
.hidden             { display: none; }
input, textarea     { outline: none; }

.table              { display: table; }
.table-row          { display: table-row; }
.table-cell         { display: table-cell; }

html                {height: 100%;}
* html body         {height: 100%;}
button, input[type="reset"], input[type="button"], input[type="submit"] { line-height:normal !important; }
.no-border          { border: none !important; }
.no-padding         { padding: 0 !important; }
.no-margin          { margin: 0 !important; }