.GUNCoverPostsContainer
{
	clear: both;

	margin: 10px 0;
}

.GUNCoverPostsContainer h2
{
	font-size: 140%;
	padding-right: 5px;
	color: #E23CB8;
	font-weight: bolder;
	padding-left: 25px;
}

.GUNCoverPostsPost
{
	margin-bottom: 15px;
}

.GUNCoverPostsPost h3 a
{
	font-size: 100%;
	color: #666699;
	font-weight: bolder;

}

.GUNCoverPostsImage
{
	float: left;
	margin: 3px 7px 7px 0;
	width: 90px;
	height: 90px;
	border: 1px solid #ccc;
	overflow: hidden;
	text-align: center;
	background-color: #fff;
}

.GUNCoverPostsImage img
{
	width: 90px;
	height: 90px;
	cursor: pointer;
}

.GUNCoverPostsInfo {

}

.GUNCoverPostsInfoCategory {
	height: 16px;
}

.GUNCoverPostsInfoCategory a
{
	font: 1em gulim, Arial, sans-serif;
	color: #77A3AA;
	margin-right: 6px;
}

.GUNCoverPostsInfoDate
{
	font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #888;
	height: 16px;
}

.GUNCoverPostsInfoAuthor
{
	display: none;
}

.GUNCoverPostsContent
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.GUNCoverPostsTag
{
	display: none;
}

.GUNCoverPostsClear
{
	clear: both;
}

.GUNCoverPostsInCategoryError {
	clear: both;
	color: red;
	font-weight: bolder;
}