
/*************************************


NSIDC Arctic Sea Ice News & Analysis

author S.Truex

created 3.30.08


*************************************/

/****************

Text styles 

****************/

.blogTitle {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #003366;
	font-size: 2em;
	font-weight: bold;
	margin: 0 0 12px 0;
}

.overviewText {
	margin: 0 10px;
}

.summaryText {
	margin: 0 20px 0 10px;
}



.blogDate {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: .9em;
	font-weight: bold;
	color: #003366;
	margin: 10px 10px 0 10px;
	
}

.blogHeading {
	font-weight: bold;
	margin: 0 10px;
}

.figureTextHeading {
	padding: 17px 17px 10px 17px;
}

.monthlyOverviewText {
	margin: 0 10px;
}

.blogTextContainer {
	clear: both;
	padding: 0 17px;
}

.figureAndTextContainer {
	margin: 0 0 0 0;
}

.asnaHomeLink {
	padding: 0 15px 0 10px;
	clear: both;
}

div#disclaimerNote {
	 padding: 20px;
}

#arcticSeaIceNewsDailyImageHeading {
	position: relative;
	left: -10px;
	width: 100%;
	border-bottom: 1px solid #CCCCCC;
	margin-top: 6px;
	margin-bottom: 10px;
	padding-top: 12px;
	/*padding-left: 0;*/
	color: #333333;
	font-weight: bold;
	background: #efefef;
}

#arcticSeaIceDailyImageText {
	margin: 0;
	margin-bottom: -32px;
	padding: 5px 0;
	/*border-top: 1px solid #CCCCCC;*/
	position: relative;
	top: -27px;
	/*float: left;*/
}

.overviewTopContainer {
	margin: auto;
	padding: 0;
	margin-bottom: 10px;
	width: 100%;
	//width: auto;
}

.overviewBlurbContainer {
	margin: 15px 0 10px 0;
	padding: 0px 0px 10px 0;
	height: 100%;
	background: #FFFFFF;
}

.blogPostContainer {
	width: 100%;
	clear: both;
}

.blogPostContainer h1 {
	padding-left: 7px;
}

/*********************

Image styles 

*********************/

#arcticSeaIceNewsHomeImage {
	width: 383px;
	background: #efefef;
	float: left;
	margin-top: 15px;
	overflow: hidden;
	position: relative;
	
}

.dailyImageSmall {
	position: relative;
	top: -6px;
	left: 0;
	float: right;
	width: 363px;
	margin: 0 10px 0 0;
}

/*
.dailyImageSmall img {
	position: relative;
	top: -6px;
}
*/

.dailyImageSmall h2 {
	padding-left: 0;
}

.dailyImageSmall span {
	margin: 7px;
}

.blogImageContainer {
	clear: both;
}

.blogInlineImageLeft {
	clear: both;
	float: left;
	margin: 17px;
	width: 350px;
}

.blogInlineImageRight {
	float: right;
	margin: 17px;
	width: 350px;
}

.blogImage {
	width: 350px;
}

#dailyExtent {
	float: left;
}

#timeSeries {
	/*float: right;*/
	position: relative;
	top: 0;
	margin-left: 10px;
}

/**********

 Forms
 
 *********/
 
.archiveSelectContainer {
	padding: 2px 0 5px 11px;
} 

/* controls style of list in the overview text */
#asnaList {
	margin: 0 20px 5px 20px;
	//padding: 0 20px 5px 30px;
}



