@charset "utf-8";
/* energy.noaa.gov css */

/* utility classes */

/*
 * Markup free clearing (See: http://www.positioniseverything.net/easyclearing.html )
 */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

/**
 * Hide elements from all users.
 *
 * Used for elements which should not be immediately displayed to any user. An
 * example would be a collapsible fieldset that will be expanded with a click
 * from a user. The effect of this class can be toggled with the jQuery show()
 * and hide() functions.
 */

.hidden {
	display: none;
}

/**
 * Hide elements visually, but keep them available for screen-readers.
 *
 * Used for information required for screen-reader users to understand and use
 * the site where visual display is undesirable. Information provided in this
 * manner should be kept concise, to avoid unnecessary burden on the user. Must
 * not be used for focusable elements (such as links and form elements) as this
 * causes issues for keyboard only or voice recognition users. "!important" is
 * used to prevent unintentional overrides.
 */
.element-invisible {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
}

/* List styles */
dt {
	font-size:105%;
	font-weight: bold;
	margin-top: 1em;
}

dd {
	margin-left: 1em;
	margin-top: 0.5em;
}


/* js highlight carosel */
.highlight_frame * {margin:0; padding:0;}
.highlight_frame {width:450px; height:315px; overflow:hidden; position:relative; margin:0 auto 10px auto; border:solid 1px #000;}
.frame {width:450px; height:315px; overflow:visible; position:relative;}
.slideshow {position:absolute; top:0;}
.slideshow img { border:none; }

#highlight .feature-meta-wrap {
	position:absolute;
    bottom: 0px;
	left: 0;
	z-index:5;
}

#highlight .feature-meta {
	background: none repeat scroll 0 0 rgb(30,30,30); /* IE */
	background: none repeat scroll 0 0 rgba(30,30,30,0.7);
	color:#fff;
	padding:6px 10px 3px;
	width:450px;
}

.feature-meta .title a {
	color:#fff;
	font-size:18px;
	font-weight: normal;
	line-height:20px;
	text-decoration:none;
}

.feature-meta .caption {
	font-style:normal;
	color:#00A3E3;
}

.feature-meta span {
	font-size:14px;
	line-height:16px;
}

span.credit {
	color:#3D9FBC;
	display:block;
	position:absolute;
	top:5px;
	right:30px;
	font: 10px/12px "Trebuchet MS", Arial, Helvetica, sans-serif;
}

#highlight_nav {
	position:absolute;
	top:5px;
	padding:5px;
	right:5px;
	z-index:101;
/*	background:#0FF;*/
}

#highlight_nav #highlight_prev {
	background-position:left top;
}

#highlight_nav #highlight_next {
	background-position:right top;
}

#highlight_nav .nav {
	background-image: url('/images/dl-nav-arrows.png');
	background-repeat:no-repeat;
	cursor:pointer;
	display:block;
	float:left;
	height:22px;
	margin-right:3px;
	margin-top:1px;
	text-indent:-9999em;
	width:16px;
}

#highlight_count a {
	background: url('/images/dl-nav-a-bg.png') no-repeat scroll 0 0 transparent;
	color:#fff;
	display:block;
	float:left;
	font-weight:bold;
	margin-right:3px;
	padding:3px;
	text-decoration:none;
}

#highlight_count a span {
	background: none repeat scroll 0 0 rgba(17, 17, 17, 0.7);
	display:block;
	height:18px;
	line-height:18px;
	text-align:center;
	width:22px;
}

#highlight_count a.activeSlide span {
	background:none repeat scroll 0 0 #3D9FBC;
}


/* internal page */
#contentArea {
	min-height: 260px;
}
.leftAlignImage.width250, .rightAlignImage.width250 {
	width: 225px !important;
/*	 height: 500px; */
/*	height: auto;*/
}
.leftAlignImage.width250 img, .rightAlignImage.width250 img {
	width: 220px !important;
/*	height: auto;*/
margin:auto;
}
.leftAlignImage, .rightAlignImage {
	padding: 4px;
	border: 1px solid #CCCCCC;
    border:none;
	width: 200px;
	margin:auto;
	height: auto;
	color: #666666;
	font-size: .9em;
}
.rightAlignImage {
	float: right;
	margin-left: 10px;
}
.rightAlignImage p:first-child, .leftAlignImage p:first-child {
	margin-left: 0px;
	margin-top: 0px;
}
.rightAlignImage p, .leftAlignImage p {
	margin-bottom:0px;
	margin-top: 6px;
	color: #888888;
}

/** Shaded list **/
.shaded_list {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 10px;
	position: relative;
	width: 100%;
}

ul.shaded_list {
	background: url('/images/back_stories.png') repeat-x;
	border-top:1px solid  #AEDBF4;
	border-left: 1px solid #E3F6FF;
	border-right: 1px solid #E3F6FF;
	font-size: .9em;
	list-style-type: none;
	margin: 0px;
	padding-left: 0px;
	width: inherit;
}
	
ul.shaded_list li {
	background: url('/images/feature_stories_bullet.png') no-repeat;
	border-bottom:  1px dotted #dddddd;
	padding: 4px 4px 4px 21px;
}
	
ul.shaded_list li a:link { font-size: 1.25em;	}
ul.shaded_list li a:visited {	font-size: 1.25em;}

ul.program_listing {
	padding-left: 1.5em;
}
.program_listing li {
/*	list-style: none;
*/	padding-bottom: 1em;
}

.program_listing li li {
	padding-bottom: 0
}

.objective {
	font-weight: bold;
}

/* STYLE FOR DATES ON NEWS PAGE */
.newsDate {
	color: #666; 
	font-size: x-small; 
	font-weight: bold; 
	font-style: italic;
}

/* STYLE YEAR ON NEWS PAGE */
.newsYear {
	padding: 0 1em 0 0;
	border-top: 1px solid #999;
}
	
