/*
Body tag style
Separated from main.css to enable ability to swap out  
background image
*/

body {
   text-align:center;
	background-image: url(/images/bg_image_logo_squig.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	background-color: #AECDAF;
	font-family: verdana, arial, sans-serif;
	font-size: 12px;
	
}

/* Header Text Area at top of content box */
#contentHeader
{
	font-family: Verdana, arial, sans-serif;
	color: Black;
	font-weight: bold;
	font-size: 12px;
	border-bottom: 1px #FFCC66 solid;
	padding-bottom: 5px;
	word-spacing: 3px;
	text-align: justify;
	margin:0 0 4px 0;	
}

/* COLUMNS CONTAINER
	Used to make height of promo column extend to 
	height of content columns
	Contains 
	Content Columns Container
	Promo Column Containers
		
*/
#columnsContainer
{
	
}

/* CONTENT COLUMNS CONTAINER
	Container for columns of page content
	(2 columns)
	Contains
	Content Row Containers
*/
#contentColumnsContainer
{
	float: left;
	width: 452px;
}


/* CONTENT ROW CONTAINER
	1 row of cells
	Used to properly vertically align blocks
	Contains
	Block Container */
.contentRowContainer
{
	margin: 0 0 10px 0;
}

/* BLOCK CONTAINER
 	Holds 1 block of content
	Contains
	Header title
	Block Image
	Block Caption Title
	Block Caption	
*/
.blockContainer
{
 	padding: 10px 25px 0 0;
	float: left;
	width: 201px;
}

.blockImage
{
	border-bottom: 1px #000000 solid;
	border-top: 1px #000000 solid;
	border-left: 1px #000000 solid;
	border-right: 1px #000000 solid;
	width: 198px;
	height:127px;
	margin: 0 0 5px 0;
}

.blockCaptionTitle
{
	font-family: Verdana, arial, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: Black;
}

.blockCaption
{
	font-family: Verdana, arial, sans-serif;
	font-size: 11px;
	color: Black;
	text-align: left;
}

/* RIGHT COLUMN CONTAINER
   Right most column container
	Contains 
		Promo Column Container
		Promo Bottom Box Container
*/
#rightColumnContainer
{
	clear:none;
	float:left;
	width:137px;
	margin-top: 26px;	
}

/* PROMO COLUMN CONTAINER
	Contains promotional content column
*/
#promoColumnContainer
{
	height: 615px;
	width: 100%;
	background-color: #ffcc66;
	padding: 10px 10px 10px 10px;
}

/* SOCIAL MEDIA CONTAINER
	Contains logo links
*/
#socialmediaPromoContainer
{
	width: 130px;
	height: 16px;
	padding: 0px;
	background-color: #ffcc66;
	text-align: center;
	margin-top:5px;
	margin-bottom:5px;
}

/* AMAZON PROMO CONTAINER
	Contains Amazon ad
*/
#amazonPromoContainer
{
	width: 130px;
	height: 150px;
	padding: 0px;
	background-color: #ffffff;
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-style: ridge ridge ridge;
	border: ridge;
	margin-top:5px;
	margin-bottom:5px;
}

/* UNDERWRITING PROMO CONTAINER
	Contains Underwriting Ad
*/
#underwritePromoContainer
{
	clear:right;
	width: 130px;
	height: 140px;
	padding: 0px;
	background-color: #faf5cd;
	text-align: center;
	border-width: 1px 1px 1px 1px;
	border-style: ridge ridge ridge;
	border: ridge;
	margin-bottom:5px;
	margin-top:10px;
}

/* NPR NEWS CONTAINER
	Contains
	NPR News block
*/
#nprNewsContainer
{
	margin-top:30px;
}
a:link#nprNewsContainer {
	color: #cc0033;
}
a:visited#nprNewsContainer {
	color: #cc0033;
}

/*
	PROMOTIONAL BOTTOM BOX CONTAINER
   Static Box at bottom of promotional column
 */

#promoBottomBoxContainer
{
	width: 100%;
	clear:both;
	background-color: #aecdaf;
	padding: 10px 10px 10px 10px;
}

.promoBottomBox
{
	font-size: 9px;
}

.promoBottomBoxHeader
{
	font-size: 9px;
	font-weight: bold;
}

/* Overriden tag classes */

/* BLOCK HEADER */
h1
{
	font-family: arial, helvetica, sans-serif;
	text-align: left;
	font-weight: bold;
	font-size: 15px;
	text-transform: uppercase;
	color: #669966;
	padding: 0 0 0 0;
	margin: 0 0 0 0;
}


/* Ben Guhin additions for CSS layout changes 2009 */


	.blockContainer.item3,
	.blockContainer.item5,
	.views-row-3,
	.views-row-5 {
	clear: left;
	}
	
	.blockContainer p {
	margin: 0;
	}
	
	.blockContainer img {
	border: 1px solid black;
	margin-bottom: 4px;
	}
	
	.blockContainer {
	color:Black;
	font-family:Verdana,arial,sans-serif;
	font-size:11px;
	text-align:left;
	margin-bottom: 4px;
	}
	
	#sidebarScheduleContainer .schedContent {
	color:#003366;
	font-family:Verdana, sans-serif;
	font-size:8pt;
	text-decoration: none;
	}
	
	#sidebarScheduleContainer .schedContent a:link,
	#sidebarScheduleContainer .schedContent a:visited {
	color:#003366;
	text-decoration: none;
	}
	
	#sidebarScheduleContainer .schedContent a:hover,
	#sidebarScheduleContainer .schedContent a:focus {
	color: #cc0033;
	background-color: #ffffff;
	}

