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

.news-home h2{
	font-weight:lighter;
}
.news-list {
	padding: 0 0 30px;
	border-bottom:1px solid #E2E2E2;
}
.news-list h2 {
	margin:20px 0 0;
	padding-top:20px;
	font-size:18px;
	color:#9B4862;
}
.news-list h2 a{
	font-size:18px;
}
.news-list a {
	color:#9b4862;
}
.news-list .date {
	color:#b0b0b0;
	font-size:14px;
}
.news-list img {

	margin: 0 0 20px
}
.news-list .author {
	color:#9b4862;
	font-size:14px;
}
.box {
	color:#373737;
}
.box h2 {
	border: 0;
	margin:20px 0 0;
	font-weight:lighter;
}
.box h3 {
	color: #920101;
	cursor:pointer;
}
.box a {
	color:#920101;
}
.read-more {
	text-decoration: none;
	font-size:13px;
}
.fb-like {
	width:100px;
}
.news-list.single {
	border:0;
}