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

.topsection-blog .blog-new li {
	display: block;
	color: #fff;
	width: 100%;
	height: auto;
	background-color: #121212;
	border: 1px solid #FFA500;
	margin: 2px 0px 2px 0px;
	border-radius: 3px;
	float: left;
	background-color: #000000 !important;
}
.topsection-blog .blog-new li a {
	background-color: #000000 !important;
	color: #fff;
}

.topsection-blog .blog-new:after {
	content: "";
	display: block;
	clear: both;
}

.topsection-blog .blog-new li time {
	float: left;
}

.topsection-blog .blog-new li:hover  {
	display: block;
	color: #fff;
	width: 100%;
	height: auto;
	background-color: #0B0B0B;
	border: 1px solid #FFA500;
	margin: 2px 0px 2px 0px;
	border-radius: 3px;
}
.topsection-blog .blog-new li a:link {
	color: #fff;
}
.topsection-blog .blog-new li a:visited {
	color: #fff;
}
.topsection-blog .blog-new li a:hover {
	color: #fff;
	background-color: #0B0B0B;
}
.topsection-blog .blog-new .time {
	float: left !important;
	display: inline-block !important;
	background-color: #462000;
}
.topsection-blog .blog-new .time time {
	display: inline-block !important;
}
