html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, 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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
}
body {
    line-height: 1.3em;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.section, .article, .aside, .header, .footer, .nav, .dialog, .figure {
    display: block;
}

html, body {
    background-image: url('/public/images/body_background.png');
    background-position: top;
    background-repeat: repeat;
}

body>.header a {
    text-decoration: none;
    color: #333;
    padding: 0 1em;
}

.amp {
    font-size: 1.3em;
    font-family: 'Palatino', Helvetica, Arial, 'Liberation Sans', FreeSans, sans-serif;
    font-weight: bold;
    font-style: italic;
}

.right {
    right: 0;
    position: absolute;
}

body>.header {
    color: #00ABC4;
    padding: 1em 0;
}

body>.header img{
  margin-left: 2em;
}

.nav {
    margin-top: 3em;
    position: relative;
}

#caroussel {
    position: relative;
}

#caroussel img {
    left: 50px;
    position: absolute;
    width: 345px;
    z-index: 2;
}

#caroussel :first-child {
    left: 0;
    position: absolute;
    top: 60px;
    width: 200px;
    z-index: 1;
}

#caroussel :last-child {
    left: inherit;
    position: absolute;
    right: 0;
    top: 60px;
    width: 200px;
    z-index: 1;
}

.section {
    padding: 1em 0;
}

#intro {
    background-color: #333;
    background-image: url('/public/images/login_footer.png');
    background-repeat: no-repeat;
    background-position: bottom left;
    color: #FEFEFE;
    -moz-border-radius-topleft: 10px;
    -moz-border-radius-topright: 10px;
    -webkit-border-top-left-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    min-height: 180px;
}

#intro.base {
    min-height: 80px;
}

#intro h2 {
    color: #00ABC4;
    margin: 1em 0 0 1em;
    letter-spacing: 2px;
}

#intro h3 {
    font-weight: normal;
    margin-top: 2em;
}

#intro.base>* {
    margin: 0 1em;
}

#signup {
    background-color: #B3B3B3;
    height: 50px;
    line-height: 50px;
}

#signup a {
    margin: 50px;
    text-decoration: none;
    background-color: #FF9D00;
    border-bottom: 2px solid #AAA;
    border-right: 2px solid #AAA;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    padding: 15px;
    color: #EEE;
    font-weight: bold;
}

#content {
    background-color: white;
}
#content>* {
    margin: 0 1em;
}

#articles {
    background-color: white;
}

.article {
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    background-color: #F5F5EF;
    border: 1px solid #E4E4DE;
    display: inline-block;
    margin-bottom: 2em;
    position: relative;
}

.article>img {
    position: absolute;
    top: .5em;
    left: .5em;
}

.article>h1 {
    line-height: 56px;
    padding-left: 65px;
}

.article>p {
    padding: 0.5em;
}

.footer {
    background-color: white;
    background-image: url('/public/images/footer.png');
    background-position: bottom middle;
    background-repeat: no-repeat;
    height: 113px;
}
