@charset "UTF-8";
/* CSS Document */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);


/* #########################
###### MEDIA QUERIES #######
###########################*/

/* ADAPTATIVE IMAGE */

@media only screen and (max-width: 600px) {
  
    #entry {
        width: 600px;
    }
}

@media only screen and (min-width: 600px) and (max-width: 1200px){

    #entry {
        max-width: 100%;
    }

}

/* SOCIAL MEDIA */

@media only screen and (min-width: 800px) {

    #socialShare {
        display: block;
        width: 72px;
        text-align: center;
        margin-top: -199px;
        position: fixed;
        top: 50%;
        right: 10px;
        z-index: 99; }
    #socialShare > img {
        position: relative;
        top: 12px; }
    #socialShare > div {
        padding: 9px 0 0;
        background: #fff;
        border-radius: 5px;
        box-shadow: 2px 2px 4px #999; }
    #socialShare > div .social-icon {
        margin-bottom: 5px; }
    #socialShare > div .fb {
        margin-bottom: 10px; padding-right: 4px; }
}

@media only screen and (max-width: 800px) {
    #socialShare {
        display: none;
    } 
}


/* #########################
######### GENERAL #########
###########################*/

body {
    background: #F9F7EF;
    margin: 0px;
    padding: 0px;
    color: #fff;
    line-height: 1.5;
    width:100%;
}

textarea {
    width: 540px;
    border: 1px #999 solid;
    color: #111;
    font-size: 11px;
    font-family: monospace;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    padding: 5px;
    height: 90px;
    margin-top: 10px;
}

img {
    max-width: 100%;
}

/* TITLES */

h1,h2,h3 {
    font-family: 'Open Sans', Arial, Helvetica;
    font-weight: bold;
    padding: 0px;

}

h1, h2 {
    margin: 0px;
    text-transform: uppercase;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 22px;
}

h3 {
    padding: 0px;
    margin: 10px 0 0 0;
    text-align: center;
    font-family: 'Open Sans', Arial, Helvetica;
    font-size: 12px;
    font-weight: bold;
    color: #000;
}

/* #########################
######### CIBLED #########
###########################*/

#headline {
    width: 580px;
    background: #f171ac;
    text-align: center;
    margin: 0px;
    padding: 0px;
}

#main, #item {
    min-width: 600px;
    margin: 0 auto;
    text-align: center;
}

#top {
    width: 600px;
    height: 126px;
    background: url(img/top-header.gif) no-repeat;
    text-align: center;
    padding: 15px 0 0 0;
}

#entry {
    width: 100%;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 16px;
    color: #000;
}

#bottom {
    width: 100%;
    background: #fff;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    padding-bottom: 100px;
}

#spacer { width: 560px; height:10px;}

.addthis_toolbox {
    max-width: 900px;
    padding-bottom: 50px;
}
