#content {
	float: left;
	width: 630px;
	padding: 0px 10px 10px 20px;
}

#contentfront {
	width: 630px;
	padding: 0px 10px 10px 20px;
}


#content H2 {
	color: #333333;
	font-size: 24px;
	font-weight: bold
}

#content H4 {
	padding: 0px;
}

#content H4 a {
	color: #333333;
	font-size: 16px;
 	/* test-decoratopn: underline;*/
	}

.post {
}

.post .title {
	margin: 0;
	font-weight: normal;
}

.post h1.title {
	padding: 15px 0  0 15px;
	height: 30px;
	font-size: 2.4em;
}

.post .entry {
	padding: 0 10px 30px 15px;
}

.post .meta {
	margin: 0;
	padding: 5px 0px 0px 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #4C89B6;
}

.post .meta a {
	color: #4C89B6;
}

.post .links {
	margin: 0;
}

.post .tags {
	margin: 0;
	text-transform: uppercase;
	font-size: .8em;
	font-weight: bold;
}

.post .links a, .post .tags a {
	border: none;
}

#content .date2 {
	float: left;
	width: 81px;
	height: 93px;
	padding-top: 5px;
	background: url(../images/date.gif) no-repeat;
	line-height: normal;
	text-transform: uppercase;
	text-align: center;
	font-size: 10px;
	font-weight: bold;
	color: #FFFFFF;
}

#content .date2 b {
	display: block;
	margin-top: 5px;
	font-size: 40px;
	color: #538BB3;
}


#content .date {
	text-align: right
}


#content ul, #content ol {
	margin-left: 30px;
}