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


.thepost {
	background-color: #fff;
	margin-right: 10px;
	margin-left:10px;
	border: 1px solid #dedcc6;
	margin-top:10px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 14px;
	background-image:url(images/fatile.png);
	background-repeat:repeat-x;
	
}


.plb {
	border: 1px solid #fff;
	padding: 10px;
}

.posthead {
	font-size: 22px;
	margin: 0px;
	padding: 0px;
}

.thepost .entry {
	border-top: 1px dotted #ccc;
	margin-top:10px;
}

.thepost .category {
	float:right;
}

.timestamp {
	float:left;
}

#commentlink {
	float:left;
}
#trackbacklink {
	float:right;
}

.commentlist {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
.commentlist li {
	margin: 0px;
	padding: 0px;
}
.comment {
	margin-top:5px;
	margin-bottom:5px;
	border: 1px solid #CCC;
}
.avatar{
}

.fn ,.says{
	display:block;
	font-size:11px;
	
}
.comment-meta {
		padding:10px;
}
.comment-meta a{
	font-size: 12px;
	font-weight: bold;
	color: #225670;
}
.fn a {
	font-size: 11px;
	font-weight:bold;
}
.vcard {
	float:left;
	width: 80px;
	margin:5px;
	text-align:center
}
.commentlist li {
	margin-top:5px;
	background-color: #EEEDDF;
}
.comment  p {
	font-size: 12px;
	margin-left:90px;
}
.comment ul {
	list-style: none;
	margin-bottom:10px;
	margin-right:10px;
}
.reply {
	display:block;
	clear:both;
	text-align: right;
	margin: 10px;
	background-image:url(images/reply.png);
	background-repeat:no-repeat;
	background-position: 100% 0px;
	height: 25px;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 10px;
	padding-top:5px;
	padding-right:15px;
	text-transform:uppercase;

}
.reply a {

	text-decoration:none;
	color: #225670;
}

#commentform #comment {
	width: 650px;
}

.bottomwidget {
	float:left;
	margin-right:10px;
	width: 300px;
	text-align:center;
}


.bottomwidget a{
	color: #fff;

}

.bottom ul {
	margin: 0px;
	padding: 0px;
	list-style:none;
}

.bottomwidget > ul> li {
	padding:5px;
	border-bottom: 2px dotted #666;
	text-align:center;

}

.bottomwidget > ul >li >a {
	text-decoration: none;
	text-align:center;
}

.bottomwidget > ul >li >a:hover {
	text-decoration: underline;
	color:#06F;
	
}
.bottomwidget > h3 {
	color: #CCC;
	font-size:18px;
	border-bottom: 1px dotted #666;
	margin-top:0px;
	font-weight:normal;
	padding-bottom:5px;
}

.sidebar > div > ul{
	list-style:none;
}

.sidebar > div > ul ul {
	list-style:none;
	margin-left:5px;
	margin: 0px;
	padding: 0px;
	padding-left:20px;
}
.sidebar > div > ul ul li {
	margin-left:5px;
}

.normalsidelist h2 {
	margin-bottom:5px;
}

.entry h2 {
	color:#72A40B;
	border-bottom: 1px solid #CCC;
	padding-bottom:10px;
}

.entry h3 {
	color: #000;
}