.article article {
    overflow: hidden;
}

.article .standard-image-225 {
    float: right;
    margin-left: 5%;
    width: 35%;
}
.standard-image-225 + .stand-first {
    clear: left;
}
.object-right.gallery {
    float: right;
    margin: 20px 0 10px 3%;
    width: 30%;
}
.stand-first {
	font-size: 18px;
	color:#111;
}
.story-list.related, .article-keywords {
    clear: both;
}
.story-list.related{
	background:none;
	border:none;
	padding:0;
}
.story-list.related .inpage:after{
	display: inline-block;
	border: none;
	left: auto; 
}
.article article a strong {
	color: #335383;	
}
.stand-first {
    clear: both;
}
.article h1 {
    font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
    font-weight: 400;
	
    margin: 5px 0 10px 0;
	color:#335383;	
}
.article .byline{
	position:relative;
}
/*
.article .byline:after{
	content:'';
	display:inline;
	height:6px;
	background:#e1e1e1;
	width:100%;
	position:absolute;
	margin-left:10px;
	top:7px;
}
*/
.article .updated {
	margin: 0 0 10px 0;
	padding: 0 15px 0 0;
	float: left;
}
.article .byline {
	float: left;
	margin: 0 0 10px 0;
	padding: 0 0 0 15px;
	border-left: 1px solid #ccc;
}
.article .article-image {
	clear: both;	
}
.article-image-info,
.article div[class^=object] em {
	padding: 5px;
	position:relative;
	overflow:hidden;
	border-bottom:1px solid #ccc;
	display:block;
	color: #000;
}
.article-image-info .article-image-caption {
	color: #999999;
	margin: 0px;
}
.article-image-copyright {
	display: none;	
}

.poll-element {
    padding:0;
    margin: 20px 0;
	border: 1px solid #e5e5e5;
    border-top: 3px solid #335383;
    border-bottom: 1px solid #335383;
	background: #f2f2f2;
}

.article .poll-element {
    width: 50%;
    margin: 0 0 2% 2%;
    float: right;
	clear:right;
}
@media (max-width: 650px) {

.article .poll-element {
    width: auto;
    margin: 20px 0;
	float: none;
}

}


.poll-element h2 {
	margin: 0px;
	padding: 15px 20px 0 20px;
	color: #335383;
    font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
    
	font-weight: 400;
}
.poll-element p {
	margin: 0;
	padding: 0 20px 15px 20px;
}

.poll-element fieldset, .poll-element .results {
	background: #fff;
	border-top: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	padding: 0px 15px;
	position: relative;
}
.poll-element .results {
    margin-bottom: -45px;
	padding: 20px 20px 5px 20px;
}

.poll-element label {
	font-weight: normal;
	color: #333;
}
.poll-element {
	padding: 0px 0px 65px 0px;
	
}
.poll-element .btn {
	position: absolute;
	bottom: -48px;
	left: 20px;
}
.poll-element .progress {
	box-shadow: none;
}
.poll-element .progress-bar {
	box-shadow: none;
	background: #009ad7;
}

.content-stastics {
	border: 1px solid #e5e5e5;
	border-top: 3px solid #335383;
	border-bottom: 1px solid #335383;
	width: 40%;
	float: right;
    margin: 0 0 2% 2%;
	clear:right;
}
@media (max-width: 650px) {

.content-stastics {
    width: auto;
    margin: 20px 0;
	float: none;
}

}
.content-stastics h3 {
	margin: 0px;
	padding: 15px 20px;
	color: #335383;
    font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
    font-weight: 500;
	background: #f2f2f2;
	border-bottom: 1px solid #e5e5e5;
	font-weight: bold;
}
.content-stastics p {
	padding: 0px 20px;
}
.quotation {
	border-left: 6px solid #335383;
	padding: 15px 25px;
	margin: 20px 0px;
}
.quotation p {
	margin: 0;
}
.quotation cite {
	font-size: 18px;
	font-style: italic;
	color: #9c9c9c;
	margin: 0px;
}
.quotation .author strong {
	font-size: 18px;
	font-weight: 400;
	color: #335383;
	margin: 0px;
	font-family: 'Droid Serif',serif;
}
.story-list.related .inpage{
	font-size:24px;
}
.story-list.related ul{
	list-style: none;
	padding:0;
	margin:0;
}
.story-list.related ul li{
	padding:0 0 0 20px;
	position:relative;
	font-size:20px;
	font-weight:400;
}
.story-list.related ul li a{
	color:#335383;
}
.story-list.related ul li:before,
.story-list.related ul li:after {
	content: '';
	display: block;
	background: #335383;
	position: absolute;
}
.story-list.related ul li:before{
	left: 5px;
	top: 7px;
	width: 1px;
	height: 7px;
}
.story-list.related ul li:after{
	left: 2px;
	top: 10px;
	width: 7px;
	height: 1px;
}
.story-list.related, .article-keywords {
	padding: 0;	
	margin:0 0 20px 0;
	overflow:hidden;
}
.article-keywords .keywords{
	margin-right:10px;
	font-size: 16px;
	color: #999;
	font-weight:normal;
}
.article-keywords .article-tag{
	margin: 0;
}
.article-keywords .article-tag > a{
	display:block;
	line-height:normal;
	background-color:#335383;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	padding: 5px 12px 6px 28px;
	position:relative;
	margin: 0 5px 10px 0;
}
.article-keywords .article-tag > a:hover{
	text-decoration:none;
	background-color:#416091;
}
.article-keywords .article-tag > a:before{
	content:'';
	display:block;
	background:#fff;
	width:10px;
	height:10px;
	position:absolute;
	top:10px;
	left:10px;
	border-radius:100%;
}
.article-comments {
	border: none;	
}
.article-comments .view-count {
	font-size: 24px;
	padding: 0 0 0 25px;
	color: #404040;
    font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
    font-weight: 400;
}
.article-comments > p:last-child {
	color: #9a9a9a;
    font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
	font-style: italic;
	margin-top: 0;
	padding: 0 20px;
}
.article-comments ul li {
	border: none;
	margin: 0 0 20px 0;
	padding: 0;
}

.article-comments .comment-detail {
	position: relative;
	padding: 15px 20px;
	margin: 0px;
	border: 1px solid #dadada;
	border-left: 5px solid #335383;
}
.article-comments .comment-detail:before,.article-comments .comment-detail:after  {
	content: '';
	display: block;
	width: 0px;
	height: 0px;
	border: 9px solid rgba(0,0,0,0);
	border-top-color: #dadada;
	position: absolute;
	bottom: -17px;
	left: 30px;	
}
.article-comments .comment-detail:after {
	border: 8px solid rgba(0,0,0,0);
	border-top-color: #fff;
	bottom: -15px;
	left: 31px;
}

.article-comments .comment-detail p:last-child {
	position: absolute;
	right: 10px;
	bottom: -45px;
	font-size: 12px;
}
.article-comments .comment-detail p:first-child {
	position:static;
	font-size:14px;
}
.article-comments .comment-data {
	padding: 0 150px 0 25px;
	overflow: hidden;	
}

.article-comments .comment-data p {
	float: left;
	margin: 10px 0;
	border-left: 1px solid #d6d6d6;
	line-height: 20px;
	height: 20px;
	padding: 0 0 0 15px;
	color: #888888;
	width: 250px;
}

.article-comments .comment-data p.author {
	border: none;
	width: auto;
	font-size: 16px;
	color: #404040;
    font-family: 'Droid Serif',Arial,Helvetica,sans-serif;
    font-weight: 400;
	padding: 0 15px 0 0;
}
.article-keywords .article-tag > a{
	background-color:#335383;
	color:#fff;
	font-weight:normal;
	font-size:14px;
	border-top-left-radius:20px;
	border-bottom-left-radius:20px;
	border-top-right-radius:5px;
	border-bottom-right-radius:5px;
	padding: 5px 12px 6px 28px;
	position:relative;
	margin: 0 5px 10px 0;
}
.article-keywords .article-tag > a:hover{
	text-decoration:none;
	background-color:#416091;
}
.article-keywords .article-tag > a:before{
	content:'';
	display:block;
	background:#fff;
	width:10px;
	height:10px;
	position:absolute;
	top:10px;
	left:10px;
	border-radius:100%;
}
.article-keywords .article-tag{
	display:inline-block;
}
.article-keywords .keywords{
	font-size: 16px;
	color: #999;
	font-weight:normal;
}
.journalist-header{
	margin: 10px 0 0 0;	
}
.journalist-info{
	border-left:4px solid #ccc;
	border-right: 1px solid #ccc;
	padding:0 0 0 10px;
	float: left;
	width: auto;
	margin:0 10px 0 0;
}
.journalist-info li,
.journalist-info ul li.journalist-mail,
.journalist-info .journalist-twitter{
	float:left;
	padding:0;
	margin: 0 5px 0 0;
	padding: 0 5px 0 0;
}

.journalist-info .journalist-name a,
.journalist-info .journalist-mail > a,
.journalist-info .journalist-twitter a{
	padding:0;
	margin:0;
}
.journalist-header .publication-time{
	position:static;
}
