@CHARSET "UTF-8";

.news {
	text-align: left;
	margin-bottom: 30px;
	width: 220px;
	float: left;
	margin-right: 20px;
	padding: 5px;
	padding-bottom: 30px;
}
.news.news-new a:hover img {
  border-radius: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
}
.news.unpublished {
	background: rgba(245,245,245,0.4);
}
.news.unpublished h2 a{
	color: #777;
}
.news.unpublished img.news_photo {
	opacity: 0.2;
}
.news p {
	font-family: Arial, Helvetica, sans-serif;
	margin-top: 5px;
	color: #999999;
	-webkit-transition: color 700ms;
	-moz-transition: color 700ms;
	-o-transition: color 700ms;
	font-weight: 100;
	font-size: 11px;
	line-height: 20px;
}

.data {
	font-family: Arial, Helvetica, sans-serif;
	color: #333;
	-webkit-transition: color 700ms;
	-moz-transition: color 700ms;
	-o-transition: color 700ms;
	margin-bottom: 15px;
	font-size: 10px;
	line-height: 20px;
}

.data-artykulu {
	border-bottom-color: rgb(203, 203, 203);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	color: rgb(114, 114, 114);
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-bottom: 15px;
	margin-right: 30px;
	margin-top: 5px;
	padding-bottom: 10px;
	width: 470px;
}

.editNews {
	position: absolute;
	margin: 0px 0px 0px 202px;
	background: #fff;
}

.editNewsImage {
	position: absolute;
	margin: 0px 0px 0px 436px;
	background: #fff;
}

.lead {
	border-bottom-color: rgb(203, 203, 203);
	border-bottom-style: dashed;
	border-bottom-width: 1px;
	font-weight: 700;
	padding-bottom: 10px;
}
