/**
 * @fileOverview    Universal CSS file which contains global styles for: (post-article) / (all networks).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Wed, 30 Jan 2008 23:39:17 EST.
 *                  Build Date: $Id: post-article.css,v 1.2 2008/11/14 19:19:02 npereira Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            carl lewin
 */


/**
 * @description     IDS for CONTAINER definitions
 */
#container-left-column {
        width: 659px;
        display: block;
        vertical-align: top;
        float: left;
}

#container-right-rail {
        width: 321px;
        display: block;
        vertical-align: top;
        float: right;
        margin-top: 10px;
}


/**
 * @description     CLASSES / IDS / XHTML TAGS for BANNER definitions
 */
#banner-container-flash-object img {
        width: 659px;
        height: 60px;
}

#banner-container-flash-object dl {
        list-style-type: none;
        width: 659px;
        height: 35px;
        margin-top: -3px;
}

#banner-container-flash-object dl dd {
        float: left;
        height: 35px;
        font-size: 0.9em;
        font-weight: bold;
        line-height: 35px;
        vertical-align: middle;
        text-align: center;
}

#banner-container-flash-object dl dd a { padding: 0 10px; }


/**
 * @description     CLASSES / IDS / XHTML TAGS for TITLES definitions
 */
/* with entitlement */
#titles {
        border-style: solid;
        border-width: 1px 0;
        list-style-type: none;
}

#titles dd { float: left; }

#titles .headers { width: 450px; }
#titles .headers div { 
    margin: 15px 0 25px 20px;
    padding-right: 15px;
}

#titles .entitlement { width: 200px; }
#titles .entitlement div { margin-top: 15px; }

#titles h1 {
        font-size: 2.1em;
        line-height: 1.05em;
        font-weight: normal;
}

#titles h2 {
        font-size: 1.3em;
        line-height: 1.0em;
        font-weight: normal;
        padding-top: 6px;
}

/* without entitlement */
#titles-only {
        border-style: solid;
        border-width: 0 0 1px 0;
}


#titles-only p { margin: 15px 0 25px 20px; }

#titles-only h1 {
        font-size: 2.1em;
        line-height: 1.05em;
        font-weight: normal;
}

#titles-only h2 {
        font-size: 1.3em;
        line-height: 1.0em;
        font-weight: normal;
        padding-top: 6px;
}


/**
 * @description     CLASSES / IDS / XHTML TAGS for AUTHOR definitions
 */
#author {
        height: 45px;
        border-style: solid;
        border-width: 0 0 5px 0;
        font-size: 0.85em;
        list-style-type: none;
}

#author dd { float: left; }

#author .avatar { width: 55px; }
#author .avatar p { padding: 3px 0 0 20px; }
#author .avatar img {
        width: 33px;
        height: 33px;
}

#author .information { width: 490px; }
#author .information p { margin: 7px 0 0 10px; }

#author .feed { width: 110px; }
#author .feed p { margin-top: 23px; }


/**
 * @description     CLASSES / IDS / XHTML TAGS for ARTICLE definitions
 */
#article .buffer { margin: 30px 0 15px 20px; }

#body-copy { line-height: 1.4em; }

#body-copy p { margin-bottom: 15px; }

#body-copy ul li, #body-copy ol li { margin-left: 20px; }