/* @override http://127.0.0.1/web/css/articles.css */

a.h2 {
	background: #eee url(../images/article_ico_sm1.png) no-repeat 0 3px;
	
	text-transform:none;
	padding-left: 18px;
	border-style: none;
	padding-top: 3px;
	padding-bottom: 3px;
	margin-bottom: 2px;
	font: bold 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #b9293b;
	margin-left: 0;
	display: block;
}

.author {
	color: #575757;
	text-transform: capitalize;
	float: left;
	font-style: italic;
}

.date {
	float: left;
	margin-left: 10px;
}

a.read_more {
	background: url(../images/article_go.png) no-repeat;
	padding-left: 18px;
	padding-top: 2px;
	padding-bottom: 2px;
}

p {
	font: 11px "Lucida Grande", Lucida, Verdana, sans-serif;
	/* text-indent: 20px; */
}



.author_detail {
	color: #616161;
	margin-right: 4px;
	text-transform: capitalize;
}

.date_detail {
	color: #616161;
	margin-right: 4px;
	margin-left: 4px;
}

h1.article {
	color: #b9293b;
}

.taste_img {
	float: right;
	padding: 15px;
	margin-left: 15px;
	background: url(../images/article_im_bg.png) no-repeat -8px -11px;
	width: 100px;
	text-align: center;
}

#images_col {
	width: 140px;
	float: right;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 30px;
}

#add_comments {
	float: right;
	margin-right: 20px;
}

#add_comment textarea {
	height: 100px;
	width: 200px;
}

.comment_username {
	background: url(../images/review.png) no-repeat;
	padding: 3px 5px 3px 20px;
	font-weight: bold;
}

.comment {
	margin-bottom: 15px;
	display: block;
	padding-bottom: 15px;
	margin-top: 4px;
	border-bottom: 1px dashed silver;
	width: 600px;
}

.comment_date {
	color: #8f8f8f;
	margin-right: 4px;
}