/* light blue #e5f4fb dark blue #052c48 green #7ab51d */
/* zero everything to start with */
* {
	padding: 0;
	margin: 0;
	border: 0;
}

body {
	background-color: #052c48;
	font-family: Verdana, sans-serif;
	font-size: 85%;
	line-height: 125%;
	color: black;
}
body.popwin {
	background: #e5f4fb;
	margin: 20px;
}

div#main {
	margin: 0 auto;
	padding: 8px 10px;
	background: #e5f4fb url(../pix/fauxcolumns.gif) repeat-y 50% 0;
/*
	background: #e2e2bb url(../pix/fauxcolumns.gif) repeat-y 50% 0;
*/
	width: 760px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 740px;
}
html>body #main {
	width: 740px;
}

div#left {
	float: left;
	padding-right: 8px;
	bottom: 0;
	height: 100%;
}
div#left {
	width: 172px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 154px;
}
html>body #left {
	width: 154px;
}

div#right {
	float: right;
	padding-left: 8px;
	width: 178px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 160px;
}
html>body #right {
	width: 160px;
}

div#middle {
	margin: 0 168px 0 163px;
	padding: 0 8px;
}
div#admiddle {
	margin-left: 163px;
	border-left: 1px dotted #052c48;
	padding-left: 8px;
}

div.topblock {
	height: 144px;
}

div.search {
	height: 60px;
}
input#searchterm, input#s {
	width: 154px;
	height: 17px;
	margin-bottom: 3px;
}

ul, ol {
	margin-left: 2em;
}

div.menu ul {
	list-style: none;
	margin-left: 0;
}
div.menu a {
	display: block;
	background: transparent top left no-repeat;
	height: 16px;
	margin-bottom: 3px;
}
div.menu a.here {
	background: none;
}
div.menu a:hover {
	background-position: 0 -16px;
}

div.menu li ul.submenu li {
	margin: 0 0 3px 22px;
	text-indent: -15px;
}
div.menu li ul.submenu li a {
	display: inline;
	height: auto;
	color: black;
	text-decoration: none;
}
div.menu ul li ul.submenu li a:hover {
	color: #7f8f85;
}
div.menu li ul.submenu li a:visited {
	color: black;
}
div.menu ul.submenu li.here {
	color: #052c48;
}

div#midhome {
	width: auto;
	border-top: 7px solid #7f8f85;
	border-bottom: 7px solid #7f8f85;
	padding: 5px 0;
	margin-bottom: 7px;
}
div#midhome {
	min-height: 222px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	min-height: 208px;
}
html>body #midhome {
	min-height: 208px;
}

div#eventhead {
	margin-bottom: 6px;
}
#eventhead h1 {
	margin-bottom: 0.5em;
}
div#eventinfo, div#news {
	padding-bottom: 2px;
	border-bottom: 7px solid #7f8f85;
}
div#newshead {
	margin: 7px 0 2px;
	width: 100%;
	height: 19px;
	background: #e5f4fb url(../pix/news.gif) 0 0 repeat-x;
}

div#biopic {
	margin-bottom: 1.5em;
}

div#onelineheader {
	height: 65px;
	border-bottom: 7px solid #7f8f85;
	margin-bottom: 7px;
}

.quote {
	margin-left: -6px;
}

p, ul, address {
	margin-bottom: 1em;
}

a, a:visited {
	color: #7f8f85;
	text-decoration: underline;
}
#right a.awhite {
	color: white;
}
a:hover, a.awhite:hover {
	color: #000;
}

h1 {
	font-weight: normal;
	font-size: 180%;
	line-height: 110%;
	margin-bottom: 1.5em;
}
#midhome h1 {
	font-size: 150%;
}
h2, h3, h4 {
	font-weight: normal;
	font-size: 100%;
	line-height: 125%;
}
h1, h2 {
/*
	color: #ed392f;
*/
	color: #052c48;
}
h2 {
	margin-bottom: 0.5em;
}
h3 {
	color: black;
}
h4 {
	color: white;
}

#middle h3, #admiddle h3 {
	font-weight: bold;
	margin-bottom: 0.5em;
}
#middle h4, #admiddle h4 {
	color: black;
	font-style: italic;
	margin-bottom: 0.5em;
}
p.copyright {
	font-style: italic;
	text-align: right;
}

div.result {
	font-size: 110%;
	line-height: 110%;
	padding-bottom: 16px;
	border-bottom: 1px solid #052c48;
	margin-bottom: 2px;
}
.result p {
	margin-bottom: .25em;
}
.result p.post {
	font-style: italic;
	margin-top: .8em;
}

div#today {
	min-height: 144px;
}

div#recentarts {
	background: #7f8f85;
	padding: 5px;
	font-size: 115%;
	line-height: 115%;
	margin-bottom: 120px;
}
div#recentarts {
	width: 160px;
	voice-family: "\"}\""; 
	voice-family:inherit;
	width: 150px;
}
html>body #recentarts {
	width: 150px;
}

div#ad {
	height: 210px;
	border-bottom: 7px solid #7f8f85;
}
div#gt {
	position: relative;
	left: 40px;
	width: 124px;
}

div#archive {
	padding-bottom: 2em;
	border-bottom: 7px solid #7f8f85;
}

div#artlist {
	font-size: 90%;
	line-height: 110%;
}
#artlist p {
	margin-bottom: .7em;
}

.fleft {
	float:left;
	margin-right: 8px;
}

.grey {
	color: #7f8f85;
}
.red {
	color: #052c48;
}
.green {
/*
	color: #878004;
*/
	color: #7ab51d;
}
.white {
	color: white;
}
.bg {
	color: #e5f4fb;
}
.nobtm {
	margin-bottom: 0;
}

fieldset ul {
	margin-left: 0;
	list-style: none;
}
fieldset li {
	margin-bottom: .25em;
}
#middle li label, #admiddle li label {
	clear: left;
	float: left;
	width: 120px;
	padding-right: 6px;
}
#middle li input, #middle li textarea {
	width: 240px;
	text-align: left;
}
#admiddle li input, #admiddle li textarea {
	width: 400px;
	text-align: left;
}
#middle input.go, #admiddle input.go {
	width: auto;
}
#admiddle #thetext {
	width: 526px;
	min-height: 35em;
	background: white;
	padding: 3px;
}

#thetext ul, #thetext ol, #thetext blockquote {
	margin-left: 2em;
}
#thetext ul {
	list-style: disc outside;
}
#thetext ol {
	list-style: decimal outside;
}

div.filler {
	height: 350px;
}

div.spacer {
	position: relative;
	clear: both;
	height: 1%;
	overflow: hidden;
	line-height: 1%;
	font-size: 0px;
	margin: 0 0 -1px 0;
	width: auto;
	padding: 0;
	border: none;
	background: none;
}

div#editbuttons {
	position: relative;
	width: 99%;
}
#editbuttons img {
	margin-right: 1px;
}
#editbuttons #help {
	margin-right: 0;
	margin-left: 247px;
}

blockquote {
	margin-left: 15px;
}

sup, sub {
	font-size: 70%;
}

address {
	font-style: normal;
	margin-left: 2em;
}

div#slideshow {
	position: relative;
	float: left;
	margin-right: 5px;
	width: 200px;
	height: 200px;
	padding: 4px;
	background-color: #7f8f85;
}
#slideshow img#slide0, #slideshow img#slide1,
#slideshow img#slide2, #slideshow img#slide3 {
	position: absolute;
	display: block;
	top: 4px;
	left: 4px;
}
#slideshow img#slide3 {
	opacity: 0;
}

/* stuff for WordPress */

textarea#comment {
	width: 383px;
}

h2.date {
	margin-top: 1em;
}
div.post {
	margin-top: 0.7em;
}
p.credit {
	margin-top: 1em;
	font-size: 80%;
	text-align: right;
}
div#archives ul.submenu {
	margin-left: 12px;
}
div.menu ul#extras a {
	display: inline;
	background: none;
	height: auto;
}
div.menu ul#extras a:hover {
	background-position: 0 0;
}
.larger {
	font-size: 150%;
	line-height: 1.25em;
}

/* Red's podcast player */
div#PodExec, div#PodExecPlayer {
	font-family: Arial, sans-serif;
	font-size: 11px;
	background-color: #4b66a5;
	color: white;
	border: 3px solid #4b66a5;
}
div#PodExec {
	width: 306px;
	margin: 0 auto;
}
div#PodExec input {
	width: 264px;
}
div#PodExecPlayer {
	width: 300px;
}
div#PodExecPlayer a {
	color: white;
}
div#PodExecPlayer strong {
	font-size: 14px;
}

