﻿/* RESET */
html, body, wrapper,h1, h2, h3, h4, h5, h6, p, ol, ul, li, pre, code, address, variable, form, fieldset, blockquote 
{
 padding: 0;
 margin: 0;
 font-size: 100%;
 font-weight: normal;
}
table { border-collapse: collapse; border-spacing: 0; }
td, th, caption { font-weight: normal; text-align: left; }
img, fieldset {	border: 0;}
ol { padding-left: 1.4em; list-style: decimal; }
ul { padding-left: 1.4em; list-style:square; }
q:before, q:after { content:''; }

/* BASIC */
body {
	background: #E1E1E1;
	margin: 20px;
	min-width: 760px;
	max-width: 1200px;
}

h1, h2, h3, h4, p, ul {
	padding: 0;
	margin: 0;
}

h1 {
	color: navy;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}

h2 {
	color: navy;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

h3 {
	color: navy;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
	margin-left: 30px;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
}

li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000080;
	padding-left: 5px;
}


/* WRAPPER: wraps entire contents of page */
#wrapper {
/*	border: solid 1px black;*/
}
/* MAIN CONTENT */
#contentWrapper {
	clear: both;
	position: relative;
	width: 100%;
	background: #FFFFFF url(../images/column.png) repeat-y left top;

}

#twocolContentWrapper {
	clear: both;
	position: relative;
	width: 100%;
}

/* BANNER */
#banner {
	position: relative;
}

#banner {
	background: url(../images/anniv_banner.png) no-repeat right top;
}
/* fix IE 6: improperly positioning 
'subscribe' and 'about us' links in banner */
* html #banner {
	height: 1px;
}
 
#banner #badge {
	position: absolute;
	left: -18px;
	top: -18px;
}

#banner #hall {
	position: absolute;
	right: 145px;
	top: 1px;
/*	height: 100px;
	width: 100px;
	max-height: 100px;
	max-width: 100px;
*/	
}
 
#banner #container {
	margin-left: 120px;
	position: relative; /* jumping logo fix for IE */
	top: -2px;
}

#banner #container h1 {
	margin-bottom: 2px;
	font: bold 2.0em Georgia, "Times New Roman", Times, serif;
	color:#0033CC; 
}

#banner #container h2 {
	font: 1.3em Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	margin-bottom: 2px;
	color: #0033CC;
}

#banner #container h3 {
	font-size: 0.7em;
	font-weight: normal;
	margin-bottom: 2px;
	color: #0033CC;
}

#banner #container h4 {
	font-size: 0.7em;
	font-style:italic;
	font-weight: normal;
	margin-bottom: 2px;
	color: #0033CC;
}

#banner ul {
	position: absolute;
	right: 60px;
	bottom: 5px;
}

#banner li {
	display: inline;
	margin-left: 10px;
}
#banner li a {
	color: #666666;
	text-decoration: none;
	text-transform: uppercase;
	font: 1.1em Cambria;
}


.seperator {
	border-right: 1px solid #666;
	padding-right:10px;
}

/* NAVIGATION BAR */

#mainNavigation ul {
	font: 1.0em Georgia, "Times New Roman", Times, serif;
	margin: 0;
	padding: 0;
	list-style:none;
	background: url(../images/bg_nav.png) repeat-x left top;
	float: left;
	border-bottom: 1px solid #000;
	width: 100%;
	overflow:auto;

}

#mainNavigation li {
	float: left;
	padding: 1;
	margin: 0;
}

#mainNavigation li a, #mainNavigation li a:link {
	color: #FFFFFF;
	text-decoration: none;
	padding: .6em 1em .6em 1em;
	border-right: 2px silver solid; 
	display: block;
	font: bold .9em "Lucida Grande", Verdana, Geneva, Lucida, Arial, Helvetica, sans-serif;
}

#mainNavigation li a:hover {
	background: url(../images/bg_nav_h.png);
}

/* IE 6 hack to make entire button clickable */
* html #mainNavigation a { width: 1px; }


 
#main h1 {
	color: navy;
	padding-top: 15px;
	margin-bottom: 10px;
	font: bold 2.3em Georgia, "Times New Roman", Times, serif;
}

#main h2 {
	color: navy;
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 5px;
}

#main h3 {
	color: navy;
	font-size: 1.2em;
	font-weight: bold;
	margin-bottom: 5px;
}

#main p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .7em;
	font-weight: normal;
	letter-spacing: normal;
	line-height: normal;
}

#main li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000080;
	padding-left: 5px;
}

/* SIDEBAR */
#sidebar {
}

#sidebar p {
	color: #FFFF00;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	font-weight: bold;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
}
#sidebar p a {
	color: #FFFF00;
}

#sidebar h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	font-weight: bold;
	color: red;
	padding: 7px 8px 0 8px;
	margin-bottom: 5px;
}

#sidebar h3 {
	color: #000080;
	font-size: 1.0em;
	margin-right: 3px;
	margin-left: 3px;
	margin-bottom: 1px;
}

#sidebar h3 a {
	color: navy;
}

#sidebar a:hover {
	color: #CA1D07;
}

#sidebar li {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #FFFF00;
}

#sidebar li:first-line {
	font-weight:bold;
}

#sidebar ul {
	list-style-type:none;
	color: #FFFF00;
}

.callToAction {
	background: silver;
	padding: 1px 5px 1px 5px;
	margin-top: 1px;
	margin-bottom: 3px;
	margin-left: 2px;
	display: block;
	text-decoration: none;
	font: normal normal bold .3em "Trebuchet MS", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #000080;
	border: 1px solid #E7E3CB;
}
.callToAction:hover {
	color: #D67B31;
	background-color: #FFF;
    background-position: 99% 8px;
}

#sidebar .callToAction {
	font-size: .7em;
	margin-right: 5px;
	background-position: 99% -121px;
}
#sidebar .callToAction:hover {
	background-position: 99% 2px;
}
.actions {
	top: 30px;
	left: 25px;
	max-width:180px;
	margin-top: 30px;
}

/* ADVERTISING */
#adverts p {
	margin-bottom: 15px;
	text-align: center;
}
#footer {
	text-align: center;
	padding: 5px;
	border-top: 1px solid #000;
	font-weight: lighter;
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000000;
	min-width: 700px;
	width: 100%; 
}

 

.schedule {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 600px;
  border-collapse: collapse;
}
 
.schedule  caption {
  text-align: center;
  font-size: 1.1em;
  padding-top: 15px;
}
 
.schedule td {
	font-size: .7em;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
.schedule  th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #800000;
}
 
.schedule tr.daydate td {
	background-color: #6699FF;
	colspan: 2;
	
}

#events {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 98%;
  border-collapse: collapse;
}
 
#events caption {
  text-align: center;
  font-size: 1.1em;
  padding-top: 15px;
}
 
#events td {
	font-size: .7em;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
#events th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px;
	color: #800000;
}
 
#events tr.alt td {
	background-color: #E7E7E4;
}
 
#event {
  width: 250px;
}

#datetime {
  width: 250px; 
}
#location {
  width: 200px;
}

#twocol-events {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	border-collapse: collapse;
	background-color: #FFFFFF;
	padding:10px;
}
 
#twocol-events caption {
  text-align: center;
  font-size: 1.2em;
  padding-top: 3px;
}
 
#twocol-events td {
	font-size: .7em;
	border: 1px #000080 solid;
	padding: 2px 2px 2px 5px;
}
 
#twocol-events th {
	font-size: .7em;
	border: 1px #000080 solid;
	padding: 2px 2px 2px 5px;
	text-transform: uppercase;
	text-align: center;
	color: #800000;
}
 
#twocol-events tr.alt td {
	background-color: #E7E7E4;
}
 
#twocol-datetime {
  width: 120px;
}
#twocol-event {
  width: 300px;
}


#jan #feb #mar #apr #may #jun #jul #aug #jul #aug #sep #oct #nov #dec{
  width: 50px;
}

.newsletter {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 350px;
  border-collapse: collapse;
}
 
.newsletter  caption {
  text-align: center;
  font-size: 1.3em;
  padding-top: 25px;
}
 
.newsletter  td {
	font-size: .7em;
	text-align: center;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
.newsletter  th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 6px 2px 6px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 4px;
	padding-bottom: 3px; 
	color: #800000;
}
 
.newsletter tr.alt td {
	background-color: #E7E7E4;
}

.newsletter tr a:hover {
	background-color: #FF0000;
}
 
#2010, #2009, #2008 {
  width: 100px;
}

.rightPic {
	float: right;
	width: 300px;
	margin-left: 10px;
	margin-bottom: 20px;
}

.rightPic p {
	font: 0.5em Georgia, "Times New Roman", Times, serif;
	margin: 0 0 0 0;
	font-style: italic;
	font-size: .7em;
	font-style: italic;
}

.leftPic {
	float: left;
	width: 300px;
	margin-top: 5px;
	margin-left: 10px;
	margin-right: 2px;
	font-family: Arial, Helvetica, sans-serif;
}
.leftPic  p {
	font-style: italic;
	font-size: 7pt;
	font-family: Arial, Helvetica, sans-serif;
}

.centerPic {
	float: left;
	width: 80%;
/*	margin-left: 80px;*/
}
.centerPic p {
	text-align:left;
	font-style: italic;
	font-size: .5em;
}

#chorusTbl {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 400px;
  margin-left:5px;
  border-collapse: collapse;
}
 
#chorusTbl  caption {
  text-align: center;
  font-size: 1.3em;
  padding-top: 5px;
}
 
#chorusTbl td {
	font-size: .7em;
	text-align: center;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
#chorusTbl  th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px; 
	color: #800000;
}
 
#chorusTbl tr alt td {
	background-color: #E7E7E4;
}

#officersPicPos {
	float:none;
	padding-left:100px;
	width: 450px;
	margin: 5px 2px 0px 10px;
}

#officersPicPos img {
	border: 1px solid #666;
	margin: 5px 5px 0px 10px;
	padding: 3px;
}

#officersPicPos p {
	font: 1em/bold Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align:center;
}

.officersTblPos {
	float: left;
	left: 5px;
	width: 170px;
}

#directorsTblPos {
	float: right;
	width: 170px;
}

#officersTbl {
  float: left;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 300px;
  left: 5px;
  margin-right:20px;
  padding-right:50px;
  border-collapse: collapse;
}
 
#officersTbl caption {
  text-align: center;
  font-size: 1.1em;
  padding-top: 5px;
}
 
#officersTbl td {
	font-size: .7em;
	text-align: center;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
#officersTbl th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px; 
	color: #800000;
}
 
#officersTbl tr.alt td {
	background-color: #E7E7E4;
}

#directorsTbl {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  width: 300px;
  margin-left:20px;
  padding-left:50px;
  border-collapse: collapse;
}
 
#directorsTbl caption {
  text-align: center;
  font-size: 1.1em;
  padding-top: 5px;
}
 
#directorsTbl td {
	font-size: .7em;
	text-align: center;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
#directorsTbl th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px; 
	color: #800000;
}
 
#directorsTbl tr.alt td {
	background-color: #E7E7E4;
}

.nameTbl {
  float: none;
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
  left: 5px;
  margin-right:20px;
  padding-right:50px;
  margin-left:50px;
  border-collapse: collapse;
}
 
.nameTbl caption {
  text-align: center;
  font-size: 1.1em;
  padding-top: 5px;
}
 
.nameTbl td {
	font-size: .7em;
	text-align: center;
	border: 1px solid #DDB575;
    padding: 3px 7px 2px 7px;
}
 
.nameTbl th {
	font-size: 1.0em;
	border: 1px solid #DDB575;
	padding: 3px 7px 2px 7px;
	text-transform: uppercase;
	text-align: center;
	padding-top: 5px;
	padding-bottom: 4px; 
	color: #800000;
}
 
.nameTbl tr.alt td {
	background-color: #E7E7E4;
}

.flag {
	float:right;
	width:260px;
	margin: 5px 2px 10px 20px;
}

.flag img {
	width: 230px;
	height:320px;
	margin: 2px 2px 2px 2px;
	border: 1px solid #666;
	padding: 3px 3px 3px 3px;
}

.flag p {
	font-style: italic;
	font-family: "Times New Roman", Times, serif;
}

.kom {
	float:right;
	width:200px;
	margin: 5px 2px 5px 10px;
}

#KCHall img {
	border: 1px solid #666;
	float: right;
	width:180px;
	padding: 5px 5px 5px 5px;
	margin: 10px 10px 20px 10px;
}

.kom img {
	border: 1px solid #666;
	width:180px;
	padding: 5px 5px 5px 5px;
	margin: 1px 1px 10px 10px;
}

.kom p {
	font: 2em/bold Verdana, Arial, Helvetica, sans-serif;
	color: #333;
	text-align: center;
}

#archive a:hover {
	color: #CA1D07;
}

#archive ul {
	font-family: Arial, Helvetica, sans-serif;
	font-size: x-small;
	color: #000080;
	padding-left: 100px;
}

#name {
	width:100px;
}

#office {
	width:100px;
}
#name0 {
	width:100px;
}
#office0 {
	width:100px;
}

/* COPYRIGHT INFO */
#copyright {
	padding: 5px;
	border-top: 1px solid #000;
	background-color: #86B500;
	font-weight: bold;
	color: #000000;
}

#sidebar {
	position: absolute;
	top: 15px;
	left: 5px;
	width: 170px;
}

#adverts {
	position: absolute;
	top: 15px;
	right: 5px;
	width: 125px;
}

#main {
	margin-left: 180px; /*	margin-right: 135px; */;
	padding: 10px 15px 15px 20px;
	border: 1px solid #666666;
	border-top: none;
	border-bottom: none;
	min-height: 500px;
}

#twocol-left {
	float: left;
	width: 50%;
	margin-left: 5px; /*	*/;
	margin-right: 20px; 
	padding: 10px 10px 10px 15px;
	border: 1px #000080 solid;
	border-top: none;
	border-bottom: none;
	
	min-height: 600px;
}

#twocol-right {
/*	float: right;*/
	margin-left: 20px;
	padding: 30px 5px 30px 30px;
	min-height: 600px;
}

#twocol-full {
	margin-left: 50px;
	padding: 30px 5px 30px 30px;
	border: 1px #000000 solid;
	border-top: none;
	border-bottom: none;
	border-left: none;
	border-right: none;
}

