/*
Theme Name:  Muckypup
Theme URI:   http://muckypup.org
Description: Child theme of Earthlingtwo for Muckypup Dot Org.
Author:      Stefan T.
Author URI:  http://destruct-o-bot.com
Template:    earthlingtwo
Version:     0.1.0
*/
@import url("../earthlingtwo/style.css");

/* Global */
body, input, textarea {
    font: 14px "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 1.625;
}

h1, h2, h3, p, ul, ol {
    font-family: inherit;
}
/* Header */

#header {
    background: url(images/img03.jpg) no-repeat left top;
}

#logo h1, #logo p {
    font-family: inherit;
}

#logo p {
    color: #fff;
}

#menu a {
    font-family: inherit;
}


/* Content */

.post .title a, .post .title span {
    color: #493E2B;
    display:block;
    border: none;
    padding-left: 40px;
    /* padding-bottom: 16px; */
    /* background: url(images/content_title_bg_bottom.gif) no-repeat left bottom; */
    background: url("images/tbg.gif") no-repeat left center;
}

.post h1.title {
    padding-left: 40px;

}

.post .entry {
    background: none;
    padding: 25px 0px 0px 0px;
    text-align: justify;
}

.post .meta {
    font-family: inherit;
}


.post .links {
    border-bottom: 2px dotted #6E8D3D;
}


/* Sidebar */

#sidebar  aside.widget > ul {
    /* background: url(../earthlingtwo/images/img09.jpg) no-repeat top;*/
    padding-top: 30px;
    padding-bottom: 20px;
}

#sidebar  aside.widget > div {
    padding-top: 30px;
    padding-bottom: 20px;
}


#sidebar .widget-title {
    /* height: 30px;*/
    background: url(images/wtbg.gif) no-repeat top left;
    padding-left: 28px;
    margin-bottom: 0;
    padding-bottom: 0;
    letter-spacing: -.5px;
    font-size: 28px;
    color: #493E2B;
}


/* =Footer
----------------------------------------------- */

#footer {
    margin-top: 140px;
    font-family: inherit;
}

#footer-content {
    background: url("images/footer_background_top.png") no-repeat top left;
    background-color: #332206;
    width: 1000px;
    padding: 60px 0 0 0;
    height: auto;
}

#colophon {
    clear: both;
}
#supplementary {
    padding: 1.625em 7.6% 120px 7.6%;
    width: 100%;
    overflow: hidden;
    background: url("images/footer_background_bottom.png") no-repeat bottom left;

}

/* Two Footer Widget Areas */
#supplementary.two .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 48.1%;
}
#supplementary.two .widget-area + .widget-area {
    margin-right: 0;
}

/* Three Footer Widget Areas */
#supplementary.three .widget-area {
    float: left;
    margin-right: 3.7%;
    width: 30.85%;
}
#supplementary.three .widget-area + .widget-area + .widget-area {
    margin-right: 0;
}


#legal {
    margin: 0;
    padding: 0;
    line-height: normal;
    font-size: 12px;
    text-align: center;
}

#footer p {
    color: #637A8A ;
}

