/*	************************************************************************************
	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 */
.article h1
{
	padding:0;
	margin:0;
	font-size:25px;
	color:#EC1A3B;
}


/* Subheading */
.article .subheading
{
	font-weight:bold;
}



/* Paragraph tags within the article */
.article p
{
	padding:0;
	margin:0;
}



/* Authors */
.article .authors
{
	font-style:italic;
}



/* Publish Date */
.article .publishDate
{
	font-size:10px;
}



/* Article links override */
.article a
{
}



/* Article Content */
.article .articleContent
{
	padding:20px 0 0 0;
}



/* Article bulleted list items */
.article .articleContent ul
{
	padding:0;
	margin:0 0 0 25px;
	list-style-type:square;
}



/* List items within the holder */
.article .articleContent ul li
{
	padding:5px 0 5px 0;
}



/* Paragraph tags with the article content */
.article .articleContent p
{
	margin:0;
	padding:0 0 20px 0;
}



/* Article segment subheading */
.article .articleSegment .subHeading
{
	font-size:15px;
}



/* Article image */
.article .articleContent .articleImage
{
	/*background-color:#DEE0CD;*/
	margin:0 0 10px 0;
	padding:10px;
}



/* Image caption */
.article .articleContent .articleImage .caption
{
	font-size:11px;
}



/* Image credit */
.article .articleContent .articleImage .credit
{
	font-size:11px;
	font-style:italic;
}



/* File attachment holder */
.article .fileAttachment
{
	background-color:#EAEAEA;
	border:1px solid #CCCCCC;
	padding:7px;
	margin:0 0 20px 0;
	width:60%;
}



/* File attachment holder header */
.article .fileAttachment h5
{
	padding:0;
	margin:0;
	font-size:14px;
}



/* File attachment list */
.article .fileAttachment ul
{
	padding:0;
	margin:0 0 0 25px;
	list-style-type:square;
}



/* PDF reader callout */
.article .pdfCallout
{
	font-size:11px;
	padding:15px 0 0 0;
}



/* Related articles container */
.article .relatedArticles
{
	background-image:url("/sitefiles/images/gray_gradient_bg.png");
	background-position:left top;
	background-repeat:repeat-x;
	padding:5px;
	margin:30px 0 0 0;
}



/* Related articles header */
.article .relatedArticles h5
{
	padding:0;
	margin:0;
	color:#333333;
	font-size:15px;
}



/* Related articles list */
.article .relatedArticles ul
{
	padding:5px 0 0 0;
	margin:0 0 0 20px;
	list-style-type:square;
}



/* Related issues container */
.article .relatedIssues
{
	background-image:url("/sitefiles/images/gray_gradient_bg.png");
	background-position:left top;
	background-repeat:repeat-x;
	padding:5px;
	margin:30px 0 0 0;
}



/* Related issues header */
.article .relatedIssues h5
{
	padding:0;
	margin:0;
	color:#333333;
	font-size:15px;
}



/* Related issues list */
.article .relatedIssues ul
{
	padding:5px 0 0 0;
	margin:0 0 0 20px;
	list-style-type:square;
}

/* Job Posting Article list */
.article .jobPosting ul,
.article .jobPosting ul li
{
	list-style-type: disc;
}
