/* @override http://localhost:8000/static/styles/master.css?r=1 */

body {
    font-family: Helvetica, Arial, Verdana, sans-serif;
    color: #ff0000;
    font-size: 100%;
}
h1,h2,h3,h4,h5 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
}
h1 {
    font-size: 1.5em;
    color: #BD4A39;
}
h2 {
    font-size: 1.25em;
    color: #666;
}
h3 {
  font-size: .8125em;
  font-weight:bold;
}

a {
    text-decoration: none;
    color: #4444ff;
    -webkit-transition: color .1s ease-out;
    font-size: inherit;
}
a:hover {
    color: #0000ff;
}

#footer {
    max-width: 990px;
    min-width: 510px;
    margin: 18px auto;
}
#footer p {
    text-align: center;
    font-size: .8125em;
    line-height: 18px;
}

#footer-links {
    margin: 0.25em 0em;
}

#footer-links a {
    text-decoration: none;
    color: inherit;
}

#footer-links a:hover {
    text-decoration: underline;
}

.form-style .errorlist li {
    padding: 0.5em;
    font-size: .8125em;
    text-align: center;
    background-color: #FFE;
}
.form-style fieldset {
    margin: 7px 0 7px 0;
}
.form-style fieldset label {
    display: block;
    margin: 0 0 6px 0;
    font-weight: bold;
    color: #666;
}
.form-style fieldset input, .form-style fieldset textarea {
    width: 96%;
    padding: 7px;
    font-size: .8125em;
    border: 1px solid #ddd;
    background: #fff;
    -webkit-border-radius: .33em;
    -moz-border-radius: .33em;
}
.form-style fieldset input:focus{
    background: #fff;
}

.group:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
    
/* IE7 hacks
--------------------------------------------- */

*:first-child+html .group,
*:first-child+html #wrap {
    min-height: 1px;
}
