/*
Theme Name: Burger SF
Theme URI: http://smackhappydesign.com/
Description: For web design.
Version: 1
Author: Nicole Hanusek
Author URI: http://smackhappydesign.com/
Tags: fixed width, two columns, widgets

*/

/* html, div, class and id settings are listed as ordered on page */
/* rules are listed in alphabetical order */

/* -------- reset.css - v1.0 | 20080212 ------------- */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}


* html #navigation {} /* ie 6 hack */
*+html #navigation {} /* ie 7 hack */

/* -------- begin html tag settings --------- */
BODY {
	background: #cce0a4 url('images/bg-pattern.png') top center;
	color: #333;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	line-height: 1em;
	text-align: center;
}
TD {
	padding: 4px;
}
h1, h2, h3, h4, h5 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	line-height: 1.4em;
}
h1 {
	color: #1D642C;
	font-size: 1.6em;
}
h2 {
	color: #b57204;
	font-size: 1.4em;
}
h3 {
	color: #000;
	font-size: 1.2em;
}
h4 {
	color: #91BAB3;
}
h5 {
	color: #D6AD0C;
}
ul, ol {
	margin: 10px 20px;
}
ul li {
	list-style-image:  url('images/bullet.gif');
	margin-bottom: 10px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
p {margin: 1em 0;}
a {
	color: #006bb3;
	cursor: pointer;
}
a:visited {
	color: #4999cf;
}
a:hover, a:active {
	color: #4c7300 !important;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
	

/* ---------- begin structural settings ---------------- */
#container {
	font-size: .8em;
	margin: 0 auto;
	width: 980px;
}
#wrapper {
	background: url('images/bg.png') top center repeat-y;
	float: left;
	padding: 20px;
	width: 940px;
}
#header {
	margin: 0 auto;
	position: relative;
	width: inherit;
}
#header h1 {
	display: none;
}
#logo {
	
}
#tagline {
	display: none;
}

#navigation {
	background: #fff;
	float: left;
	margin-left: 20px;
}
#navigation ul {
	font-weight: 600;
}
#navigation ul li {
}
#navigation a {
	display: block;
	padding: 10px 20px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
}

#page {
	background: #fff;
	float: left;	
	width: inherit;
	text-align: left;
}

#content { 
	float: left;
	padding: 20px;
	text-align: left;
  width: 900px;
}
#content.narrowcolumn {
	width: 570px;
}

#sidebar {
	float: right;
	margin: 0 10px 20px 0;
	width: 300px;
}
#sidebar h2 {
	padding: 20px 0 0 0;
}
#sidebar ul {
	margin: 0;
	padding: 0;}
#sidebar ul li {
	margin: 0 0 4px 0;
	padding: 0;
	list-style-image: url('images/blank.gif');
	width: 300px;
}
#sidebar ul li .children {
	margin: 0 0 10px 10px;
}
#sidebar li a {
	padding: 4px 4px 4px 0;
}
#sidebar a:hover, #sidebar a:active {
}

#footerContainer {
	clear: both;
	float: left;
	padding: 20px 0 0 0;
	width: 100%;
}
#footer {
	border-top: 2px solid #eee;
	color: #444;
	margin: 0 20px;
	padding: 10px 0 0 0;
	text-align: right;
}
#footer ul {
	float: left;
}
#footer li {
	margin: 0 20px 0 0;
}
#footer a {
	text-decoration: none;
}
.copyright {
	font-size: .8em;
}
.credit {
	font-size: .8em;
	float: right;
}
#bottom {
	background: url('images/bottom.png') top center no-repeat;
	float: left;
	height: 50px;
	width: 100%;
}


/* ------ standard classes -------- */
a.callOut {
	font-size: 1.1em;
	font-weight: 800;
}
.column {
	float: left;
	margin: 0 1%;
}
.date {
	color: #777;
	font-size: .9em;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left, .alignleft {float: left;}
img.alignleft {padding: 0 8px 8px 0;}
.nav, .nav ul {
	margin: 0;
	padding: 0;
}
.nav li {
	float: left;
	list-style: none;
	margin: 0;
}
ul.nobullets li {list-style: url('images/blank.gif');}
.pic {
    border: 3px solid #999;
    background: #fff;
    padding: 1px;
}
.pleft {margin-left: 8px;}
.pright {margin-right: 8px;}
.ptop {margin-top: 8px;}
.pbottom {margin-bottom: 8px;}
.right, .alignright {float: right;}
img.alignright {padding: 0 0 8px 8px;}
.selected {font-weight: 600;}
.span-2 {width: 47.5%;}
.span-3 {width: 30.5%;}
.textOff {display: none;}
.textOn {}
.textRight {text-align: right;}
.textLeft {text-align: left;}
.textCenter {text-align: center;}



.widget_search label {display: none;}
.postmetadata {
   border-top: 1px solid #eee;
	 color: #777;
	 font-size: .9em;
	 padding: 3px 0 0 0;
   margin-bottom: 40px;
}
.post img {
}
.post .norborder img {
	border: 0;
}
.post small {
	color: #777;
	font-size: .9em;
}
#commentform textarea {
	width: 570px;
}

.navigation {
	float: left;
	margin: 10px 0;
	width: 100%;
}

.map-legend {
	display: table-cell;
	padding-bottom: 30px;
	vertical-align: middle;
}
.map-legend * {
	vertical-align: middle;
}
.map-legend img {
	margin-left: 30px;
}

#lijit_region_144287, #lwp_ad_item_premium_144287, #lwp_abf_144289, #lwp_ad_item_premium_144289 {
	margin: 0 auto;
}
#lwp_abf_144289, #lwp_ad_item_premium_144289 {
	margin-top: 20px;
}
