/*   
Author: Tom Rose (tom@slurve.com)
Author URI: http://slurve.com
Date: 20 Oct 2009
*/

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

body { margin: 0; padding: 0; background: #fff url(images/bg.jpg) 0 0 repeat-x; font-family: "Georgia", "Palatino", "Times New Roman", serif; font-size: 12px; line-height: 20px; color: #222; }
body#home { background: #fff url(images/bg_home.jpg) 0 0 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; }
h2 em { font-size: 13px; }
h3 { margin: 0 0 10px 0; font-size: 12px; line-height: 22px; font-weight: normal; color: #999; text-transform: uppercase; border-bottom: 1px dotted #ccc; clear: both; }
h4 { margin: 0 0 5px 0; font-size: 12px; line-height: 18px; font-weight: bold; }

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

a, a:visited { color: #5d7c91; text-decoration: none; outline: none; font-weight: bold; }
a:hover, a:active { color: #000; }

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

#masthead { position: relative; height: 130px; z-index: 2; }
#logo { position: absolute; top: 0; left: -9px; }
#logo a { position: relative; width: 299px; height: 0px !important; display: block; background: url(images/logo.png) top left no-repeat; overflow: hidden; padding: 128px 0 0 0; border: 0; outline: none; }
#nav { position: absolute; top: 78px; left: 317px; z-index: 2; }
#nav ul { margin: 0; padding: 0; }
#nav li { margin: 0 20px 0 0; padding: 0; float: left; display: inline; position: relative; list-style-type: none; }
#nav a, #nav a:visited { font-size: 14px; color: #fff; text-transform: uppercase; border: none; font-weight: normal; }
#nav a:hover { color: #ddd; }
#nav li.current_page_item a { border-bottom: 1px dotted #fff; padding: 0 0 2px 0; }
#topText { position: absolute; top: 35px; left: 315px; color: #ccc; }
#topText em { font-size: 16px; font-style: italic; color: #fff; margin: 0 5px; }
#topText a, #topText a:visited { font-size: 14px; color: #ffdead; margin: 0 5px; }
#topText a:hover { color: #fff; }
#topText em a, #topText em a:visited { font-size: auto; color: #ffdead; margin: 0; }
#topText em a:hover { color: #fff; }

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

#wrap { position: absolute; top: 0; left: 0; }
#container { position: relative; margin: 0 auto; width: 960px; height: auto; padding: 0 0 130px 0; }
#main { float: left; display: inline; width: 670px; margin: 40px 30px 30px 0; z-index: 0; }
#main.wide { float: none; display: block; width: 960px; margin: 40px 0 0 0; }
#home #main.wide { margin-top: 10px; }

/* -------------------------------------------------------------------------------- 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 "Georgia", "Palatino", serif; }
#contactForm textarea { width: 300px; height: 100px; }
#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-size: 11px; margin: 20px 0; color: #ccc; }
#contactForm .submit input { width: 130px; height: 28px; background-color: #374c5f; color: #fff; border: none; font-size: 11px; }
#contactForm .submit input:hover { background-color: #000; cursor: pointer; border: none; }
p.success { font-size: 18px; color: #999; }

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

#sidebar { float: left; display: inline; width: 200px; padding: 0; margin: 40px 40px 0 20px; }
#sidebar a, #sidebar a:visited { font-weight: normal; }
#sidebar ul { margin: 0 0 15px 0; padding: 0; }
#sidebar ul li { margin: 0; padding: 6px 0; list-style-type: none; border-bottom: 1px dotted #ccc; font-size: 13px; }
#sidebar ul li.lastItem { border-bottom: none; }
#sidebar li.current_page_item a { color: #555; font-weight: bold; }
#sidebar h2 { margin: 5px 0 0 0; } 
#sidebar .rssLink { background-position: 0 1px; }

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

#lead { margin: 0 0 30px 0; }
#leadItem { float: left; display: inline; width: 476px; background: rgb(48, 66, 84); background: rgba(48, 66, 84, 0.7); padding: 15px 25px; margin: 15px 0 0 0; }
#leadItem h1 { font-size: 24px; line-height: 34px; color: #fff; margin: 0 0 8px 0; }
#leadItem p { color: #fff; font-size: 14px; line-height: 22px; margin: 0 20px 10px 0; } 
#leadItem a, #leadItem a:visited { color: #ffdead; margin: 0 5px 0 0; }
#leadItem a:hover { color: #ccc; }
#leadPhoto { float: left; display: inline; width: 434px; }
#leadPhoto img { border: 1px solid #fff; width: 432px; height: 254px; }
.js #leadPhoto img { display: none; } 
#colA { float: left; display: inline; width: 280px; }
#colB { float: left; display: inline; width: 280px; margin: 0 40px; }
#colC { float: left; display: inline; width: 280px; }
#modules { margin: 0 20px 20px 20px; }
#modules h2 { font-size: 24px; line-height: 36px; margin: 0 0 10px 0; color: #5c422c; }
#modules h3 { font-size: 14px; line-height: 24px; color: #555; font-style: italic; font-weight: normal; margin: 0; }
#modules h3 a, #modules h3 a:visited { font-weight: normal; }
#modules ul { margin: 0 0 10px 0; padding: 0; }
#modules li { margin: 0; padding: 0; list-style-type: none; }
#modules p { font-size: 13px; line-height: 22px; color: #322; }
#agenda ul { margin: 10px 0 0 2px; padding: 0; list-style-type: none; text-align: left; }
#agenda ul li { margin: 0 0 10px 0; padding: 0; line-height: 18px; color: #777; letter-spacing: 1px; font-size: 12px; border: none; }
#agenda ul li a { display: block; width: auto; letter-spacing: 0; border-top: 1px dotted #ccc; margin: 0; padding: 3px 0 0 0; }
#colC h3 { text-transform: none; border: none; }
#colC ul { margin: 5px 0 10px 0; }
#colC li { border-top: 1px dotted #ccc; padding: 0 0 5px 0; }

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

#footer { color: #fff; position: absolute; bottom: 0; width: 100%; padding: 20px 0; text-align: center; height: 50px; margin: 0; background: #1f2b36 url(images/bg_footer.gif) 0 0 repeat-x; \width: 100%; w\idth: 100%; }
.footerWrap { position: relative; width: 960px; margin: 0 auto; padding: 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 */

.thumbnails { display: block; height: 130px; }
.thumbnails.single { float: left; display: inline; height: 140px; margin: 5px 0 0 0; }
.thumbnails.single .alignleft { margin: 0 10px 0 0; }
.thumbnails .alignleft { float: left; display: inline; margin: 0 20px 0 0; }
.thumbnails br { display: none; }
.thumbnails img { border: 2px solid #eee; }
.thumbnails p { margin: 0; color: #888; font-size: 10px; }
.rssLink { margin: 20px 0; background: url(images/img_rss.gif) 0 2px no-repeat; padding: 0 0 0 25px; }
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: 150px; 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: 150px; right: -13px; z-index: 99; }