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

#sidebar {
	float: left;
	display: inline;
	width: 246px;
	margin: 0px 0px 0px 7px;
}

.mod {
	float: left;
	display: inline;
	width: 246px;
	border: 1px solid #cfcfcf;
}

.mod h2 {
	float: left;
	display: inline;
	width: 221px;
	height: 24px;
	padding: 7px 0px 0px 25px;
	background-color: #e5e5e5;
	background-image: url(images/bg_sidebar_h2.jpg);
	background-position: 13px 10px;
	border-bottom: 1px solid #cfcfcf;
	font-size: 13px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	text-transform: uppercase;
}

.mod .post {
	float: left;
	display: inline;
	width: 220px;
	margin: 0px;
	padding: 13px;
	background-color: #efefef;
	border: none;
	border-bottom: 1px solid #cfcfcf;
	font-size: 12px;
}

.mod .post h1 {
	color: #113c69;
	font-size: 12px;
	font-weight: bold;
}

.mod .post h1 a {
	color: inherit;
	font-size: inherit;
	font-weight: inherit;
	text-decoration: none;
}

.mod .post .entry {
	width: 220px;
	padding: 0px;
	color: #535353;
}

.mod .post .readmore,
.mod .post .register {
	float: right;
	display: inline;
	width: 71px;
	height: 20px;
	margin: 10px 0px 0px 0px;
	background-image: url(images/readmore.jpg);
}

.mod .post .register {
	width: 89px;
	background-image: url(images/register.jpg);
}