/*
======================================================
News Page Template Styles v 1.0
Posted May 13, 2005 by PBS Interactive Station Services
Modify following the comments included in this document.
======================================================
*/

	/*
	--------------------------------------------------
	Link Controls - remove if you already have CSS controls
	--------------------------------------------------
	*/

	#pbsnews a:link {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	#pbsnews a:visited {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		font-weight: bold;
		color: #333333;
		text-decoration: none;
	}
	#pbsnews a:hover {
		text-decoration: underline;
	}
	#pbsnews a:active {
		text-decoration: underline;
	}
	
	/*
	--------------------------------------------------
	Div Containers 
	These are the top-level labels for the newspage template and the table cells where content/modules reside.
	-------------------------------------------------
	*/
	#pbsnews
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 0;
		padding: 0;
	}	
	#pbsnews .pbsnewsmaincontent
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 10px 0 0 4px;
		padding: 0;
	}	
	#pbsnews .pbsnewscontent
	{
		vertical-align: top;
		padding: 0;
		margin: 0;
		background-color: #fff;
	}

	#pbsnews #pbsnewsrightbar
	{
		vertical-align: top;
		padding: 0;
		margin: 0;
		width: 200px;
		background-color: #e6e6e6;
	}	
	
	/* 
	--------------------------------------------------
	News Template Headers 
	--------------------------------------------------
	*/

	/* Controls the layout of headers in the news page template (Ex: "Top News Headlines," etc) */
	#pbsnews h3.pbsnewsheader
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 13px;
		font-weight: bold;
		color: #000;
		vertical-align: middle;
		text-align: left;
		padding: 4px 0 4px 4px;
		margin: 0;
		height: 20px;
		width: 100%;
		background-color: #ccc;
	}

	
	/* link controls for headers (if you choose to link them) */
	#pbsnews h3.pbsnewsheader a:link, 
	#pbsnews h3.pbsnewsheader a:visited, 
	#pbsnews h3.pbsnewsheader a:hover,
	#pbsnews h3.pbsnewsheader a:active
	{
		color: #000;
		text-decoration: none;
	}
	
/* 
--------------------------------------------------
Right-hand Bar Content 
--------------------------------------------------
*/

	/* if you enter text inside p tags in the righ-hand column, this will align it left */
	#pbsnews #pbsnewsrightbar p
	{
		text-align: left;
		padding: 0;
		margin: 0;
	}
	
	/* Controls the alignment/padding/margin of the NewsHour Video Modules */
	#pbsnews #pbsnewsrightbar .newshourvideo
	{
		text-align: left;
		padding: 5px 0 5px 0;
		margin: 10px 0 10px 0;
	}
	
	/* this controls the alignment of objects in the column for the NewsHour video modules for IE */
	#pbsnews #pbsnewsrightbar .newshourvideo table td
	{
		text-align: left;
	}
	
	/* this controls the text color of the NewsHour video module */
	#pbsnews #pbsnewsrightbar .newshourvideo table td font
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		color: #333;
		font-size: 11px;
	}
	
				
	/*
======================================================
Main Column Content Styles 
======================================================
	*/
	
	/* Controls the appearance of the body text */
	#pbsnews .pbsnewsmaincontent p
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 11px;
		margin: 10px 0 10px 0;
		padding: 0;
		vertical-align: top;
	}
	
	
	/* Controls the appearance of the date */
	#pbsnews .pbsnewsdate
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 12px;
		margin: 0;
		padding: 15px 0px 15px 4px;
		vertical-align: top;
	}
	
	/* Controls the appearance of WXYZ News (local station name) header */
	#pbsnews #pbsnewscontent h2
	{
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 18px;
		font-weight: bold;
		color: #000;
		padding: 0;
		margin: 0;
	}


	/* Controls the look of a horizontal rule, not used in main content area but provided in case you use it */
	#pbsnews .rule 
	{
		border-top-width: 1px;
    	border-top-style: dotted;
    	border-color: #000; 
    	margin: 0 0 10px 0;
		padding: 0;
	}


