/*
======================================================
News Page Template Styles v 1.0
Posted May 13, 2005 by PBS Interactive Station Services
Modify following the comments included in this document.
======================================================
*/
h5 {
	margin-top:0.2em;
	margin-bottom:0.1em;
	width:97%;
	padding-left:3%;
	background-color:#667788;
	color:#FFF;
	font-size:1.1em;
	padding-top:6px;
}

#spmWidgetTitle {
	background-color:#667788;
}			

	/*
	--------------------------------------------------
	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: #FFF;
		vertical-align: middle;
		text-align: left;
		padding: 6px 0 4px 4px;
		margin: 0;
		height: 20px;
		width: 99%;
		background-color:#667788;
	}

	
	/* 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: 2px;
		margin: 2px 0 2px 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;
	}

.statepoint {
	padding:1px;
}
.mainnews {
	border-left:1px solid #CECECE;
	border-right:1px solid #CECECE;
	padding:0px 2px;
}
.rightcolumn {
	padding:0px 2px 0px 0px;
}

/* begin styles for RSS Feed 
     This is the most basic style to use for a list with no bullets */

.rss-box {
	 background-color: #ffffff;
	 padding:5px;
}

.rss-title, rss_title a {
	margin: 0px 0;
	padding: 0;
}

.rss-items {
       list-style:none;
       margin:0;
       padding:0;
}

.rss-item  {
  font-size: x-small;
  margin-bottom: 1em;;
}

.rss-item a:link, .rss-item a:visited, .rss-item a:active {

	}

.rss-item a:hover { 

	}
	
.rss-date {
	font-size: xx-small;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   text-decoration: none;
   color: black;
   }
.pod-play em {
   font-style: normal;
   background: white;
   color: #222;
   }
.pod-play span {
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white;
   }

