/* -------------------- Crossed Over CSS-------------------- */

@font-face {
	font-family: 'co-italic';
	src: url('/font/CreteRound-Italic-webfont.eot');
	src: url('/font/CreteRound-Italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/CreteRound-Italic-webfont.woff') format('woff'),
	url('/font/CreteRound-Italic-webfont.ttf') format('truetype'),
	url('/font/CreteRound-Italic-webfont.svg#CreteRoundItalic') format('svg');
	font-weight: normal;
	font-style: normal;}
@font-face {
	font-family: 'co-regular';
	src: url('/font/CreteRound-Regular-webfont.eot');
	src: url('/font/CreteRound-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/CreteRound-Regular-webfont.woff') format('woff'),
	url('/font/CreteRound-Regular-webfont.ttf') format('truetype'),
	url('/font/CreteRound-Regular-webfont.svg#CreteRoundRegular') format('svg');
	font-weight: normal;
	font-style: normal;}
	
@font-face {
	font-family: 'ArvoRegular';
	src: url('/font/Arvo-Regular-webfont.eot');
	src: url('/font/Arvo-Regular-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/Arvo-Regular-webfont.woff') format('woff'),
	url('/font/Arvo-Regular-webfont.ttf') format('truetype'),
	url('/font/Arvo-Regular-webfont.svg#ArvoRegular') format('svg');
	font-weight: normal;
	font-style: normal;}
@font-face {
	font-family: 'ArvoItalic';
	src: url('/font/Arvo-Italic-webfont.eot');
	src: url('/font/Arvo-Italic-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/Arvo-Italic-webfont.woff') format('woff'),
	url('/font/Arvo-Italic-webfont.ttf') format('truetype'),
	url('/font/Arvo-Italic-webfont.svg#ArvoItalic') format('svg');
	font-weight: normal;
	font-style: normal;}
@font-face {
	font-family: 'ArvoBold';
	src: url('/font/Arvo-Bold-webfont.eot');
	src: url('/font/Arvo-Bold-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/Arvo-Bold-webfont.woff') format('woff'),
	url('/font/Arvo-Bold-webfont.ttf') format('truetype'),
	url('/font/Arvo-Bold-webfont.svg#ArvoBold') format('svg');
	font-weight: normal;
	font-style: normal;}
@font-face {
	font-family: 'ArvoBoldItalic';
	src: url('/font/Arvo-BoldItalic-webfont.eot');
	src: url('/font/Arvo-BoldItalic-webfont.eot?#iefix') format('embedded-opentype'),
	url('/font/Arvo-BoldItalic-webfont.woff') format('woff'),
	url('/font/Arvo-BoldItalic-webfont.ttf') format('truetype'),
	url('/font/Arvo-BoldItalic-webfont.svg#ArvoBoldItalic') format('svg');
	font-weight: normal;
	font-style: normal;}	
	
	

/* -------------------- Reset CSS -------------------- */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;}                  
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {display: block;}

ol, ul {list-style: none;}

blockquote, q {
	quotes: none; 
	margin: 0 0 1.5em; 
	border-left: 10px solid #DE5328;
	padding: 0 0 0 15px;
	letter-spacing: 0.1px;
	text-shadow: 1px 1px #FFFFFF;
	font: 13px/19px Trebuchet MS,Arial,Helvetica,sans-serif; }
blockquote: before, blockquote: after, q: before, q: after {content: ''; content: none;}

a {
	margin: 0; 
	padding: 0; 
	font-size: 100%; 
	vertical-align: baseline; 
	background: transparent;
	text-decoration: none;}

ins {
	background-color: #ff9; 
	color: #000; 
	text-decoration: none;}
mark {
	background-color: #ff9; 
	color: #000; 
	font-style: italic; 
	font-weight: bold;}
del {
	text-decoration: line-through;}
abbr[title], dfn[title] {
	border-bottom: 1px dotted; 
	cursor: help;}
table {
	border-collapse: collapse; 
	border-spacing: 0;}
hr {
	display: block; 
	height: 1px; 
	border: 0; 
	border-top: 1px solid #ccc; 
	margin: 1em 0; 
	padding: 0; }
	
input, select {vertical-align: middle;}

/* -------------------- End Reset CSS -------------------- */

/* -------------------- My CSS -------------------- */

.hide {display:none;}
.show {display:block;}

body {
	margin: 0 auto;
	width: 990px;
	padding: 0;
	background: #fff;
	text-align: left;
	line-height: 1;
	background: url(/images/background.jpg) top center repeat-x;}

h1, h2, h3, h4, h5, h6 {
	font-family: 'co-regular';
	clear: both;
	font-weight: normal;}

a {color: #999;}
a:visited, a:active, a:focus {
	color: #999;
	background-color: none;
	border-bottom: 0;}
a:hover {
	color: #fd7a2e !important;
	background-color: none;
	border-bottom: 0;}
a img, img {border: none;}

img.size-auto, img.size-full, img.size-large, img.size-medium, .attachment img {
	max-width: 100%; 
	height: auto;}
.alignleft, img.alignleft {
	display: inline;
	float: left;
	margin-right: 24px;
	margin-top: 4px;}
.alignright, img.alignright {
	display: inline;
	float: right;
	margin-left: 24px;
	margin-top: 4px;}
.aligncenter, img.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;}
img.alignleft, img.alignright, img.aligncenter {
	margin-bottom: 12px;}

/* -------------------- END My CSS -------------------- */

/* -------------------- Typography CSS -------------------- */

body, input, textarea {
	color: #666;
	font-size: 12px;
	line-height: 18px;}
body, input, textarea, .page-title span, .pingback a.url {
	font-family: Helvetica, Arial, sans-serif;}
h3#comments-title, h3#reply-title, #access .menu, #access div.menu ul, #cancel-comment-reply-link,
.form-allowed-tags, #site-info, #site-title, #wp-calendar, .comment-meta, .comment-body tr th, .comment-body thead th,
.entry-content label, .entry-content tr th, .entry-content thead th, .entry-meta, .entry-title, .entry-utility, #respond label,
.navigation, .page-title, .pingback p, .reply, .widget-title, .wp-caption-text {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
input[type=submit] {
	font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;}
pre {
	font-family: "Courier 10 Pitch", Courier, monospace;}
code {
	font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;}
p {
	font-size: 12px;
	margin-bottom: 12px;}

strong {font-weight: bold;}
cite, em, i {font-style: italic;}
blockquote {
	font-style: italic;
	padding: 0 3em;}
blockquote cite, blockquote em, blockquote i {font-style: normal;}
pre {
	background: #f7f7f7;
	color: #222;
	line-height: 18px;
	margin-bottom: 18px;
	padding: 1.5em;}
abbr, acronym {
	border-bottom: 1px dotted #666;
	cursor: help;}
sup, sub {
	height: 0;
	line-height: 1;
	position: relative;
	vertical-align: baseline;}
sup {bottom: 1ex;}
sub {top: .5ex;}
input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	-webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;}

/* -------------------- END Typography CSS -------------------- */

/* -------------------- Structure CSS -------------------- */

#container {
	width: 990px;
	min-height: 610px;
	height: 100%;
	background: url(/images/content-back.png) top center no-repeat;}

#header {
	position: realtive;
	margin: 35px 120px 40px;
	border: none;
	width: 750px;
	height: 55px;
	background: none;}
#header .logo a {
	width: 265px;
	height: 55px;
	float: left;
	display: block;
	background: url(/images/logo.png) top center no-repeat;}
#header .nav {
	position: relative;
	width: 330px;
	height: 25px;
	margin: 15px 0 0 150px;
	display: block;
	float: left;}
.nav li, .nav li a {
	height: 25px;
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	font-size: 14px;}
.nav li.nav-about a {width: 66px; background: url(/images/nav-about.png) 0 0 no-repeat;}	
.nav li.nav-about a:hover, .nav li.nav-about-active a {width: 66px; background: url(/images/nav-about.png) 0 -25px no-repeat;}	
.nav li.nav-get-involved a {width: 115px; background: url(/images/nav-get-involved.png) 0 0 no-repeat;}	
.nav li.nav-get-involved a:hover, .nav li.nav-get-involved-active a {width: 115px; background: url(/images/nav-get-involved.png) 0 -25px no-repeat;}
.nav li.nav-donate a {width: 81px; background: url(/images/nav-donate.png) 0 0 no-repeat;}	
.nav li.nav-donate a:hover, .nav li.nav-donate-active a {width: 81px; background: url(/images/nav-donate.png) 0 -25px no-repeat;}	
.nav li.nav-contact a {width: 68px; background: url(/images/nav-contact.png) 0 0 no-repeat;}	
.nav li.nav-contact a:hover, .nav li.nav-contact-active a {width: 68px; background: url(/images/nav-contact.png) 0 -25px no-repeat;}

#content {
	width: 750px;
	min-height: 100px;
	margin: 0 120px 0;}
#content .content-top {
	width: 710px;
	padding: 15px 20px 0;
	height: 35px;
	background: url(/images/content-top.png) top center no-repeat;}
#content .content-middle {
	width: 710px;
	padding: 8px 20px 0;
	background: url(/images/content-middle.png) top center repeat-y;}
#content .content-bottom {
	margin-top: 0;
	height: 15px;
	background: url(/images/content-bottom.png) top center no-repeat;}

.content-left {
	width: 400px;
	float: left;
	margin-bottom: -15px;}
.content-right {
	width: 305px;
	float: left;
	margin-left: 5px;
	margin-bottom: -8px;}
.break {
	width: 710px;
	height: 1px;
	clear: both;}

p {
	font-family: 'ArvoRegular';
	color: #333;
	width: 390px;}
p.verse {
	color: #999;}
span.co-italic {
	color: #333;
	font-size: 10px;
	font-family: 'ArvoItalic';}
h2.content-header {
	font-family: ArvoRegular;
	font-size: 20px;
	color: #fff;
	margin-top: 2px;}
h3 {
	color: #333;
	font-size: 16px;}
	
#accordion {
	position: relative;
	width: 392px;
	height: 100%;
	margin: 0 0 12px;
	padding-bottom: 7px;
	font-family: 'ArvoRegular';}
#accordion div, #accordion div p {
	width: 345px !important;
	margin: 0 -10px 0 0;}
#accordion h3 {
	margin-bottom: 3px;}
ul.bullets {
	font-family: 'ArvoRegular';
	font-size: 12px;
	color: #333;
	list-style: square;
	margin: 0 0 12px 1.5em;}

form.paypal {
	margin-bottom: 12px !important;}
form.paypal input {
	width: 250px;
	margin: 0 0 0 70px !important;
	padding: 0;
	border: 0;
	background: none;}

#footer {
	width: 247px;
	margin: -7px 120px 0;
	height: 33px;
	padding: 7px 20px 0 483px;
	background: url(/images/footer-back.png) top center no-repeat;}
#footer p, #footer p a {
	color: #fff;
	font-size: 10px;}
	

/* -------------------- END Structure CSS -------------------- */

.contactform {
	width: 565px;
	min-height: 100px;
	margin: 0;
	padding: 0 !important;}
label {
	display: inline-block; 
	float: left; 
	height: 18px; 
	line-height: 18px; 
	width: 80px; 
	font-size: 12px;
	color: #ddd;
	font-weight: normal;}
input, textarea, select {
	margin: 3px !important; 
	padding: 5px; 
	color: #ccc; 
	background: #f5f5f5; 
	border: 1px solid #ccc; 
	margin: 3px 0; 
	font-size: 12px;
	font-family: ArvoItalic; 
	 -moz-border-radius: 5px; -webkit-border-radius: 5px; }   
textarea {
	width: 350px !important;
	height: 75px !important;}
input:focus, textarea:focus, select:focus {
	border: 1px solid #999; 
	background-color: #fff; 
	color:#333;}
input.submit {
	cursor: pointer; 
	border: 1px solid #ccc; 
	background:#222;
	padding: 2px 4px 1px 4px;
	color:#fff !important; 
	font-family: ArvoRegular; 
	font-size: 12px;
	margin: 0 0 0 2px !important;
	 -moz-border-radius: 5px; -webkit-border-radius: 5px; }
input.submit:hover {background: #444;}

form.contactform p.required {
	font-size: 10px;
	color: #999;
	margin: -20px 0 0 55px;}

input[type="text"], textarea {
	background: #f9f9f9;
	border: 1px solid #ccc;
	box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
	padding: 2px;}

fieldset {
	padding: 5px; 
	margin: 0;
	border: 0 !important; 
	 -moz-border-radius: 5px; -webkit-border-radius: 5px; }
legend {
	padding:7px 10px; 
	font-weight: bold; 
	color:#000; 
	border:1px solid #eee; 
	 -moz-border-radius: 5px; -webkit-border-radius: 5px; }
#contact form, #contact fieldset {
	margin: 5px !important;
	padding: 5px !important;}

span.required {
	font-size: 13px; 
	color: #5e768d;}