/* CSS Document */

h1,h2,h3,h4,h5,h6 {
	color:#000000;
	font-weight:normal;
	font-family:Helvetica,Arial,Geneva,sans-serif;
}
h1 {
	margin:0 0 0.5em;
	font-size:1.8em;
	line-height:1.2;
}
h2 {
	clear:both;
	margin:1.2em 0 0;
	font-size:1.5em;
	line-height:1.3;
}
.about #main h2 {clear:none}
h3 {
	margin:0.5em 0 0;
	font-size:1.3em;
}
.home h1 {
	margin:0;
	color:#fff;
	font-size:1em;
	line-height:1.0;
}
.home #main h2 {
	margin:0 0 0.5em;
	color:#666;
	font-weight:normal;
	font-size:1.1em;
	line-height:1.0;
	text-transform:uppercase;
	letter-spacing:1px;
}
.home #main .entry h3 {
	margin:0 0 0.5em;
	font-weight:normal;
	font-size:1.8em;
	line-height:1.2;
	text-transform:none;
}
h2 a:link,
h2 a:visited,
h2 a:hover,
h3 a:link,
h3 a:visited,
h3 a:hover {
	margin:0;
	padding:0;
	border-bottom:1px dotted #8A8E27;
	color:#8A8E27;
	font-weight:normal;
}
h2 a:hover,
h2 a:focus,
h2 a:active,
h3 a:hover,
h3 a:focus,
h3 a:active {color:#D03900}
.note h3 {
	color:#333;
	text-transform:none;
}
.note h3 a:link,
.note h3 a:visited {
	border-bottom-color:inherit;
	color:#333;
	font-weight:bold;
}
.note h3 a:hover {
	color:#D03900;
	border-bottom:1px solid #D03900;
}

/*
=Secondary content
*/
#content-secondary h3 {
	margin:0 0 0.25em;
	padding-left:22px;
	color:#8A8E27;
	background:url(/images/icon_learnmore.gif) no-repeat 0 50%;
	font-weight:normal;
	font-size:1.3em;
	line-height:1.0;
	text-transform:none;
	letter-spacing:0;
}
#content-secondary dl {margin-top:-0.5em}
#content-secondary dt {margin-top:1em}
#content-secondary dd {margin:0}
p.more {text-align:right}
p.more a {
	padding-right:10px;
	background:url(/i/arrow-more.gif) no-repeat 100% 50%;
}
p.more a:focus,
p.more a:active {background:#ffc url(/i/arrow-more.gif) no-repeat 100% 50%;}

/*
=Recommended
*/
.sbar {
	margin:0 0 0.75em;
	padding:0 0 1em;
	border-bottom:1px dashed #b6c8b0;
}
.sbar ul {
	margin:0.5em 0 0 16px;
	padding:0;
	list-style:none;
}
.sbar li {
	display:inline;
	margin:0 6px 0 0;
	padding:0;
	background:transparent;
}
.recommended img {
	display:inline;
	padding:4px;
	border:1px solid #ccc;
}
.recommended li a,
.recommended li a:hover {
	border:none;
	background-color:transparent;
}
.recommended a:hover img,
.recommended a:focus img,
.recommended a:active img {border-color:#d03900}
.recommended p {
	clear:both;
	margin:0 0 0 16px;
	text-align:left;
}
