#box_login{
	width: 180px;
	float: right;
	margin-top: -10px;
}

	#box_login label,
	.login_curve label{
		display: block;
		float: left;
		width: 50px;
		text-align: left;
		padding-right: 5px;
	}
	
	
	#box_login .text,
	.login_curve .text{width: 80px;}
	
	#box_login form,
	.login_curve form{margin:0; padding:0;}
	
	#box_login p,
	.login_curve p{
		 margin:0; 
		 padding: 1px 0;
		 text-align: left;
		 font-size: .7em;
	}
	#box_login p.submit_line{text-align: right;}
	.submit_button , button{
		width: 75px;
		background: url(../images/button_small.gif) no-repeat ;
		border:none;
			font-size: 0.9em;
			font-weight: bold;
		padding: 3px 0;
		margin: 3px 0;
	}



	
.box_curve .box_title{
	font: 0.8em Arial;
	font-weight: bold;
	padding: 5px 0;
	padding-left: 30px;
}



.box_curve ul{
	margin: 0;
	padding: 0;
}

.box_curve ul li{
	list-style-type: none;
	font: 0.75em Arial;
}

* html .box_curve {height: 1px;}

.box_header{
	font-size: 1.1em;
	font-weight: bold;
	color: #000;
	border-bottom: 1px solid #faaf18;
	margin-bottom: 3px;
}


.most_popular .box_title{
	background: url(../images/icon1.gif) no-repeat left;

}

.most_emailed .box_title{background: url(../images/icon1.gif) no-repeat 10px;}

.most_commented {margin-top: -10px;}
.most_commented .box_title{ 
	color: #fff; 
	background: #a8b5ab url(../images/bulb_gray.gif) no-repeat left; 
}

.most_commented img{display:none;}

.most_commented li{padding-bottom: 10px;}

.most_commented a:link,
.most_commented a:visited{
	color: #5a58a4;
	text-decoration: underline;
	font-size: .9em;
	font-weight: bold;
}

.most_commented a:hover{
	text-decoration: none;
}

.most_commented p{
	margin:0;
	padding:0;
	font-size: .9em;
}

.latest_comments .box_title{ 
	color: #fff; 
	background: #BE2025 url(../images/icon2.gif) no-repeat left;
}

.latest_comments img{
	float: left;
	margin-right: 5px;
}


.tag_cloud .box_title{
	background: #fff url(../images/icon1.gif) no-repeat left ;
	
	font-size: 1em;
}





/******************************************
			CSS SUBPAGES 
****************************************/

* html .category_curve{
	width: 510px;
}

* html .category_curve .curve_content{height: 1px;}

.category_curve .article_link{
	text-align: right;
}

.article_curve{
	color: #000;
	font-size: .8em;
}

.article_curve .full_article_image{	
	float: left; 
	padding: 0;
}
.article_curve .full_article_image img{margin: 0 5px 0 0;}
.article_curve .image_caption{display: none;}

	* html .article_curve{
		padding: 10px;
	}



.tag_curve .article_link{
	text-align: right;
}


#comment_form_holder{
	border-top: 2px solid #ccc;
	padding-top: 10px;
}
	* html #comment_form_holder{height: 1px;}

.error{
	color: #f00;
	font-weight: bold;
}
	
.article_comments{
	clear:both;
	position: relative;
}


.article_comments .comment_holder{
	background: #eee;
	padding: 10px;
	margin: 3px 0;
}
	* html .comment_holder{height: 1px;}

.comment_content .author{margin:0; padding:0;}
.comment_content .author img{margin:0 5px 0 0; padding:0; }
