.postWrapper {
  padding: 0 0px 25px;
  border-bottom: 1px solid #cecfc7;
  overflow: hidden;
  /*margin: 0px 38px 0px;*/
  margin-bottom: 10px;
}

* html .postWrapper {
  display: inline-block;
}
.postWrapper.last {
  border-bottom: 0px solid #cecfc7;
}
.postTitle {
  padding-bottom: 25px;
}
.postTitle h2 {
  font: normal 18px/120% Arial, sans-serif;
  font-family:Arial;
  font-size:18px;
  line-height:120%;
  text-decoration:none;
  color: #61664c;
}
.postTitle h3 {
  display: none;
}
.postTitle h2 a {
  font: normal 18px/120% Arial;
  color: #61664c;
  text-decoration: none;
}
.postContent {
	padding-bottom: 10px;
  font: normal 12px/120% Arial;
  color: #444;	
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	margin-bottom:5px;
	padding: 0px;
}
.commentDetails  h4.username{
	display:inline;
}

.postError {
	font-size: 16px;
}

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


.tags h4 {
font-size:12px;
font-weight:bold;
}

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

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.blog .menu-categories UL LI{
	margin-left:10px;
}
.blog .menu-recent UL LI{
	margin-left:10px;
}

.tagcloud{
	/* text-align:center; */ 
}
.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;
}



/* Blog ================================================================================== */
.postWrapper .postContent  > p {
  font: normal 12px/120% Arial;
  color: #444;
  padding-bottom: 15px;   
}
.postWrapper .postDetails h3 {
  font: normal 12px/150% Arial;
  color: #a7ab96;
  background: transparent url('../images/icon_clock.gif') left 3px no-repeat;
  padding: 0px 0px 0px 17px;  
  float: left;
}
.postWrapper .postDetails .chat {
  color: #a7ab96;
  background: transparent url('../images/icon_comment.gif') left 4px no-repeat;
  padding: 0px 0px 0px 15px;
  text-decoration: none; 
  float: right; 
}
.postWrapper .postDetails .chat:hover {
  text-decoration: underline; 
}
/* ======================================================================================= */
