/* 
TABLE OF CONTENTS

  HTML Elements
  Page Structure
  Headings
  Content Styles
  Forms
  Clear
  Footer



/* ---------- @ HTML Elements -----------*/

* {
	margin: 0;
	padding: 0;
}
body, html {
	min-height:101%; /*Firefox scrollbar fix*/
}
body {
	color:#FFF;
	background-color:#24619e;
}
#flag {
	background-image:url(images/main-bg.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	min-height:600px;
}
body, select, textarea, input {
	font: 100% "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial
}
p {
	margin: 15px 0;
	line-height:145%;
}
a, a:visited {
	color: #9cbff3;
	text-decoration:none
}
a:hover, a:active {
	color:#FFF;
	text-decoration:underline
}
*:focus {
	outline: none;
}
ol {
	margin: 15px 15px 15px 35px;
}
li a:hover, li a:active {
	text-decoration:none
}
a img {
	border:none
}
/* ---------- @ Page Structure -----------*/

.wrapper {
	margin: 0 auto;
	font-size: 0.7em;
	width: 954px;
	padding-top:20px;
}
#innerWrapper {
	width: 884px;
	margin: 0 auto;
}
#masthead {
	background-image: url(images/header-trans.png);
	background-repeat:no-repeat;
	height: 183px;
	margin-bottom:8px;
	width: 884px;
	margin-left: auto;
	margin-right:auto;
	background-position: center top;
}
#masthead h1, #description {
	text-indent: -9999px;
}
#branding {
	padding-left:170px;
	height:100px;
}
#branding h1 {
	padding-top: 20px;
}/*
		#branding h1 a{
			color:#70161F;}*/
#description {
	color:#7ec2f8;
	letter-spacing:0.06em;
	font-size:0.9em;
	text-transform:uppercase;
	padding-left:2px;
}
.left {
	float:left;
}
.right {
	float:right
}
#sidebar {
	width:328px;
	float:right;
	margin-right: 5px;
}
/* ---------- @ Headings -----------*/

		   
h1 {
	font:2.5em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	width:548px;
	padding-top:5px;
}
h2 {
	font:2em Georgia, "Times New Roman", Times, serif;
	font-weight:bold;
	line-height:100%;
}
h3 {
	font: 1.5em Georgia, "Times New Roman", Times, serif;
	color:#FFF;
	font-weight:bold;
	line-height:110%;
}
h4 {
	font-size: 1.2em
}
#commentarea h4, h4.pagetitle {
	color:#B4D377;
	margin-bottom:13px
}
#submenu h4 {
	margin: 6px 0 5px 0;
}
/* ---------- @ Content Styles -----------*/


	
h1 a, h1 a:visited {
	color:#FFF;
}
h1 a:hover, h1 a:active {
	text-decoration:underline
}
h2 a, h2 a:visited {
	color:#B4D377;
}
.commentcount {
	background:url(images/bubble.gif) no-repeat 0 2px;
	padding-left:17px;
	font:11px "Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	margin-left:9px;
}
.commentcount a, .commentcount a:visited {
	color:#9cbff3;
}
#interior #content {
	padding-top:7px;
}
#content {
	margin-right: 360px;
	padding-left:20px;
	margin-left:5px;
}
.col.left {
	width:65%;
}
.col.right {
	width:35%;
}
/*Post Styles*/ 

.entry {
	padding-bottom:20px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}
.entry ul, .entry ol {
	padding:0 15px 10px 10px;
}
.entry ul li {
	margin-left:35px;
	list-style:square;
	padding:2px 0;
}
.entry blockquote {
	margin:15px 35px 25px 35px;
	border-left:5px solid #B4D377;
	padding-left:15px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style:italic;
	color:#c1cddd;
	line-height:140%;
}
.entry img {
	float:left;
	margin:5px 13px 6px 0;
	border:4px solid #FFF;
}
.postmetadata {
	text-transform:uppercase;
	font-size: 0.9em;
	color:#6e93b2;
	border-bottom:1px solid #376291;
	border-top:1px solid #376291;
	padding:3px 0;
}
.entry pre, .entry code {
	font: 1em "Courier New", Courier, monospace;
	overflow:auto;
	padding:14px;
	background:#103064;
	display:block;
	width:100%;
}
.entry pre {
	padding:20px 20px 40px 20px;
}
table {
	width:100%;
	border-collapse:collapse;
	margin:15px 0;
}
td, th {
	border-bottom:1px solid #416597;
	padding:4px 8px;
	background:#103064;
}
th {
	font-weight:normal;
	text-align:left;
	width:35%;
}
/*Comments*/
#comment {
	width: 400px;
}
#commentarea {
	background:url(images/divider2.gif) top center no-repeat;
	padding-top:35px;
}
.commentlist {
	margin:25px 0 0 0;
	padding:0 0 30px 0;
}
.commentlist li {
	margin: 15px 0 3px 22px;
	padding: 8px 15px 10px 15px;
	background: url(images/bg_comment.gif);
}
#commentarea small {
	font-size:1.1em;
}
.commentlist cite {
	font-style:normal;
	font-weight:bold;
	font-size:1.2em;
}
.gravatar {
	float:left;
	border:1px solid #2d578a;
}
.commentinfo {
	width:765px;
	float:right;
	padding-top:5px;
}
.commentlist li.my_comment {
	background:#254f89;
	border-bottom:1px solid #36639b;
	border-top:1px solid #36639b;
}
li.my_comment cite {
	font-size:1.5em;
}
/*Flickr*/

#flickr {
	list-style:none;
	padding-top:13px;
}
#flickr li {
	float:left;
	display:inline;
	margin:0px 17px 16px 0px;
	border-right:1px solid #031F4A;
	border-bottom:1px solid #031F4A;
}
#flickr li a {
	display:block;
	border:4px solid #376291;
}
#flickr li a:hover {
	border:4px solid #60A9DE;
}
/* ---------- @ Forms -----------*/

#searchform {
	float:right;
	width:210px;
	background:url(images/bg_search.gif) no-repeat;
	padding:0 0 5px 5px;
	margin-top:-3px;
	display:none;
}
#s {
	background:#295ba0;
	border:none;
	color:#FFF;
	padding-left:10px;
	margin-top:-4px;
	width:140px;
}
.field {
	background:#FFF;
	border:none;
	padding:4px;
	border:none;
}
.field:focus {
	background:#e8ebf0;
}
#submit {
	background: #001A31 ! important;
	border:none;
	font-size:0.9em;
	color:#b5dbf3;
	padding:5px;
	text-transform:uppercase
}
#submit:hover {
	background: #12225b ! important;
}
#searchsubmit {
	background:#295ba0;
	border:none;
	margin: 1px 0 0 3px;
	font-size:0.9em;
	color:#b5dbf3;
	padding:2px;
}
/* ---------- @ Float Clearing -----------*/

.clearfloat:after {
	display:block;
	visibility:hidden;
	clear:both;
	height:0;
	content:".";
}
.clearfloat {
	display:inline-block
}
.clearfloat {
	display:block
}
/* ---------- @ Footer -----------*/

#meta {
	padding-top: 25px;
}
.block {
	width:187px;
	float:left;
	margin:0 13px;
}
#meta ul {
	margin-top:15px;
}
#meta li {
	list-style:none;
	border-top:1px solid #213957;
	padding:6px 0;
}
#meta a, #meta a:visited {
	color:#80a3dc;
}
#meta a:hover, #meta a:active {
	color:#FFF;
}
#footer {
	text-align:center;
	padding-top: 50px;
	height:85px;
	background-image:url(images/footer-bg-trans.png);
	background-repeat:no-repeat;
	overflow:hidden;
	background-position:center top;
	font-size: 0.7em;
}
#footer a {
	color:#fff;
}
#sidebar div, #masthead {
/*	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;*/
}
a#cat4 {
	display:block;
	width:30px;
	height:24px;
	float:right;
	background-image:url(images/cat4.gif);
	text-indent:-9000px;
	margin: 8px 15px 0 0;
}
.row {
	padding: 3px;
	clear: left;
	float: left;
	width: 330px;
}
.row label.shortlabel {
	display: block;
	float: left;
	width: 150px;
}
.group:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
.mainlist {
	margin-bottom:2em;
}
#socialNetworks a, #socialNetworks li {
	height: 33px;
	width: 33px;
}
#socialNetworks {
	margin: 0;
	padding: 0;
	float: left;
	list-style-type: none;
}
#socialNetworks li {
	list-style-type: none;
	float: left;
	margin-right: 5px;
}
#socialNetworks a {
	text-indent: -9999px;
	display: block;
	overflow:hidden;
	background-repeat:no-repeat;
}
#socialNetworks a {
}
#socialTwitter a {
	background-image:url(images/social-networking/socialTwitter.png);
}
#socialFacebook a {
	background-image:url(images/social-networking/socialFacebook.png);
}
#socialYouTube a {
	background-image:url(images/social-networking/socialYoutube.png);
}
#socialCalendar a {
	background-image:url(images/social-networking/social-calendar-trans.png);
}
#socialLinkedIn a {
	background-image:url(images/social-networking/socialLinkedIn.gif);
}
/*
#socialMyspace a {
	background-image:url(images/social-networking/socialMyspace.jpg);
}
#socialPicasa a {
	background-image:url(images/social-networking/socialPicasa.jpg);
}
#socialYouTube a {
	background-image:url(images/social-networking/socialYoutube.jpg);
}
#socialBlogger a {
	background-image:url(images/social-networking/socialWordpress.jpg);
}
	

*/
#sidebar h3 {
	color:#666;
	font-family:"Lucida Grande", "Lucida Sans Unicode", Verdana, Arial;
	font-weight: normal;
	margin-bottom: 0;
	padding: 14px 19px 15px;	
	background-image:url(images/rounded-top-trans.png);
	background-repeat:no-repeat;
}
#sidebar h3 strong {
	color:#6c8b20;
	font-weight: normal;
}
#sidebar .e2ma_signup_message {
	color:#666;
}
#sidebar .e2ma_signup_form_label {
	color:#666;
	width:60px;
	text-align:right;
	float:left;
}
#sidebar .e2ma_signup_form input[type="text"], #sidebar .e2ma_signup_form textarea, #sidebar .e2ma_signup_form select {
	width: 210px;
	padding: 3px 2px;
}
#sidebar .e2ma_signup_form_element {
	margin-left:70px !important;
}
#sidebar .e2ma_signup_form_required_footnote {
	display:none;
}
#sidebar #e2ma_signup {
	width:295px;
}
#sidebar .e2ma_signup_message {
	padding-bottom:7px;
	padding-right:30px;
	padding-top: 5px;
}
#sidebar #e2ma_signup_submit_button {
	width: 94px;
	height: 30px;
}
#sidebar #e2ma_signup_reset_button {
	width: 94px;
	height: 30px;
}
#sidebar .e2ma_signup_form_required_asterix, .e2ma_signup_form_required_footnote {
	color:#900;
}
.e2ma_signup_form_required_footnote {
	display:none;
}
#sidebar .e2ma_signup_form_row {
	padding-bottom:5px;
}
#donate div {
	border:none;
}
#sidebar .e2ma_signup_form_button_row {
	padding-left: 70px;
}
#volunteerForm {
	float:left;
	width: 100%;
}
#volunteerForm em {
	display:block;
	font-weight:normal;
	font-style: normal;
}
#volunteerForm .e2ma_signup_form_label {
	float:left;
	width:100px;
	text-align:right;
	text-transform: capitalize;
}
#volunteerForm .e2ma_signup_form_container .groupRow .e2ma_signup_form_label, #volunteerForm .e2ma_signup_form_container .commentsRow .e2ma_signup_form_label {
	float:none;
	width: 95%;
	text-align:left;
	font-weight:bold;
	padding-left: 4%;
	text-transform:none;
}
#volunteerForm .e2ma_signup_form_row {
	clear:both;
	padding: 4px 0px;
	float:left;
	width: 100%;
	background-color:#103064;
	border-bottom:1px solid #416597;
}
#volunteerForm .e2ma_signup_form_element {
	padding-right: 50px;
	float:right;
	width: 240px;
}
#volunteerForm .e2ma_signup_form_button_row {
	clear:both;
}
.group:after {
	clear: both;
	display: block;
	content: ".";
	height: 0;
	visibility: hidden;
}
#volunteerForm .group {
	float:none;
	padding-left: 80px;
	padding-top: 5px;
}
#volunteerForm .e2ma_signup_form_group_list input {
	margin-right:3px;
}
#volunteerForm textarea {
	width: 300px;
	margin: 10px 4%;
}
#volunteerForm .e2ma_signup_form_button_row {
	text-align:center;
	padding-top: 20px;
}
#volunteerForm .e2ma_signup_form_container .commentsRow .e2ma_signup_form_element {
	float:none;
	width: 100% !important;
}
#e2ma_signup {
	margin:20px 0 0 0;
}
.archiveList {
	margin-left:30px;
	padding-left: 0;
	margin-top:1em;
}
