/* blog */
#menu .entry-list {
	text-align: left;
	background: #fff;
	margin: 0 1em;
	padding: 1em;
}
#menu .entry-list li {
	margin-bottom: .7em;
	margin-left: 1em;
	list-style: disc;

}
#menu .entry-list li:last-child {
	margin-bottom: 0;
}
#menu .calendar {
	background: #fff;
	margin: 0 1em;
	padding: 1em;
}
#menu .calendar .list-title {
	text-align: center;
}
#menu .calendar table {
	width: 100%;
}

.comment{
	font-size:12px;
	margin-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.comment .author {
	font-size: small;
	font-weight: bold;
	float:left;
}
.comment .date {
	font-size: small;
	float:left;
	margin-left: 12px;
}
.comment .body {
	font-size: small;
	line-height:130%;
	float:left;
	clear: both;
	margin-left: 6px;
	margin-bottom: 8px;
}
.comment-form{
	font-size:12px;
}
.comment > p {
	padding-bottom: .7em;
	margin-bottom: .7em;
}
.entry-title {
	border-left: 8px solid #33CCFF;
	padding: 0px 0px 3px 8px;
	font-size: medium;
	font-weight: bold;
	line-height: 130%;
	margin-bottom: 10px;
}
.entry-comment li {
	margin-bottom: 4px;
	mnargin-top: 4px;
}
.entry-content {
	margin-bottom: 20px;
}
.entry-content2 {
	font-size:small;
	line-height:140%;
	padding-top:15px;
	margin-bottom: 10px;
	font-size:12px;
}
.entry-body {
	margin-bottom: 20px;
	line-height: 1.7;
}
.entry-body p {
	margin-bottom: .7em;
}
.entry-date{
	font-size:small;
	font-weight:bold;
	padding: 2px 4px 2px 6px;
	margin-bottom: 15px;
	background-color: #F3C200;
}
.posted{
	padding:4px;
	margin-top:15px;
	margin-bottom: 15px;
	border-width: 1px;
	border-style: solid;
	border-color: #999999;
	font-size: 10px;
	background-color: #F0F0F0;
	clear:both;
}
.comment-form {
	margin-bottom: 10px;
	font-size: small;
}

.nextlink{
	text-align:right;
	float: right;
	font-size:small;
	margin-bottom:10px;
	vertical-align:middle;
}
.backlink{
	text-align:left;
	float:left;
	font-size:small;
	margin-bottom:10px;
	vertical-align:middle;
}
.top-list li{
	font-size:small;
}
.p-title {
	margin-top:20px;
	margin-bottom:15px;
}
.trackback{
	font-size:12px;
}
@media(min-width: 768px) {
	.entry-content {
		padding: 8px;
	}
}

