@import url("news.css");

#copy .feed .date,
#copy #post .date,
#copy .feed .author,
#copy #post .author {
	display: inline;
	margin-bottom: 0;
}

#copy .feed .author:before,
#copy #post .author:before {
	content: "\b7  ";
} 

#copy .feed .summary {
	margin-top: .8em;
}

#comments {
	border-top: 2px dotted #ccc;	
	border-bottom: 2px dotted #ccc;
}

#copy #comments h3 {
	margin-bottom: 0;
}

#copy #comments ol {
	list-style: none;
	margin-left: 0;
} 

#copy #comments ol {
	list-style: none;
	margin: 0 0 .8em;
} 

#copy #comments ol li {
	padding: 1.6em 2em;
}

#copy #comments ol li.comment2 {
	background-color: #eee;
} 

#copy #comments p{
	margin: 0;
} 

#copy .comment-meta {
	font-size: 11px;
	font-style: italic;
	color: #666;
}

#copy form ul {
	margin-left: 0;
	list-style: none;
}

#copy form li {
	margin: .8em 0;
}

#add_comment form label {
	display: block;
}		

#add_comment form input,
#add_comment form select,
#add_comment form textarea {
	font-family: "lucida sans unicode", "lucida grande", verdana, sans-serif;
	font-size: 12px;
	padding: 2px;
}

#add_comment form textarea {
	width: 560px;
}

#add_comment form button {
	padding: 0;
	border: 0;
	background: url("/images/main/bg-link-submit.png") no-repeat;
	height: 33px;
	width: 110px;
	display: block;
	text-indent: -4000px;
}

