/*CSS for new calendar*/


body {
	margin: 0px;
	padding-top: 0px;
	/*background: url(backgrounds/body.png) repeat-x;*/
	background-image: url(backgrounds/con_back.jpg);
	background-repeat: no-repeat;
	background-position: center 175px;
	background-attachment: fixed;
}

/*
------------------HEADER INFO */

#header {
	position: absolute;
	left: 0;
	width: 100%;
}

#brand h1 {
	font-family: Trebuchet MS, Verdana;
	font-size: 2.5em;
	border-bottom: 3px solid #8DAAFB;
	padding-top: 25px;
	padding-bottom: 0;
	padding-left: 2%;
	margin: 0;
	color: white;
	background: navy url(backgrounds/brand.png) repeat-x;
}

#brand p {
	position: absolute;
	top: -12px;
	right: 2%;
}


#tag p {
	border-bottom: 3px solid #8DAAFB;
	padding-left: 2%;
	margin: 0;
	font-style: italic;
	color: #6D93FB;
	background: white url(backgrounds/tag.png) repeat-y right;
	padding-top: 1px;
	padding-bottom: 1px;
}

/*-----------------NAVIGATION INFO */

#nav {
	padding-top: 107px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}

#nav ul {
	margin-top: -5px;
	margin-bottom: 0;
	text-align: center;
	background: white url(backgrounds/navup.png) repeat-x;
	padding: 0;
	margin-left: 0;
}

#nav li {
	display: inline;
	padding-left: 0;
	padding-right: 0;
	font-size: 1em;
	margin: 0;
}

#nav a:link {
	color: navy;
	background: white url(backgrounds/navup.png) repeat-x;
}

#nav a:visited {
	color: gray;
	background: white url(backgrounds/navup.png) repeat-x;
}

#nav a:hover {
	color: orange;
	/*background: white url(backgrounds/navdn.png) repeat-x;*/
	text-decoration: none;
}

/*----------------------CONTENT INFO */

#content {
	width: 70%;
	text-align: center;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	padding-top: 0px;
}

#content h2 {
	border-bottom: 1px solid navy;
	margin-bottom: 10px;
	padding-bottom: 5px;
	color: navy;
	font: 175% Georgia, "Times New Roman", Times, serif;
}

#content h3 {
	color: navy;
	margin-bottom: 0;
}

#content p {
	text-align: justify;
	margin-bottom: 0;
	margin-top: 1%;
	padding: 0;	
	color: navy;
}

#content a:link {
	color: navy;
}

#content a:hover {
	color: blue;
}

#content a:visited {
	color: gray;
}

/*---GALLERY INFO--*/

#leftcolumn {
	width: 150px;
	position: absolute;
	top: 219px;
	left: 17%;
}

#leftcolumn img {
	border: solid 2px navy;
	margin-bottom: 10px;
}

#middlecolumn {
	width: 150px;
	margin-right: auto;
	margin-left: auto; 
	padding: 26px;
}

#middlecolumn img {
	border: solid 2px navy;
	margin-bottom: 10px;
}

#middlecolumn p {
	text-align: center;
	word-spacing: .4em;
}

#middlecolumn a:link {
	color: navy;
}

#middlecolumn a:hover {
	color: blue;
}

#middlecolumn: a:visited {
	color: gray;
}

#rightcolumn {
	width: 150px;
	position: absolute;
	top: 219px;
	right: 18%;
}

#rightcolumn img {
	border: solid 2px navy;
	margin-bottom: 10px;
}

/*--CALENDAR NAV--*/

#calnav p {
	text-align: center;
	color: navy;
	margin-top: 10px;
}

#calnav a:link {
	text-decoration: none;
	color: navy;
}

#calnav a:visited {
	text-decoration: none;
	color: gray;
}

#calnav a:hover {
	text-decoration: none;
	color: blue;
}

#address p {
  	padding-bottom: none;
  	padding-top: none;
  	color: navy; 
  	margin: 0;
	text-align: center;
}

#contact p {
  	text-align: center;
  	color: navy;
}

#meetinfo h2 {
	text-align: center;
	font: 175% Georgia, "Times New Roman", Times, serif;
	color: navy;
}

#meetinfo h3 {
	padding-bottom: 1%;
}

#meetinfo p {
  	padding-bottom: none;
  	padding-top: none;
  	color: navy; 
  	margin: 0;
	text-align: center;
}

/*----------------------CONTENT-CALENDAR INFO */

#calendar h2 {
	text-align: center;
	font: 175% Georgia, "Times New Roman", Times, serif;
	color: navy;
}

table {
  border-collapse: none;
  border: 1px solid navy;
  caption-side: bottom;
  padding: 0;
}

th {
  text-align: center;
  background: gray;
  color: white;
  padding: 0.2em;
  border: 1px solid navy;
}

td  {
  border: 1px solid navy;
  padding: 0.2em;
}

.clmonth {
  border-collapse: collapse;
  width: 100%;
}

.clmonth caption {
  color: navy;
  text-align: center;
  font: bold 150% Georgia, "Times New Roman", Times, seriff;
  padding-bottom: 6px;
}
.clmonth th {
  border: 1px solid navy;
  border-bottom: none;
  padding: 2px 8px 2px 8px;
  background: white url(backgrounds/calhead.png) repeat-x; 
  color: white;
  font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
  width: 110px;
  height: 20px;
}

.clmonth td {
  border: 1px solid navy;
  font: 80% Verdana, Geneva, Arial, Helvetica, sans-serif;
  padding: 2px 4px 2px 4px; 
  vertical-align: top;
  text-align: left;
}

.clmonth td.previous, .clmonth td.next {
  background-color: #B1B1B1;
  color: navy;
}

.clmonth td.active {
  background-color: #bed8f3;
  color: navy;
  border: 2px solid navy;
}

.clmonth ul {
  list-style-type: none;
  margin: 0;
  padding-left: 12px;
  padding-right: 6px;
}

.clmonth li {
  margin-bottom: 8px;
  margin: 0px;
  text-align: center;
  color: navy;
  font-size: .9em;
}


/*----------------------FOOTER INFO */

#footer {
	width: 70%;
	margin-top: 10px;
	margin-left: auto;
	margin-right: auto;
	border-top: 1px dotted navy;
	/*background: #B5C8FD;*/
	padding-top: 0;
}

#footer p {
	text-align: center;
	padding-top: 0;
	padding-bottom: .1%;
	margin: 0;
}

.webmaster {
	font-size: 0.9em;
	color: navy;
}

.update {
	font-size: 0.7em;
	font-style: italic;
	color: navy;
}

/*--------------------LEFTSIDE INFO */

#leftside {
	position: absolute;
	width: 13%;
	height: 150%;
	border-right: 1px solid #8DAAFB;
	left: 0px;
	top: 102px;
	background: white url(backgrounds/sidefade.png) repeat-y right;

}

#leftside h3 {
	text-align: center;
	color: navy;
	font-style: italic;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3px;
	margin-bottom: -5px;
}

#leftside h3 a:link {
	color: navy;
	text-decoration: none;
}

#leftside h3 a:visited {
	color: gray;
	text-decoration: none;
}

#leftside h3 a:hover {
	color: blue;
	text-decoration: none;
}

#linkimages  {
	margin-left: 0px;
	padding-bottom: 0px;
	text-align: center;
	/*border: 1px solid black;*/
}

#linkimages {
	/*border: 1px solid black;*/
	margin-left: 5px;
	margin-right: 5px;
	padding: 0;
}

#linkimages p {
	margin: 0px;
	font-size: .9em;
}

#linkimages p a:link {
	color: navy;
}

#linkimages p a:visited {
	color: #B5C8FD;
}

#linkimages p a:hover {
	color: blue;
	text-decoration: none;
}

.link {
	margin-bottom: 10px;
}

/*-------------------RIGHTSIDE INFO */

#rightside {
	position: absolute;
	width: 13%;
	height: 150%;
	border-left: 1px solid #8DAAFB;
	right: 0;
	top: 102px;
	background: white url(backgrounds/r_sidefade.png) repeat-y;
}

#rightside h3 {
	text-align: center;
	color: navy;
	font-style: italic;
	margin-left: 5%;
	margin-right: 5%;
	margin-top: 3px;
	margin-bottom: -5px;
}

#rightside h4 {
	color: navy;
	text-align: center;
	margin: 0;
	padding-bottom: 5px;
	padding-top: 0px;
}

#rightside h6 {
	color: navy;
	text-align: center;
	font-size: .8em;
	margin: 3px;
}

#rightside p {
	padding-left: 5%;
	padding-right: 5%;
	text-align: justify;
	font-size: 0.9em;
	padding-top: 0;
	padding-bottom: 0;
	margin-top: 0;
}

#rightside a:link {
	color: #405080;
}

#rightside a:hover {
	color: blue;
}

#rightside a:visited {
	color: gray;
}

form {
	position: absolute;
	top: 78px;
	right: 2%;
}

#rss {
	position: absolute;
	left: 64%;
	top: 66px;
	font-style: italic;
	color: #405080;
}

#rss a:link {
	color: #405080;
	text-decoration: none;
}

#rss a:visited {
	color: #405080;
	text-decoration: none;
}

#rss a:hover {
	color: blue;
	text-decoration: none;
}

#alert {
	margin: 0;
	/*border: 1px solid red;*/
	padding: 0;
	text: red;

}

#alert h2 {
	text-color: red;
	margin: 0;
}