﻿/* 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;
	background: #bbb url(images/stucco10.jpg);
}
h1, h2, h3, .emph {
	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;
}
img {
	border: 1px solid #666;
}
.emph {
	font-weight: bold;
	font-size: 1.05em;
}
.clear {
	clear: both;
}

.container {
	max-width: 77em; 
	min-width: 500px;
	margin: 0 auto;
	background-color: white; 
	background: white url(images/column.png) repeat-y;
	border: 1px solid #007e33;
}

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

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

div.navbar {
	clear: left;
	float: left;
	width: 112px;
	padding: 0 20px;
	background-color: #000d7e; 
	border-right: 3px solid #007e33; 
}
.navbar ul { 
	list-style: none; 
	margin: 0; 
	padding: 0;
}
.navbar ul li  { 
	display: block; 
	padding: 10px 0;
}
.navbar ul li a { 
	text-decoration: none; 
	color: white;
	font-weight: bold;
	padding: 10px 0;
}
.navbar ul li a:hover { 
	text-decoration: underline;
}

a.donate {
	text-decoration: none; 
	color: white;
	font-weight: bold;
	display: block;
	width: 3.4em;
/*	font-size: 91%; */
	text-align: center;
	padding: 0.3em 0.5em;
	margin: 0.2em auto;
	border: 2px solid #007e33; 
	background: #000d7e url(images/img6.jpg) repeat-x; 
}

div.main {
	margin-left: 10.9em;
	padding: 20px; 
	text-align: left; 
	font-size: 110%; 
}

div.left {
	width: 47.5%;
	float: left;
}
div.right {
	width: 47.5%;
	float: right;
}
.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.credit {
	font-size: 0.7em;
	text-align: left;
	padding-bottom: 1em;
}
.credit img {
	margin-bottom: 8px;
}

div.subnav {
	float: right;
	width: 237px;
}
.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; 
}
div.content {
	margin-right: 268px;
}

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

audio {
	max-width: 100%;
	max-height: 40px;
}
@supports (-webkit-appearance:none) {  /* add border for Chrome */
    audio {
		border: 1px solid #ddd;
    }
}  

#map_canvas {
	margin-top: 2em;
	width: 100%;
	height: 320px;
	border: 2px solid #000d7e; 
}
div.foot { 
	clear: both; 
	padding: 1px 20px; 
	border-top: 3px solid #007e33;
	background: #000d7e; 
	color: white;
}
.foot a {
	color: white;
}
div.foot .fb {
	clear: right;
	float: right;
	margin-top: 1em;
}
/*
    Pictures page
*/
div.pics {
	clear: both;
}
.pics img {
	margin-right: 16px;
	margin-bottom: 17px;
}
a.gallery1, a.gallery2, a.gallery3 {
	display: block;
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	outline: none;
}
a.gallery1 img, a.gallery2 img, a.gallery3 img {
	border: 1px solid black;
	border-top-color: #ccc;
	border-left-color: #ccc;
	-moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
	
	-moz-box-shadow: 4px 4px 10px #000;
	-webkit-box-shadow: 4px 4px 10px #000;
	box-shadow: 4px 4px 10px #000;
}

/* 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;
}
.sched td.local {
	font-weight: bold;
}

/* Form elements */
.msg { 
	color: #000a60;
	font-weight: bold;
	font-size: 1.1em;
	padding: .5em;
	border: 1px solid #000a60;
}

form { 
	margin-left: 20px; 
	text-align: left; 
}
label { 
	float: left; 
	width: 11.2em; 
	margin-bottom: 1em;
}
label.wide { 
	width: auto; 
}
.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%; 
}
textarea {
width: 400px;
height: 150px;
}

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