.postWrapper {
	padding-bottom: 15px;
	margin-bottom: 15px;
	clear:both;
	border-bottom: 1px solid #ddd;
}
.blog-post-view .postWrapper{
  border-bottom: none;
}
.postTitle {
	margin-bottom: 0;
	border-bottom: 1px solid #4d4d4d;
	padding-bottom: 5px;
}
.postTitle h2 {
  float: left;
	font-size: 18px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
.commentTitle h2 {
	font-size: 12px;
	font-family: Tahoma;
	font-weight: bold;
	margin: 0 0 0 0;
	padding: 0 0 2px 0;
	border-bottom: 1px solid #4d4d4d;
}
.postTitle h2 a {
  font-family: 'Times New Roman'; 
  font-size: 18px; 
  font-weight: normal; 
  color: #4d4d4d;
  text-decoration: none;
}
.postTitle h2 a:hover { text-decoration: underline; }
.postTitle h2 a.news-category {
  font-size: 14px; 
  text-decoration: underline;
  color: #737373;
  text-transform: uppercase; 
  position: relative;
  top: -1px;
}
.postTitle h3 {
  float: right;
	font-size: 10px;
	margin: 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
	position: relative;
	top: 5px;
}
.postContent {
	padding-bottom: 10px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	color: #424242;
}

.commentWrapper .odd { background: #f0f0f0; }
.commentWrapper .even { background: #fbfbfb; }

.commentContent {
	padding: 0 15px 10px;
	border-bottom: 1px solid #ddd;
	font-family: Verdana;
	font-size: 11px;
}
.commentDetails  {
	margin-bottom:15px;
	padding: 10px 15px 0;
}
.commentDetails  h4.username{
	margin: 0;
	font-style: normal;
}

.postError {
	font-size: 16px;
}

.tags{
	font-weight:bold;
	padding-bottom: 10px;
}
.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 {
	margin:5px 3px 15px 0px;
}

.menu-recent {
	margin:0px 3px 8px 0px;
}

.menu-categories {
	margin:0px 3px 3px 0px;
}

.menu-tags h5, .menu-recent h5 {
  border-bottom: 1px dashed #bdbdbd;
  padding: 0 0 3px 5px;
  margin-bottom: 3px;
}

.menu-categories h5 {
  border-bottom: 1px dashed #bdbdbd;
  padding: 0 0 3px 5px;
  margin-bottom: 8px;
}

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.blog .menu-categories UL LI{
	margin-left:5px;
	background: url(../../images/list/line.gif) 0 8px no-repeat;
	padding-left: 8px;
}
.blog .menu-recent UL LI{
	margin-left:5px;
	background: url(../../images/list/quad.gif) 0 8px no-repeat;
	padding-left: 8px;
}

.blog .content ul li a { text-decoration: none; color: #000; }
.blog .content ul li a:hover { text-decoration: underline; }

.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 {
}

.postWrapper .poster{
	display:inline;
}

#postComment ul li { padding-left: 0; background: none; }
#postComment .group-select .input-box { width: 100%; }
#postComment #comment { width: 99%; height:150px; }
#postComment p.required { text-align: left; }

div.need-login { background-color: #ffeded; border: 1px solid #fe0000; margin-top: 30px; }
div.need-login p { margin: 10px; }