/**
 * @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: Wen, 9 Apr 2008 23:00:00 EST.
 *                  Build Date: $Id: indices-highlite.css,v 1.2 2008/11/14 19:19:01 npereira Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            greg loucas
 */


/**
 * @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: 270px;
}

#banner-container-flash-object h1 {
		padding-bottom: 13px;
}

#banner-container-flash-object .airing {
        margin: -250px 0 0 20px;
        font-weight: bold;
}

#banner-container-flash-object .promo-one {
        width: 300px;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.2em; 
        padding: 20px;
        margin: 100px 0 0 300px;
}

#banner-container-flash-object .promo-two {
        width: 300px;
        font-size: 1.2em;
        font-weight: bold;
        line-height: 1.2em; 
        padding: 20px;
        margin: 0 0 0 300px;
}

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

#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 ARTICLE ENTRIES definitions
 */
#editorial-articles-listing dl {
        list-style-type: none;
        border-width: 1px 1px 0 0;
        border-style: solid;
}

#editorial-articles-listing dl dd { float: left; }

#editorial-articles-listing dl dd.thumbnail { padding: 15px 20px 15px 0; }

#editorial-articles-listing dl dd.thumbnail img {
        width: 156px;
        height: 102px;
}

#editorial-articles-listing dl dd.details {
        width: 460px;
        padding: 15px 0;
}

#editorial-articles-listing dl dd.details p.date {
        padding: 5px 0 5px 0;
        font-size: 0.9em;
}

#editorial-articles-listing dl dd.details h2.title {
        font-size: 1.35em;
        line-height: 1em;
}

#editorial-articles-listing dl dd.details p.description { 
		padding-top: 7px;
		font-size: 0.85em;
}


/**
 * @description     CLASSES / IDS / XHTML TAGS for LISTING PAGINATION definitions
 */
#listing-pagination .runner { height: 35px; }

#listing-pagination ul {
        float: right;
        list-style-type: none;
        margin: 8px 10px 0 0;
}

#listing-pagination ul li {
        float: left;
        padding: 0 5px;
        font-size: 0.85em;
        font-weight: bold;
}

#listing-pagination ul li.number { margin-top: 1px; }

#listing-pagination ul li.divider {
        padding-right: 5px;
        background: url('/images/pagination/listing/divider.gif') no-repeat center right;
}

#listing-pagination ul li a {
        display: block;
        overflow: hidden;
}

#listing-pagination ul li a span {
        visibility: hidden;
        text-indent: 5000px;
}
