/* ANASTACIA DREAMS :: News stylesheet */
#content {
	text-align: justify;
}

#content a {
	color: #30d5df;
	text-decoration: none;
}

#content a:hover {
	color: #30d5df;
	text-decoration: underline;
}

#content a:active {
	color: #30d5df;
	text-decoration: none;
}

#content a:visited {
	color: #30d5df;
	text-decoration: none;
}

.new {
	margin-bottom: 6px;
	display: block;
	font-size: 10.5px;
}

.new hr {
	height: 2px;
	color: #e7e7e7;
	background-color: #e7e7e7;
	border-width: 0px;
}

.new_box {
	display: block;
	background-color: #ffffff;
	background-image: url(../images/new_box_bg.gif);
	background-position: top right;
	background-repeat: no-repeat;
	padding: 5px 10px 5px 10px;
	border-top-style: solid;
	border-left-style: solid;
	border-bottom-style: none;
	border-right-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
}

.new_text {
	display: block;
	background-color: #ffffff;
	padding: 5px 10px 5px 10px;
	border-top-style: none;
	border-left-style: solid;
	border-bottom-style: solid;
	border-right-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
}

.new_box strong {
	color: #aeaeae;
	font-weight: bold;
			border: #CCCCCC;
}

.comment {
	margin-bottom: 5px;
	display: block;
	padding: 5px 10px 5px 10px;
	background-color: #ffffff;

}

.comment_header {
	display: block;
	border-bottom-style: solid;
	border-width: 1px;
	border-color: #e7e7e7;
        margin-bottom: 7px;
        padding-bottom: 3px;
}

/* .comments1 {
	margin-bottom: 5px;
	display: block;
	padding: 5px 10px 5px 10px;
} */

.author {
	color: #30d5df;

}

#comment_form {
	margin-top: 30px;
}