/* blues #001aff, #0012b3, dominant #000d7e, #000b66, #000a60 */
/* greens #00ff66, #00b348, used #007e33 */
/* sinus pattern complexity=2.13, 3.45, seed=42 */

body {
	font: small "Trebuchet MS", Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	color: black;
	background: #bbb url(images/img0.jpg) repeat-x;
}
h1, h2, h3 {
	color: #000a60;
}
h1, h2 {
	font-family: "Times New Roman", Times, serif;
}
h1 { 
	font-size: 2em; 
}
h2 { 
	font-size: 1.5em; 
	margin-top: 0;
}
h2.call {
	margin-bottom: 0;
}
h3 { 
	font-size: 1.18em; 
}
h3.call, .left > h3:first-child, .right > h3:first-child { 
	margin-top: 0; 
} 
h4 { 
	font-size: 1em; 
}
p {
	margin-bottom: 1em;
}

.container {
	max-width: 77em; 
	margin: 0 auto;
	background-color: white; 
	border: 1px solid #007e33;
}

div.hdr {
	min-height: 104px; 
	padding: 1px 0;
	background: #000d7e url(images/img4.jpg) repeat-x; 
	border-bottom: 6px solid #007e33;
}
.hdr img {
	float: left;
	margin: 7px 30px 1em 20px;
	border: 0;
}
.hdr h1 {
	margin-top: 0.4em; 
	margin-bottom: 0;
	color: white;
}
.hdr h3 {
	margin-top: 0;
	margin-bottom: 1.3em;
	color: white;
}

a:link, a:visited, a:active {
	color: #000a60;
}

div.navbar {
	clear: left;
	padding: 2px 0 5px 0;
	margin-left: 20px;
}
.navbar ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
.navbar ul li  { 
	display: inline; 
	padding: 0 25px 0 0; 
}
.navbar ul li a, a.donate { 
	text-decoration: none; 
	color: white;
	font-weight: bold;  
}
.navbar ul li a:hover { 
	text-decoration: underline;
}

a.donate {
	display: block;
	width: 3.4em;
	font-size: 91%; 
	padding: 0.05em 0.4em 0.1em 0.4em;
	margin: 0.2em auto;
	border: 2px solid #007e33; 
	background: #000d7e url(images/img6.jpg) repeat-x; 
}

div.main {
	padding: 20px; 
	text-align: left; 
	font-size: 110%; 
}
div.left {
	width: 47.5%;
	float: left;
}
div.right {
	width: 47.5%;
	float: right;
}
div.content {
	margin-left: 280px;
}
div.subnav {
	float: left;
	width: 249px;
}
.subnav ul {
	list-style-type: none;
	margin-left: 0;
	padding-left: 0;
}
.subnav li {
	margin-bottom: 1em;
}
.subnav li a {
	color: #000a60;
	font-weight: bold;  
	text-decoration: none; 
}
.subnav li a:hover {
	text-decoration: underline; 
}

img.left {
	float: left;
	margin-right: 20px;
}
img.right {
	float: right;
	margin-left: 20px;
}

.credit {
	clear: both;
	font-size: 0.91em;
}

div.foot { 
	clear: both; 
	padding: 1px 20px; 
	border-top: 3px solid #007e33;
	background: #000d7e url(images/img5.jpg) repeat-x; 
	color: white;
}
.foot a {
	color: white;
}
div.foot .fb {
	clear: right;
	float: right;
	margin-top: 1em;
}
div.pics {
	border-top: 3px solid #007e33;
	clear: both;
}
.pics img {
	margin-right: 16px;
	margin-bottom: 17px;
}

/* Schedule elements */
.sched h2 {
	margin-bottom: 0;
}
.sched p {
	margin-top: 0;
}
.sched table {
	text-align: left; 
	margin-bottom: 20px; 
	border-collapse: collapse;
}
.sched td, .sched th {
	margin: 0; 
	padding: 0;
	vertical-align: top; 
}
.sched th { 
	width: 5em; 
	text-align: left; 
	font-weight: normal;
}

/* Form elements */
.msg { 
	max-width: 35em; 
	padding: 10px; 
	margin-top: 10px;
	border: 3px solid #007e33; 
}

form { 
	margin: 20px; 
	text-align: left; 
}
label { 
	float: left; 
	width: 11.2em; 
	margin-bottom: 1em;
}
.pledge label {
	width: 12.2em; 
}
label.radio {
	float: none;
	margin: 0 10px;
}
label#copy { width: 100%; }

input, textarea { 
	font-family: helvetica,arial,sans-serif ; 
	font-size: 91%; 
}

input#subject { /* hide to foil spammers */
	visibility:hidden;   
	display:none;   
}
#submit {
	margin-top: 1em;
}
form p {
	clear: both;
}

