/*
    Theme Name: EMI
    Theme URI: http://www.theinsoundfromwayout.co.nz/
    Description: A custom theme for EMI
    Version: 1.0
    Author: Salt_Design
    Author URI: http://www.saltdesign.co.nz/
    Tags: grey, custom, 2 column
*/

a,
a:visited {
    text-decoration: none;
    color: #515151;
}

a:visited { color: #b7614e; }

a:active,
a:hover { color: #e08666; }

a img { border: 0; }

body {
    font-size: 62.5%;
    background-color: #656565;
    color: #515151;
    font-family: 'Helvetica Neue', Arial, sans-serif;
}

h1,
h2,
h3,
h4 { font-weight: bold; }

h1 { font-size: 4em; }

h2 { font-size: 3em; }

h3 {
    font-size: 2em;
    margin-top: 0;
}

h4 { font-size: 1.6em; }

object { outline: none; }

ul {
    margin: 0;
    padding: 0;
}

#archive {
    font-size: 1.5em;
    text-transform: uppercase;
}

#banner { border: 2px solid #b5b5b5; }

#banner-reflection { margin: 2px 0 0 16px; }

#columns {
    width: 868px;
    margin-top: 10px;
}

    #columns div#left {
        width: 542px;
        float: left;
    }

    #columns div#right {
        width: 326px;
        float: right;
    }

        #columns div#right h4 { margin: 20px 0 5px 2em; }

        #columns div#right ul {
            margin-left: 1em;
            font-size: 1.2em;
        }

        #columns div#right ul.months { margin-left: 4em; }

#comments { width: 395px; }

    #comments h3 {
        font-weight: normal;
        text-transform: uppercase;
        font-size: 1.4em;
    }

    #comments p.add-comment {
        border-top: 5px solid #ccc;
        padding-top: 10px;
        text-transform: uppercase;
        font-size: 1.4em;
        margin-top: 0;
    }

    #comments ul.comment-list {
        list-style-type: none;
        border-top: 5px solid #ccc;
    }

        #comments ul.comment-list li {
            padding-bottom: 10px;
            border-top: 1px solid #ccc;
        }

        #comments ul.comment-list li.first { border: none; }

            #comments ul.comment-list li.comment h4 {
                font-size: 1.5em;
                margin-bottom: 3px;
            }

            #comments ul.comment-list li.comment p.text { font-size: 1.1em; }

            #comments ul.comment-list li.comment p.date {
                font-weight: bold;
                font-size: 1.2em;
                color: #797979;
            }

#content { margin: 5px 16px; }

    #content div.body { font-size: 1.5em; }

    #content h1 {
        font-size: 2em;
        margin: 0 10px 5px;
    }

    #content h2 {
        font-size: 1.4em;
        margin: 0 10px 25px;
    }

    #content img { border: 3px solid #b5b5b5; }

    #content table td { vertical-align: top; }

#footer {
    font-size: 1.2em;
    padding: 10px 12px;
}

#footer a { color: #b7614e; }

#footer a:hover { color: #e08666;}

#header { width: 868px; }

    #header #extras {
        float: right;
        width: 310px;
        margin-top: 12px;
        height: 2.5em;
    }

        #header #extras div#search {
            float: left;
            margin-right: 10px;
        }

            #header #extras div#search .button {
                float: left;
                padding: 1px 3px 0 0;
            }

            #header #extras div#search .field { display: inline; }

            #header #extras div#search .field input { color: #ccc; }


    #header div.divider {
        width: 47%;
        border-bottom: 3px solid #cccccc;
        margin-bottom: 4px;
    }

#interact { text-align: center; }

    #interact div#dropbox { font-size: 1.2em; }

    #interact h4 {
        font-size: 2em;
        margin-bottom: 5px;
    }

    #interact ul#social { list-style-type: none; }

        #interact ul#social li { margin: 20px 0; }

            #interact ul#social li img { border: 1px solid #eee; }

#menu {
    list-style-type: none;
    width: 50%;
    height: 30px;
    line-height: 30px;
    margin: 0 0 0 3px;
}

    #menu a {
        color: #666;
        font-weight: bold;
        font-size: 1.3em;
    }

    #menu a:hover { color: #999; }

    #menu li {
        float: left;
        margin: 10px 14px 0;
    }

        #menu li.active,
        #menu li.active a { color: #66abc5; }

#player { margin-bottom: 20px; }

    #player a,
    #player a:visited { color: #00f; }

    #player a:active,
    #player a:hover { text-decoration: underline; }

#popup {
    margin: 10px auto;
    background: #fff url(images/banner.jpg) no-repeat center -107px;
    border: 3px solid #ccc;
    width: 370px;
}

    #popup #popup-wrapper {
        padding: 70px 10px 3px;
        width: 350px;
        background: transparent url(images/banner-reflection.jpg) no-repeat center 46px;
    }

    #popup #popup-wrapper h2 {
        margin: 0;
        font-size: 2.2em;
    }

    #popup #popup-wrapper input.text { width: 300px; }

    #popup #popup-wrapper label { font-size: 1.2em; }

    #popup #popup-wrapper span.required {
        margin: 0 5px;
        font-size: 1.2em;
        color: #d00;
    }

    #popup #popup-wrapper textarea {
        width: 343px;
        height: 100px;
    }

#promoted {
    list-style-type: none;
    margin: 14px auto;
    width: 868px;
}

    #promoted li {
        width: 280px;
        float: left;
        height: 218px;
        overflow: hidden;
    }

        #promoted li.middle { margin: 0 14px; }

#wrapper {
    width: 900px;
    background-color: #fff;
    margin: 10px auto;
}

.alignleft {
    float: left;
    margin: 0.5em 1em 0.5em 0;
}

.alignright {
    float: right;
    margin: 0.5em 0 0.5em 1em;
}

.aligncenter {
    clear: both;
    margin: 1em auto;
    display: block;
}

.centered { margin: 0 auto; }

.clear { clear: both; }

.navigation {
    font-size: 1.5em;
    width: 395px;
}

    .navigation a {
        color: #b7614e;
        text-decoration: none;
        text-transform: uppercase;
    }

        .navigation a span { color: #424242; }

        .navigation a:hover span { color: #e08666; }

        .navigation a:visited span { color: #b7614e; }

.post {
    border-top: 3px solid #ccc;
    width: 98%;
    margin-bottom: 10px;
}

    .post.first { border: none; }

    .post h3 {
        font-weight: normal;
        font-size: 1.5em;
        text-transform: uppercase;
    }

        .post h3 span.date {
            font-weight: bold;
            font-size: 0.8em;
            color: #797979;
        }

    .post div.image {
        border: 3px solid #ccc;
        width: 208px;
        height: 156px;
        float: left;
        margin-right: 10px;
    }

    .post div.text {
        font-size: 1.2em;
        line-height: 1.4em;
    }

        .post div.text p.post_controls { font-weight: bold; }

.post-inline {
    font-size: 1.4em;
    line-height: 2.1em;
}

    .post-inline span.title { text-transform: uppercase; }

        .post-inline span.title a { color: #b7614e; }

        .post-inline span.title a:hover {
            color: #e08666;
            text-decoration: underline;
        }

        .post-inline span.title a:visited { color: #424242; }

    .post-inline span.date {
        font-weight: bold;
        font-size: 0.85em;
        color: #797979;
        padding-left: 20px;
    }

    .post-inline span.comments {
        padding-left: 20px;
        font-weight: bold;
        font-size: 0.85em;
    }

        .post-inline span.comments a { color: #b7614e; }

        .post-inline span.comments a:hover {
            color: #e08666;
            text-decoration: underline;
        }

        .post-inline span.comments a:visited { color: #424242; }

/*           SOUNDCLOUD         */
a.soundcloud-dropbox:hover {
    color: #1896D1 !important;
    background-color: transparent !important;
    background-position: -200px 0 !important;
}
*html a.soundcloud-dropbox {
    background-image: none !important;
    filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='(http://a1.soundcloud.com/images/dropbox_square_white.png?f7f36b)', sizingMethod='crop') !important;
}
