/**
 * @fileOverview    Universal CSS file which contains global styles for: (post article) / (planet green).
 *                  Browsers: (all).
 *                  User agent that claims support for media type: (screen).
 *                  Init Date: Thu, 28 Feb 2008 16:17:24 EST.
 *                  Build Date: $Id: post-article.css,v 1.4 2008/07/17 19:38:40 clewin Exp $
 *                  Copyright (C) Discovery.com 2008. All Rights Reserved.
 * @name            carl lewin
 */


/**
 * @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 TITLES definitions
 */
/* with entitlement */
#titles { border-color: #DEDEDE; }

#titles h1 { color: #333; }

#titles h2 { color: #666; }

/* without entitlement */
#titles-only { border-color: #DEDEDE; }

#titles-only h1 { color: #333; }

#titles-only h2 { color: #666; }


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

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