.postWrapper {
	padding-bottom: 25px;
	clear:both;
    color: #333333;
}
.postTitle {
}
.postTitle h2 {
	font-weight: normal;
	margin: 0px;
	padding: 0px;
    color: #6ecbd2;
}
.postTitle h4 {
    font-size: 16px;
    font-weight: normal;
    margin-bottom : 10px;
    padding-bottom : 5px;
    color: #6ecbd2;
    border-bottom: 1px solid #6ecbd2;
}
.postTitle h2 a{
    font-size: 24px;
    text-decoration: none;
    color: #6ecbd2;
}
.postTitle h2 a:hover{
    color: #333333;
}
.postTitle h3 {
	font-size: 12px;
	margin: 5px 0px;
	padding-top: 2px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
    color: #333333;
}
.postContent {
	padding-bottom: 10px;
}
.postContent p{
    margin: 0px;
}
.postDetails {
	
}
.postBookmarks {
	padding-bottom: 10px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding-bottom: 15px;
}
.commentContent {
	padding-bottom: 0px;
}
.commentDetails  {
	padding: 8px 0px 0px 26px;
    background:url(../images/comment-user-bg.jpg) no-repeat;
    height: 27px;
}
.commentDetails  span.username{
	display:inline;
    color: #6ecbd2;
    font-weight: bold;
}

.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, .menu-categories, .menu-recent{
	margin:5px 3px 15px 3px;
}

.menu-tags{
    display: none;
}

.menu-categories h5 {
    color: #70cbd2;
    border-bottom: 1px solid #6ecbd2;
    font-size: 16px;
}

.blog .menu-tags UL LI{
	display:inline;
	padding:2px;
	margin-left:10px;
}
.blog .menu-categories UL LI{	
    border-bottom: 1px solid #70cbd2;
    margin-bottom: 5px;
}
.blog .menu-categories UL LI a{
    color: #000;
    text-decoration: none;
    font-size: 12px;
}
.blog .menu-categories UL LI a:hover{
    color: #70cbd2;
}
.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;
}

.filedunder {
    margin: 5px 0px;
    font-weight: bold;
    color: #6ecbd2;
}

.filedunder a{
    color: #6ecbd2;
    text-decoration: none;
}

.filedunder a:hover{
    color: #6ecbd2;
}

.postcomment-detail {
    overflow: hidden;
    border-top: 1px solid #6ecbd2;
    border-bottom: 1px solid #6ecbd2;
    padding: 5px 0px;
}

.postcomment-detail a{
    color: #6ecbd2;
    text-decoration: none;
}

.postcomment-detail a:hover{
    color: #6ecbd2;
}

a.olderpost {
    display: block;
    background:url(../images/olderpost.jpg) no-repeat;
    width: 142px;
    height: 33px;
}

a.newerpost {
    display: block;
    background:url(../images/newerpost.jpg) no-repeat;
    width: 142px;
    height: 33px;
}

.commentup {
    display: block;
    background:url(../images/comment-up-bg.jpg) no-repeat;
    width: 685px;
    height: 10px;
}

.commentdown {
    display: block;
    background:url(../images/comment-down-bg.jpg) no-repeat;
    width: 685px;
    height: 10px;
}

.commentmiddle {
    background: #e9f7f8;
    padding: 5px 10px;
}

#postComment .input-box {
    float: none;
}

#postComment .group-select {
    margin: 0px;
    padding: 0px;
    border: none;
    background: none;
}

#postComment .group-select ul li{
    margin:0px;
    padding: 0px;
}

#postComment .button-set{
    border: none;
    text-align: left;
    margin-top: 10px;
    margin-bottom: 60px;
}

#postComment .button-set p.required{
    text-align: left;
}

#postComment .button-set .form-button{
    background:url(../images/submit-comment-bg.jpg) no-repeat;
    width: 182px;
    height: 33px;
    border: none;
}
