@charset "UTF-8";
/* CSS Document */

#article-quote-box {
	padding-bottom: 10px;
	padding-top: 20px;
	padding-right: 20px;
	width: 250px;
	margin: 15px -23px 15px 20px;
	float: right;
	background-color: #EBEBEB;
	font-size: 0.75em;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	display: none;
}

#twitter-container {
	width: 180px;
	float: right;
	margin-right: 0px;
	margin-left: 25px;	
	display: none;
}

strong.subhead {
	font-size: 1.5em;
	padding: 8px 15px 5px 15px;
	font-weight: normal;
	margin-left: -15px;
}

.bio-box {
	background-color: #FFF;
	padding: 15px 15px 10px 15px;
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #2a465c;
}

.bio-box a {
	color: #2a465c;
}

.bio-box a:hover {
	color: #2a465c;
	text-decoration: none;
	
}



/*--related-articles div styles*/



#related {
	width: 240px;
	float: right;
	margin-right: -23px;
	margin-left: 30px;
	margin-bottom: 15px;
	padding-right: 5px;
	padding-left: 10px;
	background-color: #EBEBEB;
	border-left-width: thin;
	border-left-style: solid;
	border-left-color: #CCC;
	display: none;
}

	
	

#related p.relatedsubtitle {
	color: #036;
	font-size: 0.9em;
	line-height: 1em;
}

#related p.relatedtitle {
	color: #333;
	font-size: 1.1em;
	line-height: 1.1em;
	margin-bottom: -9px;
	padding-bottom: -9px;
}

#related p.relatedtitle a {
	color: #333;
	font-size: 1.1em;
		line-height: 1.1em;
}

#related p.relatedtitle a:hover {
	color: #036;
	font-size: 1.1em;

}

#from-issue {
	float: right;
	width: 170px;	
	margin-left: 30px;
	margin-top: 10px;
}

@media (max-width: 892px) 
{
    #from-issue {
        display: none;
    }
}

img.footercover {
	width: 100%;	
}

figcaption {
	text-align: center;
	font-size: 12px;
	margin-top: 4px;	
	padding-bottom: 10px;
}

#share-this-container {
	margin-bottom: 15px;	
}

#fb-root {
	display: inline;	
}

.dropcap {
    float:left;
    font-size:4em;
	text-align: center;
	
	padding: 25 10 25 10;
	margin-right: 10px;
	    margin-top: 12px;

}		

.byline {
	border-left-width: medium;
	border-left-style: solid;
	border-left-color: #CCC;
	padding-left: 5px;
	margin-left: 5px;
	}