/*This css file is used for formatting the comments displayed dynamically by
the comment_include.php script.
Copyright 2009 Samuel Stewart
The elements are laid out so that the top elements push down the bottom ones with margins.
---------------------------------------------------
*/

/*This section is used for displaying comments*/
/*Format the text that warns of no comments*/
.no_comments {
	color: #BCBCBC;
	font-size: 16px;
	margin-left: 18px;
}
.separator {
	margin-bottom: 12px;
	margin-top: 40px;
	height: 36px;
	width: 528px;
	margin-left: 30px;
}
.comment_cell {
	width: 521px;
	padding: 3px;
	margin-left: 70px;
	text-align: left;
	
}
.new_comment {
	margin-top: 3px;
	margin-bottom: 9px;
	font-size: 14px;
	width: 142px;
	height: 16px;
}
.title_text {
	font-size: 21px;
	color: #EE9F67;
	font-style: italic;
	margin-bottom: 10px;
	font-weight: bold;
}
/**This is the div that holds the By "name" text.*/
.author_text {
	margin-bottom: 2px;
}
.name_text {
	font-weight: bold;
	font-size: 15px;
	color: #000000;
}
.time_text {
	font-size: 14px;
	color: #4A4A4A;
	margin-bottom: 6px;
}
.body_text {
	padding: 2px;
	font-size: 14px;
	font-style: normal;
	margin-bottom; 2px;
}
.reply_comment {
	margin-bottom: 8px;
	font-size: 11px;
	margin-right: 76px;
	margin-left: 320px;
}

.stars {
}

/*This section is used for formatting the form for posting
comments. The upper elements use margins to push the lower ones down.*/
.form_cell {
	width: 512px;
	background-color: #CCFF66;
	padding: 4px;
	padding-left: 48px;
	margin: 4px;
	margin-left: 45px;
	margin-top: 20px;
}
.form_text {
	font-size: 14px;
	text-align: right;
}
.name {
	padding-left: 32px;
	margin-top: 20px;
	width: 280px;
	height: 32px;
	margin=bottom: 4px;
}
.title {
	padding-left: 32px;
	width: 280px;
	height: 32px;
	margin-bottom: 4px;
}
.comment_text {
	width: 59px;
	height: 20px;
	margin-bottom: 85px;
	float: left;
	
}
.comment {
	padding: 12px;
	width: 410px;
	margin-bottom: 13px;
}
.captcha {
	width: 405px;
	margin-bottom: 20px;
}
/*This allows us to put the text up at the top of the captcha box.*/
.captcha_text {
	width: 72px;
	height: 20px;
	margin-bottom: 130px;
	float: left;
}
.post {
	width: 100px;	
	margin-left: 76px;
	margin-bottom: 10px;
}
/*The following section allows us to format errors.
It is mainly for the comment_post.php*/
.input_error {
	width: 400px;
	margin: 0 auto;
	padding: 14px;
	color: #F31D1D;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
.success {
	width: 430px;
	margin: 0 auto;
	padding: 14px;
	color: #32A025;
	font-weight: bold;
	font-size: 17px;
	text-align: center;
}
/*This applys to the admin area*/
.admin_content {
	padding: 19px;
}