/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL browsers
	[2] DISCOVERY CHANNEL - PLANET EARTH
	[3] MEDIA = SCREEN

REVISION HISTORY:
	November 09th, 2007. v1.0. Created.

STATUS OF THIS DOCUMENT:
	This is a working draft.

MAINTAINER:
	Carl Lewin
	c a r l _ l e w i n @ d i s c o v e r y . c o m

LEGAL NOTICE:
	Distribution of this document is limited.
	Copyright (C) Discovery.com 2007. All Rights Reserved.
*/


/*
==================================
HTML TAGS
==================================
*/
body {
	color: #000;
	background: #000;
}


/*
==================================
HTML TAGS - ANCHOR TAGS
==================================
*/
a, a:visited, a:active, a:hover, a:focus { color: #006FB7; }

a.rss {
	padding-right: 13px;
	background: url(/common/sgallery/rss/dark/feed-icon-10x10.gif) center right no-repeat;
}


/*
==================================
ID - HTML TAGS
==================================
*/
#pageCredits a, #pageCredits a:visited, #pageCredits a:hover, #pageCredits a:focus, #pageCredits a:active { color: #006FB7; }


/*
==================================
ID - TEXT
==================================
*/
#footerSearch #sitesearch { color: #CCC; }

#pageCredits { color: #CCC; }
.googleAdText { color: #FFF; }
