/*
Theme Name: BGW
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: #fff url("images/bg.png") bottom center no-repeat;
	background-attachment: fixed;
	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-weight: normal;
	line-height: 1.4em;
}
h1 {
	color: #0e637f;
	font-size: 1.8em;
}
h2 {
	color: #777;
	font-size: 1.6em;
}
h3 {
	color: #000;
	font-size: 1.4em;
}
h4 {
	color: #91BAB3;
	font-size: 1.2em;
}
h5 {
	color: #D6AD0C;
}
ul, ol {
	margin: 10px 20px;
}
ul li {
	list-style-image:  url('images/bullet.png');
	margin-bottom: 10px;
}
ol li {
	list-style: decimal;
	margin-bottom: 10px;
}
p {margin: 1em 0;}
a {
	color: #0072bc;
	cursor: pointer;
}
a:visited {
	color: #4999cf;
}
a:hover, a:active {
	color: #351e0c;
	text-decoration: none;
}
hr {display: none;}
INPUT, SELECT, OPTION, TEXTAREA {}
	

/* ---------- begin structural settings ---------------- */
#container { 
	background: #fff;
	font-size: .8em;
	margin: 0 auto;
	width: 1080px;
}
#wrapper { 
	background: url('images/shadow.png') top center repeat-y;
	margin: 0 auto;
	float: left;
	padding: 0 20px;
	width: 1040px;
}
#shadow {
	background: url('images/shadow-bottom.png') top center no-repeat;
	float: left;
	height: 40px;
	width: 100%;
}
#header {
	background: url('images/shadow-top.png') bottom center no-repeat;
	float: left;
	margin: 0 auto;
	position: relative;
	padding: 0 20px;
	width: 1040px;
}
#header h1 {
	display: none;
}
#logo {
	float: left;
	margin: 0;
}
#tagline {
	display: none;
}
#make-donation {
	position:absolute;
	bottom: 2.5em;
	right: 50px;
}

#navigation {
	background: #0e637f;
	float: left;
	position: relative;
	width: 100%;
}
#navigation h2 {display: none;}
#navigation a {
	color: #fff;
	display: block;
	font-size: 1.2em;
	padding: 10px;
	text-decoration: none;
}
#navigation a:hover, #navigation a:active {
	background: #5aa0b7;
}
#navigation .current_page_item a,
#navigation .current_page_ancestor a,
#navigation .current-page-ancestor a {
	background: #37859f;
}


/* new sub-menu stuff */
#navigation .sub-menu {
	background: #5aa0b7;
	display: none;
	float: left;
	left: 0px;
	top: 36px;
	position: absolute;
	padding: 4px;
	width: 1032px;
	z-index: 2000;
}
#navigation .sub-menu a {
	background: #5aa0b7;
}


#searchform {
	padding: 8px 8px 0 10px;
	position: absolute;
	top: 46px;
	right: 20px;
}
#searchform label {display: none;}
#searchform div {display: inline; width: 100%;}
#searchform input {float: left; width: 150px;}
#searchform input#searchsubmit {
	background: url('images/buttons/search.png') center center no-repeat;
	border: 0;
	width: 73px;
	height: 25px;
	margin: -1px 0 0 6px;
}
#subnav {
	background: #37859f;
	float: left;
	width: 100%;
}
#subnav ul {
	float: left;
	margin: 4px;
}
#subnav li,  #navigation .sub-menu li {
	margin: 0 2px;
}
#subnav a,  #navigation .sub-menu a {
	color: #fff;
	display: block;
	font-size: 13px;
	padding: 6px;
	text-decoration: none;
}
#subnav a:hover, #subnav a:active {
	background: #5aa0b7;
}
#navigation .sub-menu a:hover,  #navigation .sub-menu a:active {
	background: #0e637f;
}
#subnav .current_page_item a,
#subnav .current_page_ancestor a,
#subnav .current-page-ancestor a
#navigation .sub-menu .current_page_item a,
#navigation .sub-menu .current_page_ancestor a,
#navigation .sub-menu .current-page-ancestor a {
	background: #0e637f;
}
#crumbs {
	float: left;
	width: 100%;
}
#breadcrumbs {
	font-size: .9em;
	margin: 0;
	padding: 6px;
}

#page {
	background: #fff;
	float: left;	
	text-align: left;
	width: 1040px;
}
#content { 
	float: left;
	padding: 20px 0 20px 20px;
	text-align: left;
  width: 1000px;
}
#content.narrowcolumn {
	width: 650px;
}

#sidebar {
	background: url('images/sidebar-bg.png') top left no-repeat;
	float: right;
	margin: 0 20px 20px 0;
	min-height: 380px;
	padding-left: 60px;
	width: 270px;
}
#sidebar h2 {
	font-size: 1.4em;
	padding: 20px 0 0 0;
}
#sidebar ul li {
	margin: 0 0 10px 0;
	width: 100%; /* for ie 7 */
}
#sidebar .current-menu-item,
#sidebar .current_page_item {
	font-weight: bold;
}
#sidebar .children {
	margin: 8px 0 0 16px;
}

#categories-list  .cat-item {
	list-style-image:  url('images/blank.gif');
	padding: 10px 0 0 0;
}
#categories-list  .children {
	margin: 0 0 0 16px;
}
#categories-list  .children .cat-item {
	margin-bottom: 0;
	padding: 2px 0 0 0;
}
#categories-list  li li li {
	color: #ccc;
	list-style: disc !important;
}

#footerContainer {
	background: #0e637f url('images/footer-bg.png') top center repeat-x;
	border-top: 4px solid #168bb2;
	clear: both;
	float: left;
	padding: 10px 0 20px 0;
	position: relative;
	width: 1040px;
}
#footer {
	color: #69ccec;
	margin: 0 auto;
	padding: 0 10px;
	text-align: left;
}
#footer ul {
	float: left;
}
#footer a {
	color: #69ccec;
}
#footer li a {
	color: #fff;
	font-size: 1.1em;
	padding: 10px;
	text-decoration: none;
}
#footer li a:hover, #footer li a:active {
	color: #69ccec;
	text-decoration: underline;
}
.copyright {
	color: #2fa6cd;
	font-size: .8em;
	float: right;
	margin: 24px 0 0 0;
}
.informed {
	color: #2fa6cd;
	float: right;
}
#npc-logo {
	float: left;
	clear: left;
	margin: 10px 0 0 0;
}
.contact-info {
	float: left;
	margin: 10px 0 0 20px;
	width: 470px;
}
.contact-info p {
	margin: 0;
}


/* ------ standard classes -------- */
a.callOut {
	background: url('images/icons/arrow-callout.png') top right no-repeat;
	font-size: 1.1em;
	padding: 0 20px 0 0;
}
a.callOut:hover {
	background-position: bottom right;
}
.column {
	float: left;
	margin: 0 2% 0 0;
}
.homepage .column {
	margin: 0 1%;
}
.date {
	color: #777;
	font-size: .9em;
}
.help {
	color: #777;
	font-size: .8em;
}
.last {border: 0;}
.left, .alignleft {float: left;}
.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;}
.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;}



/* ------- buttons ------- */
a.button  {
	background: url("images/buttons/button-md.png") top right no-repeat;
	display: inline-block;
	margin: 0 0 0 3px;
	padding: 0 16px 0 0;	
}
a.button span {
	background: url("images/buttons/button-md.png") top left no-repeat;
	display: inline-block;	
	line-height: 28px;
	margin-left: -10px;
	padding: 0 0 0 13px;
}
* html a.button span {margin-left: 0;}
span.button input, a.button  {
	border: 0;
	font-size: 1em;
	color: #000;
	height: 28px;
	text-decoration: none;
	white-space: nowrap;
}
a.button:active {    background-position: right -72px;}
a.button:active span { background-position: 0 -72px;}

a.button.button-small, a.button.button-small span { background-image: url("images/buttons/button.png"); height: 25px; line-height: 22px;}
a.button.button-small input, a.button.button-small { height: 25px; line-height: 22px;}
a.button.button-small:active {    background-position: right -75px;}
a.button.button-small:active span { background-position: 0 -75px;}

a.button.button-large, a.button.button-large span { background-image: url("images/buttons/button-lg.png"); height: 45px; line-height: 45px;}
a.button.button-large input, a.button.button-large { height: 45px; font-size: 1.2em; line-height: 45px;}
a.button.button-large:active {    background-position: right -56px;}
a.button.button-large:active span { background-position: 0 -56px;}




.postmetadata {
   border-top: 1px solid #eee;
	 color: #777;
	 clear: both;
	 font-size: .9em;
	 padding: 3px 0 0 0;
   margin-bottom: 60px;
}
.post .tags {
	clear: both;
	font-size: .9em;
}
.post small {
	color: #777;
	font-size: .9em;
}
.post img {
	margin: 0 8px 8px;
}
.post img[align="left"], .post .alignleft, .post .alignnone {
	margin: 0 8px 8px 0;
}
.post img[align="right"], .post .alignright {
	margin: 0 0 8px 8px;
}
.homepage .post img {margin: 0;}
.narrowcolumn .post {
	max-width: 650px;
	overflow: hidden;
	clear: both;
}
.navigation {
	float: left;
	width: 100%;
	margin-bottom: 20px;
}

/* home page */
#featured {
	background: #eff6e3 url("images/feature-bg.png") top left repeat-x;
	border: 1px solid #d6d6d6;
	color: #333;
	float: left;
	margin: 10px 0 30px 50px;
	width: 880px;
	padding: 14px 14px 16px 14px;
	position: relative;
	min-height: 275px;
}
#featured h1 {
	line-height: 1em;
}
#featured ul {
	margin: 0;
	padding: 0;
}
#featured li {
	margin: 0;
	padding: 0;
	float:left;
	position:absolute;
	list-style: none;
	width: 880px;
}
#featured li.show {
	z-index:500;
}
.featureContent {
	float: left;
	font-size: 1.1em;
	height: 230px;
	margin: 20px 20px 0 20px;
	width: 420px;
	overflow: hidden;
}
.featurePhoto {
	background: #ddd;
	float: right;
	height: 275px;
	width: 410px;
	overflow: hidden;
}
#featured .readOn {
	float: left;
	margin-left: 20px;
}
#featured .next {
	background: url('../../../images/icon-next.png') right 4px no-repeat;
	float: right;
	margin-right: 20px;
	padding-right: 12px;
}
#mission {
	float: left;
	margin: 0 0 40px 70px;
	width: 860px;
}
#mission h1 {
	float: left;
	line-height: 1.2em;
	padding-top: 20px;
	width: 330px;
}
#mission p {
	margin: 0 0 0 330px;
}
.homepage .thumbnails {
	background: #eee;
	float: left;
	width: 350px;
	height: 180px;
}
#sectionContainer h3 {
	text-transform:capitalize; 
	color: #fff;
	margin-bottom: 6px;
	padding: 4px 6px;
	width: 338px;
}
.snippets h4 {
	color: #fff;
	margin-bottom: 6px;
	padding: 4px 6px;
	font-size: 1.1em;
}
.snippets h4 a {
	color: #fff;
}
.snippets.span-2 {
	margin-right: 20px;
	width: 300px;
}
.snippets.span-3 {
	margin-right: 10px;
	width: 204px;
	overflow: hidden;
}
.snippets img {
	margin: 0;
}
.snippets.span-3 img {
	width: 204px;
}
.snippetText img {
	display: none;
}
.home-community, .home-events {
	float: left;
	width: 360px;
}
.home-community {margin: 0 6px 0 100px;}
.home-events {margin-left: 70px;}
.home-community h3, .home-community .continue, .section-2 h4, .section-2 .continue {background-color: #a6c865;}
.home-events h3, .home-events .continue, .section-3 h4, .section-3 .continue {background-color: #45c9f5;}
#sectionContainer .continue, .snippets .continue {
	color: #fff;
	display: inline-block;
	text-decoration: none;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#sectionContainer .continue span, .snippets .continue span {
	background: url('images/tiny-arrow.png') center right no-repeat;
	float: left;
	padding: 6px 20px 6px 10px;
}
#newsletter-signup {
	background: #6e9920;
	float: right;
	margin: 10px;
	padding: 10px 20px 18px 20px;
	width: 265px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
}
#newsletter-signup h3 {color: #fff; padding-bottom: 8px;}
#newsletter-signup .submit-button {
	float: right;
}


/* calendar */
.dbem-calendar-full table {
	width: 100%;
}
.dbem-calendar-full ul {
	margin: 0;
	padding: 0;
}
.dbem-calendar-full li {
	list-style: url('images/blank.gif');
	line-height: 1.1em;
	margin: 4px 0;
	padding: 3px;
}
.calendar .Community, .calendar .Community a {background-color: #fbd5d5; color: #900;} /* pink */
.calendar .Park, .calendar .Park a {background-color: #d3e9fe; color: #039;} /* blue */
.calendar .Park.Workdays, .calendar .Park.Workdays a {background-color: #CFC; color: #060;} /* green */
.calendar .Coalition, .calendar .Coalition a {background-color: #fbddbd; color: #930;} /* orange */
.calendar .Blue, .calendar .Blue a {background-color: #CFF; color: #036;} /* blue-green */
.calendar .Playfields, .calendar .Playfields a {background-color: #fbf3b3; color: #660;} /* yellow */
.calendar .Playground, .calendar .Playground a {background-color: #CCF; color: #512eb9;} /* purple */
.calendar p.category {
	margin: 4px 0;
	padding: 4px;
}
.dbem-calendar-full table a {
	background: transparent !important;
	text-decoration: none;
}
.dbem-calendar-full table a:hover {
	text-decoration: underline;
}
#events-list li {
	border-top: 1px solid #eee;
}
#sidebar .time {
	color: #777;
	float: left;
	font-size: .9em;
}
#sidebar .name {
	display: block;
	margin-left: 3.9em;
}
.cal-key li {
	padding: 4px;
}
.cal-list {
	margin: 0;
	padding: 0;
}
.cal-list li {
	background: url('../../../images/icon-calendar.png') 3px 3px no-repeat;
	list-style: url('images/blank.gif');
	padding: 6px 3px 6px 28px;
}
.home-events .cal-list li {
	padding-top: 0;
	padding-bottom: 0;
}

#respond {display: none;}