.sidebar{float: left;
	margin: 0;
	
}
.cat-item {
float:left;	
clear: both;
height:38px;
padding-left: 1px;
list-style: none;
margin: 0;

}

.cat-item  a{
	text-decoration: none;
	float: left;
	padding: 20px;
	width:197px;
	font-size: 14px;
	line-height: 0;
	text-transform: uppercase;
background: #ffffff url(../images/bg-side-menu.jpg) repeat-x;
color:#4D4D4D;


}

.cat-item  a:hover{
	background: #ffffff url(../images/bg-side-menu-hover.jpg) repeat-x;
color:white;
}

h2 a{
	font-size:20px;
	text-decoration: none;
}

.news-panel{
	
	background: #ffffff url(../images/bg-panel.jpg) repeat-x;
}

.bottom-article{
font-size: .8em;
 margin-bottom: 1.875em; 
 line-height: 1.875em; 	
 text-transform: uppercase;
}

.bottom-article a {
text-decoration: none;	
}

#commentform label{
	float: left;
	font-size: 13px;
	vertical-align: top;
	
}

#commentform input {
	float: left;
	width: 170px;
	padding: 2px;
	margin: 5px 0 1px 0;
	}

#commentform textarea {
	float: left;
	width: 98%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */