﻿/*	************************************************************************************
	Stylesheet contains all the styles related to an article with the Sitecore website.
	Update the styles below accordingly for the site you are developing for.
	************************************************************************************	*/




/* Headline of the article */
.article h1
{
	color:#DA2028;
	font-size:20px;
	margin:0;
	padding:0;
}



/* Subheading */
.article .subhead
{
}
.article .subhead p
{
	margin:0;
	padding:0;
}



/* Authors */
.article .authors
{
	font-size:12px;
	font-style:italic;
}



/* Publish date */
.article .pubDate
{
	font-size:11px;
}



/* Article segment */
.article .articleSegment
{
	padding:25px 0 0 0;
}



/* Attachment box for holding PDF and MISC file downloads */
.article .attachmentBox
{
	background-color:#EAEAEA;
	border-top:2px solid #CCCCCC;
	padding:5px;
	font-size:12px;
	margin:15px 0 0 0;
}
.article .articleSegment .attachmentBox
{
	background-color:#EAEAEA;
	border-top:2px solid #CCCCCC;
	padding:5px;
	font-size:12px;
	margin:0 0 10px 0;
}
.article .attachmentBox h6
{
	padding:0;
	margin:0;
	font-size:13px;
}
.article .attachmentBox ul
{
	padding:5px 0 4px 25px;
	margin:0;
	list-style-type:square;
}
.article .attachmentBox ul li
{
	padding:0 0 2px 0;
}


/* Related issues box */
.article .relatedIssues
{
	background-color:#EAEAEA;
	border-top:2px solid #CCCCCC;
	margin:20px 0 0 0;
	padding:5px;
	font-size:12px;
}
.article .relatedIssues h6
{
	padding:0;
	margin:0;
	font-size:13px;
}
.article .relatedIssues ul
{
	list-style-type:square;
	padding:5px 0 5px 25px;
	margin:0;
}
.article .relatedIssues ul li
{
	padding:0 0 2px 0;
}



/* Related articles box */
.article .relatedArticles
{
	background-color:#EAEAEA;
	border-top:2px solid #CCCCCC;
	margin:20px 0 0 0;
	padding:5px;
	font-size:12px;
}
.article .relatedArticles h6
{
	padding:0;
	margin:0;
	font-size:13px;
}
.article .relatedArticles ul
{
	list-style-type:square;
	padding:5px 0 5px 25px;
	margin:0;
}
.article .relatedArticles ul li
{
	padding:0 0 2px 0;
}



/*	**************************************************************************************
	Images styles are contained below.  These relate to standard and segmented articles.
	**************************************************************************************	*/

/* Container for standard images */
.article .standardImage .container
{
	background-color:#EAEAEA;
	padding:7px;
	margin:0 0 10px 0;
}



/* Container for segmented imaged */
.article .segmentedImage .container
{
	background-color:#EAEAEA;
	padding:7px;
	margin:0 0 10px 0;
}



/* Credit */
.article .standardImage .credit, .article .segmentedImage .credit
{
	font-size:11px;
	font-style:italic;
}



/* Caption */
.article .standardImage .caption, .article .segmentedImage .caption
{
	font-size:11px;
}