.GUNCoverPostsContainer
{
	clear: both;
	border-bottom: 1px solid #ddd;
	margin: 10px 0;
}

.GUNCoverPostsContainer h2
{
	font-size: 140%;
	padding-right: 5px;
	color: #E23CB8;
	font-weight: bolder;
	background: url('./images/asterisk_yellow.gif') no-repeat 4px 4px;
	padding-left: 25px;
}

.GUNCoverPostsPost
{
	margin-bottom: 15px;
}

.GUNCoverPostsPost h3 a
{
	font-size: 100%;
	color: #E23CB8;
	font-weight: bolder;
	background: url('./images/page.gif') no-repeat 3px 0;
	padding-left: 25px;
}

.GUNCoverPostsImage
{
	float: left;
	margin: 10px 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 {
	margin-top:3px;
}

.GUNCoverPostsInfoCategory {
	background: url('./images/chart_organisation.gif') no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
}

.GUNCoverPostsInfoCategory a
{
	font: 1em Dotum, Arial, sans-serif;
	color: #888;
	margin-right: 6px;
}

.GUNCoverPostsInfoDate
{
	background: url('./images/date.gif') no-repeat 0 0;
	padding-left: 25px;
	font: 0.9em Verdana, Helvetica, Arial, Gulim, sans-serif;
	color: #888;
	height: 16px;
}

.GUNCoverPostsInfoAuthor
{
	background: url('./images/user_edit.gif') no-repeat 0 0;
	padding-left: 25px;
	height: 16px;
}

.GUNCoverPostsContent
{
	margin: 5px 0;
	line-height: 125%;
	overflow: hidden;
}

.GUNCoverPostsTag
{
	padding: 0 0 0 0;
}

.GUNCoverPostsClear
{
	clear: both;
}

.GUNCoverPostsInCategoryError {
	clear: both;
	color: red;
	font-weight: bolder;
}