@import "index.css";

div.blog-snip {
	width: 815px;
	height: auto;
	padding: 20px 20px 0px 20px;
	border-bottom: 1px solid #9be6eb;
}

div#comments-container {
	width: 815px;
	height: auto;
	padding: 5px 20px 10px;
}

div.blog-text {
	width: 815px;
	padding: 0px 0px 20px 0px;
}

div.blog-text img.header-image {
	margin: 0px 20px 15px 0px;
}

div.blog-comment {
	background: #f2f2f2 url('../../images/blog_quotes.gif') no-repeat left top;
	padding: 15px 45px 15px;
	border-bottom: 1px solid #fff;
}

div.blog-comment p {
	color: #333333;
}

div#comment-count {
	font: bold 10pt Arial;
	color: #333333;
	height: 22px;
}

div#comment-count a:link, div#comment-count a:visited, div#comment-count a:hover, div#comment-count a:active {
	font: 8pt Arial;
	color: #999999;
	text-decoration: underline;

}
div#comment-form-container {
	border: 1px solid #cccccc;
	background: #e8f7f8;
	padding: 10px;
	
}

div#comment-form-container textarea, div#comment-form-container input {
	width: 300px;
	border: 1px solid #cccccc;
	font: 8.5pt Arial;
}

input.dark-text {
	color: #4a4947 !important;
}

input.light-text {
	color: #969696 !important;
}

div#comment-form-container input {
	margin-bottom: 10px;
}

div#comment-form-container textarea {
	margin-bottom: 5px;
	color: #4a4947;
}

span.comment-close {
	float: left;
}

span.comment-post {
	float: right;
}

span.comment-post a:link, span.comment-post a:visited, span.comment-post a:hover, span.comment-post a:active {
	color: #4a4947 !important;
}

div#comment-form-container a:link, div#comment-form-container a:visited, div#comment-form-container a:hover, div#comment-form-container a:active {
	font: 8pt Arial;
	color: #999999;
	text-decoration: none;
}

div.blog-text h3 {
	margin-bottom: 4px;
	margin-top: 15px;
}

div.blog-text ul {
	margin-top: 10px;
	color:#4A4947;
	font-family:Arial;
	font-size:8.5pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	line-height:17px;
}

div.blog-text li {
	margin-left: 15px;
	color:#4A4947;
	font-family:Arial;
	font-size:8.5pt;
	font-size-adjust:none;
	font-stretch:normal;
	font-style:normal;
	font-variant:normal;
	font-weight:normal;
	line-height:17px;
	list-style: circle;
}

div.blog-text strong {
	font-weight: bold;
}

div.blog-text em {
	font-style: italic;
}