/*
Title:      BWDH Screen Styles
Updated:	October 30, 2007
*/

* {
	margin: 0;
	padding: 0;
}
body {
	margin: 0;
	padding: 0 0 15px 0;
	font-size: small;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	color: #454545;
	background: #FFF url(../img/site_info_bg.gif) fixed repeat-x 0 100%;
}
h1, h2, h3, h4, h5 {
	font-family: Georgia, "Warnock Pro", Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	font-weight: normal;
	font-size: 100%; 
	text-shadow: 0 0 0 #FFF;
}
fieldset,img {  
	border: 0; 
} 
abbr {
	border: none;
}
p {
	margin: 0 0 15px 0;
	font-size: 95%;
	line-height: 1.5em;
}
ul {
	font-size: 95%;
	list-style: none;
}
dl {
	font-size: 95%;
	line-height: 1.4em;
}
.clear {
	clear: both;
}
.hide {
	display: none;
}
img.l-float {
	float: left;
	margin: 0 10px 5px 0;
}
img.r-float {
	float: right;
	margin: 0 0 5px 10px;
}

/* PDFs */
.pdf {
	padding: 0 0 0 22px;
	background: url(../img/icon_pdf_16.gif) no-repeat left center;
	border: none;
}
#content_main ul.pdf, 
#content_sub ul.pdf  {
	padding: 0;
	background: none;
	line-height: 1.8em;
}
ul.pdf a {
	padding: 2px 0 2px 22px;
	background: url(../img/icon_pdf_16.gif) no-repeat left center;
	border: none;
}

/* LINKS 
----------------------------------------------- */

a {
	padding-bottom: 1px;
	color: #2768B9;
	text-decoration: none;
	border-bottom: 1px solid #E5E5E5;
}
a:hover {
	color: #454545;
	border-bottom: 2px solid #E5E5E5;
}

/* PAGE STRUCTURE
----------------------------------------------- */

#wrap {
	clear: both;
	width: 69.230em;
	margin: 0 auto;
	padding: 0;
	background: #FFF;
	/*background: #FFF url(../img/900grid.png) repeat-y center top;*/
}
#branding {
	clear: both;
	width: 100%;
	margin: 0;
	color: #FFF;
	background: #454545;
	border-top: 5px solid #BABABA;
	border-bottom: 5px solid #BABABA;
}
#branding_inner {
	width: 69.230em;
	margin: 0 auto;
	padding: 1.6em 0;
	background: url(../img/branding_logo.gif) no-repeat 15px 50%;
}
#content_main {
	float: left;
	display: inline;
	width: 43.846em;
	margin: 10px 1.154em 0 1.154em;
	padding: 0;
}
#content_sub {
	float: left;
	display: inline;
	width: 20.769em;
	margin: 10px 1.15em 10px 1.154em;
}
#site_info {
	clear: both;
	width: 66.922em;
	margin: 0 auto;
	padding: 1.154em 0;
	border-top: 2px solid #E5E5E5;	
}

/* NAV MAIN
----------------------------------------------- */

#nav_main {
	width: 69.230em;
	margin: 0 auto;
}
#nav_main ul {
	margin: 0;
	padding: 0;
	list-style: none;
	background: #FFF;
}
#nav_main li {
	float: left;
	display: inline;
	margin: 0;
	padding: .25em 1.2em .25em 0;
	overflow: hidden;
}
#nav_main a {
	margin: 0;
	padding: .3em 10px;
	color: #454545;
	text-decoration: none;
	border: none;
}
#nav_main a:hover {
	background: #2768B9;
	color: #FFF;
}

/* ACTIVE TABS */
body#home #l-home a,
body#about #l-about a,
body#locations #l-locations a,
body#events #l-events a,
body#events-cal #l-events a,
body#employment #l-employment a,
body#training #l-training a,
body#contact #l-contact a {
	color: #454545;
	background: #E5E5E5;
	border-left: 2px solid #BABABA;
	border-right: 2px solid #BABABA;
}

/* BRANDING
----------------------------------------------- */

#branding h1 {
	float: left;
	display: inline;
	text-indent: -9999px;
}
#intro {
	display: block;
	margin: 0 0 0 0;
	padding: 0 1.15em 0 12em;
	font-size: 145%;
	text-shadow: 0 0 0 #454545;
	line-height: 1.21em;
}
#intro h2 {
	margin: 0 0 10px 0;
	font-size: 95%;
}
#intro p {
	margin: 0;
	line-height: 1em;
}
#intro a {
	color: #E5E5E5;
	font-size: 65%;
	font-family: Arial, Helvetica, sans-serif;
	border: none;
}
#intro a:hover {
	color: #BABABA;
}

/* CONTENT 
----------------------------------------------- */
.note {
	font-size: 85%;
	font-style: italic;
}
#content_sub #lightbox_wrap img {
	float: left;
	margin: 0 5px 15px 0;
}

/* CONTENT MAIN
----------------------------------------------- */

#content_main h2 {
	margin: 5px 0 15px 0;
	line-height: 1em;
	font-size: 200%;
	color: #454545;
	border-bottom: 2px solid #E5E5E5;
}
#content_main h3 {
	margin: 5px 0 15px 0;
	font-size: 135%;
	color: #454545;
	border-bottom: 1px solid #E5E5E5;
}
#content_main h4 {
	margin: 5px 0 15px 0;
	font-size: 110%;
	color: #454545;
	border-bottom: 1px solid #FBFBFB;
}
#content_main img {
	float: right;
	margin: 0 0 5px 10px;
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #F5F5F5;
}
#content_main img.alt {
	float: left;
	margin: 0 10px 5px 0;
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #F5F5F5;
}
#content_main ul {
	margin: 15px 0 20px 0;
	list-style: none;
	line-height: 1.5em;
}
.checklist li {
	overflow: visible;
	padding: 5px 50px 5px 35px;
	line-height: 1.3em;
	background: url(../img/icon_check_24.gif) no-repeat left 5px;
}
.bulletlist li {
	overflow: visible;
	margin-left: 10px;
	padding: 5px 0 5px 18px;
	line-height: 1.3em;
	background: url(../img/icon_bullet_8.gif) no-repeat left 9px;
}
#content_main dl {
	margin: 5px 0 15px 0;
}
.quotes dd {
	margin: 0 0 5px 0;
	color: #BABABA;
	font-size: 85%;
}
h2#donations {
	margin: 0 0 15px 0;
	padding: 5px 0 0 0;
	background: url(../img/icon_money_36.gif) no-repeat 4.9em top;
}
h2#donations a {
	color: #454545;
	border: none;
}
dl#event_list {
	padding-bottom: 10px;
}
dl#event_list dt {
	margin: 15px 0 10px 0;
	font-size: 110%;
	font-family: Georgia, "Warnock Pro", Baskerville, "Baskerville Old Face", "Times New Roman", serif;
	text-shadow: 0 0 0 #FFF;
	border-bottom: 1px solid #E5E5E5;
}
dl#event_list dd.description {
	margin-bottom: 5px;
	font-size: 90%;
}
dl#event_list dd.dtstart {
	float: left;
	display: inline;
	margin: 0 .75em 0 0;
	padding: 0;
	width: 1.5em;
	height: 1.5em;
	text-align: center;
	color: #454545;
	font-size: 130%;
	text-shadow: 0 0 0 #FFF;
	font-family: Georgia, "Warnock Pro", Baskerville, "Baskerville Old Face", "Times New Roman", serif;
}
form.filter {
	margin: 10px 0 15px 0;
}
#entry_single .meta {
	padding: 5px 10px;
	font-weight: bold;
	font-style: italic;
	background: #E5E5E5;
}
p.cal_viewall_alt {
	padding: 0 0 0 22px;
	text-align: left;
	background: url(../img/icon_cal_16.gif) no-repeat left bottom;
}
#highlighted_block {
	margin: 0 0 15px 0;
	padding: 10px 15px 20px 15px;
	font-style: italic;
	background: #E5E5E5 url(../img/about_mission.gif) no-repeat right bottom;
	border-top: 3px solid #BABABA;
	border-bottom: 3px solid #BABABA;
}
dl#about_corevalues {
	padding: 0 15px 35px 15px;
	background: #E5E5E5 url(../img/about_corevalues.gif) no-repeat right bottom;
	border-top: 3px solid #BABABA;
	border-bottom: 3px solid #BABABA;
}
dl#about_corevalues dt {
	margin: 10px 0 5px 0;
	padding: 0;
	font-size: 110%;
	font-family: Georgia, Baskerville, "Times New Roman", serif;
	border-bottom: 1px solid #E5E5E5;
}
blockquote {
	margin: 25px 0;
	padding: 0 0 0 50px;
	font-size: 120%;
	font-family: Georgia, Baskerville, "Times New Roman", serif;
	font-style: italic;
	background: url(../img/blockquote.gif) no-repeat left center;
}
blockquote p {
	line-height: 1.3em;
}
dl#donation_options dt {
	font-weight: bold;
}
dl#donation_options dd {
	margin: 0 0 15px 0;
}
form#paypal {
	margin-bottom: 15px;
	text-align: center;
}
form#paypal img {
	float: none;
}
form#paypal a,
form#paypal a img {
	border: none;
}
#content_main .post {
	margin: 15px 0;
	padding: 10px 15px 20px 15px;
	background: #FFF;
	border-top: 1px dashed #BABABA;
	border-bottom: 1px dashed #BABABA;
}
#content_main .post h4 {
	margin: 5px 0 15px 0;
	font-size: 120%;
	color: #454545;
	border-bottom: 1px solid #E5E5E5;
}
#content_main .post .meta {
	margin: 0;
}
body#contact #content_main hr {
	padding: 30px 0;
	color: #E5E5E5;
}
body#contact #content_main h4 {
	clear: both;
	margin-bottom: 10px;
	font-size: 95%;
	font-family: Helvetica, Arial, Verdana, sans-serif;
}

/* CONTENT SUB
----------------------------------------------- */

#content_sub p {
	line-height: 1.3em;
}
#content_sub h3 {
	margin: 5px 0 15px 0;
	line-height: 1em;
	font-size: 200%;
	border-bottom: 2px solid #E5E5E5;
}
#content_sub img {
	float: left;
	margin: .2em 10px 5px 0;
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #F5F5F5;
}
#content_sub img.r-float {
	float: right;
	margin: .2em 0 5px 10px;
	border-top: 2px solid #F5F5F5;
	border-right: 2px solid #E5E5E5;
	border-bottom: 2px solid #E5E5E5;
	border-left: 2px solid #F5F5F5;
}
#content_sub img.alt {
	border: none;
}
#content_sub ul {
	margin: 0 0 15px 0;
	list-style: none;
	font-size: 95%;
	line-height: 1.5em;
}
#content_sub h3#question {
	background: url(../img/icon_question_24.gif) no-repeat right center;
}
#content_sub h3#spotlight {
	background: url(../img/icon_star_24.gif) no-repeat right center;
}
p#switch {
	padding-left: 22px;
	font-size: 100%;
	background: url(../img/icon_switch_16.gif) no-repeat left center;
}

/* UPCOMING EVENTS (SMALL CAL)*/

#content_sub .vevent {
	clear: left;
	float: left;
	display: inline;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
#content_sub .vevent dd.date_square {
	float: left;
	display: inline;
	margin: .15em .75em 0 0;
	padding: 0;
	width: 3.2em;
	height: 3.2em;
	text-align: center;
	color: #FFF;
	background: #2768B9;
	border: .35em solid #454545;
}
#content_sub .vevent dd.date_square p {
	margin: 0;
	line-height: 1.15em;
	text-shadow: 0 0 #FFF;
	font-size: 100%;
}
#content_sub .vevent .month {
	display: block;
	padding: .45em 0 0 0;
	text-transform: uppercase;
}
#content_sub .vevent .day {
	display: block;
	font-size: 120%;
}
#content_sub .vevent dd.date_square a {
	color: #FFF;
	border: none;
}
#content_sub .vevent .summary {
	display: inline;
	font-size: 120%;
}
#content_sub .vevent .summary a {
	border: none;
}
#content_sub .vevent dd.description {
	margin-left: 4.6em;
	line-height: 1.3em;
}
p.cal_viewall {
	clear: left;
	padding: 0 22px 0 0;
	text-align: right;
	background: url(../img/icon_cal_16.gif) no-repeat right bottom;
}

/* SITE INFO 
----------------------------------------------- */

#site_info p {
 	margin: 0;
 	font-size: 85%;
}
#site_info a {
	padding-bottom: 1px;
}

/* hCards 
----------------------------------------------- */

dl.vcard {
	margin: 0 0 15px 0;
}
dl.vcard dt.fn {
	font-weight: bold;
}
dl.vcard dd.title {
	font-style: italic;
}
dl.vcard .org {
	font-weight: bold;
}
#content_sub dl.vcard .org {
	font-weight: normal;
}
#content_sub dl.vcard .fn {
	font-weight: bold;
}
dl.vcard .map {
	margin: 0 0 15px 0;
	font-size: 90%;
}
dl.vcard .alt {
	margin: 0;
}
#content_main dd.photo img {
	float: left;
	margin: 0 10px 20px 0;
}

/* EVENTS CALENDAR 
---------------------------------------------- */

.calendarBG {
	width: 100%;
	margin: 0;
	font-size: 95%;
	line-height: 1.5em;
	border: none;
}
.calendarBlank {
	overflow: hidden;
 	width: 14.286%;
 	height: 7.5em;
 	background: #FFF;
	border-top: 1px solid #E5E5E5;
	font-size: 85%;
	line-height: 1em;
}
.calendarHeader { 
	height: 40px;
	color: #333;
	font-size: 115%;
	font-weight: normal;
 	text-align: center;
}
.calendarHeader .alt {
	text-align: right;
}
.calendarMonth {
	font-size: 130%;
	font-family: Georgia, Baskerville, "Times New Roman", serif;
	font-weight: normal;
	text-shadow: 0 0 0 #FFF;
	line-height: 2em;
}
.calendarMonthLinks {
 	font-weight: normal;
}
.calendarMonthLinks a {
	font-size: 65%;
}
.calendarDayHeading {
	text-align: center;
 	vertical-align: middle;
 	color: #454545; 
 	font-size: 85%;
 	background: #E5E5E5; 
	border-bottom: 2px solid #FFF;
}
.calendarDayNumber {
	display: block;
	margin-bottom: 3px;
	padding: 2px 0 2px 3px;
	font-size: 90%;
	background: #FBFBFB;
}
.calendarToday .calendarDayNumber {
	background: #E5E5E5;
}
.calendarToday { 
	overflow: hidden;
	width: 14.286%;
 	height: 7.5em;
 	text-align: left;
 	vertical-align: top;
	color: #454545;
	background: #FFF;
	border-top: 1px solid #BABABA;
	font-size: 85%;
	line-height: 1em;
}
.calendarCell {
	overflow: hidden;
 	width: 14.286%;
 	height: 7.5em;
 	text-align: left;
 	vertical-align: top;
 	color: #555;
 	background: #FFF;
	border-top: 1px solid #E5E5E5;
	font-size: 85%;
	line-height: 1em;
}
.calendarCellEntry {
	display: block;
	padding: 0 2px 0 5px;
	margin-bottom: 2px;
	background: url(../img/bullet_square.gif) no-repeat left .5em;
	font-size: 90%;
}
.calendarToday a,
.calendarCell a {
	border-bottom: none;
}
.calendarToday a:hover,
.calendarCell a:hover {
	border-bottom: none;
}
