@charset "ISO-8859-1";

/*
	Old Background Gray: #efefef;
	Background Gray: #E0E0E0;
*/

/*-----------------------------content-----------------------------*/

/*ie fix*/
img
{
	border: none;	
}

#content_reader_collumn
{
	margin-top: 50px;
	margin-bottom: 50px;
	width: 627px;
	display:inline-block;
}

#content_right_collumn
{
	margin-top: 50px;
	float: right;
	width: 327px;
	display:inline-block; 
	margin-left: 8px;
	padding-left: 16px;
	padding-right: 16px;
	padding-top: 16px;
	/*border: solid 1px rgb(138,138,138);*/
	background-color: #E0E0E0;
	border-bottom: none;
}

#content_right_collumn #splitter1
{
	font-size: 20px;
	text-align: center;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#content_right_collumn #splitter1 > a >div
{
	padding: 15px 0px;
	background-color: white;	
	margin-bottom: 16px;
}

#content_right_collumn #splitter1 .HLgreen
{
	color: rgb(0, 71, 27);
}

#content_right_collumn #splitter1 .text
{
	font-size: 14px;
}

#content_right_collumn #splitter1 .title
{
	margin: 10px 0px;
}

#content_right_collumn #share_buttons
{
	text-align: center;
	font-size: 16px;
	font-family: Helvetica;
}

#content_right_collumn #share_buttons img
{
	width: 32px;	
}

#content_right_collumn #share_buttons a:hover
{
	text-decoration: none;
}

#content_right_collumn #share_buttons img:hover
{
	opacity: 0.6;
	filter: alpha(opacity=60); /* For IE8 and earlier */
}

#content_right_collumn #email_banner
{
	width: 32px;	
}

#content_right_collumn a
{
	text-decoration: none;
	color: inherit;
}

#content_right_collumn a:hover
{
	text-decoration: underline;
}

#content_right_collumn h4
{
	margin-top: 0px;
	text-align: center;	
	font-size: 16px;
	font-weight: normal;
}

#content_right_collumn #ad_warning
{
	text-decoration: none;
	font-family: Verdana;
	color: rgb(184, 184, 184);
	font-size: 10px;
	position: absolute;
	margin-left: -100px;
	margin-top: -30px;
}

#content_reader_collumn h1
{
	color: black;/*rgb(138,138,138);*/
	font-family: Georgia;/*Sevigne-Thin;*/
	font-weight: normal;
	font-size: 45px;
	text-transform: capitalize;
	margin: 0;
}

#content_reader_collumn h2
{
	font-family: Georgia;/*Didot;*/
	color: black;
	font-weight: normal;
	font-size: 17px;
	font-style: italic;
	
}

#content_reader_collumn h3
{
	font-family: Georgia;
	text-transform: capitalize;
	font-weight: normal;
	font-size: 28px;
}

#content_reader_collumn p
{
	/* text-indent: 50px; */
	font-family: Georgia;
	font-size: 17px;
}

#content_reader_collumn .article_image > p
{
	font-family: Gergia;
	font-size: 13px;
	color: rgb(138,138,138);
	display: none;
}

#content_reader_collumn .article_image
{
	margin-left: 8px;
	margin-right: 8px;
}

#content_reader_collumn .full_width
{
	margin-bottom: 20px;
}

#content_reader_collumn a
{
	color: rgb(0,110,78);
	text-decoration: none;
}

#content_reader_collumn a:hover
{
	text-decoration: underline;
}

#content_reader_collumn a:active
{
	color: rgb(138,138,138);
}

#content_reader_collumn blockquote
{
	font-family: Georgia;
	font-size: 23px;
	margin-left: 107px;
	margin-right: 107px;
	margin-top: 17px;
	margin-bottom: 17px;
}

#content_reader_collumn strong
{
	font-size: 23px;
	font-weight: normal;
}

#content_reader_collumn small
{
/*	margin-top: 17px;
	margin-bottom: 17px;*/
	margin: 0;
	color: rgb(138,138,138);
	font-style: italic;
	display: block;
	/*width: 40%;*/
}

form.vote,
div.vote_output
{
	font-family: Georgia;
	font-size: 17px;
	width: 627px;	
}

div.vote_output > div
{
	width: 100%;
	margin: 5px;
}

div.vote_output > div > span:first-of-type
{
	border: 1px black solid;
	background-color: #00481a;	
	min-width: 17px;
	max-width: 314px;
	display: inline-block;
	text-align: right;
	border-top-right-radius: 3px;
	border-bottom-right-radius: 3px;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
}

div.vote_output > div > span:last-of-type
{
	margin-left: 5px;	
}

#most_popular, #editors_picks 
{
	font-family: Georgia;
}

#editors_picks 
{
    border-top: 10px solid white;
}

#most_popular > h4,
#editors_picks > h4 
{
	font-weight: normal;
	font-size: 23px;
	color: rgb(138,138,138);	
	margin-bottom: 20px;
	margin-top: 20px;
}

#most_popular .article,
#editors_picks .article
{
	margin-bottom: 20px;	
}

#most_popular a,
#editors_picks a
{
	color: inherit;
	text-decoration: inherit;	
}

#most_popular a:hover,
#editors_picks a:hover
{
	color: inherit;
	text-decoration: underline;	
}

#most_popular .title,
#editors_picks .title
{
	font-size: 20px;
	text-transform: capitalize;
}

#most_popular .author,
#editors_picks .author
{
	font-size: 11px;	
}


#related_stories
{
	width: 200px;
	/*border-top: solid 5px #E0E0E0;*/
	border-bottom: solid 5px #E0E0E0;
	/*padding-top: 20px;*/
	margin-right: 16px;
	margin-left: 16px;
	font-family: Georgia, "Times New Roman", Times, serif;
	color: black;
	font-size: 21px;
	text-transform: capitalize;
	z-index: 1;
}

#related_stories .related_article
{
	border-top: solid 5px #E0E0E0;
}

#related_stories a
{
	color: inherit;
}

#related_stories img
{
	margin-top: 28px;	
}

#related_stories h4
{
	margin-bottom: 0;	
}

#related_stories h5
{
	font-family: Georgia;
	font-size: 17px;
	font-weight: normal;
	margin-top: 0;	
}

#content_reader_collumn #byline
{
	margin-bottom: 5px;
	font-family: Verdana;
	color: rgb(184, 184, 184);
	font-size: 12px;
}

#content_reader_collumn #disqus_thread
{
	padding-top: 30px;	
}

#content_reader_collumn .media_slideshow .reuters_image {
    text-align: center;
    height: 452px;
}
#content_reader_collumn .media_slideshow .reuters_image .image_wrapper{
    height: 400px;
    line-height: 400px;
}
#content_reader_collumn .media_slideshow .reuters_image .image_wrapper img{
	/*height: 200px;*/
    vertical-align: middle;
}

/* V-align doesn't work without text next to the image. This adds a zero width character before the img */
#content_reader_collumn .media_slideshow .reuters_image .image_wrapper::before{
	content: "\200C";
	position: absolute;
}

#content_reader_collumn .media_slideshow p {
    text-align: initial;
    margin: 0.5em 15px;
    font-size: 13px;
}
#content_reader_collumn .media_slideshow {
    background-color: #E0E0E0;

    margin-top: 1em;
}
#content_reader_collumn .media_slideshow .button_wrapper {
    font-family: Arial;
    text-align: center;
}
#content_reader_collumn .media_slideshow .button_wrapper span {
    width: 2em;
    height: 2em;
    display: inline-block;
    line-height: 2em;
    text-align: center;
    color: rgba(19,37,20, 0.95);
}
#content_reader_collumn .media_slideshow .button_wrapper span:not(.greyed):hover {
	cursor: pointer;
}
#content_reader_collumn .media_slideshow .button_wrapper span.greyed {
	visibility: hidden;
}
#content_reader_collumn .media_slideshow .button_wrapper span.selected {
    background-color: rgba(19,37,20, 0.95);
    color: white;
}