

h1 a {
	color:#999;
}
h2 a {
	color:#999;
}
h3 a {
	color:#999;
}
h4 a {
	color:#999;
}
a.bloggRssLink {
	background:url(../images/rssIcon.png) right center no-repeat;
	padding:0 30px 0 0;
	display:block;
	line-height:24px;
	height:24px;
	margin:13px 0 0 0;
}
a:hover.bloggRssLink  {

}
#bloggContent{
	float:left;
	width:640px;
	padding:0 0 40px 0;
}
#sidebar {
	float:right;
	width:220px;
}

.post {
	margin:0 0 40px 0 ;
	clear:both;
}
.single  .post {
	border-bottom:10px solid #eee;
}
	.post .postAuthorImg {
		float:left;
		width:120px;
		height:110px;
		margin:0 0 20px 0;
	}
	.post .postAuthorImg img {
		margin:0 0 0 20px;
	}
	.post .postMeta {
		float:left;
		width:520px;
	}
	.post img {
		border:10px solid #eee;
	}
		.post .postMeta h2 {
			margin:0 0 5px 0;
		}
		.post .postMeta p {
			margin:0;
		}
	.post .entry {
		clear:both;
		margin:0 0 30px 0;
	}
	.post .postComments {
		border:10px solid #eee;
		height:24px;
		width:600px;
		padding:10px;
		clear:both;
	}
		.post .postComments a:hover {
			
		}
		.post .postComments a.countComment {
			float:left;
			height:24px;
			line-height:24px;
			margin:0 40px 0 0;
			background:url(../images/commentCountBg.png) no-repeat;
		}
			.post .postComments a.countComment span {
				display:block;
				float:left;
				width:23px;
				text-align:center;
				color:#fff;
				font-weight:bold;
				height:24px;
				line-height:24px;
				margin:0 10px 0 0;
			}
		.post .postComments a.leaveComment {
			float:left;
			height:24px;
			line-height:24px;
			margin:0 40px 0 0;
			background:url(../images/commentCountBg.png) no-repeat;
		}
			.post .postComments a.leaveComment span {
				display:block;
				float:left;
				width:23px;
				text-align:center;
				color:#fff;
				font-weight:bold;
				height:24px;
				line-height:24px;
				margin:0 10px 0 0;
			}
		.post .postComments a.readMore {
			float:right;
			height:24px;
			line-height:24px;
			padding:0 34px 0 0;
			background:url(../images/readMore.png) right center no-repeat;
		}
ol#commentlist .comment {
	border-bottom:2px solid #eee;
	margin:0 0 40px 0;
	padding:0 0 25px 0;
}	
		ol#commentlist .comment .avatar{
			float:left;
			margin:0 20px 0 0;
			border:4px solid #eee;
		}
		
form#commentform {
	
}
	form#commentform input {
		border:2px solid #eee;
		width:628px;
		padding:4px;
	}
	form#commentform textarea {
		border:2px solid #eee;
		width:628px;
		padding:4px;
	}
	form#commentform #submit {
		width:640px;
	}
.navigation {
	height:30px;
	line-height:30px;
}
	.navigation a {
		
	}

#sidebar {
	
}
#sidebar ul li.widget_tag_cloud {
	line-height:1.8em;
}
	#sidebar h2.widgettitle {
		margin:0 0 15px 0;
		font-size:1.7em;
	}
	
	#sidebar ul {
		margin:0 0 40px 0;
		padding:0;
	}
		#sidebar ul li {
			margin:0;
			padding:0;
		}
			#sidebar ul li ul li ul {
				margin:0;
			}
				#sidebar ul li ul li ul li  {
					margin:0 0 0 20px;
				}
			#sidebar ul li div {
				margin:0 0 40px 0;
			}



.alignleft {
	float:left;
}
.alignright {
	float:right;
}