@charset "UTF-8";
/* CSS Document */
/* TheEagleStoryPage.css in rough order that they appear on the page */

#storyTopContainer{
	display: block;
	position: relative;
	width: auto;
	height: 30px;
}

#storyTopExtras{
	display: inline;
	position: relative;
	margin: 0px 0px 5px 5px;
	font-size: 12px;
	height: auto;
}

#addThisButton{
	display: inline;
	position: relative;
	width: 127px;
	height: 25px;
	vertical-align: bottom;
}

#addThisButton img{
	vertical-align: bottom;
	display: inline;
	position: relative;
}

.spacer1px{
	display: block;
	clear: both;
	height: 1px;
	font-size: 1px;
}	

.byttl {
	color:#000000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:9px;
	font-style:italic;
	margin: 0px 0px 0px 5px;
}

h1 {
	color:#CC0000;
	font-family:Arial,Helvetica,sans-serif;
	font-size:18px;
	font-style:normal;
	font-weight:bold;
	margin: 5px 0px 5px 5px;
}

.byline{
	display: block;
	position: relative;
	font-size: 12px;
	margin-left: 5px;
}

#InfoBox {
	background-color: #F4F4F3;
	border: 1px solid #CCCCCC;
	clear: right;
	float: right;
	height: auto;
	margin: 0 5px 5px;
	padding: 3px;
	max-width: 300px;
	min-width: 100px;
	width: auto;
}

.InfoBoxHeadline {
	font-size:12px;
	font-weight:bold;
}

.InfoBoxText {
	font-size:10px;
}

#PhotoBox {
	background-color:#F4F4F3;
	border:1px solid #CCCCCC;
	clear:right;
	float:right;
	height:auto;
	margin:0 5px 5px;
	width:306px;	
}

.photo_pictopia, a.photo_pictopia {
	color:red;
	display:inline;
	float:left;
	font-size:7pt;
	font-weight:bold;
	padding-left:5px;
}

.photo_credit, a.enlarge_photo, a.buy_photo {
	color:red;
	font-size:7pt;
	font-weight:bold;
	padding-right:5px;
}

.photo_credit {
	color:black;
	display:inline;
	float:right;
	font-size:7pt;
	font-weight:bold;
	padding-right:4px;
}

.photo_caption_story {
	clear:both;
	color:black;
	display:block;
	font-size:7pt;
	height:auto;
	margin:3px 0 0;
	padding:0 5px 5px;
	width:296px;
}

p { font-size: 12px; margin-left: 5px; }

#Comments_Container{
	display: block;
	position: relative;
	width: 650px;
	margin-left: 5px;
}

.commentsText{
	display: block;
	position: relative;
	font-size: 12px;
	margin: 0px 0px 10px 5px;
}
