/* News listing / News Posting */
#news_list, #news_single {}
.news {
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-style: solid;
	border-width:1px;
	border-color:#ccc;
	padding: 10px;
	margin-top: 5px;
	background-color: rgba(50,50,50,0.7);
	color: #fefefe;
	box-shadow: 3px 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
}

.news h2 {
	padding: 4px 0;
	font-size: 18px;
	border-bottom: 2px solid #ff7c23;
	color: #fefefe;
}
.news .news_header {
	position: relative;
	color: #fefefe;
	line-height: 16px;
	border-bottom: 1px solid #F0F0F0;
	margin-bottom: 10px;
	padding-bottom: 3px;
}
.news .news_header:after {
	content:"";
	display: block;
	clear: both;

}
.news .autor {
	position: absolute;
	left: 22px;
	color: #fefefe;

}
.news .date {
	float: right;
	color: #fefefe;
}
.news .countryimg {
	position: absolute;
	left: -22px;
	top: 2px;
}
.news .news_body {
	clear: both;
	padding: 10px 10px 10px 22px;
	line-height: 16px;
	border-style: solid;
	border-width: 1px;
	border-color: #eee;
	background-color: #fefefe;
	box-shadow: 3px 2px 5px 0 rgba(0,0,0,0.16), 0 2px 10px 0 rgba(0,0,0,0.12);
	color: #111;
}

.news .news_body p{
	color: #111;
}


.news .comments {
	display: inline-block;
	border-top: 0px solid #F0F0F0;
	margin-top: 10px;
	padding: 4px 0;
}

.newsline {
	border-color: #f4f4f455;
	border-width: 1px;
	color: #fefefe;
}

/* News List Shortstyle */
#news_list_short, #news_list_short li {
	padding: 0;
	margin: 0;
	list-style: none;
}
#news_list_short .dateline {
	font-weight: bold;
	border-bottom: 1px solid #ff7c23;
	padding: 10px 0 1px 0;
	margin: 0 0 5px 0;
}
#news_list_short li.news_short {
	position: relative;
	margin: 0 0 15px 0;
	color: #fefefe;
	background-color: rgba(80,80,80,0.7);
	padding: 10px;

}
#news_list_short .news_short h2 {
	padding: 0 0 0 50px;
	margin: 0;
	border: 0;
	font-size: 12px;
	font-weight: bold;
	float: left;
	color: #fefefe;
}

.news_short .news_header {
	border-bottom: 1px solid #ff7c23;
}

.news_short .news_header h2 a {
	float: right;
	font-family: 'Roboto', Verdana, Arial, Helvetica, sans-serif;
	color: #fefefe;
	letter-spacing: 1px;
}

.news_short .comments {
	float: left;
	margin-left: 5px;
	color: #fefefe;
}
.news_short .comments:before {
	content: '(';
	color: #fefefe;
}
.news_short .comments:after {
	content:')';
	color: #fefefe;
}
.news_short .news_header:after {
	content: '';
	display: block;
	clear: both;
}
.news_short .countryimg {
	display: none;
}
.news_short .date {
	position: absolute;
	left: 5px;
	font-weight: bold;
	color: #fefefe;
}
.news_short .autor {
	float: right;
	font-weight: bold;
	color: #fefefe;
}
.news_short .news_body {
	padding: 0 0 0 50px;
	margin: 3px 0;
	line-height: 16px;
	color: #fefefe;
}

.news_social_media {
	display: inline-block;
	float: right;
	margin-top: 10px;
	padding: 4px 0;
}


A.nick, A.icon_text.icon_comments {
	font-weight: normal;
	font-size: 15px;
	font-family: 'Anton', sans-serif, Arial, Helvetica, sans-serif, Verdana;
	letter-spacing:0.5px;
	text-shadow: 1px 1px 1px #000;
	text-shadow:
	 /* Outline 1 */
    -2px -2px 0 #333,
    2px -2px 0 #333,
    -2px 2px 0 #333,
    2px 2px 0 #333,
    -2px 0 0 #333,
    2px 0 0 #333,
    0 2px 0 #333,
    0 -2px 0 #333;
}
