/*
   aarticles.css
   Living Fuels
   
   Created by George Crockford on 2009-06-05.
   Copyright 2009 flowmedia. All rights reserved.
*/

body.news .content h1 {
	font-size: 22px;
	color: #64810d;
	margin: 0;
}

body.news .content h2 {
	font-size: 18px;
	color: #412e11;
	margin: 30px 0 0;
}

body.news .content h3 {
	font-size: 12px;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 14px;
}

body.news .content h3 a {
	color: #999;
}

body.news .content h3 a:hover {
	color: #222;
}

body.news .content h2 a {
	color: #64810d;
}

body.news .content p,
body.news .content .pagination {
	color: #333;
	margin: 0 0 14px;
	font-size: 14px;
}

body.news .content a {
	color: #64810d;
}

body.news .content a:hover {
	color: #45b8cc;
	text-decoration: none;
}

body.news .content {
	float: left; 
	padding: 30px 30px 20px;
	border-right: 1px solid #efefef;
	width: 579px;
}

body.news .content .news-search {
	background: #f1f9da;
	padding: 20px;
	margin: 14px 0 0;
}

body.news .content .news-search h3 {
	font-family: 'Palatino Linotype', 'Book Antiqua', 'Palatino', serif;
	font-size: 14px;
	font-weight: bold;
	color: #333;
}

body.news .content .news-search p {
	font-size: 14px;
	margin: 12px 0 0;
}

body.news .content .news-search .disabled {
	display: none;
}

body.news .content .news-pagination p {
	margin: 0;
	color: #999;
	font-size: 14px;
}

body.news .content .news-pagination .disabled {
	display: inline;
	color: #333;
}

body.news .content .news-pagination .next_page:after {
	content: "\0020 \00BB";
}

body.news .content .news-pagination .prev_page:before {
	content: "\00AB \0020";
}

body.news .side {
	float: left;
	width: 320px;
}

body.news .side .twitter {
	background: url(/images/twitter.jpg) 242px center no-repeat;
	padding: 20px 78px 20px 30px;
	font-size: 14px;
	border-top: 1px solid #efefef;
	border-bottom: 1px solid #efefef;
}

body.news .side .twitter p {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	color: #999;
}

body.news .side h1 {
	margin: 20px 30px 0;
}

body.news .side ul {
	margin: 0 0 20px;
}

body.news .side ul li {
	margin: 0;
	padding: 20px 30px 0;
}

body.news .side ul li p {
	font-size: 14px;
	color: #666;
	margin: 0;
	padding: 0;
}

body.news .side ul li h5 {
	font-size: 12px;
	color: #999;
	margin: 0;
	font-family: Helvetica, Arial, sans-serif;
}

body.news .content form#new_comment {
	width: 577px;
	float: left;
	margin: 20px 0 0;
}

body.news .content form #recaptcha_widget_div {
	float: right;
	clear: left;
}

body.news .content form .field p {
	width: 446px;
	float: right;
	margin: 10px 0 5px;
	color: #666;
}

body.news .content form .field label {
	float: left;
	clear: left;
	width: 131px;
	font-size: 14px;
	color: #666;
	padding: 5px 0;
}

body.news .content form .field input,
body.news .content form .field textarea {
	width: 436px;
	float: left;
	margin: 0 0 5px;
	padding: 4px;
	border: 1px solid #ddd;
}

body.news .content form .checkbox {
	float: left;
	margin: 10px 0 10px 131px;
}

body.news .content form .checkbox label {
	float: left;
	font-size: 14px;
	color: #666;
}

body.news .content form .checkbox input {
	float: left;
	margin: 0 5px 0 0;
}

body.news .content form p.button {
	float: left;
	clear: left;
	margin: 10px 0 0 131px;
}

body.news .content form p.note {
	float: left;
	clear: left;
	margin: 10px 0 0 131px;
	font-size: 11px;
	color: #999;
	font-family: Helvetica, Arial, sans-serif;
}

body.news .content form p.note strong {
	font-weight: bold;
}

body.news .content .comment {
	margin: 10px 0;
}

body.news .content .comment .comment-content {
	float: left;
}

body.news .content .comment .date {
	float: left;
	clear: left;
	background: #dfe684;
	margin: 0 10px 20px 0;
	padding: 5px 0;
}

body.news .content .comment .date p.month {
	font-family: Helvetica, Arial, sans-serif;
	color: #546f00;
	margin: 0 5px;
	text-align: center;
	font-size: 10px;
}

body.news .content .comment .date p.day {
	font-family: Helvetica, Arial, sans-serif;
	color: #546f00;
	margin: 0 5px;
	text-align: center;
	font-size: 24px;
}

body.news .content .comment h5 {
	font-size: 12px;
	color: #546f00;
	font-family: Helvetica, Arial, sans-serif;
	margin: 0 0 5px;
}

body.news .content .comment h5 a {
	color: #999;
}

body.news .content .comment h5 a:hover {
	color: #222;
}

body.news .content form .errorExplanation {
	background: #f1f9da;
	padding: 10px;
	margin: 0 0 20px;
}

body.news .content form .errorExplanation h2 {
	margin: 0 0 5px;
	font-size: 14px;
	font-weight: bold;
}

body.news .content form .errorExplanation p {
	margin: 0 0 5px;
}

body.news .content form .errorExplanation ul {
	margin: 0;
	list-style: circle;
	padding: 0 0 0 20px;
	color: #64810d;
}

body.news .content form .errorExplanation ul li {
	font-size: 14px;
	color: #666;
}