

/* Begin Typography & Colors */
body {
	font-size: 62.5%; /* Resets 1em to 10px */
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	color: #666;
	text-align: center;
	}

#page {
	text-align: left;
	}

.widecolumn .entry p {
	font-size: 1.05em;
	}

.narrowcolumn .entry, .widecolumn .entry {
	line-height: 1.4em;
	}

.widecolumn {
	line-height: 1.6em;
	}

.narrowcolumn .postmetadata {
	text-align: center;
	}

.alt {
	background-color: #f8f8f8;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	}

small {
	font-family: Arial, Helvetica, Sans-Serif;
	font-size: 0.9em;
	line-height: 1.5em;
	}


.entry p a:visited {
	color: #b85b5a;
	}

.commentlist li, #commentform input, #commentform textarea {
	font: 0.9em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	float: right;
	border: 1px solid #eee;
	padding: 2px;
	background: #fff;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 1.1em;
	}

.commentlist p {
	font-weight: normal;
	line-height: 1.5em;
	text-transform: none;
	}

#commentform p {
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	}

.commentmetadata {
	font-weight: normal;
	}

small, #sidebar ul ul li, #sidebar ul ol li, .nocomments, .postmetadata, blockquote, strike {
	color: #777;
	}

code {
	font: 1.1em 'Courier New', Courier, Fixed;
	}

acronym, abbr, span.caps
{
	font-size: 0.9em;
	letter-spacing: .07em;
	}

#wp-calendar #prev a, #wp-calendar #next a {
	font-size: 9pt;
	}

#wp-calendar a {
	text-decoration: none;
	}

#wp-calendar caption {
	font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
	text-align: center;
	}

#wp-calendar th {
	font-style: normal;
	text-transform: capitalize;
	}
/* End Typography & Colors */



/* Begin Structure */

.post {
	margin: 0 0 40px;
	text-align: justify;
	}

.post hr {
	display: block;
	}

.widecolumn .post {
	margin: 0;
	}

.narrowcolumn .postmetadata {
	padding-top: 5px;
	}

.widecolumn .postmetadata {
	margin: 30px 0;
	}

.widecolumn .smallattachment {
	text-align: center;
	float: left;
	width: 128px;
	margin: 5px 5px 5px 0px;
}

.widecolumn .attachment {
	text-align: center;
	margin: 5px 0px;
}

.postmetadata {
	clear: both;
}

.clear {
	clear: both;
}

/* End Structure */


/* Begin Images */
p img {
	padding: 0;
	max-width: 100%;
	}

/*	Using 'class="alignright"' on an image will (who would've
	thought?!) align the image to the right. And using 'class="centered',
	will of course center the image. This is much better than using
	align="center", being much more futureproof (and valid) */

img.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
	}

img.alignright {
	padding: 4px;
	margin: 0 0 2px 7px;
	display: inline;
	}

img.alignleft {
	padding: 4px;
	margin: 0 7px 2px 0;
	display: inline;
	}

.alignright {
	float: right;
	}

.alignleft {
	float: left
	}
/* End Images */



/* Begin Lists

	Special stylized non-IE bullets
	Do not work in Internet Explorer, which merely default to normal bullets. */


.postmetadata ul, .postmetadata li {
	display: inline;
	list-style-type: none;
	list-style-image: none;
	}

/* End Entry Lists */



/* Begin Form Elements */
#searchform {
	margin: 10px auto;
	padding: 5px 3px;
	text-align: center;
	}

#sidebar #searchform #s {
	width: 108px;
	padding: 2px;
	}

#sidebar #searchsubmit {
	padding: 1px;
	}

select {
	width: 130px;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0;
	}

#commentform textarea {
	width: 100%;
	padding: 2px;
	}

#commentform #submit {
	margin: 0;
	float: right;
	}
/* End Form Elements */



/* Begin Comments*/
.alt {
	margin: 0;
	padding: 10px;
	}

.commentlist {
	padding: 0;
	text-align: justify;
	}

.commentlist li {
	margin: 15px 0 3px;
	padding: 5px 10px 3px;
	list-style: none;
	}

.commentlist p {
	margin: 10px 5px 10px 0;
	}

#commentform p {
	margin: 5px 0;
	}

.nocomments {
	text-align: center;
	margin: 0;
	padding: 0;
	}

.commentmetadata {
	margin: 0;
	display: block;
	}
/* End Comments */



/* Begin Sidebar */
#sidebar form {
	margin: 0;
	}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
	empty-cells: show;
	margin: 10px auto 0;
	width: 155px;
	}

#wp-calendar #next a {
	padding-right: 10px;
	text-align: right;
	}

#wp-calendar #prev a {
	padding-left: 10px;
	text-align: left;
	}

#wp-calendar a {
	display: block;
	}

#wp-calendar caption {
	text-align: center;
	width: 100%;
	}

#wp-calendar td {
	padding: 3px 0;
	text-align: center;
	}

#wp-calendar td.pad:hover { /* Doesn't work in IE */
	background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
	cursor: help;
	}

acronym, abbr {
	border-bottom: 1px dashed #999;
	}

blockquote {
	margin: 15px 30px 0 10px;
	padding-left: 20px;
	border-left: 5px solid #ddd;
	}

blockquote cite {
	margin: 5px 0 0;
	display: block;
	}

.center {
	text-align: center;
	}

.hidden {
	display: none;
	}

hr {
	display: none;
	}

a img {
	border: none;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 60px;
	}
/* End Various Tags & Classes*/



/* Captions */
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption {
	border: 1px solid #ddd;
	text-align: center;
	background-color: #f3f3f3;
	padding-top: 4px;
	margin: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}

.wp-caption p.wp-caption-text {
	font-size: 11px;
	line-height: 17px;
	padding: 0 4px 5px;
	margin: 0;
}
/* End captions */


body {
	font: 10px Lucida sans, arial, geneva, sans-serif;
	margin:0px;
	padding:0px 0px 0px 0px;
	background:#fff;
	text-align: center;
	color: #707070;
}

ul {
	padding: 0px;
	margin: 0px;
	font-size:1.1em;
	line-height: 1.5em;
}
	
p {
	font-size:1.2em;
	line-height: 1.4em;
	padding:0px;
	margin:10px 0px 10px 0px;
}

label, input, select
	{
	font-size:1.2em;
	line-height: 1.5em;
	}

h1 {
	font:1.7em Lucida sans, arial, geneva, sans-serif;
	font-weight: bold;
	color:  #b10f14;
	padding: 0px;
	margin: 20px 0px 15px 0px;
}

h2	{
	font: 1.4em Lucida sans, arial, geneva, sans-serif;
	font-weight: bold;	
	color: #538a15;
	padding: 0px;
	margin: 10px 0px 10px 0px;
	}
	
img {
	border: 0px;
	padding:  0px;
}
	
a:link {
	color: #b20309;
}
	
p a:hover {
	background: #feffb7;
}

	
a:visited {
		color: #840306;
}

br.clear {
	clear:both;
	font-size:0px;
}

td
{
text-align: center; 
padding: 20px 20px;
}

.bold { 
font-weight:  bold; 
}

#wrapper {
	width:100%;
	padding:0px 0px 20px 0px;
	margin:0px;	
}

#container {
	width:861px;
	padding:0px;
	margin:0px auto;
	text-align:left;
}

#header {
	width:861px;
	height:110px;
	padding:0 0;
	margin:0 0;
}

#headerLt {
	height:110px;
	padding:0px;
	margin:0px;
	float:left;
	display:block
	
}

#headerRt {
	margin:0px;
	float:right;
	display:block;
	padding: 20px 0px 0px 0px;
	}

#nav {
	width:861px;
	height: 55px;	
	clear: both;
	background: url(/images/greennav.gif) top left repeat-x;
	color:  #fff;
	font: 17px Lucida sans, arial, geneva, sans-serif;
	text-align:  center;
}
	
#nav ul {
	padding: 0;
	margin:0px;
}

#nav li {
	margin: 0; 
	padding: 0;
    list-style: none;
	display: inline;
	line-height: 55px;
	vertical-align: middle;
	padding: 0 20px;
}

#nav a {
	color:  #fff; text-decoration:  none; 
}
	
#nav a:hover {
	color: #fffaa5; background: none; text-decoration:  none; 
}

#nav a.active, #secondarynav a.active {
	color: #feffb7;
	background:  none; 
}

form {
padding-top: 20px;
}

#secondarynav ul a {
	color:  #fff; text-decoration:  none; 
}
	
#secondarynav ul a:hover {
	color: #fffaa5; text-decoration:  none; background:  none; 
}

#midBanner {
	padding:  0px;
	margin:  0px;
	width:861px;
	height:209px;
	background: url(/images/middle.jpg) no-repeat bottom left;
	text-indent:-9999px;
}

#midText {
	width: 861px;
	padding:0px;
	margin:0px;
}
#midText .col1, #midText .col2, #midText .col3 {
	width: 250px;
	padding:0px 45px 30px 0px;
	margin:0px;
	float:left;
}

#midText .col3 {
	width: 270px;
	padding:0px 0px;
	float: left;
}

#midTextInner {
	width: 841px;
	padding: 0px 0px 50px 20px;
	margin:0px;
}

#midTextInner .col1
	{
	width:540px;
	padding:0px 0px 50px 0px;
	margin:0px;
	float:left;
	}

#midTextInner .col1 UL
	{
	line-height: 2em;
	padding-left: 25px;
	}

#midTextInner .col3 {
	width: 220px;
	float:right;
}

#midTextInner .col1b {
	width: 380px;
	padding:0px 20px 0px 0px;
	margin:0px;
	float:left;
}

#midTextInner .col2b {
	width: 350px;
	margin:0px;
	padding:0px 0px 0px 0px;
	float:right;
}

#midTextInner .col1c {
	width: 861px;
	padding:0px 0px 0px 0px;
	margin:0px;
	float:left;
}

#midText LI, #midTextInner LI
	{
	padding-bottom: 8px;
	line-height: 1.2em;
	}
#midText li {
	list-style-type: none;
}
#secondarynav ul { 
list-style:  none; 
margin:  0px;
padding:  0px;
line-height: 1em;
}

#secondarynav li {
	margin:  0px;
	list-style:  none; 
	background-color:  #97bd56;
	padding:  12px 10px;
	width:  180px;
	border-bottom:  2px solid white;
	font: 1.3em bold Lucida sans, arial, geneva, sans-serif;
}

#footer {
	width: 100%;
	padding:30px 0px 20px 0px;
	margin:0px;
	background: #ebebeb url(/images/backgroundfooter.gif) top left repeat-x;
	color: #9b9a9a;	
}


#footerWrapper {
	padding:0px;
	margin: 0px 20px;
}

#footerWrapper a { 
	color: #9b9a9a; }

#bod ul { 
	padding: 0px; margin: 0px; list-style-type: none;
 }
 
#bod li { 
	 padding: 0px 0px 20px 0px; margin: 0px;
	 list-style-type: none;
 }
 #body h3 {
	font-size: 1em;
}
.displaynone { display:none; }  

.specialannouncement { 
	padding: 10px 20px;
	background-color: #feffb7;
}

.specialannouncement h2 { 
	font-size: 1.6em;
}

.specialannouncement p { 
	font-size: 1.4em;
	line-height: 1.5em;
}
a#donate {
	display: block;
	text-indent: -9999px;
	height: 67px;
	width: 213px;
	background: url(/images/differenceinner.gif) 0 0 no-repeat;
	margin-bottom: 25px;
	outline: none;
}
a:hover#donate {
	background: url(/images/differenceinner.gif) 0 0 no-repeat!important;
}

#nav a:hover, #nav a:active,  
#nav li.current_page_parent a,  
#nav li.current_page_parent a:visited,  
#nav li.current_page_item a,  
#nav li.current_page_item a:visited, 
#secondarynav a:hover, #secondarynav a:active,  
li.current_page_parent a,  
li.current_page_parent a:visited,  
#secondarynav li.current_page_item a,  
#secondarynav li.current_page_item a:visited

{
	color: #feffb7;
	background:  none; 
}

.social-media {
	height: 16px;
	display: inline;
	list-style-type: none;
}
.social-media li a {
	float: left;
	display: block;
	width: 16px;
	height: 16px;
	padding: 0 5px;
}
.social-media #twitter {
	text-indent: -9999px;
	background: url(/images/twitter_16.png) 0 0 no-repeat;
}
.social-media #facebook {
	text-indent: -9999px;
	background: url(/images/facebook_16.png) 0 0 no-repeat;
}