/* 
	PNNL Newsroom Story CSS
	Author: Geoff Elliott
*/

body.preview {
	background-image: url("/images/preview_bg.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
}

.releaseInfo {
	color: #707276;
	padding-right: 20px;
	vertical-align: top;
	font-size: 11px;
}

#main ul.contacts {
	list-style: none;
	list-style-image: none;
}

#main ul.contacts li {
	list-style: none;
	margin: 0;
}

#main div.tagline 
{
	margin-bottom: 1em;
}

#additionalMedia {
	width: 300px;
	margin-left: 20px;
	float: right;
}

#additionalMedia .media {
	border: 1px solid #D57500;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	width: 300px;
	margin-bottom: 20px;
}

#additionalMedia h2 {
	background-color: #D57500;
	background-image: url("http://www.pnnl.gov/images/related_header_bg.png");
	background-position: left bottom;
	background-repeat: repeat-x;
	color: white;
	font-weight: bold;
	padding: 6px 4px 6px 11px;
	margin-bottom: 0;
}

#additionalMedia .media ul {
	margin: 0;
	padding: 0;
	list-style-image: none;
}

#images .photo, #videos .video {
	list-style: none;
	display: none;
	margin-top: 0;
	margin-left: 0;
	margin-bottom: 0;
	padding: 10px;
}

#images li.photo.current, #videos li.video.current {
	/*display: block;*/
}

.photo .imageLink {
	text-align: right;
	font-size: 10px;
	line-height: 12px;
	padding-top: 0;
}
.photo .imageLink a {
	display: block;
}

.photo .imageLink a:hover {
	text-decoration: none !important;
	cursor: pointer;
}

#main .photo .caption {
	padding: 10px 1px;
	color: #464646;
	margin-bottom: 0;
	font-size:11px;
    line-height: 125%;
}

#images .photo img {
	max-width: 280px;
	display: block;
	-ms-interpolation-mode:bicubic;
}

span.linkText
{
	padding-top: 5px;
	padding-right: 5px;
}
/******** Controls ********/

.controls {
	text-align: center;
	margin-bottom: 10px;
	padding-top: 10px;
    border-top: 1px solid #DDD;
}

.controls .total {
	padding-left: 0.1em; /* A little kerning help */
}

.controls .next, .controls .prev {
	background-repeat: no-repeat;
/*	text-indent: -1000px;*/
	width: 16px;
	height: 16px;
	overflow: hidden;
	display: inline-block;
	background-position: 4px 6px;
	padding: 4px;
	cursor: pointer;
	position: relative;
	top: 6px;
}

.controls .next {
	background-image: url('http://www.pnnl.gov/images/next_arrow.png');
	margin-left: 10px;
}

.controls .next:hover {
	background-image: url('http://www.pnnl.gov/images/next_arrow_blue.png');
}

.controls .prev {
	background-image: url('http://www.pnnl.gov/images/prev_arrow.png');
	margin-right: 10px;
}

.controls .prev:hover {
	background-image: url('http://www.pnnl.gov/images/prev_arrow_blue.png');
}

/******** End Controls ********/

.partnerLogo {
	float: right;
	width: 100px;
	margin-left: 20px;
	margin-bottom: 20px;
}

.labFooter {
	clear: right;
	color: black;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	padding: 10px;
	border: 1px solid #BBB;
}

.labFooter a:link, .labFooter a:visited {
	/*color: white;
	text-decoration: underline;
	font-weight: bold;*/
}

.labFooter a:visited {
	opacity: 0.8;
	font-weight: normal;
}

.pnnlStoryFooter {
	background-color: #EEE;
	border: 1px solid #D57500;
}

.emslStoryFooter {
	/*background-color: #719500;*/
	background-color: #EEE;
	border: 1px solid #719500;
}

.battelleStoryFooter {
	/*background-color: #005596;*/
	background-color: #EEE;
	border: 1px solid #005596;
}

/******** Releases ********/
.releaseYearList
{
	margin-left: 15px !important;
}

.releaseYearList li a
{
	padding: 0;
}

ul.releases  li
{
	clear:both;
	list-style-image: none;
	background-image: url(/images/bullet_square.png);
	background-repeat: no-repeat;
	padding-left: 14px;
	margin-left: 0;
}

ul.releases  li div
{
	margin-top: 0;
/*	padding-left: 5px;*/
/*	margin-left: 8em;*/
	display: inline;
}

span.date 
{
/*	display: block;*/
	color: #777;
	font-size: 0.8em;
	float: left;
	margin-bottom: 5px; /* This will only cover one line of wrapping with display:inline on the div */
/*	padding-right: 5px;*/
	width: 10.5em;
}

#yearLinks a.showme
{
	display: none;
	color: #0077A4;
	margin-left: 15px !important;
	cursor: pointer;
}

#yearLinks 
{
	padding-bottom: 15px;
}

body.newsReleases p.TagList span {
	background-image: url('http://www.pnnl.gov/images/icons/tag_orange.png');
	background-repeat: no-repeat;
	padding-left: 20px;
}

body.newsReleases p.TagList a:visited, body.newsReleases p.labFooter a:visited{
    color: #0077A4;
}

/******** Tags ********/
body.newsTags p.subnote {color: #888;}
body.newsTags #relatedStories div {margin-top: 15px;}
body.newsTags #relatedStories div a.title {font-size: 1.25em; color:#0077A4;}
body.newsTags #relatedStories div p {font-size: 0.9em;}
body.newsTags #relatedStories div p span.date {font-size: 0.9em; color: #282; display:block; float:none; margin-bottom: 0; width:auto;}
body.newsTags #relatedPager {margin-top: 30px;}
body.newsTags a.button_copper {
    color: White;
    background-color: #D57500;
	background-image: url('http://www.pnnl.gov/images/button_bg.png');
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	padding: 6px;
	font-size: 12px;
	padding-left: 12px;
	padding-right: 12px;
	text-transform: uppercase;
	width: auto;
}