#content_header
{
  margin: 0 20px 0 130px;
  width: 700px;
  color: #252525;
}

#content_header h1
{
  font-size: 39px;
  line-height: 41px;
  margin: 0 0 0 0;
  padding-top: 40px;
}

#content_header h1 .subheader
{
  display: block;
  margin: 6px 0 10px 0;
  font-size: 20px;
  line-height: 24px;
  font-weight: normal;
}

#content_header .byline
{
  font-size: 13px;
}

#content_header .byline .author
{
  font-weight: bold;
}

#content_header .byline .illustrator
{
  font-weight: bold;
}

#content
{
  width: 700px;
  margin: 0 0 0 130px;
  color: #252525;
  padding-bottom: 20px;
}

#content .left_marginalia
{
  float: left;
	margin: 0 0 0 -110px;
	width: 90px;
	font-size: 12px;
  line-height: 12px;
}

#content .first_marginalia
{
	margin-top: 15px;
}

#content .pagenumber
{
  font-size: 12px;
  line-height: 26px;
  text-transform: uppercase;
}

#content .article_sidebar
{
	margin-top: 30px;
	font-size: 12px;
  line-height: 13px;
}

#content .article_sidebar h1,
#content .article_sidebar h2,
#content .article_sidebar h3
{
	margin: 0 0 5px 0;
	font-size: 12px;
	font-weight: bold;
	text-transform: uppercase;
}

#content .article_sidebar p
{
	margin: 0 0 1em 0;
}

#content .article_sidebar .hidden {
	display: none;
}

.related_story {
	display: block;
	color: #000000;
	margin: 10px 0 10px -5px;
	padding: 5px 5px;
	background-color: #fafafa;
	border: 1px solid #ebebeb;
	border-width: 1px 0;
}

.related_story:hover {
	text-decoration: none;
	background-color: #fefdbb;
}

.related_story .title {
	font-weight: bold;
	font-size: 10px;
	display: block;
	margin-bottom: 3px;
}

.related_story .teaser {
	font-size: 10px;
	display: block;
	margin-bottom: 3px;
}

.related_story .byline {
	font-size: 10px;
	display: block;
}

.related_story_preview {
	max-width: 500px;
}

.related_story_preview .title {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #000;
	margin: 0 0 6px 0;
}

.related_story_preview .dek {
	display: block;
	font-size: 16px;
	margin: 0 0 6px 0;
}

.related_story_preview .byline {
	font-size: 13px;
	display: block;
}

.related_story_preview .teaser {
	font-size: 13px;
	font-family: Georgia, serif;
	line-height: 20px;
}

.related_story_preview .artwork {
	display: block;
	margin: 10px 0;
	border: 1px solid #ebebeb;
}

.related_story_preview .right {
	float: right;
	margin: 0 0 10px 10px;
}

.related_story_preview .left {
	float: left;
	margin: 0 10px 10px 0;
}

#content .article_image
{
  float: right;
  border: 1px solid #ebebeb;
  background: #fafafa;
  padding: 18px 14px 30px 14px;
  margin: 15px -50px 20px 20px;
}

#content #article_image_gallery .thumbnail
{
  margin: 8px 8px 8px 0;
}

#content .article_body
{
  font-family: Georgia;
  font-size: 15px;
  margin-bottom: 45px;
}

.article_body section.first_section {
  margin-top: 30px;
  margin-bottom: 50px;
}

.article_body section.inner_section {
  margin-bottom: 50px;
}

.article_body section.inner_section p:first-child:first-line {
  font-weight: bold;
}

#content .article_body p,
#content .article_body blockquote,
#content .article_body ul
{
  line-height: 26px;
}


#content .article_body ul li
{
  margin: 5px auto;
}

#content .article_body .rectangle_container
{
  clear: both;
  background: transparent url(/images/site/article/rectangle_background.gif) no-repeat scroll top left;
}

#content .article_body .rectangle_container .rectangle
{
  font-family: Arial, sans-serif;
  width: 300px;
  margin: auto;
}

#content .article_body .content-right-embed
{
  float: right;
  margin: 0 0 15px 20px;
}

#content .article_body .PictureCaption
{
  font-size: 11px;
  font-family: Arial, sans-serif;
}

/* <aside class="feature_story_image"><img...</aside> */
.article_body .feature_story_image {
  margin: 40px 0
}

.article_body .feature_story_image.floated {
  float: right;
  margin: 8px -110px 40px 40px;
}

.article_body .feature_story_image .caption {
  font-family: Arial;
  font-size: 12px;
  font-weight: bold;
  margin-top: 10px;
}

.article_body .feature_story_image .credit {
  font-family: Arial;
  font-size: 12px;
  font-style: italic;
}

.article_body .feature_story_image div.credit {
  margin-top: 10px;
}

.article_body .feature_story_image span.credit {
  margin-top: 0;
  padding-right: 10px;
  font-weight: normal;
}

#content .article_extras
{
  font-family: Arial;
	margin: 25px 0 20px 0;
  background: #fafafa;
  border: 1px solid #ebebeb;
  border-width: 1px 0;
  padding: 15px 20px;
}

#content .article_extras h3
{
  margin: 0 0 5px 0; 
}

#content .article_extras .one_up
{
  width: 200px;
}

#content .article_extras .two_up
{
  width: 410px;
}

#content .article_extras .three_up
{
  width: 620px;
}

#content .article_extras .related_article
{
  margin-right: 10px;
  float: left;
}

#content .article_extras .related_article_thumbnail
{
  width: 110px;
  float: left;
  margin: 0 5px 5px 0;
}


#content .article_extras .related_article_headline
{
  font-size: 13px;
  font-weight: bold;
  margin: 0 0 4px 0;
}

#content .article_extras .related_article_teaser
{
  font-size: 11px;
  margin: 0 0 10px 0;
}

#content .article_comments .comments_header
{
  width: 680px;
}

#content .article_comments .comment .body
{
  margin: 0 0 15px 140px;
  width: 518px;
}
