@import url(http://fonts.googleapis.com/css?family=PT+Serif:400,700);
@import url(http://fonts.googleapis.com/css?family=Droid+Sans);
html {
    height: 100%
}

body {
    background-color: #ffffff;
    margin: 0px;
    padding: 0px;
    color: #0e0e0e;
    line-height: 1.5;
    width: 100%;
    text-align: center;
    position:relative;
    font-family: 'Droid Sans', sans-serif;
    box-shadow: 50 0 0 red inset;
}

img {
    max-width: 100%;
}

#main { position: relative; }
#main.main { max-width: 100%; padding: 0; }
#main:before { content: ""; position: absolute; z-index: 10; top: 0; right: 50%; left: 0; bottom: 0; background: #fb4439; }
#main:after { content: ""; position: absolute; z-index: 10; top: 0; right: 0; left: 50%; bottom: 0; background: #0052c2; }
#item { position: relative; z-index: 20; }
#entry { max-width: 1125px; margin: auto; position: relative; }
#embed { text-align: left; margin-left: 10px; margin-bottom: -5px; }

/* 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: 40px;
}

h2 {
    font-size: 30px;
    padding-bottom: 50px;
}

h3 {
    font-size: 20px;
    color: #0e0e0e;
    padding-bottom: 15px;
}

/* GENERAL CLASSES */

a:visited, a:active, a:hover {
    color: #2e2e2f;
}

/* SOCIAL MEDIA */

@media only screen and (min-width: 700px) {

    #socialShare {
        display: block;
        width: 72px;
        text-align: center;
        margin-top: -199px;
        position: fixed;
        top: 40%;
        right: 10px;
        z-index: 99; }
    #socialShare > img {
        position: relative;
        top: 12px; }
    #socialShare > div {
        padding: 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: 700px) {
    #socialShare {
        display: none;
    }
}


textarea {
    background-color: #f4f4f4;
    margin: 0px 10px 0px 10px;
    box-sizing: border-box;
    width: 70%;
    border: 1px #d30000 solid;
    color: #020202;
    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: 74px;
    margin-top: 10px;
    padding:10px 10px 0px 10px;
}

.fb-like.fb_iframe_widget{
    position: relative;
    margin-top: -2px;
    font-size: inherit !important;
}

#bottom {
    max-width: 1000px;
    text-align: center;
    text-transform: uppercase;
    padding: 15px 0;
    margin: auto;
    padding-top:50px;
    padding-bottom: 75px;
    background: #f4f4f4;
    position: relative;
    z-index: 20;
}
#bottom a { /* padding: inherit !important; */ min-height:inherit !important; display: inline-block}
#spacer { width: 560px; height:10px;}

.addthis_toolbox {
    max-width: 480px;
    padding-bottom: 20px;
    padding-left:10px;
    padding-top:30px
}
a.addthis_button_facebook_like.at300b{width:110px !important;}
a.addthis_button_tweet.at300b{width:130px !important;}
.tweet_iframe_widget{width:110px !important;}
a.addthis_button_google_plusone.at300b{width:80px !important;}
a.addthis_button_pinterest_pinit.at300b {
        width:inherit;
    width:60px !important;
}

#socialShare span { background-color:transparent !important}

.social-icon fb{margin-left:1px;}

#socialShare > div{
    padding-top: 10px !important
}
