﻿/* CSS Document for 352 Media Group News & Press Releases Feature */

/* STYLES FOR LISTING PAGES */

#listingContainer
{
	width: 100%;
}

/* Current/Archive Toggle Div */
#listingContainer #archiveToggleContainer
{
	font-size: 11px;
	color: #ccc;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 20px;
}

/* Current/Archive Toggle Links */
#listingContainer #archiveToggleContainer a
{
	color: #069;
	text-decoration: none;
	font-size: 11px;
	display:inline;
	font-weight: bold;
}

#listingContainer #archiveToggleContainer a:hover
{
	color: #666666;
}

#listingContainer #archiveToggleContainer a.selected
{
	color: #666666;
	text-decoration: underline;
}

/* Paging Div */
#listingContainer #pagingContainer
{
	font-size: 11px;
}

/* Category Chooser Interface */
#listingContainer #categoryChooser
{
	font-size: 12px;
	font-weight:normal;
}

/* News Sotry List */
#listingContainer #newsStoryList
{
	 list-style-type: none;
	 margin: 0 0 0 0;
}

#listingContainer #newsStoryList li
{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}

/* News Story Titles */
#listingContainer #newsStoryList h1
{
	color: #069;
	font-size: 15px;
	font-weight:normal;
	margin: 30px 0px 10px 0px;
	padding: 2px 0px 2px 25px;
	background-image: url(../fw/icon-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
}

/* News Sotry Dates*/
#listingContainer #newsStoryList h2
{
	color: #069;
	font-size: 11px;
	font-weight:bold;	
	margin: 15px 0px 5px 0px;
}

/* News Story 'Read More' link */
#listingContainer #newsStoryList a
{
	color:#99CC00;
	font-weight:bold;
	text-decoration:underline;
	display:block;
}

#listingContainer #newsStoryList a:hover
{
	color:#069;
	font-weight:bold;
}


/* STYLES FOR DETAIL PAGE */

#detailContainer
{
	width: 100%;
}

/* Story Title */
#detailContainer h1
{
	color: #069;
	font-size: 15px;
	font-weight:normal;	
	margin: 0px 0px 10px 0px;
}

/* Story Information */
#detailContainer #storyData
{
	color: #999;
	font-size: 11px;
	font-weight: bold;	
	margin: 10px 0px 20px 0px;
	border: 1px solid #ccc;
	padding: 4px 0 4px 0;
	background-color:#E2E2E2;
	list-style-type: none;
	text-align: left;
}

#detailContainer #storyData li
{
	display: inline;
	border-left: solid 1px #ccc;
	padding: 0 5px 0 5px;
	margin: 0 -1px 0 -1px;
}

/* Story Text */
/* Beware that styles in this block might conflict with the user-generated story text */
#detailContainer #storyContainer
{
	
}

/* STYLES FOR ROTATER */

#newsFlashBox
{
	padding: 0 10px 0 10px;
	margin: 0 auto 0 auto;
}


/* Title and Summary */
#newsFlashBox div.summary
{
	color: #666666;
	text-align: left;
}

/* Title Only */
#newsFlashBox div.summary #divTitle
{
	font-size: 12px;
	font-weight: bold;
}

/* 'Read More' Link */
#newsFlashBox div.summary a
{
	color:#99CC00;
	font-weight:bold;
	font-size: 10px;
	text-decoration:underline;
}
#newsFlashBox div.summary a:hover
{
	color:#069;
}

/* Rotater Navigation */
#newsFlashBox div.navbar
{
	color: #000000;
	font-size: 11px;
	text-align: center;
}

#newsFlashBox div.navbar a
{
	color:#99CC00;
	font-weight:bold;
	text-decoration:underline;
}

#newsFlashBox div.navbar a:hover
{
	color:#069;
}


