@import url('global.css'); /* Pulls in Global Styles */
@import url('blog.css'); /* Pulls in Global Blog Styles */
@import url('contact-errors.css'); /* Pulls in Comment Form Error Styles */

/*
===
	Comments
===
*/

.comment {
	margin: 0;
	padding: 0 0 10px 0;
}

.comment-header {
	font-size: 14px;
	font-weight: 900;
}

.comment-content {
	margin: 0;
	padding: 10px 20px 0 10px;
}

.comment-content p {
	margin: 0;
	padding: 0 0 10px 0
}

.comment-footer {
	text-align: right;
	font-style: italic;
}

/* Comment Form */

.comments-open-content input.hidden {
	display: none;
}

.comments-open-content form input {
	display: block;
}

.comments-open-content form input#comment-author,
.comments-open-content form input#comment-email,
.comments-open-content form input#comment-url {
	width: 200px;
	padding: 5px;
	margin: 0 0 8px 0;
	border: 1px solid #000;
}

.comments-open-content form textarea#comment-text {
	width: 375px;
	padding: 5px;
	margin: 0 0 8px 0;
	border: 1px solid #000;	
}

/* Comment Form Errors */


