
html, body {
    border-top: 2px solid #444;
    background-image: url('http://static.tumblr.com/wrpixha/sSsmeoazc/bg_main.jpg');
    color: #333;
    font-family: "Trebuchet MS", "Lucida Sans Unicode", "Lucida Grande", "Lucida Sans",Helvetica,Arial,sans-serif;
    font-size: 13px;
}

a {
    color: #3B5998;
    text-decoration: none;
    -webkit-text-shadow: #ffffff 0 1px;
    text-shadow: #ffffff 0 1px;
}

sup {
    vertical-align: super;
}

strong {
    font-weight: bold;
}

#container {
    margin: 0 auto;
    padding-top: 20px;
    width: 1000px;
}

header {
    margin-bottom: 36px;
    position: relative;
}

    header .header_ad {
        -webkit-box-shadow: #999 0px 0px 7px;
        -moz-box-shadow: 0px 2px 7px #999;
        height: 60px;
        float: right;
    }

    header h1 {
        font-size: 44px;
        font-weight: bold;
        font-family: 'Oswald', sans-serif;
        text-align: right;
        display: inline;
        position: relative;
        left: 9px;
        bottom: 2px;
    }

        header h1 a {
            color: #444;
            -webkit-text-shadow: #ffffff 2px 2px;
            text-shadow: #ffffff 2px 2px;
        }

    header .social {
        position: relative;
        top: 4px;
    }

        header .social img {
            width: 40px;
        }

            header .social img.twt_img {
                position: relative;
                left: -6px;
            }

#sidebar {
    float: right;
    margin-left: 50px;
    width: 250px;
}

    #sidebar .module {
        margin-bottom: 15px;
    }

        #sidebar .module h3 {
            font-size: 28px;
            font-family: 'Oswald', sans-serif;
            padding-bottom: 6px;
            -webkit-text-shadow: #ffffff 0 1px;
            text-shadow: #ffffff 0 1px;
        }

            #sidebar .module h3 a {
                font-size: 28px;
                color: #444;
                font-family: 'Oswald', sans-serif;
                padding-bottom: 6px;
                -webkit-text-shadow: #ffffff 0 1px;
                text-shadow: #ffffff 0 1px;
                text-decoration: none;
            }

        #sidebar .module ul li {
            margin-bottom: 2px;
        }

    #sidebar li a {
        color: #3B5998;
        font-weight: bold;
    }

#twitter {
}


.twitter_dt {
    color: #999;
    font-size: 11px;
}

#twitter li {
    padding-bottom: 8px;
    padding-top: 8px;
    border-bottom: 1px solid #ccc;
    line-height: 20px;
}

    #twitter li:first-child {
        padding-top: 0px;
    }

    #twitter li:last-child {
        border-bottom: none;
    }

    #twitter li a {
        color: #3B5998;
        font-weight: bold;
    }



.twitter {
    width: 48px;
}


#twitter li div a img {
    float: left;
    width: 28px;
    margin-right: 8px;
}

#twitter > li > div > a > span:nth-child(2) > span:nth-child(1) {
    margin-left: 10px;
    font-weight: normal;
}

#twitter > li > div > a > span:nth-child(3) {
    position: relative;
    left: 10px;
    display: block;
}

#twitter li p.tweet {
    clear: left;
    padding-top: 8px;
}

#twitter li p.timePosted {
    font-size: 85%;
    color: #aaa;
}





#epl_table {
    border-collapse: collapse;
    margin-left: -5px;
}

    #epl_table th {
        padding: 2px 5px 2px 5px;
        font-weight: bold;
    }

    #epl_table td {
        padding: 2px 5px 2px 5px;
        font-size: 13px;
    }

    #epl_table tr:nth-child(-n+3) td {
        font-weight: bold;
        color: #006400;
    }

    #epl_table tr:nth-last-child(-n+3) td {
        font-weight: bold;
        color: #8B0000;
    }

.epl_logo_sidebar {
    width: 200px;
}


#posts_wrap {
    width: 750px;
}

    #posts_wrap p {
        margin-bottom: 14px;
        line-height: 22px;
    }

        #posts_wrap p a {
            color: #3B5998;
            font-weight: bold;
        }


    #posts_wrap .post_title {
        padding-bottom: 8px;
        margin-left: 100px;
    }

        #posts_wrap .post_title a {
            color: #3B5998;
            font-size: 28px;
            font-family: 'Oswald', sans-serif;
            -webkit-text-shadow: #ffffff 0 1px;
            text-shadow: #ffffff 0 1px;
        }



    #posts_wrap .post_body img {
        padding: 3px;
        max-width: 500px;
        border: 1px solid #999;
        -moz-border-radius: 6px;
        -webkit-box-shadow: #999 0px 0px 7px;
        -moz-box-shadow: 0px 2px 7px #999;
    }

    #posts_wrap .post_info {
        float: left;
        border: none;
        position: relative;
    }

        #posts_wrap .post_info .post_comments {
            position: relative;
            margin-top: 10px;
        }

            #posts_wrap .post_info .post_comments img {
                border: none;
            }

.post_author_twitterhandle {
    display: none;
}

.post_body {
    margin-left: 100px;
    margin-right: 50px;
    margin-bottom: 30px;
}


    .post_body h2 {
        color: #3B5998;
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 8px;
        -webkit-text-shadow: #ffffff 0 1px;
        text-shadow: #ffffff 0 1px;
    }

        .post_body h2 em {
            font-style: italic;
            font-size: 12px;
            color: #333;
        }

        .post_body h2 strong {
            font-weight: bold;
        }

    .post_body h1 {
        color: #3B5998;
        font-size: 19px;
        text-decoration: underline;
        font-weight: bold;
        margin-bottom: 14px;
        -webkit-text-shadow: #ffffff 0 1px;
        text-shadow: #ffffff 0 1px;
    }

    .post_body ul {
        margin-bottom: 10px;
    }

        .post_body ul li {
            margin-left: 30px;
            list-style-type: square;
        }


.post_month {
    text-align: center;
    background-color: #3B5998;
    height: 17px;
    color: white;
    font-size: 12px;
    padding: 5px 0px;
    width: 58px;
    text-transform: uppercase;
}

.post_day {
    display: block;
    text-align: center;
    height: 34px;
    font-size: 22px;
    color: #444;
    padding: 3px 0px;
    width: 56px;
    background-color: #e3e3e3;
    border: 1px solid #c0c0c0;
}

.read_more {
    font-weight: bold;
    text-transform: uppercase;
}

.tags {
    margin-left: 100px;
    text-transform: lowercase;
}

    .tags img {
        width: 16px;
        border: none;
        float: left;
    }

    .tags ul {
        margin-bottom: 10px;
    }

    .tags li {
        margin-left: 10px;
        display: inline;
    }

        .tags li a {
            color: #999;
        }

.fb_comments_count {
    position: absolute;
    z-index: 99;
    font-size: 24px;
    top: 8px;
    left: 22px;
}

.facebook_comment {
    margin-left: 100px;
}

.post_author {
    margin-left: 100px;
    margin-bottom: 10px;
}

    .post_author img {
        float: left;
        width: 42px;
        border: 1px solid #eee;
    }

    .post_author iframe {
        width: 300px;
        height: 20px;
        margin-left: 8px;
        padding-top: 2px;
    }

.post_author_name {
    position: relative;
    left: 8px;
}

    .post_author_name a {
        font-weight: bold;
    }


footer {
    clear: both;
    width: 1000px;
    margin: 0 auto;
    padding-top: 40px;
    height: 60px;
}

    footer a {
        color: #3B5998;
        font-weight: bold;
        -webkit-text-shadow: #ffffff 0 1px;
        text-shadow: #ffffff 0 1px;
    }



/* Generated by http://css.spritegen.com CSS Sprite Generator */

.arsenal-fc, .burnley-fc, .chelsea-fc, .crystal-palace, .everton-fc,
.hull-city, .leicester-city, .manchester-united, .newcastle-utd, .queens-park-rangers,
.stoke-city, .sunderland-afc, .swansea, .aston-villa, .manchester-city,
.southampton, .tottenham, .west-bromwich, .west-ham, .liverpool-fc {
    display: block;
    background: url('http://static.tumblr.com/qbef04l/yOenam2nm/2014-2015.png') no-repeat;
    margin-top: 10px;
    margin-bottom: 10px;
}

.arsenal-fc {
    background-position: -0px -0px;
    width: 200px;
    height: 235px;
}

.burnley-fc {
    background-position: -0px -235px;
    width: 200px;
    height: 200px;
}

.chelsea-fc {
    background-position: -0px -435px;
    width: 200px;
    height: 200px;
}

.crystal-palace {
    background-position: -0px -635px;
    width: 200px;
    height: 250px;
}

.everton-fc {
    background-position: -0px -885px;
    width: 200px;
    height: 210px;
}

.hull-city {
    background-position: -0px -1095px;
    width: 200px;
    height: 182px;
}

.leicester-city {
    background-position: -0px -1277px;
    width: 200px;
    height: 200px;
}

.manchester-united {
    background-position: -0px -1477px;
    width: 200px;
    height: 203px;
}

.newcastle-utd {
    background-position: -0px -1680px;
    width: 200px;
    height: 202px;
}

.queens-park-rangers {
    background-position: -0px -1882px;
    width: 200px;
    height: 200px;
}

.stoke-city {
    background-position: -0px -2082px;
    width: 200px;
    height: 231px;
}

.sunderland-afc {
    background-position: -0px -2313px;
    width: 200px;
    height: 167px;
}

.swansea {
    background-position: -0px -2480px;
    width: 200px;
    height: 182px;
}

.aston-villa {
    background-position: -0px -2662px;
    width: 150px;
    height: 210px;
    position: relative;
    left: 25px;
}

.manchester-city {
    background-position: -0px -2872px;
    width: 150px;
    height: 178px;
    position: relative;
    left: 25px;
}

.southampton {
    background-position: -0px -3050px;
    width: 150px;
    height: 171px;
    position: relative;
    left: 25px;
}

.tottenham {
    background-position: -0px -3221px;
    width: 150px;
    height: 296px;
    position: relative;
    left: 20px;
}

.west-bromwich {
    background-position: -0px -3517px;
    width: 150px;
    height: 179px;
    position: relative;
    left: 20px;
}

.west-ham {
    background-position: -0px -3696px;
    width: 150px;
    height: 145px;
    position: relative;
    left: 25px;
}

.liverpool-fc {
    background-position: -0px -3841px;
    width: 100px;
    height: 180px;
    position: relative;
    left: 50px;
}










blockquote p {
    background: #f9f9f9;
    border-left: 10px solid #ccc;
    margin: 1.5em 10px;
    padding: .5em 10px;
    border: 1px solid #eee;
}

    blockquote p:before {
        content: '"';
        font-size: 30px;
    }

    blockquote p:after {
        content: '"';
        font-size: 30px;
    }

/*blockquote {
background:#f9f9f9;
border-left:10px solid #ccc;
margin:1.5em 10px;
padding:.5em 10px;
quotes:"\201C""\201D""\2018""\2019";
}
blockquote:before {
color:#ccc;
content:open-quote;
font-size:4em;
line-height:.1em;
margin-right:.25em;
vertical-align:-.4em;
}
blockquote p {
display:inline;
}*/
