/*   
Author: Tom Rose (tom@slurve.com)
Author URI: http://slurve.com
Date: 19 January 2010
*/

/* -------------------------------------------------------------------------- global */

body { margin: 0; padding: 0; background: #fff url(images/bg.jpg) 0 -45px repeat-x; font-family: "Lucida Grande", "Lucida Sans Unicode", sans-serif; font-size: 12px; line-height: 20px; color: #444; }
body#home { background: #fff url(images/bg_home.jpg) 0 -45px repeat-x; }
html, body, #wrap { min-height: 100%; width: 100%; height: 100%; }
html>body, html>body #wrap { height: auto; }
a img { border: none; }
p { margin: 0 0 15px 0; }

/* -------------------------------------------------------------------------- headers */
	
h1 { margin: 0 0 15px 0; font-size: 26px; line-height: 36px; font-weight: normal; color: #777; }
h2 { margin: 0 0 8px 0; font-size: 18px; line-height: 24px;  font-weight: normal; color: #999; }

/* -------------------------------------------------------------------------- links */

a, a:visited { color: #405FA0; text-decoration: none; outline: none; }
a:hover, a:active { color: #000; }

/* -------------------------------------------------------------------------- masthead */

#masthead { position: relative; height: 132px; padding: 0; z-index: 2; }
#logo { position: absolute; top: -6px; left: 25px; }
#logo a { position: relative; width: 260px; height: 0px !important; display: block; background: url(images/logo_blue.png) top left no-repeat; overflow: hidden; padding: 140px 0 0 0; border: 0; outline: none; }
#nav { position: absolute; top: 98px; right: 15px; z-index: 999; }
#nav ul { margin: 0; padding: 0; z-index: 2; }
#nav li { margin: 0; padding: 0; float: left; display: inline; position: relative; list-style-type: none; }
#nav li.lastItem { margin-right: 0; }
#nav li a, #nav li a:visited { position: relative; display: block; font-size: 15px; text-shadow: #111 1px 1px 1px; padding: 6px 10px 6px 10px; text-transform: uppercase; color: #fff; }
#nav li.current_page_parent:hover a, #nav .current_page_item a:hover, #nav .current_page_item a, #nav li.current_page_item li a, #nav li.current_page_item li a:visited, #nav li.current_page_parent a:hover { color: #dfb900 !important; text-shadow: none; }
#nav li:hover a, #nav li a:hover { color: #dfb900 !important; text-shadow: none; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.8); border-top: 1px solid #444; padding-top: 5px; }
#nav li#navHome a:hover, #nav li#navAbout a:hover, #nav li#navNews a:hover, #nav li#navGetInvolved a:hover, #nav li#navEvents a:hover, #nav li#navResources a:hover, #nav li#navInteract a:hover, #nav li#navContact a:hover { background: none; border-top: none; padding-top: 6px; }
#nav ul ul { display: none; background: rgb(0, 0, 0); background: rgba(0, 0, 0, 0.8); width: 200px; position: absolute; top: 31px; left: 0; padding: 6px 0 6px 0; margin: 0; z-index: 999; }
#nav li li { float: none; }
#nav li li a, #nav li li a:visited { background: none !important; width: auto !important; height: auto !important; overflow: visible !important; padding: 5px 11px 6px 11px; font-size: 12px; line-height: 15px; text-transform: none; color: #fff; }
#nav li li a:hover, #nav li li.current_page_item a:hover, #nav li.current_page_parent li a:hover, #nav li.current_page_item li a:hover { color: #ff0 !important; }

/* -------------------------------------------------------------------------- containers */

#wrap { position: absolute; top: 0; left: 0; }
#container { position: relative; margin: 0 auto 0 auto; width: 960px; height: auto; padding: 0 0 150px 0; background: url(images/bg_container.jpg) 0 -45px no-repeat; }
#home #container { background: url(images/bg_container_home.jpg) 0 -45px no-repeat; }
#main { float: left; display: inline; width: 670px; margin: 45px 30px 30px 0; padding: 0; z-index: 0; }
#main.wide { float: none; display: block; width: 900px; padding: 0 30px; margin: 40px 0; }
#home #main.wide { margin: 0; }

/* -------------------------------------------------------------------------------- contact */

#contactForm { margin: 20px 0; }
#contactForm img { vertical-align: middle; margin: 0 0 0 10px; } /* verification image */
#contactForm label { text-transform: uppercase; display: block; font-size: 11px; color: #999; margin: 0 3px 0 0; }
#contactForm input, textarea { width: 300px; border: 1px solid #ccc; padding: 4px; color: #444; font: normal 12px "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif; }
#contactForm textarea { width: 400px; height: 200px; }
#contactForm label.error { text-transform: none; font-size: 12px; font-weight: normal; line-height: 14px; margin: 4px 0 0 0; color: #930; }
#contactForm .required { font-style: italic; font-family: "Georgia", serif; font-size: 11px; margin: 20px 0; color: #ccc; }
#contactForm .submit input { width: 130px; height: 28px; background-color: #405FA0; color: #fff; border: none; font-size: 11px; }
#contactForm .submit input:hover { background-color: #000; cursor: pointer; border: none; }
#contactForm label.over-apply { top: 2px; }
p.success { font-size: 18px; color: #999; }

/* -------------------------------------------------------------------------- interior */

.post_column_1 { margin: 0 25px 0 0 !important; }
#agenda { margin: 10px 0 0 0; float: left; display: inline; width: 250px; }
#agenda ul { margin: 0; padding: 0; }
#agenda ul li { margin: 0 0 15px 0; padding: 0; list-style-type: none; font-size: 11px; line-height: 18px; color: #999; }
#agenda ul li a { margin: 2px 0 0 0; font-weight: bold; display: block; border-top: 1px dotted #ccc; padding: 2px 0 0 0; font-size: 12px; }
#googleCal { width: 100%; height: 620px; }
#googleCalSm { width: 400px; height: 420px; float: right; display: inline; }
.wp-caption-text { font-size: 11px; padding: 4px 0; font-style: italic; color: #999; }
table#paypal { margin: -30px 0 30px 30px; padding: 0; width: 300px; border-bottom: 1px dotted #ccc; float: right; display: inline; }
table#paypal tr { vertical-align: middle; }
table#paypal th { vertical-align: middle; font-size: 14px; font-weight: bold; width: 200px; padding: 20px; border-top: 1px dotted #ccc; }
table#paypal td { vertical-align: middle; padding: 20px; border-top: 1px dotted #ccc; }
#searchForm input { border: 1px solid #ccc; padding: 5px; width: 120px; }
#searchForm input.submit { border: none; background: none; width: auto; color: #405FA0; cursor: pointer; }
#searchForm input.submit:hover { color: #000; }

/* -------------------------------------------------------------------------- homepage */

.lead { height: 305px; position: relative; }
.leadItem { position: absolute; top: 20px; left: 0; width: 500px; color: #fff; }
.leadItem h1 { font-size: 32px; line-height: 40px; margin: 0 0 6px 0; color: #fff; }
.leadItem p { font-size: 14px; line-height: 24px; margin: 0; color: #fff; width: 290px; }
.leadItem img { position: absolute; top: 19px; right: 30px; }
.leadPhotos { position: absolute; top: 20px; right: 0; width: 408px; height: 268px; background: url(images/bg_photo.png) left bottom no-repeat; z-index: 1; }
.leadPhotos img { border: 4px solid #fff; }
.leadItem .leadLinks { color: #ccc; }
.leadItem .leadLinks a, .leadItem .leadLinks a:visited { color: #dfb900; }
.leadItem .leadLinks a:hover { color: #eee; }
.promos { position: absolute; top: 250px; left: 40px; }
.promos a, .promos a:visited { color: #405FA0; }
.promos a:hover { color: #000; }
.promos div { float: left; display: inline; font-size: 11px; line-height: 16px; margin: 0 5px 0 0; }
.promos div img { float: left; display: inline; height: 0px !important; overflow: hidden; padding: 35px 0 0 0; width: 35px; height: 35px; margin: 0 5px 0 0; }
.promos div img.hover { background-position: 0 -35px; }
.promoFacebook { width: 170px; }
.promoFacebook img { background: url(images/img_facebook.png) top left no-repeat; }
.promoTwitter { width: 170px; }
.promoTwitter img { background: url(images/img_twitter.png) top left no-repeat; }
.colA { float: left; display: inline; width: 315px; margin: 25px 0 40px 0; font-size: 14px; line-height: 24px; }
.colA h2 { clear: both; }
.colA #homeEventThumbnail { float: right; display: inline; margin: 0 0 0 10px; }
.colB { float: left; display: inline; width: 545px; margin: 25px 0 40px 40px; font-size: 14px; line-height: 24px; position: relative; }
.colB h3 { font-size: 16px; margin: 0; }
.colB ul { margin: 0 0 15px 0; padding: 0; }
.colB ul li { margin: 0 0 5px 0; padding: 0 0 5px 0; list-style-type: none; border-bottom: 1px dotted #ccc; }
.colB ul li.lastItem { border-bottom: none; }
.colB #searchForm { position: absolute; top: 8px; right: 0; }
.rssLink { margin: 0; background: url(images/img_rss.gif) 0 2px no-repeat; padding: 0 0 0 22px; }
.rssLink a { font-size: 13px; }
.colA p, .colB p { font-size: 14px; line-height: 24px; color: #666; margin: 0 0 20px 0; }
.colA h2, .colB h2 { font-size: 22px; line-height: 34px; color: #575755; }

/* -------------------------------------------------------------------------- sidebar */

#sidebar { float: left; display: inline; width: 200px; padding: 0 0 30px 0; margin: 45px 40px 0 20px; }
#sidebar h2 { font-size: 12px; text-transform: uppercase; margin: 0; }
#sidebar ul { margin: 0 0 20px 0; padding: 0; }
#sidebar ul li { margin: 0; padding: 6px 0; list-style-type: none; border-bottom: 1px dotted #ccc; }
#sidebar ul li.lastItem { border-bottom: none; }
#sidebar li.current_page_item a { color: #555; font-weight: bold; } 
#sidebar img { margin: 5px 0 15px 0; border: 4px solid #ccc; }
#sidebar .rssLink { background-position: 0 1px; margin-bottom: 30px; }

/* -------------------------------------------------------------------------- footer */

#footer { color: #fff; position: absolute; bottom: 0; width: 100%; padding: 20px 0; text-align: center; height: 100px; margin: 0; background: #677eaf url(images/bg_footer.gif) 0 0 repeat-x; \width: 100%; w\idth: 100%; }
.footerWrap { position: relative; width: 960px; margin: 0 auto; padding: 20px 0; }
#footer p { margin: 0; color: #fff; }
#footer a, #footer a:visited { color: #ffdead; }
#footer a:hover { color: #fff; }
#footer .siteInfo { float: left; display: inline; margin: 0; }
#footer .siteCredit { float: right; display: inline; margin: 0; }

/* -------------------------------------------------------------------------- utility */

div.label { position: relative; margin: 0 0 10px 0; }
label.over-apply { font-size: 11px; color: #999; position: absolute; top: 1px; left: 6px; padding: 0; margin: 0; }
a.imglink:link, a.imglink:visited { border: none; }
.alignright { float: right; display: inline; margin: 15px 0 15px 15px; }
.alignleft { float: left; display: inline; margin: 15px 15px 15px 0; }
.clear { clear: both; }
.shadow-left { background: transparent url(images/shadow_left.png) no-repeat 0 0; width: 13px; height: 203px; position: absolute; top: 120px; left: -13px; z-index: 99; }
.shadow-right { background: transparent url(images/shadow_right.png) no-repeat 0 0; width: 13px; height: 203px; position: absolute; top: 120px; right: -13px; z-index: 99; }
