.postWrapper {
	margin-bottom: 2em;
	clear:both;
	overflow:auto;
}

.blog-post-view .postWrapper .postBookmarks,.blog-post-view .postWrapper .postDetails {
	width:45%;
	margin-right:5%;
	float:left;
}

.blog-post-view .postWrapper .postBookmarks h4,.blog-post-view .postWrapper .postDetails h4 {
	font-size:1em;
} 

.postTitle {
	/*border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom: 15px;*/
	margin-bottom:0.5em;
}
.postTitle h2 {
	margin: 0px;
	padding: 0px;
}

.postTitle h1 {
	margin: 0 0 0.3em 0;
	padding: 0px;
}

.postTitle h3 {
	margin: 0px;
	padding: 0.2em 0;
	font-size:1em;
	font-family:Arial, Helvetica, sans-serif;
}

.postTitle span.postinfo {
	color:#888;
	font-size:1em;
}

.postContent {
	padding-bottom: 0.4em;
}

.blog-post-view .postContent {
	padding-bottom: 1.5em;
}

.postContent p {line-height:1.5em;}

.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	font-weight: bold;
}

.postBookmarks a {display:block;float:left;padding-right:10px;padding-left:20px;margin-bottom:3px;}

#commentArea {
-moz-border-radius:3px;
-ie-border-radius:3px;
-webkit-border-radius:3px;
border-radius:3px;
background-color:#F9F9F3;
border:1px solid #DDDDDD;
padding:8px 12px 12px;
}

#commentArea h2 {margin-bottom:0.5em;}

.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 2px 0px;
	border-top:1px solid #DDD;
	border-bottom:1px solid #DDD;
}
.commentDetails  h4.username{
	display:inline;
	font-size:1em;
}

.commentDetails span.commentDate {color:#666;}

.postError {
	font-size: 1em;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.postDetails .tags UL{
	display:inline;
}
.postDetails .tags UL LI{
font-weight:normal;
	display:inline;
	padding-right:6px;
}


.tags h4 {
font-weight:bold;
}

.menu-tags, .menu-categories, .menu-recent {
	margin:5px 3px 15px 3px;
}

div#rsslink{
	margin:5px 3px 5px 3px;
}

div#rsslink a {display:block;padding:5px 0 5px 30px;background:url(../images/rss.gif) no-repeat 0 50% transparent;}

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-right:10px;
}
.blog .menu-categories UL LI{
	/*margin-left:10px;*/
	margin:0.3em 0 0.5em;
}
.blog .menu-recent UL LI{
	/*margin-left:10px;*/
	margin:0.2em 0 0.4em;
}

.tagcloud{
	margin:0.3em 0 0 0;
}
.tag-count-1{
	font-size:1em;
}
.tag-count-2{
	font-size:1.2em;
}
.tag-count-3{
	font-size:1.4em;
}
.tag-count-4{
	font-size:1.6em;
}
.tag-count-5{
	font-size:1.8em;
}
.tag-count-6{
	font-size:2em;
}
.tag-count-7{
	font-size:2em;
}
.tag-count-8{
	font-size:2em;
}
.tag-count-9{
	font-size:2em;
}
.tag-count-10{
	font-size:2em;
}


.blog .head h4 {
background-image:url(../images/icon_blog.png);
}

.postWrapper .poster{
	display:inline;
}
