/* WP */

.post{
	padding: 0 0 10px 0;
	margin-bottom: 20px;
	border-bottom: 1px dotted #ccb688; 
	overflow: hidden;
}
.post h2{
	margin-top: 0;
}
#postmeta{
	padding: 10px;
	background: #f0e9db;
	border: 1px solid #e5d9c0;
	min-height: 20px;
}
#postmeta ul{
	clear: both;
	margin: 0 !important;
}
#postmeta ul li{
	list-style: none !important;
	float: left;
	margin: 0 10px 0 0;
}
.alignleft{
	float: left;
	margin: 0 20px 10px 0;
}
.alignright{
	float: right;
	margin: 0 0 10px 20px;
}

/* Comments */
#comments{
	margin-top: 20px;	
}
ol#comments_list{
	margin-left: 20px !important 
}
ol#comments_list li{
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: 1px dotted #ccb688; 
}

p.comments_meta small{
	font-family: Arial, Helvetica, sans-serif;
	padding: 0 15px;
	color: #ccb688
}

/* Cloud tags */

.cloud{
	padding: 50px;
	background: url(cloud.jpg) repeat;
	border: 1px solid #e5d9c0;
	overflow: hidden;
}
.cloud a{
	color: #a52921;
	padding: 5px;
	line-height: 150%;
}
.cloud a:hover{
	background: #a52921;
	color: #f0e9db;
	text-decoration: none;
}

/* Recent comments */
#content ul.ap-recentomments{
	margin: 0;
}
#content ul.ap-recentomments li{
	list-style: none;
	margin: 0 0 10px 0;
	padding: 10px 0;
	border-bottom: 1px solid #ccb688; 
}
#content ul.ap-recentomments li a{
	display: block;
	font-size: 140%;
	margin-bottom: 5px;
}
p.form-note{
	font-size: 100%;
	font-style: italic;
	padding: 10px;
}
p.ap-followrss{
	margin-bottom: 20px !important;
	color: #889099}



