/*
html5doctor.com Reset Stylesheet
v1.4
2009-07-27
Author: Richard Clark - http://richclarkdesign.com
*/

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, dialog, figure, footer, header,
hgroup, menu, nav, section,
time, mark, audio, video {
        margin:0;
        padding:0;
        border:0;
        outline:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}
body {
        line-height:1;
}

article, aside, dialog, figure, footer, header,
hgroup, nav, section {
        display:block;
}

nav ul {
        list-style:none;
}

blockquote, q {
        quotes:none;
}

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

a {
        margin:0;
        padding:0;
        border:0;
        font-size:100%;
        vertical-align:baseline;
        background:transparent;
}

ins {
        background-color:#ff9;
        color:#000;
        text-decoration:none;
}

mark {
        background-color:#ff9;
        color:#000;
        font-style:italic;
        font-weight:bold;
}

del {
        text-decoration: line-through;
}

abbr[title], dfn[title] {
        border-bottom:1px dotted #000;
        cursor:help;
}

table {
        border-collapse:collapse;
        border-spacing:0;
}

hr {
    display:block;
    height:1px;
    border:0;
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
        vertical-align:middle;
}
/* END RESET */


/* LAYOUT */
body {
    line-height: 1.4;
    color: #ffffff;
    background: transparent url('../images/blu-wall.jpg') top center repeat-x;
    width: 100%;
    height: 100%;
    font-family: "Helvetica Neue", Arial, sans-serif;
}

a, a:visited {
    color: #5588b5;
    text-decoration: none;
    background-color: #ddd;
    -webkit-transition-property: background;
    -webkit-transition-duration: 0.5s;
    -webkit-transition-timing-function: linear, ease-in;
}
a:hover,
a.selected {
    color: #5588b5;
    background-color: #fff;
    text-decoration: none;
}
a:active, a:focus {
    text-decoration: underline;
}

header {
    margin: 0px auto 0;
    width: 940px;
    position: relative;
}

header h1#logo a {
    background: transparent url('../images/logo.png') no-repeat scroll 0 0;
    float: left;
    height: 224px;
    padding: 0;
    margin: 20px 0;
    text-indent: -9999px;
    width: 940px;
}
header h1#logo a:hover {
    background: transparent url('../images/logo.png') no-repeat scroll 0 0;
}

/* Content */
section.main-content,
section.extra-content {
    margin: 40px auto 0;
    width: 940px;
    padding: 0;
}

/* Newsletter Form */
form.mailing-subscription {
    margin-top: 20px;
}
form.mailing-subscription p {
    margin-bottom: 10px;
}
form.mailing-subscription input[type="submit"] {
    margin-top: 10px;
}
form.mailing-subscription p label {
    display: block;
    float: left;
    font-size: 20px;
}
form.mailing-subscription p label[for="id_email"] {
    font-weight: bold;
}
form.mailing-subscription p input[type="text"] {
    display: block;
    margin-left: 120px;
    width: 240px;
    font-size: 20px;
    color: #666;
}
form.mailing-subscription.unsubscribe p input[type="text"] {
    margin-left: 0;
}


/* Footer */
footer#main-footer section#footer-content {
    margin: 0 auto;
    width: 940px;
}
footer#main-footer {
    min-height: 160px;
    margin: 80px 0 0 0;
    padding-bottom: 40px;
    font-size: 14px;
}
/* hCard */
footer#main-footer .organization-name {
    margin-bottom: 5px;
}
footer#main-footer span,
footer#main-footer div {
}

/* Autocomplete Widjet jQuery */
ui-autocomplete-input {
    width: 758px;
}


/* UTILS */
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
 }
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}