/*
 * HTML5 Boilerplate
 *
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* =============================================================================
   Base
   ========================================================================== */

/*
 * 1. Correct text resizing oddly in IE6/7 when body font-size is set using em units
 *    http://clagnut.com/blog/348/#c790
 * 2. Force vertical scrollbar in non-IE
 * 3. Remove Android and iOS tap highlight color to prevent entire container being highlighted
 *    www.yuiblog.com/blog/2010/10/01/quick-tip-customizing-the-mobile-safari-tap-highlight-color/
 * 4. Prevent iOS text size adjust on device orientation change, without disabling user zoom
 *    www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/
 */

html { font-size: 100%; overflow-y: scroll; -webkit-overflow-scrolling: touch; -webkit-tap-highlight-color: rgba(0,0,0,0); -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; }

body { margin: 0; font-size: 12px; line-height: 1.6; }

body, button, input, select, textarea { font-family: sans-serif; color: #222; }

/* 
 * These selection declarations have to be separate
 * No text-shadow: twitter.com/miketaylr/status/12228805301
 * Also: hot pink!
 */

::-moz-selection { background: #ad9d8f; color: #fff; text-shadow: none; }
::selection { background: #ad9d8f; color: #fff; text-shadow: none; }


/* =============================================================================
   Links
   ========================================================================== */

a { color: #267c84; text-decoration: none; }
a:visited { color: #267c84; }
a:focus { outline: 0; }

/* Improve readability when focused and hovered in all browsers: people.opera.com/patrickl/experiments/keyboard/test */
a:hover, a:active { outline: 0; border-bottom: 1px solid #267c84;}

#main-nav a{
color: #000;
padding: 20px 0 3px 0;
border-bottom: none;
}

#main-nav a:hover{
color: #fff;
text-shadow: 1px 1px 1px #000;
border-bottom: 2px solid #726757;
}

#main-nav .current a{
color: #fff;
text-shadow: 1px 1px 1px #000;
padding: 20px 0 3px 0;
}

#main-nav .current a:hover{
border-bottom: none !important;
}

.reg-link{
color: #000; 
}

.reg-link:hover, .reg-link:active{ 
border-bottom: 1px solid #000;
color: #000; 
}

.reg-link:visited { 
color: #000; 
}

#footer h3 a{
color: #000;
padding: 15px 0 0 0;
}

#footer h3 a:hover, #footer h3 a:active{
border-bottom: 1px solid #000;
}

#footer p a,#footer ul a{
color: #514741;
padding: 0 0 5px 0;
}

#footer p a:hover, #footer ul a:hover{
border-bottom: none;
color: #000;
}

html img{
-webkit-tap-highlight-color: rgba(173,157,143,1);
}

.button{
display: block;
margin: 25px 0 12px 2px;
padding: 0 0 13px 0;
}

.button a{
padding: 7px 8px 8px 8px;
font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
color: #fff !important;
text-shadow: 1px 1px 1px #000;
font-weight: 400;
font-size: 14px;
line-height: 1.2;
background-color: #887466;
background-image: url('../images/layout/med-brown.jpg'); 
border: 2px solid #514944;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

.button a:hover,.button a:active{
opacity: .85;
}


/* =============================================================================
   Typography
   ========================================================================== */

abbr[title] { border-bottom: 1px dotted; }

b, strong { font-weight: bold; }

blockquote { margin: 1em 40px; }

dfn { font-style: italic; }

hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }

ins { background: #ff9; color: #000; text-decoration: none; }

mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }

/* Improve readability of pre-formatted text in all browsers */
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }

q { quotes: none; }
q:before, q:after { content: ""; content: none; }

small { font-size: 85%; }

/* Position subscript and superscript content without affecting line-height: gist.github.com/413930 */
sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

body {
font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
}

h1, h2, h3 {
font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
color: #267c84;
margin: 0 0 .4em 0;
line-height: 1.2;
font-weight: 400;
}

h1 {
font-size: 24px;
}

h2 {
font-size: 18px;
}

.column-copy h3 {
font-weight: 600;
}

p {
font-size: 1em;
margin: 0 0 1em 0;
}


/* =============================================================================
   Lists
   ========================================================================== */

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
#header ul, ul{ list-style: none; margin: 0; padding: 0; }

ul{
list-style:circle url("../images/layout/bullet.png");
list-style-position: outside;
margin-left: 16px
}

li:last-of-type {
font-size: 1em;
margin: 0 0 1em 0;
}

#footer ul{
list-style: none;
margin-left: 0px
}


/* =============================================================================
   Embedded content
   ========================================================================== */

/*
 * Improve image quality when scaled in IE7
 * code.flickr.com/blog/2008/11/12/on-ui-quality-the-little-things-client-side-image-resizing/
 */

img { border: 0; -ms-interpolation-mode: bicubic; }

/*
 * Correct overflow displayed oddly in IE9 
 */

svg:not(:root) {
    overflow: hidden;
}


/* =============================================================================
   Figures
   ========================================================================== */

figure { margin: 0; }


/* =============================================================================
   Forms
   ========================================================================== */

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }

/* 
 * 1. Correct color not inheriting in IE6/7/8/9 
 * 2. Correct alignment displayed oddly in IE6/7 
 */

legend { border: 0; *margin-left: -7px; padding: 0; }

/* Indicate that 'label' will shift focus to the associated form element */
label { cursor: pointer; }

/*
 * 1. Correct font-size not inheriting in all browsers
 * 2. Remove margins in FF3/4 S5 Chrome
 * 3. Define consistent vertical alignment display in all browsers
 */

button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }

/*
 * 1. Define line-height as normal to match FF3/4 (set using !important in the UA stylesheet)
 * 2. Correct inner spacing displayed oddly in IE6/7
 */

button, input { line-height: normal; *overflow: visible; }

/*
 * 1. Display hand cursor for clickable form elements
 * 2. Allow styling of clickable form elements in iOS
 */

button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; }

/*
 * Consistent box sizing and appearance
 */

input[type="checkbox"], input[type="radio"] { box-sizing: border-box; }
input[type="search"] { -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }

/* 
 * Remove inner padding and border in FF3/4
 * www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ 
 */

button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }

/* Remove default vertical scrollbar in IE6/7/8/9 */
textarea { overflow: auto; vertical-align: top; }

/* Colors for form validity */
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }


/* =============================================================================
   Tables
   ========================================================================== */

table { border-collapse: collapse; border-spacing: 0; }


/* =============================================================================
   Primary styles
   Author: Kyle Gordy
   ========================================================================== */

body {
background-color: #e2dfdd;
background-image: url('../images/layout/gray-stripe.jpg');
}

#stripe-container {
width: 100%;
background-color: #e9e8e3;
background-image: url('../images/layout/light-gray-stripe.jpg');
-webkit-box-shadow: 0px 0px 0px 2px #d9d5ce;
-moz-box-shadow: 0px 0px 0px 2px #d9d5ce;
box-shadow: 0px 0px 0px 2px #d9d5ce;
}

#header {
position: relative;
width: 960px;
margin: 0 auto;
margin-top: 45px;
font-family: 'Signika', Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: 400;
text-transform: uppercase; 
font-size: 14px;
letter-spacing: 1px;
background-color: #bcb6b0;
background-image: url('../images/layout/med-tan.jpg'); 
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 5px 5px 0px 0px;
border-radius: 5px 5px 0px 0px;
-webkit-box-shadow: 0px 0px 6px #000000; 
-moz-box-shadow: 0px 0px 6px #000000; 
box-shadow: 0px 0px 6px #000000; 
}

#main-logo{
position: relative;
top: -32px;
left: 20px;
float: left;
z-index: 2;
padding-right: 45px;
}

#main-nav{
position: relative;
height: 55px;
top: 20px;
line-height: 1.2;
}

#main-nav li{
display: inline;
margin: 0 0 0 10px;
padding: 8px 10px 20px 10px;
}

#main-nav .current {
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
-moz-border-radius-bottomright: 0px;
-moz-border-radius-bottomleft: 0px;
-webkit-border-radius: 3px 3px 0px 0px;
border-radius: 3px 3px 0px 0px;
border: 2px solid #86817b;
padding: 8px 8px 20px 8px;
background-color: #a1958c;
background-image: url('../images/layout/header-nav-texture.jpg'); 
}

#header-photo {
position: relative;
width: 960px;  
height: 240px;
background-image: url('../images/layout/header-photo.jpg'); 
border-top: 2px solid #7e725f;
}

#divider-bar{
position: relative;
width: 960px;
margin: 0 auto;
height: 25px;
background-color: #ad9d8f;
background-image: url('../images/layout/light-brown.jpg'); 
-webkit-box-shadow: 0px 0px 6px #000000; 
-moz-box-shadow: 0px 0px 6px #000000; 
box-shadow: 0px 0px 6px #000000; 
z-index: 2;
}

#callout-banner{
position: relative;
width: 909px;
margin: 0 auto;
padding: 20px 35px 20px 35px;
height: 76px;
background-image: url('../images/layout/callout-banner.png'); 
color: #fff;
-webkit-box-shadow: 0px 0px 5px #000000; 
-moz-box-shadow: 0px 0px 5px #000000; 
box-shadow: 0px 0px 5px #000000; 
z-index: 2;
}

#callout-banner h1{
margin: -5px 0 0 0;
padding-right: 15px;
line-height: 1.15em;
font-size: 35px;
color: #fff !important;
text-shadow: 1px 1px 1px #000;
float: left;
}

#callout-banner p{	
float: left;
width: 595px;
margin-top: 2px;
line-height: 1.65em;
font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
font-size: 15px;
text-shadow: 1px 1px 1px #000;
border-left: 2px solid #267c84;
padding-left: 15px;
}

#main {
position: relative;
width: 880px;
margin: 0 auto;
padding: 30px 40px 40px 40px;
background-color: #d4d0ca;
background-image: url('../images/layout/light-tan.jpg');
-webkit-box-shadow: 0px -1px 6px #000000; 
-moz-box-shadow: 0px -1px 6px #000000; 
box-shadow: 0px -1px 6px #000000; 
}

#main :first-child {
clear: both;
}

#main .last{
margin: 0 0 0 0;
}

.circle{
float: left;
margin: 10px 0 0 0px;
}

.column-copy {
margin: 15px 0 0 68px;
padding: 0 0 0 12px;
border-left: 2px solid #267c84;
}

.column-copy :first-child{
clear: none !important;
}

.column-copy img{
margin: 4px 0 5px 0;
padding: 0px;
border: 2px solid #bdb9b3;
}

.one-column {
position: relative;
float: left;
width: 815px;
margin: 0 27px 0 0;
}

.two-column {
position: relative;
float: left;
width: 425px;
margin: 0 27px 0 0;
}

.two-column img{
float: left;
margin: 0 10px 0 0;
}

.two-column .circle{
float: left;
margin: 10px 0 0 0px;
}

.members-alpha-column {
width: 325px !important;
}

.three-column {
position: relative;
float: left;
width: 275px;
margin: 0 27px 0 0;
}

#footer{
width: 900px;
margin: 0 auto;
background-color: #ad9d8f;
background-image: url('../images/layout/light-brown.jpg'); 
border-top: 2px solid #a4947b;
-moz-border-radius-topleft: 0px;
-moz-border-radius-topright: 0px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
-webkit-border-radius: 0px 0px 5px 5px;
border-radius: 0px 0px 5px 5px;
padding: 20px 30px 25px; 30px;
-webkit-box-shadow: 0px 0px 6px #000000; 
-moz-box-shadow: 0px 0px 6px #000000; 
box-shadow: 0px 0px 6px #000000; 
}

#footer h3{
font-family: 'Signika', Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 12px;
font-weight: 400;
letter-spacing: 1px;
text-transform: uppercase; 
margin: 0px;
line-height: 1.8;
}

#footer p, #footer li{
font-size: 11px;
line-height: 1.3;
margin: 0 0 0 0;
color: #514741;
}

#footer .seven-column {
float: left;
width: 105px;
min-height: 90px;
margin: 0 0 0 0;
border-left: 2px solid #267c84;
padding-left: 10px;
margin-left: 10px;
}

/* ========================================================================== 

Uncoment this when you would like to add the sponsers page back to the footer

#footer .first{
float: left;
width: 138px;
margin: 0 0 0 0;
border-left: none;
padding-left: 0px;
margin-left: 0px;
}


========================================================================== */


#footer .first{
float: left;
width: 265px;
margin: 0 0 0 0;
border-left: none;
padding-left: 0px;
margin-left: 0px;
}

#site-credits{
width: 960px;
margin: 0 auto;
padding: 15px 0 0 0;
}

#site-credits p, #site-credits a{
color: #554942;
text-shadow: 1px 1px 1px #fff;
}

#page-header-container{
width: 960px;
margin: 0px auto;
}

#page-heading{
float: left;
position: relative;
width: 310px;
height: 57px;
top: -28px;
background-image: url('../images/layout/Page-Heading-Background.png'); 
z-index: 2;
}

#page-heading h1{
margin: 5px 0 0 40px;
padding-right: 15px;
font-size: 35px;
color: #fff !important;
text-shadow: 1px 1px 1px #000;
}

.ajax-copy a{
display: block;
width: 250px;
color: #000;
line-height: .8;
padding: 4px 0px 4px 0;
-moz-transition: all .2s ease-out;  
-o-transition:  all .2s ease-out;  
-webkit-transition: all .2s ease-out; 
transition: all .2s ease-out;
}

.ajax-copy a:hover{
color: #000;
border-bottom: none;
padding: 4px 0px 4px 15px;
background-image: url('../images/layout/tran-fill-gradient.png'); 
background-image: -webkit-gradient(
	linear, left top, right top, from(rgba(255,255,255,0.3)),
	to(rgba(255,255,255,0))
);
background-image: -moz-linear-gradient(
	left center,
	rgba(255, 255, 255, .3) 20%, rgba(255, 255, 255, 0) 80%
);
-moz-transition: all .2s ease-out;  
-o-transition:  all .2s ease-out;  
-webkit-transition: all .2s ease-out; 
transition: all .2s ease-out;
}

.ajax-copy a:hover:before { 
content: "\203A" "\2009"; 
color: #267c84;
}

.ajax-copy-current{
padding-left: 15px !important;
background-image: url('../images/layout/tran-fill-gradient.png'); 
background-image: -webkit-gradient(
	linear, left top, right top, from(rgba(255,255,255,0.3)),
	to(rgba(255,255,255,0))
);
background-image: -moz-linear-gradient(
	left center,
	rgba(255, 255, 255, .3) 20%, rgba(255, 255, 255, 0) 80%
);
}

.ajax-copy-current:before { 
content: "\203A" "\2009"; 
color: #267c84;
}


.scroll-window{
overflow: auto;
-webkit-overflow-scrolling: touch;
background-color: rgba(255,255,255,0.3); 
-webkit-border-radius: 5px 0px 0px 5px; 
-moz-border-radius: 5px 0px 0px 5px; 
border-radius: 5px 0px 0px 5px; 
margin: 1em 0 1.2em 0;
padding: 15px 30px 0 15px;
}

.event-scroll-window{
height: 255px;
}

.members-scroll-window{
height: 385px;
}

#contactform{
background-color: rgba(255,255,255,0.3); 
-webkit-border-radius: 5px; 
-moz-border-radius: 5px; 
border-radius: 5px; 
border: 0px solid #800000;
margin: 1.5em 0 1.2em 0;
padding: 15px 30px 0 15px;
}

#contactform fieldset input {
margin-top: .7em;
padding:5px;
margin-bottom: 0px;
width: 300px;
}

fieldset{
font-size: 1em;
font-weight: 600;
color: #322c27;
margin-bottom: 1em;
}

#contactform input[type="text"], #contactform input[type="email"]  {
font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
font-size: 1em;
color:#322c27;
background-color: #fff;
border: 1px solid #ad9d8f;
padding-bottom: .5em;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
}

#contactform textarea {
font-family: Helvetica, Arial, "Lucida Grande", sans-serif;
margin-top: .7em;
padding: 5px;
font-size: 1em;
color:#322c27;
width: 300px;
max-width: 300px;
min-width: 300px;
height:  150px;
background-color: #fff;
border: 1px solid #ad9d8f;
-moz-border-radius: 3px; 
-webkit-border-radius: 3px; 
border-radius: 3px;
}

#error-container{
background-color: rgba(255,255,255,0.3); 
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
border: 0px solid #800000;
margin: 1em 0 1.5em 0;
padding: 15px 30px 0 15px;
}

.error{
font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
font-weight: 600;
display: block;
color: #de1919;
margin-top: 10px;
padding: 10px 0 12px 10px;
width: 300px;
background-color: rgba(255,255,255,0.3); 
line-height: 1;
}

.error:hover{
color: #267c84;
}

.error:before { 
content: "\203A" "\2002"; 
color: #267c84;
}

#error-container .error{
line-height: 1.5;
padding: 0 0 1.5em 0;
margin: 0px;
background-color: transparent; 
}

#send-button{
display: inline;
margin: .5em 0 1.6em 0;
padding: 7px 8px 8px 8px;
font-family: 'Lora', Georgia, Times, 'Times New Roman', serif;
color: #fff !important;
text-shadow: 1px 1px 1px #000;
font-weight: 400;
font-size: 14px;
line-height: 1.2;
background-color: #887466;
background-image: url('../images/layout/med-brown.jpg'); 
border: 2px solid #514944;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
}

#send-button:hover,#send-button:active{
opacity: .85;
}

/* =============================================================================
   IE Specific Styles
   ========================================================================== */
   
.oldie .scroll-window, .oldie #contactform, .oldie .error{
background-image: url('../images/layout/fill.png'); 
}

.oldie #header a:hover{
border-bottom: none;
}

.oldie #main-nav a:hover{
border-bottom: 2px solid #726757;
}

.oldie ul{
margin-bottom: 10px;
}

.oldie #footer ul{
margin-bottom: 0px;
}

.ie7 #main-logo{
position: absolute;
padding-right: 0;
}

.ie7 #main-nav{
margin-left: 175px;
}
.ie7 #main-nav{
position: relative;
top: -10px;
}

.ie7 #main-nav .current {
position: relative;
zoom: 1;
top: 22px;
}

.ie7 #page-header-container{
position: absolute;
z-index: 2;
}

.ie7 #page-heading{
position: relative;
top: -28px;
}

.ie7 #main {
padding: 55px 40px 40px 40px;
}

.ie7 #contactform input[type="text"], .ie7 #contactform input[type="email"]  {
position: relative;
left: -69px;
}

.ie7 #contactform textarea {
position: relative;
left: -69px;
}

.ie7 ul{
list-style:disc url("../images/layout/ .png");
}

.ie7 #footer ul{
list-style:disc url("../images/layout/ .png");
}








	

/* =============================================================================
   Non-semantic helper classes
   Please define your styles before this section.
   ========================================================================== */

/* For image replacement */
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.ir br { display: none; }

/* Hide for both screenreaders and browsers:
   css-discuss.incutio.com/wiki/Screenreader_Visibility */
.hidden { display: none; visibility: hidden; }

/* Hide only visually, but have it available for screenreaders: by Jon Neal.
  www.webaim.org/techniques/css/invisiblecontent/  &  j.mp/visuallyhidden */
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }

/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: drupal.org/node/897638 */
.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }

/* Hide visually and from screenreaders, but maintain layout */
.invisible { visibility: hidden; }

/* Contain floats: nicolasgallagher.com/micro-clearfix-hack/ */ 
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.float-left {float: left;}
.float-right {float: right;}
.clear {clear: both;}

.align-right {
text-align: right;
}

.black {
color: #000;
}

.normal-weight{
font-weight: normal !important;
}



/* =============================================================================
   PLACEHOLDER Media Queries for Responsive Design.
   These override the primary ('mobile first') styles
   Modify as content requires.
   ========================================================================== */

@media only screen and (max-width: 975px) {
  
#callout-banner{
position: relative;
width: 890px;
margin: 0 auto;
padding: 20px 35px 20px 35px;
height: 76px;
background-image: url('../images/layout/callout-banner-2.png'); 
}

#callout-banner p{	
width: 575px;
}

#site-credits{
width: 900px;
}

}



/* =============================================================================
   Print styles.
   Inlined to avoid required HTTP connection: www.phpied.com/delay-loading-your-print-css/
   ========================================================================== */
 
@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; } /* Black prints faster: sanbeiji.com/archives/953 */
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  /* Don't show links for images, or javascript/internal links */
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } /* css-discuss.incutio.com/wiki/Printing_Tables */
  tr, img { page-break-inside: avoid; }
  img { max-width: 100% !important; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}
