/**
 * @fileOverview    Universal CSS file which contains global styles for: (editorial article) / (planet green).
 *                  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.7 2008/08/12 14:50:07 ashaikh Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            carl lewin, sabrina ngai
 */


/**
 * @description     CLASSES / IDS / XHTML TAGS for MICROSITE BANNER definitions
 */
#banner-container-flash-object dl { background-color: #EBEBEB; }

#banner-container-flash-object dl a, #banner-container-flash-object dl a:visited, #banner-container-flash-object dl a:hover, #banner-container-flash-object dl a:focus, #banner-container-flash-object dl a:active { color: #495352; }

/**
 * @description     CLASSES / IDS / XHTML TAGS for ARTICLE definitions
 */
#article h1 { color: #333; }

/**
 * @description     CLASSES / IDS / XHTML TAGS for AUTHOR definitions
 */
#author { border-color: #DEDEDE; margin-bottom: 3px }

#author a, #author a:visited, #author a:hover, #author a:focus, #author a:active { color: #36A9B7; }

#author .feed a {
        padding-right: 15px;
        background: url('/shared/images/icons/rss-light-feed-icon-12x12.gif') no-repeat center right;}
        
/**
 * @description     CLASSES / IDS / XHTML TAGS for GUIDE NAVIGATION definitions
 */
#navigation-guide { border-color: #DEDEDE; }

#navigation-guide ul#column-one li { border-color: #DEDEDE; }

#navigation-guide ul#column-two li { border-color: #DEDEDE; }

#navigation-guide ul li:hover, #navigation-guide ul li:hover a { background-color: #D6F6F9; color: #276F79; }

#navigation-guide .active, #navigation-guide .active a { background-color: #D6F6F9; color: #276F79; }
