/* ------------------------------------- content  ------------------------------------- */
#content {
	background: #ffffff;
	clear: both;
	overflow: hidden;
	padding: 5px 20px;
}
.post {
	padding: 0px;
	clear: both;
	overflow: hidden;
}
.post .date {
	height: 50px;
	width: 45px;
	background: url(../images/calendar.gif) no-repeat;
	font: normal 22px Ubuntu, Arial, Helvetica, sans-serif;
	color: #666666;
	text-align: center;
	padding: 0px 2px 0 0;
	line-height: 100%;
	float: left;
}
.post .date span {
	height: 16px;
	display: block;
	font: normal 11px Ubuntu, Arial, Helvetica, sans-serif;
	color: #ffffff;
	text-align: center;
	padding-top: 5px;
}
.post .title {
	float: left;
	margin-left: 10px;
	width: 438px;
}
.submitted {
	font-size: 90%;
	color: #999999;
}
.submitted a, .submitted a:visited {
	color: #999999;
	text-decoration: none;
}
.submitted a:hover {
	color: #44a1d0;
	text-decoration: none;
}
.submitted .category{
	background: url(../images/mini-category.gif) no-repeat;
	padding-left: 18px;
	float: left;
}
.submitted .comments{
	background: url(../images/mini-comment.gif) no-repeat;
	padding-left: 18px;
	float: right;
}
.mini-add-comment {
	background: url(../images/mini-down-arrow.gif) no-repeat left center;
	padding-left: 12px;
	float: right;
}
.entry {
	padding: 10px 0px 5px;
	clear: both;
}

/* post title */
#content h1 {
	color: #333333;
    	margin: 6px 0 2px;
	padding-bottom: 4px;
	font: bold 24px/100% Ubuntu, "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
#content h1 a, #content h1 a:visited {
	color: #333333;
	text-decoration: none;
}
#content h1 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
#content h2 {
	color: #333333;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	font: bold 28px/100% Ubuntu, "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
}
#content h2 a, #content h2 a:visited {
	color: #333333;
	text-decoration: none;
}
#content h2 a:hover {
	color: #44a1d0;
	text-decoration: none;
}
h3 {
	color: #333333;
	margin: 5px 0px 5px;
	font: bold 20px Ubuntu, "Lucida Grande", Arial, sans-serif;
}

#content h5 {
	color: #6b979b;
	margin: 3px 0 2px;
	padding-bottom: 4px;
	padding-top:4px;
	font: bold 16px/100% Ubuntu, "Lucida Grande", Arial, sans-serif;
	border-bottom: dotted 1px #CCCCCC;
	border-top: dotted 1px #CCCCCC;
}
#content h5 a, #content h5 a:visited {
	color: #6b979b;
	text-decoration: none;
}
#content h5 a:hover {
	color: #333333;
	text-decoration: none;
}