/**
 * @fileOverview    Universal CSS file which contains global styles for: (editorial article) / (all networks).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Mon, 28 Apr 2008 16:12:20 EST.
 *                  Build Date: $Id: guide-article.css,v 1.2 2008/11/14 19:19:01 npereira Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            carl lewin, sabrina ngai
 */


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

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

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

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

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

#article h1 {
        font-size: 1.4em;
        line-height: 1.4em;
}

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

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

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

/**
 * @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 GUIDE NAVIGATION definitions
 */
#navigation-guide {
		width: 659px;
		font-size: 0.85em;
		line-height: 16px;
		margin-top: -3px;
		border-style: solid;
        border-width: 0 0 4px 0;
}

#navigation-guide ul#column-one { 
		width: 329px;
		list-style-type: none;
		text-indent: 20px;
}

#navigation-guide ul#column-two { 
		width: 330px;
		list-style-type: none;
		text-indent: 20px;
}

#navigation-guide ul#column-one li { 
		border-style: solid;
        border-width: 0 1px 1px 0;
}

#navigation-guide ul#column-two li {
		border-style: solid;
        border-width: 0 0 1px 0;
}

#navigation-guide a:active {
		display: block;
}


/**
 * @description     CLASSES / IDS / XHTML TAGS for LISTING PAGINATION definitions
 */
#listing-pagination { 
        display: block;
        height: 40px; 
}

#listing-pagination ul {
        float: right;
        list-style-type: none;
        margin: 8px 0 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;
}
