/* 
=====
(c) 2009 J.S. Negley LLC
www.jsnegley.com
template: jsN_Maximus
file: css/article.css

version: 2009-06-04
=====
*/

/* --- General --- */
h1{
	color: #046b38;
	font-size: 17px;
	font-weight: bold;
    margin: 1.8em 0 0;
}
h2{
	color: #046b38;
	font-size: 15px;
	font-weight: bold;
    margin: 1.8em 0 0;
}
h3{
	color: #046b38;
	font-size: 13px;
	font-weight: bold;
    margin: 1.9em 0 0;
}
h4{
	font-size: 13px;
	font-weight: bold;
    margin: .8em 0 .2em;
}
ol, ul{ margin: 0 0 0 20px; }
li{
	list-style-position: outside;
	margin: 0.6em 0 0 1.5em;
}
li strong{
	color: #046b38;
}
p{
	line-height: 1.5em;
    margin: .4em 0 ;
}
p.question{
    font-family: verdana, sans-serif;
	color: #046b38;
	font-size: 14px;
	font-weight: bold;
	line-height: normal;
	padding: 10px 0 0;
	border-top: 1px dotted #999;
}
p.answer{
    font-family: verdana, sans-serif;
	color: #333;
	line-height: normal;
	margin: 5px 15px 20px;
}
p.quote{
    font-family: verdana, sans-serif;
	color: #333;
	font-size: 14px;
	line-height: normal;
    margin: 20px 15px 0px;
}
p.quote-from{
    font-family: verdana, sans-serif;
	color: #666;
	font-size: 12px;
	line-height: normal;
	text-align: right;
    margin: 0 15px 30px;
	padding: 0 0 10px;
	border-bottom: 1px dotted #999;
}
p.comment{
	font-family: verdana, sans-serif;
	color: #24b24b;
	font-size: 12px;
    font-weight:bold;
	margin: 0;
}
span.comment{
	color: #9a9a9a;
	font-size: 10px;
	line-height: normal;
}
p.source{
	font-family: verdana, sans-serif;
	color: #999;
	font-size: 11px;
    font-weight: normal;
	text-align: right;
	margin: 0;
}
p.alert{
	font-family: verdana, sans-serif;
	color: #cc0000;
	font-size: 12px;
    font-weight: bold;
	margin: 8px 0;
}
p.other{
    font-family: verdana, sans-serif;
	color: #999;
	font-size: 13px;
	line-height: 2em;
    margin: 8px 30px;
}
.small {
	color: #999;
}
hr {
	display: block;
	clear: both;
	border-top: 0;
	border-right: 0;
	border-bottom: 1px solid #333;
	border-left: 0;
	line-height: 0;
	height: 1px;
	margin: 4px 0;
	padding: 0;
}

/* === images ====== */
img { border: 0; display: block;}
img.image {
	margin: 0 10px 10px;
	padding: 0;
	border: solid 1px #333;
}
img.image-align-center {
	display: block;
	margin: 0 auto;
	padding: 0;
}
img.image-align-left {
	display: block;
	float: left;
	margin: 0 15px 10px 0;
	padding: 0;
}
img.image-align-right {
	display: block;
	float: right;
	margin: 0 0 10px 15px;
	padding: 0;
}

/* -- other -- */

.coupon {
border:3px dashed #046b38;
font-family: Verdana,Arial,Helvetica,sans-serif;
margin-left:150px;
text-align: center;
padding:10px;
width:300px;
}

input, textarea{ margin: 3px 0;}