/* Base CSS file */

/* Reset all HTML elements with default values. Do not change anything in this section */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, blockquote,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul {
	list-style: none;
	font-family: Georgia, "Times New Roman", Times, serif;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* And now you can add your CSS below this line */


/*#########
Basic Page Structure CSS. Elements in this section put things where they belong and declare how they should look. Shouldn't need to change anything here.
##########*/

body {
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #004812;
}
a:link,a:visited, a:hover{text-decoration:none;color: #4F6F18;} a:hover{text-decoration:underline;}



.container {
background-color: #f7f3c7;
min-height: 100%;
margin-right: auto;
margin-left: auto;
width: 1000px;
margin-bottom: -178px;
}

.header {
	height: 271px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/header.jpg);
	position: relative;
}
.donate {position: absolute; z-index: 100; right: 40px; bottom: 9px; height: 22px; width: 93px; background-image: url(/images/donate.png); text-transform: UPPERCASE/*!!!!!!!!!!!!!*/; font-weight: bold; color:#3c4c22; padding-top: 18px; padding-left: 19px;}

.nav {
	height: 38px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/nav_bg.jpg);
	font-size: 21px;
	text-align: center;
	vertical-align: middle;
	line-height: 38px;
	color: #5e330b;
	font-style: italic;
	font-weight: bold;
}

.intnav {
	height: 41px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/int_nav_bg.jpg);
	text-align: right;
	vertical-align: middle;
	font: 12px/38px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	color: #e3c895;
}
.content {
width: 1000px;
padding-left: 20px;

}
.sidebar {
	//background-color: #ccff00;
	margin-top: 10px;
	margin-right: 50px;
	margin-bottom: 10px;
	float: right;
	width: 260px;
height: auto;
}
.footer {
	color: #797777;
	height: 178px;
	width: 1000px;
	background-repeat: no-repeat;
	background-image: url(images/footer_bg.jpg);
	position: relative;
	bottom: 0px;
	margin-left: auto;
	margin-right: auto;	
	margin-top:  100px;
	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	clear: both;
}

.int_content {
	font-size: 13px;
	line-height: 20px;
	float: left;
	width: 450px;
margin-left: auto;
margin-right: auto;
padding:20px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.int_content2 {
	font-size: 13px;
	line-height: 20px;
	float: left;
	width: 632px;
margin-left: auto;
margin-right: auto;
padding:20px;
border-left: 1px solid #ccc;
border-right: 1px solid #ccc;
}

.int_sidebar {
line-height: 16px;
font-size: 12px;
width: 202px;
float: left;
margin-right: 30px;
margin-left: 20px;
}

.int_sidebar_right {
line-height: 16px;
font-size: 12px;
width: 202px;
float: right;
margin-left: 30px;
margin-right: 20px;
}

/*#########
Index Page News Section styling
##########*/
.news_header {
	background-image: url(images/news_header.jpg);
	background-repeat: no-repeat;
	width: 700px;
	height: 46px;
	margin-top: 40px;
	margin-right: 300px;
}

.news_body {
	width: 700px;
	background-repeat: repeat-y;
	background-image: url(images/news_body.jpg);
	margin-right: 300px;
	min-height: 740px;
	margin-top: -5px;
}

.news_body p {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-left: 97px;
	width: 510px;
}

.news_footer {
	background-repeat: no-repeat;
	background-image: url(images/news_footer.jpg);
	height: 31px;
	width: 700px;
	margin-right: 300px;
}

/*#########
Sidebar Sections
##########*/
.about {
	background-repeat: no-repeat;
	background-image: url(/images/about_bg.jpg);
	//background-color: rgba(255, 255, 255, 0);
	height: 366px;
	padding-left: 40px;
	padding-right: 40px;
	font-size: 14px;
	padding-top: 65px;
}

.sbgallery {
	height: 426px;
	background-repeat: no-repeat;
	background-image: url(images/gallery_bg.jpg);
	background-color: #ff78a1;
	padding-left: 35px;
	padding-right: 40px;
	font-size: 14px;
	padding-top: 55px;
}

.thesocial {
	margin-left: 5px;
	height: 29px;
	line-height: 29px;
	vertical-align: middle;
	display: inline-block;
	margin-top: -25px;
}

/*#########
Interior Sidebar Sections
##########*/

.int_sidebar_top {
	background-repeat: no-repeat;
	height: 8px;
	width: 202px;
	background-image: url(images/int_sidebar_top.jpg);
}

.int_sidebar_middle {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	padding-bottom: 20px;
	padding-top: 20px;
	padding-right: 20px;
	padding-left: 20px;
	width: 162px;
	background-repeat: repeat-y;
	background-image: url(images/int_sidebar_middle.jpg);
}

.int_sidebar_bottom {
	height: 8px;
	width: 202px;
	background-image: url(images/int_sidebar_bottom.jpg);
	background-repeat: no-repeat;
	list-style-type: none;
}

.int_sidebar_middle li {
	list-style-type: none;
	border-bottom: 2px dotted grey;
	margin-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
}

.int_sidebar_middle li:last-child {
	border-bottom: none;
}

/*#########
Some minor CSS that positions columns in the footer.
##########*/

.footer ul {
	margin-top: 25px;
	clear: right;
	margin-left: 40px;
	float: left;
	display: inline;
	font-size: 12px;
}


.footer ul li:first-child {
	text-transform: uppercase;
	color: #60241a;
}

.footer #column2 {
	margin-top: 9px;
}

.footer #column3 {
	margin-top: -6px;
}

.footer #address {
	margin-left: 50px;
	text-align: right;
	margin-top: -20px;
}

/*#########
Link Styling
##########*/
.nav a:link {
	color: #5e330b;
	text-decoration: none;
}
.nav a:visited {
	color: #5e330b;
	text-decoration: none;
}
.nav a:hover {
	color: #5e330b;
	text-decoration: underline;
}

.intnav p {
width: 700px;
margin-left: auto;
margin-right: auto;
margin-top:0;
padding-top:0;
}

.intnav a:link {
	color: #e3c895;
	text-decoration: none;
	margin-right: 12px;
}
.intnav a:visited {
	color: #e3c895;
	text-decoration: none;
	margin-right: 12px;
}
.intnav a:hover {
	color: #e3c895;
	text-decoration: underline;
	margin-right: 12px;
}
/*This line is awesome and you love it */
.footer a:link,.footer a:visited,.footer a:hover{text-decoration:none;color:#444;}.footer a:hover{text-decoration:underline;}

.footer ul li:first-child a:link {
	text-transform: uppercase;
	color: #60241a;
	text-decoration: none;
}
.footer ul li:first-child a:visited {
	text-transform: uppercase;
	color: #60241a;
	text-decoration: none;
}
.footer ul li:first-child a:hover {
	text-transform: uppercase;
	color: #60241a;
	text-decoration: underline;
}

.int_content a:link,.int_content a:visited,.int_content a:hover{text-decoration:none;color:inherit;}.int_content a:hover{text-decoration:underline;}

.int_sidebar_middle li a:link,.int_sidebar_middle li a:visited,.int_sidebar_middle li a:hover{text-decoration:none;color:black;}.int_sidebar_middle li a:hover{text-decoration:underline;}

/*#########
Element Styling
##########*/

h1 {
margin-top: 20px;
font-family: "Times New Roman", Times, serif;
margin-bottom: 10px;
color: #004812;
font-size: 30px;
}

.int_content h1 a:link {color:#004812; text-decoration:none;}
.int_content h1 a:visited {color:#004812; text-decoration:none;}
.int_content h1 a:hover {color:#004812; text-decoration: underline;}

h2 {
	margin-bottom: 5px;
	margin-top: 10px;
	display: block;
	color: #ce3c18;
	font-weight: bold;
	font-size: 20px;
}
.blogdesc {color:#004812;}

/*#########
Section Specific Element Styling
##########*/

.int_sidebar h2 {
margin-bottom: 20px;
text-align: center;
}

.news_body h2 {
	padding-left: 20px;
	padding-bottom: 20px;
	padding-right: 20px;
	padding-top: 10px;
	margin-left: 97px;
	width: 510px;

}

.int_content a:link {
color: #4f6f18;}

.int_content a:visited {
color: #4f6f18;}

.int_content a:hover {
text-decoration: underline;
color: #4f6f18;}

.bodymain {
font-size:13px;
font:"Times New Roman", Times, serif;
line-height: 19px;}

.bodymain:link {
font-size:14px;
font:"Times New Roman", Times, serif;
color: #4f6f18;
line-height: 19px;}

.bodymain_sm {
font-size: 11px;
font:"Times New Roman", Times, serif;
line-height: 15px;}

/*#########
Blog Specific Styles
##########*/
.blogdesc {
	font-size: 20px;
	margin-top: -5px;
	line-height: 24px;
}

.datestamp{
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 10px;
	font-variant: normal;
	font-style: italic;
}

.postmeta {
	font-size: 12px;
	color:#4f6f18;
	margin-top: 10px;
	line-height: 16px;
	margin-bottom: 30px !important;
	}
	
.postmeta p {
	margin-top: 10px;
	}	
	
hr {
	margin-top: 10px;
	border: none;
	border-top: 1px solid black;
	padding-top: 10px;
}

.wp-caption {
	font-size: 11px;
	color: #333333;
	}
	
.alignnone{margin-left: auto;margin-right:auto;margin-top: 20px; margin-bottom: 20px;}
.int_content ul li {margin-left: 20px;display: list-item; margin-top: 10px; margin-bottom: 10px; list-style-type: none;}
.comments_meta { color: #ce3b18; font-style: italic; font-family: "Times New Roman", Times, serif; margin-bottom: 5px; font-size: 14px; }
.comment_text { margin-bottom: 10px; border-bottom-color: black; border-bottom-width: 1px; border-bottom-style: solid; }
#postmeta { margin-top: 10px;}
#comments_list ol li { margin-top: 20px; }
.comment_disclaimer {font-size:10px;font-style:italic;}
.authors {margin-top: 15px;}
#title {color: green; font-size: 11px; font-style: italic;}
.authors a:link,.authors a:visited,.authors a:hover{text-decoration:none;color:brown;}.authors a:hover{text-decoration:underline;}

#comments ol {list-style-type: none;}
.depth-2 {margin-left: 20px;}
.depth-3 {margin-left: 20px;}
.depth-4 {margin-left: 20px;}
.depth-5 {margin-left: 20px;}

.comment-body { list-style-type: none; border: 1px solid #999; padding: 20px; margin-top: 5px; margin-bottom: 5px;}
.fn {font-size: 16px; font-style: normal !important; margin-top: -10px; display: inline-block;}
.comment-meta {float: right; margin-top: -40px;}