@charset "utf-8";
/* Simple fluid media
   Note: Fluid media requires that you remove the media's height and width attributes from the HTML
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
}

/* IE 6 does not support max-width so default to width 100% */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver Fluid Grid Properties
	----------------------------------
	dw-num-cols-mobile:		6;
	dw-num-cols-tablet:		12;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	10;
	
	Inspiration from "Responsive Web Design" by Ethan Marcotte 
	http://www.alistapart.com/articles/responsive-web-design
	
	and Golden Grid System by Joni Korpi
	http://goldengridsystem.com/
*/

.fluid {
	clear: both;
	margin-left: 0;
	width: 100%;
	float: left;
	display: block;
}

.fluidList {
    list-style:none;
    list-style-image:none;
    margin:0;
    padding:0;        
}

/* Mobile Layout: 480px and below. */
  
.gridContainer {
   background-color:#fff;
   margin-left: auto;
   margin-right: auto;
   width: 98.4848%;
   padding-left: 0.7575%;
   padding-right: 0.7575%;
   clear: none;
   float: none;
}
h1 {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 700;
   line-height: 1em;
   font-size: 1.5em;
   margin: 0;
   text-align:center;
    }
h2 {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: normal;
   font-size: 1.4em;
   line-height: 1.4em;
   text-transform: uppercase;
   letter-spacing: 2px;
   margin: 0;
   text-align:center;
    }
h3 {
   font-family: 'Alegreya', serif;
   font-weight: normal;
   font-size: .85em;
   line-height: 1.125em;
   letter-spacing: .125;
   margin: 10 px 0 10px 0;
   text-align:center;
}
h4 {
   font-family: 'Alegreya', serif;
   font-weight: normal;
   font-size: .85em;
   line-height: 1.125em;
   letter-spacing: .125;
   margin: 10 px 0 10px 0;
   text-align:center;
}
h5 {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: normal;
   font-size: 1.25em;
   line-height: 1.25em;
   letter-spacing: .125;
   margin: 10 px 0 10px 0;
   text-align:center;
}
h6 {
    font-family: Times, serif;
    font-weight: normal;
    font-size: .95em;
    line-height: 1.125em;
    letter-spacing: .125;
    margin: 10 px 0 10px 0;
	text-align:center;
}						
p {
   font-family: Times, serif;
   font-size: .85 em;
   line-height: .95 em;
   margin:1em;
}
#mobileHeader {
   width: 83.0769%;
}
#mobileHeader2 {
   margin-left: 0;
    }
#mobileSocial {
   width: 15.3846%;
   margin-left: 1.5384%;
   clear: none;
   margin-top:15px;
}	
#header {
   display:none;
}
#socialMedia {
   display:none;
}	
#nav {
}
#navList {
    }
.navItem {
   width: 100%;
   clear: both;
   margin-left: 0;
}
#tagLine {
   margin-top:6px;
   background-image:url(../images/gray.gif);
   width: 100%;
}
#donate {
   width: 100%;
   clear: none;
   margin-left: 0;
   padding-top:.25em;
}
#taglineText {
   display:none;
   width: 15.3846%;
   margin-left: 0;
}
#container {
    }
#col1 {
   width: 100%;
}
#col3 {
    width: 100%;
    clear: both;
    margin-left: 0;
}
#Footer {
}
.zeroMargin_mobile {
    margin-left: 0;
    }
.hide_mobile {
    display: none;
    }
/* Tablet Layout: 481px to 768px. Inherits styles from: Mobile Layout. */

@media only screen and (min-width: 481px) {

.gridContainer {
	width: 99.2424%;
	padding-left: 0.3787%;
	padding-right: 0.3787%;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: 700;
    line-height: 1em;
    font-size: 2em;
    margin: 0 0 15px 0;
    }
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 1em;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 23px 0;
    }
h3 {
    font-family: 'Alegreya', serif;
    font-weight: normal;
    font-size: .95em;
    line-height: 1.125em;
    letter-spacing: .125;
    margin: 10 px 0 10px 0;
	text-align:center;

    }
h4 {
    font-family: 'Alegreya', serif;
    font-weight: normal;
    font-size: .85em;
    line-height: 1.125em;
    letter-spacing: .125;
    margin: 10 px 0 10px 0;
	text-align:center;

    }
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.45em;
    line-height: 1em;
    margin:10px;
	text-align:center;
    color:#fff;
    }
h6 {
    font-family: Times, serif;
    font-weight: normal;
    font-size: 1em;
    line-height: 1em;
    margin:0;
	text-align:center;
    }						
p {
    font-family: Times, serif;
    font-size: 1em;
    line-height: 1.125em;
    margin:1.25em;
    }
#header {
   width: 91.603%;
   margin-left: 0;
   display:block;
}
#nav {
}
#tagLine {
}

#container {
    }
#col1 {
        width: 49.6183%;
}
#col3 {
        width: 49.6183%;
        clear: none;
        margin-left: 0.7633%;
}
#Footer {
    }
#navList {
    }
.navItem {
        width: 24.4274%;
        clear: none;
        margin-left: 0.7633%;
}
#socialMedia {
        width: 7.6335%;
        clear: none;
        margin-left: 0.7633%;
		display:block;
}
#mobileHeader {
	display:none;
	width: 100%;
    }
#mobileHeader2 {
	display:none;
    }
#mobileSocial {
        display:none;
        width: 100%;
        clear: both;
        margin-left: 0;
}
.hide_tablet {
    display: none;
    }
.zeroMargin_tablet {
    margin-left: 0;
    }
}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Mobile Layout and Tablet Layout. */

@media only screen and (min-width: 769px) {

.gridContainer {
	width: 99.6212%;
	max-width: 1232px;
	padding-left: 0.1893%;
	padding-right: 0.1893%;
	margin: auto;
	clear: none;
	float: none;
	margin-left: auto;
}
h1 {
   font-family: 'Roboto Condensed', sans-serif;
   font-weight: 700;
   line-height: 2.95x;
   font-size: 2.95;
   margin: 10 px 0 10px 0;
    }
h2 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.75em;
    line-height: 23px;
    text-transform: uppercase;
    letter-spacing: 4px;
    margin: 0 0 23px 0;
    }
h3 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight:200;
    font-size: 1.25em;
    line-height: 1.125em;
    letter-spacing: .125;
    margin: 10 px 0 10px 0;
	text-align:center;

    }
h4 {
    font-family: 'Alegreya', serif;
    font-weight: normal;
    font-size: .85em;
    line-height: 1.125em;
    letter-spacing: .125;
    margin: 10 px 0 10px 0;
	text-align:center;

    }
h5 {
    font-family: 'Roboto Condensed', sans-serif;
    font-weight: normal;
    font-size: 1.5em;
    line-height: 1.25em;
    letter-spacing: .125;
    margin: 10 px 0 10px 0;
	text-align:center;
    color:#fff;
    }
h6 {
   font-family: Times, serif;
   font-weight: normal;
   font-size: 1em;
   line-height: 1.125em;
   letter-spacing: .125;
   margin: 10 px 0 10px 0;
   text-align:center;
    }						
p {
    font-family: Times, serif;
    font-size: 1.05em;
    line-height: 1.12em;
    margin: 1em;
    }
#mobileHeader {
	display:none;
	width: 100%;
    }	
#mobileHeader2 {
	display:none;
    }	
#mobileSocial {
    display:none;
    width: 100%;
        clear: both;
        margin-left: 0;
}	
#header {
   width: 91.6349%;
   margin-left: 0;
   display:block;
}
#nav {
}
#tagLine {
   width: 100%;
}
#donate {
        width: 13.913%;
        margin-left: 0.4347%;
        clear: none;
}	
#taglineText {
        width: 83.2699%;
        margin-left: 0;
		display:block;
}
#container {
    }
#col1 {
   width: 33.0798%;
}
#col3 {
        width: 66.5399%;
        margin-left: 0.3802%;
        clear: none;
}
#Footer {
    }
	
#navList {
    }	
.navItem {
        width: 12.1673%;
        margin-left: 0.3802%;
        clear: none;
}	
#socialMedia {
        width: 7.9847%;
        margin-left: 0.3802%;
        clear: none;
		display:block;
}	
	
.zeroMargin_desktop {
    margin-left: 0;
    }	
.hide_desktop {
    display: none;
    }	
}
