/* Normalized {{{ */

html, body, form, fieldset {
    margin: 0;
    padding: 0;
    font: 100%/1.4 Arial, sans-serif;
}
h1, h2, h3, h4, h5, h6, p, pre,
blockquote, ul, ol, dl, address {
    margin: 1em 0;
    padding: 0;
}
h1, h2, h3, h4, h5, h6 {
    font-family: Arial, sans-serif;
    margin-bottom: 0.5em;
}
li, dd, blockquote {
    margin-left: 2.5em;
    padding-left: 0;
}
form label {
    cursor: pointer;
}

/* }}} */


/* Rendering Fixes {{{ */

.accessible {
    position: absolute;
    left: -10000px;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    line-height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */

/* }}} */
