.postWrappernews {
	padding-bottom:0px;
	clear:both;
}

.col-mainnews {
-moz-border-radius-bottomleft:8px;
-moz-border-radius-bottomright:8px;
-moz-border-radius-topleft:8px;
-moz-border-radius-topright:8px;
border:1px solid #CCCCCC;
width:510px;
float:left;
margin:5px;
}

a.news {
color:#007ED3;
text-decoration:none;
}

a.newspages {
margin-left:8px;
margin-right:8px;
color:#007ED3;
text-decoration:none;
}


.postTitlenews {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDDDDD;
	margin-bottom:0px;
	padding:6px;
	clear:both;
}
.postTitlenews h2 {
	color:#007ED3;
	font-size: 12px;
	text-decoration:none;
	font-weight: bold;
	margin-left: 0px;
	padding: 0px;
}
.postTitlenews h3 {
border-top:1px #cccccc dotted;
border-bottom:1px #cccccc dotted;
	font-size: 10px;
	float:right;
	text-decoration:none;
	font-style:italic;
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.postcommentnews h3 {
border-top:1px #cccccc dotted;
border-bottom:1px #cccccc dotted;
	font-size: 10px;
	float:left;
	text-decoration:none;
	font-style:italic;
	margin-top: 2px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}


.group-selectnews {
    margin:0;
    padding:8px;
	border-top:1px solid #CCCCCC;
    }


.button-setnews { margin:0; border:none; background:url(../images/login_box_form_buttons_bg.gif) repeat-x; padding:8px 13px; }

p.requirednews { font-size:.95em; text-align:left; color:#FF0000; }

.addcomment {
padding:8px;
}

.commentBoxnews {
padding:8px;
text-decoration:none;
font-size:16px;
font-weight:bold;
font:bold;
text-align:left;
}

.postContent {
	border-bottom:1px solid #CCCCCC;
	padding: 10px;
}

.postContentfront {
	padding: 8px;
}


.postDetails {
	padding: 10px;
}
.postBookmarks {
	padding-bottom: 0px;
}
.postBookmarks h4 {
	
	font-size: 12px;
	font-weight: bold;
}
.commentWrapper {
	padding: 8px;
}
.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;
}
.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;
}

/* My button */

.myclear { /* generic container (i.e. div) for floating buttons */
    overflow: hidden;
    width: 100%;
}

.mybuttonblog {
    background: transparent url('../images/bg_button_a.png') no-repeat scroll top right;
    color: #444;
    display: block;
    float: right;
    font: bold 11px arial, sans-serif;
    height: 24px;
    margin-right: 6px;
    padding-right: 18px; /* sliding doors padding */
    text-decoration: none;
	border:0;
	cursor:pointer;
	margin-top:5px;
	margin-bottom:5px;
}

.mybuttonblog span {
    background: transparent url('../images/bg_button_span.png') no-repeat;
    display: block;
    line-height: 14px;
    padding: 5px 0 5px 18px;
	border:0;
	
}

.mybuttonblog:active {
    background-position: bottom right;
    color: #000;
    outline: none; /* hide dotted outline in Firefox */
}

.mybuttonblog:active span {
    background-position: bottom left;
    padding: 6px 0 4px 18px; /* push text down 1px */
}
