/*
Theme Name: Gotham News Guest Dock
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");

html, body {
        color:#3a3a3a;
        font-family:arial;
        font-size:12px;
}

a {
        color:#901808;
        text-decoration:none;
}

/* 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 .featured {
        background: #EDE9E4 url(images/bg-dot.gif) repeat-x 0 bottom;
        border-top:4px solid #9F907C;
        color:#2A2A2A;
        padding:5px 20px 10px;
        width:590px;
}
/*
#content #main {
        border:1px solid #bbbbbb;
        padding: 5px 20px 5px 20px;
        margin: 10px 0 0 0;
}
*/
#content .featured h2 a {
        color:#2A2A2A;
}

#content #latest {
        border: 1px solid #bbbbbb;
        width: 628px;
}

#content #latest p.post-details {
        color: #808080;
        font-family: arial;
        font-size: 1.1em
        font-style: italic;
        padding: 0 0 0 5px;
}

#content #latest p.post-date {
        color: #808080;
        font-family: arial;
        font-size: .9em;
        font-style: italic;
        margin: 5px 0 -5px 0;
        padding: 0 5px 0 5px;
}

#content #latest .post {
        border-bottom: #EBEBEB 1px solid;
        clear: both;
        margin-right: auto;
        margin-left: auto;
        padding: 10px 10px 10px 0;
        width: 46em;
}

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

#content #latest .post h2 {
        font-family: Georgia San MS;
        font-size: 1.6em;
        font-weight: bold;
        padding: 5px 0 2px 5px;
}

#content #latest .post h2.feed {
        background: url(images/bg-dot.gif) repeat-x 0 bottom;
        border-top: 2px solid #9F907C;
        color: #2A2A2A;
        font-size: 1.2em;
        font-weight: normal;
        padding: 5px;
        width: 100%;
}



#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%;
}

#content #popular-articles {
        background:#F3F3F3 none repeat scroll 0 0;
        width:200px;
        display:none;
}


