/******************************************************************************************************
Story.css

This css file defines the story page styles for Juneau

******************************************************************************************************/


/******************************************************************************************************
												Story page styles 
******************************************************************************************************/
#main-body .body-table #story {													/* story container */
	font: normal 12px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 6px;
}


/***************************************************
					story content
***************************************************/
#main-body .body-table #story .bg-header-text a,
#main-body .body-table story .bg-header-text a:hover {							/* background header link */
	color: #fff;
	font: bold 11px arial,helvetica,sans-serif;
	padding: 0 8px;
}
#main-body .body-table #story .byline1 {										/* byline 1 */
	color: #010101;
	font-size: 11px;
	font-weight: bold;
	text-align: left;
	margin: 0;
}
#main-body .body-table #story .byline2 {										/* byline 2 */
	color: #010101;
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	text-align: left;
	margin: 0;
}
#main-body .body-table #story .comments {										/* story comments */
	border: 1px solid #b4bcd3;
	border-top: none;
	color: #3d3c3d;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
}
#main-body .body-table #story .comments a {										/* story comments links */
	font-weight: bold;
}
#main-body .body-table #story p.comments {										/* story comments text */
	border: none;
	font: bold 11px arial,helvetica,sans-serif;
	margin: 0;
	padding: 0;
}
#main-body .body-table #story .comments form {									/* story comments forms */
	margin: 0;
	padding: 15px;
}
#main-body .body-table #story .comments input {									/* story comments form input */
	width: 75%;
	height: 20px;
	border: 1px solid #b4bcd3;
	color: #3d3c3d;
	font: normal 11px\11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 1px 1px 1px 6px;
}
#main-body .body-table #story .comments textarea {								/* story comments form textarea */
	width: 75%;
	height: 200px;
	border: 1px solid #b4bcd3;
	color: #3d3c3d;
	font: normal 11px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0;
	padding: 1px;
}
#main-body .body-table #story .comments ul {									/* story comments list container */
	margin: 0;
	padding: 5px 0 5px 20px;
}

/*** story text styles ***/
#main-body .body-table #story .story-text {										/* story text color */
	color: #010101;
}
#main-body .body-table #story .story-text a {									/* story text link */
	font-weight: bold;
}
#main-body .body-table #story .story-text .bullet3 {							/* story text bullet3 */
	display: inline;
	background: url("/images/misc/bullet3.gif") no-repeat;
	vertical-align: middle;
	margin: 0;
	padding: 0 0 0 12px;
}
#main-body .body-table #story .story-text p {									/* story text padding */
	margin: 0;
	padding: 5px 0;
}
#main-body .body-table #story .story-text h2 {									/* story text headline */
	color: #354576;
	font: bold 21px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 0;
}
#main-body .body-table #story .story-text h2.subhead {							/* story text sub headline */
	color: #354576;
	font: bold 14px arial,helvetica,sans-serif;
	text-align: left;
	text-transform: none;
	margin: 0;
	padding: 5px 0 0 0;
}
#main-body .body-table #story .story-text .updated {							/* web updated */
	border: 1px solid #b4bcd3;
	border-left: none;
	border-right: none;
	width: 360px;
	color: #010101;
	font: bold 10px arial,helvetica,sans-serif;
	text-align: left;
	margin: 0 0 15px 0;
	padding: 10px 0;
}
#main-body .body-table #story .story-text p.updated {							/* web updated padding */
	border: none;
	font: normal 11px arial,helvetica,sans-serif;
	margin: 0;
	padding: 3px 0 0 0;
}


/***************************************************
					story extras
***************************************************/
#main-body .body-table .story-extras {												/* story extras table */
	background: url("http://peninsulaclarion.com/thinkpink/images_design/pink_extras.gif");
	width: 699px;
	margin: 3px 0;
	padding: 0;
}
#main-body .body-table .story-extras-box {											/* story extras box */
	float: left;
	background: #fff;
	margin: 0;
	padding: 0;
}

/***************************************************
					story headers
***************************************************/
#main-body .body-table .story-header {											/* story module header */
	background-color: #3f69ac;
	background-image: url("/dev/images/misc/news_bullet.gif");
	background-position: top left;
	background-repeat: no-repeat;
	float: left;
	display: block;
	width: 697px;
	color: #fff;
	margin: 0 0 10px 0;
}
#main-body .body-table .story-header img.header {								/* story module header image */
	float: left;
	display: block;
	margin: 0;
	padding: 0;
}

#main-body .body-table .story-header .story-text {								/* story module header image */
	float: left;
	display: block;
	margin: 0;
	padding: 2px 0 0 20px;
	width: 474px;
}

#main-body .body-table .story-header .text-size {								/* story module header text size */
	float: left;
	background: #3f69ac;
	height: 19px;
	margin: 0;
	padding: 0 10px 0 133px;
}
#main-body .body-table .story-header .text-size img {							/* story module header text size image */
	float: left;
	margin: 1px;
	padding: 0;
}


/***************************************************
					story insert module
***************************************************/
#main-body .body-table #story .story-insert {
	display: inline;
	float: right;
	width: 300px;
	margin: 0 0 0 10px;
}
#main-body .body-table #story #photo-box {
	/*border: 1px solid #000925;*/
	margin-bottom: 6px;
}
#main-body .body-table #story #photo-box p {
	color: #010101;
	font-size: 11px;
	font-weight: normal;
	margin: 0 10px 10px;
}
#main-body .body-table #story #photo-box img.camera {
	display: inline;
	padding: 0 5px 0 0;
}
#main-body .body-table #story #photo-box .large {
	display: none;
}
#main-body .body-table #story #photo-box .selected {
	display: block;
}
#main-body .body-table #story #photo-box .photo-credit {
	text-align: right;
	margin: 2px 10px;
}
#main-body .body-table #story #photo-box .thumbs {
	margin: 10px 0 10px 10px;
}
#main-body .body-table #story #photo-box .thumbs div {
	background: url("/images/misc/bullet3.gif") no-repeat;
	font-weight: bold;
	padding: 0 0 0 14px;
	margin: 6px 0 2px;
}
#main-body .body-table #story #photo-box .thumbs img {
	border: 4px solid #000925;
}
#main-body .body-table #story #photo-box .thumbs img.selected {
	display: inline;
	border: 4px solid #000925;
}

#photo-box .large img {
	border: none;
}
.breadcrumbs a {
	color: #3f69ac;
}
