body {
	font-family: 'Raleway', sans-serif;
	background-image: url('img/grey_wash_wall.png');
	background-repeat:repeat-y;
	margin: 0px;
}

#wrapper {
	width: 960px;
	margin: 0px auto;
	box-shadow: 5px 5px 10px 5px #DCDCDC;
}

#social {
	width: 960px;
	height: 50px;
	margin-top: -20px;
	background-color: #333333;
}

#mail { 
	float: right;
	width: 300px;
	position: relative;
	margin-right: -15px;
}


#social-icons {
	position: absolute;
	margin-left: 550px;
	margin-top: 7px;
}


#mc_embed_signup form {position:relative; text-align:left; padding:10px 0 10px 3%}
#mc_embed_signup h2 {padding:0; margin:10px 0; font-size:1em;}
#mc_embed_signup input {border:1px solid #999; -webkit-appearance:none; }
#mc_embed_signup input[type=checkbox]{-webkit-appearance:checkbox;}
#mc_embed_signup input[type=radio]{-webkit-appearance:radio;}
#mc_embed_signup input:focus {border-color:#333;}
#mc_embed_signup .button {clear:both; background-color: #9EBC3D; border: 0 none; color: #FFFFFF; cursor: pointer; display: inline-block; font-size: .8em; height: 32px; line-height: 32px; margin: 0 5px 10px 0; padding:0; text-align: center; text-decoration: none; vertical-align: top; white-space: nowrap; width: auto;}
#mc_embed_signup .button:hover {background-color:#777;}
#mc_embed_signup .small-meta {font-size: 1em;}
#mc_embed_signup .nowrap {white-space:nowrap;}     
#mc_embed_signup .clear {clear:none; display:inline;}

#mc_embed_signup label {display:inline; font-size:1em; padding-bottom:10px;}
#mc_embed_signup input.email {display:inline; padding:8px 0; margin:0 4% 10px 0; text-indent:5px; width:58%; min-width:120px;}
#mc_embed_signup input.button {display:inline-block; min-width: 70px; margin:0 0 10px 0; }

#mc_embed_signup div#mce-responses {float:left; top:-1.4em; padding:0em .5em 0em .5em; overflow:hidden; width:90%;margin: 0 5%; clear: both;}
#mc_embed_signup div.response {margin:1em 0; padding:1em .5em .5em 0; font-weight:bold; float:left; top:-1.5em; z-index:1; width:80%;}
#mc_embed_signup #mce-error-response {display:none;}
#mc_embed_signup #mce-success-response {color:#529214; display:none;}
#mc_embed_signup label.error {display:inline-block; float:none; width:auto; margin-left:1.05em; text-align:left; padding:.5em 0;}


.logo img {
	width: 300px;
	position: absolute;
	margin-left:-8px;
	margin-top: -2px;
}

#header {
	width: 100%;
	margin: 0px auto;
	padding: 20px 0px 0px;
	background: #fff;
	top: 0px;
}

#nav,
#nav ul {
    list-style: none;
}

#nav {
	margin-top: 15px;
	margin-left: 90px;
    float: right;
}

#nav > li {
    float: left;
}

#nav li a {
	display: block;
    height: 2em;
    line-height: 2em;
    padding: 0 1.5em;
    text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 1em;
    color: #333333;
}

#nav ul {
	padding: 10px;
    position: absolute;
    display: none;
	z-index: 999;
	background: white;
	opacity:.95;
}

#nav ul li a {
    width: 80px;
    line-height: 1.2em;
}

#nav li:hover ul {
    display: block;
}

#nav li a:hover {
    color:#9EBC3D;
    background: white;
}


.donate {
	font-family: 'Arvo', serif;
	color: white;
	text-decoration: none;
}

#donate img {
	width: 120px;
	position: absolute;
	margin-top:5px;
	margin-left: 865px;
}

.banner {
	width: 960px;;
	margin-top: 80px;	
}



/* main */

#top-wrapper {
	width: 100%;
}

h1.a-heading {
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	font-size: 1.8em;
	text-align: center;
	text-transform: uppercase;
}

#left-column {
	width: 475px;
	float: left;
	padding: 30px;
	margin-top: -20px;
}

.video {
	margin-bottom: 20px;
}


#right-column {
	width: 350px;
	float: right;
	padding: 30px;
}

.sidebar img {
	margin-bottom: 30px;
}

.slider-wrapper {
	margin-bottom: -60px;
}

.caption {
	font-family: 'Raleway', sans serif;
	font-weight: 700;
	font-size: .7em;
	margin-top: -12px;
	margin-bottom: 20px;
}

.three-col {
	text-align: left;
	font-size: .9em;
	line-height: 1.5em;
}

.text {
	text-align: left;
	font-size: .9em;
	line-height: 1.5em;
}

.subtitle {
	font-weight: 700;
}

.title {
	font-family: 'Arvo', serif;
	font-weight: 700;
	text-align: left;
	font-size: 1em;
	line-height: 1.5em;
}

a {
	color: black;
}


/* footer */

#footer {
width: 100%;
height: 50px;
overflow: hidden;
background-color: #333333;
}

#footer ul {
	float:left;
	margin-left: -25px;
}

#footer li {
	color: white;
	font-size: .6em;
	list-style: none;
	display: inline;
	margin: 5px;
}
	
#footer li a{
	color: white;
	list-style: none;
}

#nav,
#nav ul {
    list-style: none;
}

#nav {
        margin-top: 15px;
        margin-left: 90px;
    float: right;
}

#nav > li {
    float: left;
}

#nav li a {
        display: block;
    height: 2em;
    line-height: 2em;
    padding: 0 1.5em;
    text-decoration: none;
    font-family: 'Arvo', serif;
    font-size: 1em;
    color: #333333;
}

#nav ul {
        padding: 10px;
    position: absolute;
    display: none;
        z-index: 999;
        background: white;
}

#nav ul li a {
    width: 110px;
    line-height: 1em;
}

#nav li:hover ul {
    display: block;
}

#nav li a:hover {
    color: #43c9ef;
    background: white;
}

