/* RESET.CSS */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* REGULAR CSS */


body {
	background:#c3c3c3;
	color:#0a0a0a;
	font-family:Arial, Helvetica, sans-serif;
	
}

p {
	margin-bottom:1em;
	line-height:1.1em;
}

.sidebar {
	width:200px;
	float:right;
	padding-top:50px;
}

.main {
	background-color:#FFFFFF;
	padding:10px;
	min-height:750px;
	z-index:0;
	box-shadow: 3px 0px 0px gray, -3px 0px 0px gray;
	-webkit-box-shadow: 3px 0px 0px gray, -3px 0px 0px gray; 
	-moz-box-shadow: 3px 0px 0px #C3C3C3, -3px 0px 0px #C3C3C3;
}

.main-center {
	width:900px;
	margin-right:auto;
	margin-left:auto;
}


.float-right {
	float:right;
}

.float-left {
	float:left;
}

.aligncenter {
	margin-left:auto;
	margin-right:auto;
}

#header {
 margin-top:0;
 padding-top:10px;
 padding-bottom:10px;
 background:#4f81bd;
 box-shadow: 0px 10px 20px gray;
 -webkit-box-shadow: 0px 10px 20px gray; 
 -moz-box-shadow: 0px 10px 20px #C3C3C3;
 z-index:10;
}

#footer {
 background:#9bbb59;
 padding:10px;
 box-shadow: 0px -10px 20px gray;
 -webkit-box-shadow: 0px -10px 20px gray; 
 -moz-box-shadow: 0px -10px 20px #C3C3C3;
}

#footer-block {
	width:100%;
	height:50px;
}

#social-media-icon-block {
	float:left;
}

#contact-information {
	float:right;
	padding-right:20px;
}

#contact-information a {
	padding-left:10px;
	text-decoration:none;
	color:#5C7A1D; 
	font-weight:bold;
}

#contact-information  a:active,
#contact-information  a:hover {
 text-decoration:underline;
}

#nav {
 padding-top:10px;
color:#FFFFFF;
 margin:0;
 font-family: 'Permanent Marker', cursive;
 font-size:2em;
 background-image:url('/sites/default/files/top-blue-900x50.png') bottom;
 background-color:#4f81bd;
}

#nav a {
 color:#FFFFFF;
 text-decoration:none;
 padding-right:28px;
}

#nav a:active,
#nav a:hover {
 text-decoration:underline;
}

.facebook-widget {
	height:400px;
	width:200px;
	padding-left:10px;
	padding-bottom:10px;
}

.twitter-widget {
	height:200px;
	width:200px;
	padding-left:10px;
	float:right;
}

.title-text {
	margin-left:205px;
	margin-right:auto;
	margin-top:10px;
	margin-bottom:10px;
	font-size:2em;
}

#youtube-video iframe {
	margin-top:50px;
	margin-left:60px;
}

.important-quote {
	margin-left:10px;
	margin-right:10px;
	margin-top:50px;
	margin-bottom:50px;
	font-style:italic;
	font-size:1.2em;
	width:660px;
}

.pledge-block {
	width:660px;
}

#pledge-box {
	width: 275px;
	float: right;
	border: 3px solid #FF655D;
	padding: 5px;
	background: #FFABA6;
	display:block;
	margin-bottom:10px;
}

#sign-up-form {
	width:360px;
	float:left;
}

#sign-up-form select {
	font-size:1.1em;
	border-radius: 5px;
	border: 1px solid #C3C3C3;
}

#sign-up-form input {
	font-size:1.1em;
	border-radius: 5px;
	border: 1px solid #C3C3C3;
	padding-left:.25em;
}

#mce-EMAIL,
#mce-FNAME,
#mce-LNAME {
color:#c3c3c3;
}

#mc-embedded-subscribe,
#mc-embedded-subscribe input,
.button input {
	background-color: #900;
	border: 3px solid #900;
	border-radius: 5px;
	color:#FFFFFF;
	font-weight:bold;
	padding:0.3em;
	font-size:1.5em;
	margin-left:100px;
	margin-top:10px;
}

.resouce-link {
	text-align:center;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2em;
	width:350px;
}