/********************************************

STARGAZERS CSS
This file contains the styles to render the body 
content of the pages in the Stargazers section.
Images used to replace the H2 tags are to be
specified at the page-level

********************************************/


#primarySection .content h1
{
	margin: 0;
	padding: 0;
	background-image: url(../images/headers/meet_the_stargazers.gif);
	width: 259px;
	height: 35px;
	line-height: 1;
	text-indent: -999em;
}


hr
{
	margin-bottom: 15px;
	border-collapse: collapse;
	height:2px;
	background: url(../images/hr_dots.png) no-repeat;
	color: #ACC3CC;
	border: 0;
	
}


#theStargazers
{
}
#theStargazers div
{	
}
#theStargazers div img
{
	float: left;
	border: 5px solid #C8D4E5;
	margin-top: 3px;
}
#theStargazers div p
{
	margin-left: 175px;
}
#theStargazers div p strong
{
	font-weight: bold;
	color:#476E9F;	
	}



/*
	SUBHEADERS
	apply the correct background image to the H2 based on the BODY classname
*/
#primarySection .content h2
{
	margin: 0;
	padding: 0;
	margin-bottom: 13px;
	background-repeat: no-repeat;
	background-position: top left;
	line-height: 1;
	text-indent: -999em;
}
body.from-the-film #primarySection .content h2
{
	background-image: url(../images/headers/stargazers_from_the_film.png);
	width: 206px;
	height: 25px;
}
body.in-history #primarySection .content h2
{
	background-image: url(../images/headers/stargazers_in_history.png);
	width: 206px;
	height: 25px;
}

h3
	{
		color:#476E9F;
		font:bold 14px/16px Verdana, Helvetica, sans-serif;
		margin:0px;
		padding:0px;
		padding-bottom:15px;
	}


/*
	SUBNAV
	if BODY classname matches a subnav LI id, highlight it
*/

body.from-the-film li#from-the-film a:visited,
body.in-history li#in-history a:visited
{
	color:#ffffff;
	text-decoration:none;
	background-image: url(../images/int_subnav_bullet_sel.gif) !important;
}

