﻿/* story styles */
#storyarea
{
	width:670px;
	margin-left:auto;
	margin-right:auto;
}
.story_title
{
	font-weight: bold;
	font-size:14pt;
	text-align:left;
	text-decoration:underline;
	line-height:20pt;
}
.story_author
{
	font-weight: bold;
	font-size:10pt;
	text-align:left;
	color:#AAA;
	line-height:20pt;
}
.story_date
{
	font-weight: bold;
	font-size:10pt;
	text-align:left;
	color:#AAA;
	margin-bottom:17px;
	line-height:20pt;
}
.story_intro_text
{
	font-weight:bold;
	font-size:12pt;
	text-align: left;
	line-height:20pt;
}
.story_photo_right
{
	color:#888;
	float:right;
	padding:3px 3px 3px 3px;
	width:300px;
	height:100%;
}
.story_photo_left
{
	color:#888;
	float:left;
	padding:3px 3px 3px 3px;
	width:300px;
	height:100%;
}
.story_photo_fullwidth
{
	color:#888;
	text-align:center;
	clear:both;
	padding:3px;
	width:670px;
	height:100%;
}
.story_heading
{
	font-family:Arial,PMingLiu;
	font-weight:bold;
	font-size:12pt;
	color:#888;
	padding:3px;
	text-align:justify;
	float:left;
	width:350px;
	line-height:20pt;
}
.story_content_firstparagraph
{
	font-family:Arial,PMingLiu;
	font-weight:bold;
	font-size:12pt;
	color:#888;
	padding:3px;
	text-align:justify;
	float:left;
	width:350px;
	line-height:20pt;
}
.story_content_left
{
	font-family:Arial,PMingLiu;
	font-weight:normal;
	font-size:12pt;
	color:#888;
	padding:3px;
	text-align:left;
	float:left;
	width:350px;
	height:100%;
	line-height:20pt;
}
.story_content_right
{
	font-family:Arial,PMingLiu;
	font-weight:normal;
	font-size:12pt;
	color:#888;
	padding:3px;
	text-align:left;
	float:right;
	width:350px;
	height:100%;
	line-height:20pt;
}
.story_content_fullwidth
{
	font-family:Arial,PMingLiu;
	font-weight:normal;
	font-size:12pt;
	color:#888;
	padding:3px;
	text-align:left;
	clear:both;
	width:670px;
	height:100%;
	line-height:20pt;
}
.story_content_spacer
{
	width:100%;
	font-size:1pt;
	height:1px;
	padding:0px;
	margin:0px;
	position:relative;
	clear:both;
}
.story_author_caption
{
	font-size:9pt;
	font-weight:bold;
	line-height:20pt;
}
/* Featured content panel */
#featuredcontent {
	padding: 0px 0px 0px 5px;
	vertical-align: top;
	float: left;
}
#featuredcontent_top{
	background:url('/ch_files/featuredcontent_top.jpg');
	background-repeat: no-repeat;
	width:281px;
	height:9px;
}
#featuredcontent_content{
	background-image:url('/ch_files/featuredcontent_bg.jpg');
	background-repeat: repeat-y;
	width:281px;
}
#featuredcontent_ender{
	background:url('/ch_files/featuredcontent_bottom.jpg');
	background-repeat: no-repeat;
	width:281px;
}
.story_content_featuredcontent
{
	font-family:Arial,PMingLiu;
	font-weight:normal;
	font-size:11pt;
	text-align:left;
	height:100%;
	width:245px;
}
/* spacers */
.spacer17px
{
	height:17px;
	width:100%;
}