/********* ARTICLE *********/

#windowArticle .marsWindowContent,
#windowArticle .marsWindowContainer
{
	overflow:visible;
}

#articleBox
{
    width:100%;
    height:100%;
	font-size:14px;
}


#articleContent
{
	width:100%;
	overflow:hidden;
}


/********* ARTICLE TOOLBAR *********/

#articleToolBar
{
    width:100%;
    height:40px;

	background-color: #ffffff;
 	border-bottom: #ec008b 5px solid;
}

#articleToolBarContent
{
    height:100%;
	width:100%;
	margin:0 auto;
}

.articleToolBarButton
{

  width: 42px;
  height: 100%;
  float: left;
  cursor: pointer;
  background-repeat: no-repeat;
  background-position: center center;

}

#articleShareButton
{
	cursor:pointer;
	padding:5px 10px;
	font-size:14px;
	display:none;
}

#articlePrintButton
{
	background-image:url(../img/article_print.png);
}

#articleClipButton
{
	background-image:url(../img/article_clip.png);
}

#articleSectionsButton
{
	background-image:url(../img/article_sections.png);
}

#articleCloseButton
{
	cursor: pointer;
	float:right;
	background-image: url(../img/article_close.png);

}

#articleZoomOut
{
	background-image:url(../img/article_zoom_decrease.png);
	/*position: absolute;
  	top: 60px;
  	right: 100px;*/
}

#articleZoomIn
{
	background-image:url(../img/article_zoom_increase.png);
	/*position: absolute;
  	top: 60px;
  	right: 60px;*/

}

#articleNext,
#articlePrev
{
	position:absolute;
	top:40px;
	width:60px;
	height:100%;
	cursor:pointer;
}


@media (max-width: 768px) {

	#articlePrev
	{
		display:none;
	}

  	#articleNext
	{
		display:none;
	}
}


@media (min-width: 768px) {

	#articlePrev
	{
		left:10px;
		float:right;
		background-image:url(../img/common_prev.png);
		background-repeat:no-repeat;
		background-position:center center;
	}

	#articleNext
	{
		right:10px;
		background-image:url(../img/common_next.png);
		background-repeat:no-repeat;
		background-position:center center;
	}
}





/********* SHARE EMAIL *********/

#articleEmail
{
	text-align:right;
	height:100px;
   padding:25px 48px;
}

#articleEmail p
{
	margin:15px 0px;
}

#articleEmail input
{
	width:150px;
	padding:5px;
	border:1px solid #000;
	border-radius:15px;
}

#articleEmailSend
{
	margin:0 auto;
	background:#4c4d4f;
	color:#FFF;
	width:100px;
	padding:3px 0;
	text-align:center;
	cursor:pointer;
	border-radius:15px;
}

.articleEmailLabel
{
	display:block;
	text-align:left;
	margin-top:2px;
	float:left;
}


/********* ARTICLE PLAIN *********/



@media (max-width: 768px) {
	#articlePlain
	{
		padding:20px 0px;
		margin: 0px 20px;
		width: 320px;
		margin: 0px auto;
	}
}
@media (min-width: 768px) {
	#articlePlain
	{
		padding:20px 40px;
		width: 640px;
		margin: 0px auto;

	}
}


.articlePlainSubHead
{
	font-size:120%;
	font-weight:bold;
	margin-bottom: 5px
}

.articlePlainTitle
{
	font-size:220%;
	font-weight:bold;
}

.articlePlainSubtitle
{
	font-size:140%;
	margin-top:5px;
	margin-bottom: 20px;
	font-style:italic;
}

.articlePlainBylines
{
	font-size:100%;
	text-transform:uppercase;
	font-weight:bold;
	margin-top:15px;
	margin-bottom: 20px;

}
.addthis_sharing_toolbox {
	margin-top:20px;
	margin-bottom: 20px;
}


.articlePlainByline
{
	border-top:1px dotted #888;
	padding-top:3px;
}

.articlePlainText
{
	font-size:100%;
	margin-top:20px;
	margin-bottom: 20px;
	line-height:160%;
}

.articlePlainPhotoBox
{
	float:left;
	margin-top:15px;
	margin-bottom: 20px;
	margin-right: 15px;
	width:30%;
	clear:both;
}

.articlePlainPhoto
{
	width:100%;
}

.articlePlainPhotoCaption
{
	font-size:12px;
	text-align:left;
	margin-top:5px;
	font-weight:bold;
}

.articlePlainGraphBox
{
	float:left;
	margin:15px 25px 20px 50px;
	width:30%;
	clear:both;
}

.articlePlainGraph
{
	width:100%;
}


/********* ARTICLE IMAGE *********/

.articleImage
{
}

.articleImageCaption
{
}


/********* ARTICLE CLIP *********/

#articleClip
{
	width:100%;
}
