/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 3.0.0
build: 1549
*/
/*
	TODO will need to remove settings on HTML since we can't namespace it.
	TODO with the prefix, should I group by selector or property for weight savings?
*/
html{
	color:#000;
	background:#FFF;
}
/*
	TODO remove settings on BODY since we can't namespace it.
*/
/*
	TODO test putting a class on HEAD.
		- Fails on FF. 
*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
textarea,
p,
blockquote,
th,
td {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:0;
}
/*
	TODO think about hanlding inheritence differently, maybe letting IE6 fail a bit...
*/
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
	font-style:normal;
	font-weight:normal;
}
/*
	TODO Figure out where this list-style rule is best set. Hedger has a request to investigate.
*/
li {
	list-style:none;
}

caption,
th {
	text-align:left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,
q:after {
	content:'';
}
abbr,
acronym {
	border:0;
	font-variant:normal;
}
/* to preserve line-height and selector appearance */
sup {
	vertical-align:text-top;
}
sub {
	vertical-align:text-bottom;
}
input,
textarea,
select {
	font-family:inherit;
	font-size:inherit;
	font-weight:inherit;
}
/*to enable resizing for IE*/
input,
textarea,
select {
	*font-size:100%;
}
/*because legend doesn't inherit in IE */
legend {
	color:#000;
}




/* ********* ********* ********* ********* ********* */
/* ********* ********* ********* ********* ********* */
/* ********* ********* ********* ********* ********* */
html
{
	background-color: #eee;
	color: #333;
}

body
{
	font:13px/1.231 Tahoma,Arial,Helvetica,clean,sans-serif;
}

b, strong
{
	font-weight: bold;
}

em, i
{
	font-style: italic;
}

.borderless
{
	border: none !important;
}

/* Prolog */
#plo
{
	margin: 8px 0 16px 0;
	clear: right;
	float: right;
	width: 310px;
	height: 320px;
	color: #555;
	background-color: #eee;
	text-align: right;
	letter-spacing: 0.5px;
	line-height: 28px;
	font-size: 16px;
}

#pl
{
	margin: 0 auto 0 auto;
}

#pli
{
	padding: 16px;
}

#pli h1
{
	line-height: 30px;
	font-size: 20px;
	font-weight: bold;
}

#pli a,
#pli a:visited
{
	color: #f2582d;
	text-decoration: none;
}

#pli a:hover
{
	color: #f2582d;
	border-bottom: 1px #f2582d solid;
	text-decoration: none;
}

/* Header */
#hdo
{
	width: 100%;
	background-color: #aaa;
}

#hd
{
	margin: 0 auto 0 auto;
	width: 974px;
}

#hdi
{
	padding: 10px 0 10px 0;
}

#hdi h1
{
	clear: left;
	float: left;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: bold;
	letter-spacing: 1px;
}

#hdi p
{
	clear: right;
	float: right;
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	font-weight: normal;
	letter-spacing: 1px;
}

#hdi a,
#hdi a:visited
{
	color: #fff;
	text-decoration: none;
}

#hdi a:hover
{
	color: #fff;
	border-bottom: 2px #fff solid;
	text-decoration: none;
}

/* Navigation */
#nvo
{
	width: 100%;
	background-color: #eee;
}

#nv
{
	margin: 0 auto 0 auto;
	width: 974px;
}

#nvi
{
}

#nvi ul
{
	margin: 0;
	padding: 0;
	clear: left;
}

#nvi li
{
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 18px;
	font-weight: bold;
}

#nvi a,
#nvi a:visited
{
	margin: 0;
	padding: 10px 0 10px 0;
	display: block;
	width: 324px;
	color: #fff;
	text-align: center;
	text-decoration: none;
	letter-spacing: 1px;
}

#nvi a:hover
{
	color: #fff;
	background-color: #bbb;
	text-decoration: none;
}

/* Sliders */
#slo
{
	margin: 8px 0 16px 0;
	width: 640px;
	height: 320px;
}

#sl
{
	position: relative;
}

#sli
{
}

#sli ul
{
	width: 640px;
	height: 320px;
	overflow: hidden;
}

#sli li
{
	position: relative;
	width: 640px;
	height: 320px;
	overflow: hidden;
}

#sli a,
#sli a:visited,
#sli a:hover,
#sli a:active
{
	border-bottom: none;
}

#sli h2
{
	padding: 8px;
	color: #000;
	text-align: right;
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 0.5px;
	background-color: #fff;

	border-left: solid 6px #222;
	border-top: solid 6px #222;
	border-right: solid 6px #222;

	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#sli p
{
	padding: 8px;
	color: #fff;
	text-align: right;
	font-size: 16px;
	line-height: 22px;
	letter-spacing: 0.5px;
	background-color: #222;
	
	border-right: solid 6px #fff;
	border-bottom: solid 6px #fff;
	border-left: solid 6px #fff;

	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#sli .txt
{
	position: absolute;
	bottom: 0;
	right: 0;
	padding: 8px;
	width: 360px;
	z-index: 100;
}

#slc
{
	left: 16px;
	position: absolute;
	top: 16px;
	z-index: 1000;
}

#slc li
{
	display: block;
	margin: 0 0 8px 0;
	background-color: #eee;
	border: solid 1px #111;

	filter:alpha(opacity=85);
	-moz-opacity:0.85;
	-khtml-opacity: 0.85;
	opacity: 0.85;
}

#slc .current
{
	background-color: #fff;

	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity: 1;
	opacity: 1;
}

#slc a,
#slc a:visited
{
	display: block;
	width: 32px;
	height: 32px;
	color: #888;
	text-align: center;
	font-size: 24px;
	font-weight: bold;
	border: none !important;
}

#slc a:hover,
#slc a:active
{
	color: #111;
	background-color: #fff;
	border: none !important;
}

/* Middle */
#mdo
{
	width:100%;
	background-color: #fff;
}

#md
{
	margin: 0 auto 0 auto;
	width: 974px;
}

#mdi
{
	padding: 10px 0 10px 0;
}

#mdi a,
#mdi a:visited
{
	color: #f2582d;
	border-bottom: none;
	text-decoration: none;
}

#mdi a:hover
{
	border-bottom: 1px #f2582d solid;
}

/* Content */
#cto
{
	clear: left;
	float: left;
	width: 644px;
}

.home #cto,
.category #cto
{
	width: 100%;
}

#ct
{
}

#cti
{
}

#fc
{
	width: 974px;
	/*
	height: 608px;
	overflow: hidden;
	*/
}

.column-1
{
	clear: left;
	float: left;
	width: 311px;
}

.column-2
{
	clear: none;
	float: left;
	margin: 0 20px 0 20px;
	width: 311px;
}

.column-3
{
	clear: none;
	float: left;
	width: 311px;
}

#cti h1
{
	color: #000;
	font-size: 28px;
	line-height: 40px;
	font-weight: bold;
	letter-spacing: 1px;
}

#cti h1>a,
#cti h1>a:visited,
#cti h1>a:hover
{
	text-decoration: none;
}

#cti h2
{
	margin: 25px 0 10px 0;
	color: #222;
	font-size: 22px;
	font-weight: bold;
}

.home #cti h2,
.category #cti h2
{
	margin: 10px 0 10px 0;
}

#cti h3
{
	margin: 25px 0 10px 0;
	color: #222;
	font-size: 18px;
	font-weight: bold;
}

#cti h4
{
	margin: 20px 0 10px 0;
	color: #222;
	font-size: 14px;
	font-weight: bold;
}

#cti p
{
	margin: 10px 0 10px 0;
	text-align: justify;
	line-height: 18px;
	letter-spacing: 0.25px;
}

#cti ol,
#cti ul
{
	margin: 0 0 0 40px;
}

#cti li
{
	margin: 10px 0 10px 0;
	
}

#cti ul li
{
	list-style: disc outside;
}

#cti ol li
{
	list-style: decimal outside;
}

dt
{
	margin: 10px 0 10px 0;
	font-weight: bold;
}

dd
{
	margin: 10px 0 10px 20px;
	text-align: justify;
	line-height: 18px;
	letter-spacing: 0.25px;
}

blockquote
{
	margin: 10px 0 10px 40px;
}

h6
{
	margin: 10px 30px 10px 0;
	padding: 30px 0 30px 0;
	float:left;
	clear: left;
	width: 280px;
	border-top: solid 8px #000;
	border-bottom: solid 8px #000;
	color: #000;
	text-align: left;
	font-size: 17px;
	font-style: italic;
	font-weight: bold;
	line-height: 26px;
	letter-spacing: 1px;
}

.alignleft
{
	float: left;
	clear: left;
}

.alignleft img
{
	padding-right: 10px;
}

.alignleft p.wp-caption-text
{
	padding-right: 10px;
}

.aligncenter
{
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}

.aligncenter img
{
}

.alignright
{
	clear: right;
	float: right;
}

.alignright p.wp-caption-text
{
	padding-left: 10px;
}

.alignright img
{
	padding-left: 10px;
}

p.wp-caption-text
{
	color: #555;
	font-size: 12px;
	font-style: italic;
}

.wp-caption img a,
.wp-caption img a:visited,
.wp-caption img a:hover
{
	border: none;
}

.postmeta
{
	padding: 10px;
	background-color: #eee;
	font-size: 12px;
}

.postmeta a,
.postmeta a:visited
{
}

.postmeta a:hover
{
}

.postexcerpt p,
p.postexcerpt
{
	font-weight: bold;
	letter-spacing: 0.75px !important;
	font-size: 14px;
}

.postauthor
{
	margin: 25px 0 25px 0;
	padding: 10px;
	background-color: #eee;
}

.postauthor img
{
	clear: left;
	float: left;
	border: none;
	background-color: #fff;
}

.postauthor h2
{
	margin: 0 0 10px 114px !important;
}

.postauthor p
{
	margin: 0 0 0 114px !important;
}

/* Comments */
#comments
{
}

#respond
{
	padding: 10px;
	background-color: #eee;
}

#respond h2
{
	margin-top: 0;
}

#respond input,
#respond textarea
{
	clear: right;
	float: right;
	border: #eee solid 1px;
}

.odd
{
}

#comments ul
{
	margin: 0 !important;
}

#comments ul li
{
	padding: 10px 10px 0 10px;
	list-style-image: none !important;
	list-style-position: inside !important;
	list-style-type: none !important;
}

#comments img
{
	margin: 0;
	padding: 0 0 10px 0;
	clear: left;
	float: left;
	border: none;
}

#comments h3
{
	margin: 0px 0 10px 114px !important;
}

#comments .commentlist p
{
	margin: 0px 0 0 114px !important;
	padding: 0 0 10px 0 !important;
}

.even
{
	background-color: #eee;
}

/* Sidebar */
#sbo
{
	clear: right;
	float: right;
	width: 320px;
}

#sb
{
}

#sbi
{
	text-align: justify;
}

#sbi h1
{
	margin: 0 0 10px 0;
	color: #777;
	font-size: 14px;
	font-weight: bold;
}

#sbi h2
{
	font-size: 12px;
	font-weight: bold;
}

#sbi p
{
	color: #555;
	font-size: 12px;
}

#sbi a,
#sbi a:visited,
#sbi a:hover
{
	text-decoration: none;
}

#sbi ul
{
}

#sbi li
{
	margin: 20px 0 20px 0;
}

#sbi li.last
{
	margin: 20px 0 0 0;
}

#sbi li.first
{
	margin: 0px 0 20px 0;
}

.wt
{
	padding: 10px;
	background-color: #eee;
}

/* Footer */
#fto
{
	width: 100%;
}

#ft
{
	margin: 0 auto 0 auto;
	width: 974px;
	color: #888;
	font-size: 10px;
}

#fti
{
	padding: 10px 0 10px 0;
}

#ftl
{
	clear: left;
	float: left;
	width: 49%;
	text-align: left;
}

#ftr
{
	clear: right;
	float: right;
	width: 49%;
	text-align: right;
}

#fti a,
#fti a:visited
{
	color: #888;
	text-decoration: underline;
}

#fti a:hover
{
	color: #fff;
	background-color: #888;
	text-decoration: none;
}

/* Spacer */
.sp
{
	clear: both;
}

.sp hr
{
	display: none;
}

/* Mappress */
.mapp-div
{
}

.mapp-poweredby
{
	display: none !important;
}
