/*
PURPOSE:
	[1] Basic cascading stylesheet for ALL borswers
	[2] DISCOVERY CHANNEL

REVISION HISTORY:
	May 1th, 2007. v1.0. Created.
	August 23rd, 2007. V1.1 Network dropdown removed.

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.
*/


/*
==================================
tophatNetworkBlock
==================================
*/
#tophatNetworkBlock {
	width: 990px;
	height: 80px;
	background: transparent url(../images/tophat/990/main-background.jpg) top left no-repeat;
}


/*
==================================
tophatNetworkBlock - button
==================================
*/
/* Set up the default font and ovrall size to include image */
#tophatNetworkBlock div.networkButton {
	display: block;
	width: 116px;
	height: 17px;
	position: relative;
	top: 10px;
	left: 140px;
}

#tophatNetworkBlock div.networkLogo { margin: -66px 0 0 11px; }


/*
==================================
tophatNetworkBlock - networks
==================================
*/
#tophatNetworkBlock div.networkList { margin: -7px 0 0 255px; }


/*
==================================
tophatNetworkBlock - search
==================================
*/
#tophatNetworkBlock div.networkSearch { margin: 15px 0 0 385px; }

#tophatNetworkBlock #networkSearch input.query {
	width: 274px;
	height: 13px;
	background: #FFF;
	color: #666;
	font: bold 10px/10px Verdana, sans-serif;
	border: 1px solid #666;
	padding: 4px 0 1px 5px;
}

#tophatNetworkBlock #networkSearch #query { padding: 8px; }


/*
==================================
tophatNetworkBlock - ecommerce
==================================
*/
#tophatNetworkBlock div.ecommerceTile { margin: -68px 0 0 836px; }

/*
==================================
tophatNetworkBlock - ecommerce
==================================
*/
#tophatNetworkBlock div.ecommerceTile { margin: -68px 0 0 836px; }

/*
==================================
tophatNavigationBlock
==================================
*/
#tophatNavigationBlock {
	width: 990px;
	height: 20px;
	background: url(../images/navigation/background.gif) top left no-repeat;
}


/*
==================================
tophatNavigationBlock - dropdowns
==================================
*/
#tophatNavigationBlock div.dropdown {
	margin: 0 0 0 0px;
}

/* get rid of the default padding - margin and bullets */
#tophatNavigationBlock div.dropdown ul { list-style-type: none; }

/* make menu horizontal */
#tophatNavigationBlock div.dropdown ul li {
	float: left;
	position: relative;
}

/* hide the drop down menu */
#tophatNavigationBlock div.dropdown ul li ul { display: none; }

/* remove all table style so that it does not interfere with the menu */
#tophatNavigationBlock div.dropdown table {
	margin: 0;
	border-collapse: collapse;
}

/* make the drop down menu show and correctly position it */
#tophatNavigationBlock div.dropdown ul li:hover ul.ndpAlpha, #tophatNavigationBlock div.dropdown ul li a:hover ul.ndpAlpha {
	display: block;
	position: absolute;
	top: 10px;
	left: 0;
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
}
#tophatNavigationBlock div.dropdown ul li:hover ul.ndpBeta, #tophatNavigationBlock div.dropdown ul li a:hover ul.ndpBeta {
	display: block;
	position: absolute;
	top: 10px;
	left: 191px;
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
}
#tophatNavigationBlock div.dropdown ul li:hover ul.ndpGamma, #tophatNavigationBlock div.dropdown ul li a:hover ul.ndpGamma {
	display: block;
	position: absolute;
	top: 10px;
	left: 382px;
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
}
#tophatNavigationBlock div.dropdown ul li:hover ul.ndpDelta, #tophatNavigationBlock div.dropdown ul li a:hover ul.ndpDelta {
	display: block;
	position: absolute;
	top: 10px;
	left: 573px;
	margin: 10px 0 0 0;
	border: 1px solid #CCC;
}

/* style the drop down links with no hover */
#tophatNavigationBlock div.dropdown ul li:hover ul li a, #tophatNavigationBlock div.dropdown ul li a:hover ul li a {
	display: block;
	font: bold 90%/1.2em Verdana, Arial, sans-serif;
	text-align: left;
	text-decoration: none;
	background: #FFF;
	color: #666;
	margin: 0;
	border: 0;
	height: auto;
	padding: 5px;
	width: 180px;
}

/* style the drop down menu links when hovered */
#tophatNavigationBlock div.dropdown ul li:hover ul li a:hover, #tophatNavigationBlock div.dropdown ul li a:hover ul li a:hover {
	background-color: #999; 
	color: #FFF;
}


/*
==================================
tophatNavigationBlock - pipes
==================================
*/
.tophatNavigationCap {
	width: 2px;
	height: 20px;
	background: url(../images/tophat/990/navigation/vertical-stroke.gif) top right no-repeat;
}

.tophatNavigationPipe {
	padding-right: 2px;
	background: url(../images/tophat/990/navigation/vertical-stroke.gif) top right no-repeat;
}