/*
Theme Name: Gotham News Child
Theme URI: http://www.threesheetsnw.com/
Description: Child Theme for Gotham News
Author: McOmber
Author URI: http://www.woothemes.com/
Template: gothamnews
Version: 1
.
This work is released under the GNU General Public License 2:
http://www.gnu.org/licenses/old-licenses/gpl-2.0.html
*/

@import url("../gothamnews/style.css");

/* Top Menu */

#top-menu-out {
        width: 100%;
        background: rgb(32,32,32);
        display: none;
}

#top-menu {
        width: 960px;
        margin-left: 30px;
        height: 28px;
        background: rgb(32,32,32);
        font-size: 11px;
}

#top-menu a {
        color: #fff;
}

#top-menu ul {
        padding: 6px 0 0 0;
        float: right;
        margin-right: -10px;
        position: relative;
}

#top-menu li {
        line-height: 14px;
        display: block;
        float: left;
        padding: 0 10px 0 10px;
        border-left: #4A4A4A 1px solid;
}

#top-menu li.first {
        border: 0;
}

/* Header */

#header-out {
    width: 100%;
    background: rgb(78,61,43) url(images/bg_header_shadow.gif) repeat-x 0 bottom;
    border-top: #202020 0px solid;
}

#header-bg {
        background: url(images/bg_header.jpg) no-repeat 0 0;
}

#header {
        width: 960px;
        padding-left: 30px;
        height: 101px;
}

#header .col-left {
    padding: 22px 0px 0 0;
}

#header .col-right {
        padding: 20px 0 0 0;
}

/* Fixes for post Content Lists and Blockquote on homepage */

#content #latest .post p {
        display: block;
        line-height: 24px;
        padding: 2px 0 5px 0;
}

#content #latest .post ol, #content #latest .post ul {
        line-height: 20px;
}

#content #latest .post ul {
        padding-left: 50px;
}

#content #latest .post ul li {
        list-style: circle;
        padding: 3px 0;
}

#content #latest .post ol {
        padding-left: 57px;
}

#content #latest .post ol li {
        list-style: decimal;
        padding: 3px 0;
}

#content #latest .post blockquote {
        border-left:2px solid #777777;
        color:#777777;
        font-style:italic;
        margin:5px auto 15px;
        padding:0px 10px;
        width:85%;
}



