/* Zero Out 
----------------------------- */

html, body, ul, ol, li, p,
h1, h2, h3, h4, h5, h6,
dt, dd, dl,
form, fieldset, a, img {
	margin: 0;
	padding: 0;
	border: 0;
	list-style: none;
	outline: none;
}

/* Base Styles
------------------------------ */

#holiday {
	width:700px;
	text-align:center;
	margin-top:20px;
}

#holiday h1 {
	font-size:2em;
}

#holiday img {
	margin-top:20px;
	margin-bottom:20px;
}

#holiday a, 
#holiday a:visited {
	color:#8d0d24;
	font-weight: bold;
	text-decoration: none;
	font-size:1.4em;
	text-decoration:underline;
}

#holiday a:hover {
	font-size:1.4em;
	text-decoration:none;
}

body {
	background-color: #cc6600;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 70%;
	/* font-family:"Times New Roman", Times, serif; */
	line-height: 1em; 
	color: #333;
}

a:link,
a:visited,
a:hover {
	color:#7c0b1f;
}

h1 {
	font-size: 1.25em;
	clear: both;
	text-transform: uppercase;
	color:  #cc6600;
	margin: 20px 0 5px;
}

h1 a:link, h1 a:visited  {
	text-decoration: none;
}

h1 a:hover {
	text-decoration: underline;
}

h2 {
		clear: both;
		font-size: 1.25em;
		color:  #333;
}

h3 {
		font-size: 1.15em;
}

.button,
a.button  {
	font-weight: bold;
	text-decoration: none;
	font-size: 1em;
	background-color:#666;
	color: #FFF;
	font-weight: bold;	
	padding: 3px;
	border: none;
	display: block;
}

/*   Structure
------------------------------ */

div#wrapper {
	margin: auto;
	width: 60.5em;
}

div#header {
	background-image:url(/images/shadow_top.gif);
	width: 780px;
	height:39px;
	margin: auto;
}

div#main {
	background: url(/images/shadow_middle.gif) repeat-y;
	width: 780px;
	margin: 0 auto;
}

#mainPhoto {
  position: relative;
}

#mainPhoto a:link,
#mainPhoto a:visited {
  position: absolute;
  display: block !important;
  width: 129px;
  height: 164px;
  left: 20px;
  top: 3px;
  z-index:9999;
  cursor: hand;
  background: url("/images/logo.gif") no-repeat top left;
  text-indent: -9999px;
}

div#contentWrapper {
	width: 720px;
	margin: 0 auto;
	padding: 11px;
	min-height:500px;
 	height:auto !important;
  	height:500px;
}

div#contentBottom {
	background-image:url(/images/shadow_bottom.gif);
	width: 780px;
	height:17px;
	margin: auto;
	text-align: center;
}

div#footer {
	width: 100%;
	margin: auto;
	text-align: center;
	padding: 0 0 10px 0;
}

/* Home Page
-------------------------------- */

#social {
float:right;
margin-right:25px;
}

#social img {
  padding: 5px;
  margin-top:5px;
}

#constantcontact {
  margin-top: 10px;
  float:left;
}


#logoArea {
  width: 480px;
  border-left: 1px solid #6a0b1c;
}

#logoArea h1,
#logoArea h2 {
  float:left;
  margin: 0;
  padding: 0;
  display: block;
  clear: none;
}

#logoArea a {
  display: block;
  background: url("/images/logo.gif") no-repeat;
  text-indent: -9999px;
  height: 164px;
}

#logoArea h1 {
  width: 129px;
}

#logoArea h2 {
  width: 351px;
  height: 164px;
  text-indent: -9999px;
  background: url("/images/home_banner.gif") no-repeat;
}

#homeHero {
  width: 472px;
  border: solid #6a0b1c;
  border-width: 0 1px;
}

#homeHero img {
   border-top: 1px solid #ffe2b0;
   border-bottom: 1px solid #ffe2b0;
}

/* Home Page Navigation */

div.homeNav {
  width: 472px;
  background: #6a0b1c;
  border: solid #6a0b1c;
  border-width: 0 1px;
  margin: 0;
  padding: 0;
  overflow: hidden; 
  text-align: center;
}

div.homeNav ul {
 margin: 0 auto;
 width: 470px;
}

div.homeNav li {
  display: inline-block;
  border-right: 1px solid #ffe1ba;
  margin: 0;
  padding: 18px 10px;
  text-align: center;
  background: #6a0b1c;
}

div.homeNav li.first {
 
}

div.homeNav li.last {
  border: 0;
}

div.homeNav li a:link,
div.homeNav li a:visited {
  color: #ffe1ba;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-family: "Times New Roman", Times, serif;
  font-size: 1.2em;
}

div.homeNav li a:hover {
  color: #C2AB8E;
}

div#contentArea {
  float: left;
  width: 480px;
}

/* Callouts: Home Page Event
-------------------------------- */

#events {
	clear: both;
	border: 1px solid #c2ab8e;
	width: 450px;
	padding: 11px;
	margin: 10px 0;
}

#events h2 {
	color:#3d3d3d;
  font-family: verdana;
	font-size: .8em;
	font-weight: bold;
	margin: 0 0 5px;
}

#events .eventImg {
	float:left;
	margin: 0 10px 0 0;
}

#events .eventImgBorder {
	border:1px #000 solid;
}

#events .eventCopy {
	width:65%;
	float: left;
	color:#333;
	font-size: 1em;
}

#events .eventCopy p {
	margin: 5px 0;
	line-height:1.2em;	
}

#events a:link, 
#events a:visited {
	color:#cc6600;
	font-weight: bold;
	text-decoration: none;
  font-size: 1.3em;
  padding-bottom: 3px;
  line-height: 1.15em;
}

#events a:hover {
	color:#C2AB8E;
}

#events a.more:link, 
#events a.more:visited,
.joinNow a.more:link, 
.joinNow a.more:visited {
  color:#6a0b1c;
  text-decoration:none;
  font-weight:bold;
  font-size: .88em;
  font-family: verdana;
  padding-bottom: 0;
}

#events a.more:hover,
.joinNow a.more:hover {
  color: #C2AB8E;
}


/* Callouts: Home Page 
-------------------------------- */
#callout {
  width: 232px;
  float: left;
  margin-left: 5px;
}

#callout .callouts {
	margin: 0 auto 18px;
}

.joinNow {
  border: 1px solid #fadab1;
  background: #ffe1ba;
  color: #000;
  clear: both;
  padding: 0 0 10px;
  min-height: 100px;
  height: auto !important;
  height: 100px;
  width:473px;
}

.joinNow h2 {
  text-indent: -9999px;
  background: url("/images/bg_join_now.jpg");
  height: 38px;
}

.joinNow h3,
#callout .callouts p,
.joinNow p {
  padding: 0 13px;
}

.joinNow h3 {
  margin: 10px 0;
  font-size: .9em;
  line-height: normal;
}

#callout .callouts img {
  float: left;
  margin: 5px 5px 0 5px;
  border: 1px solid #C2AB8E;
}

#callout h2 {
	font-size: 1.2em;
  line-height: 1.15em;
	font-weight: bold;
  color: #c60;
  padding: 11px 12px;
  border: 1px solid #c2ab8e;
}

#callout h3 {
	font-size: 1em;
  color: #333;
  margin: 5px 0;
}

#callout p,
.joinNow p {
	margin: 4px auto;
	font-size: 1em;
	line-height: 1.25em;
}

#callout a.title {
	color:#cc6600;
	text-decoration: none;
	display: block;
}

#callout a.title:hover {
	color:#C2AB8E;
}

#callout p a {
	color:#6a0b1c;
	text-decoration:none;
	font-weight:bold;
	font-size: .88em;
  font-family: verdana;
}

#callout a:hover {
	color:#C2AB8E;
}

/* Callouts: Sub Page
------------------------------------ */

#subCallout {
	width: 168px;
	margin: 0;
	padding: 10px 6px 0 6px;
	background: #a5301b;
	border-width:1px 0 0 0;
	border-color:#fff;
	border-style: solid;
	overflow: hidden;
	font-weight:normal;
	line-height:1.2em;
}

#subCallout p {
	margin: 15px 0 15px 0;
	padding:0;
}

#subCallout a, 
#subCallout a:visited {
	text-decoration: none;
	color: #ffe1ba;
	font-weight:bold;
}

#subCallout a:hover {
	text-decoration: none;
	color: #fff;
}

#subCallout a.heading, 
#subCallout a.heading:visited {
	text-decoration: none;
	color: #ffe1ba;
	margin:0;
	padding:0;
	font-size:1.1em;
	font-weight:bold;
}

#subCallout a.heading:hover {
	text-decoration: none;
	color: #fff;
}

/* Banner 
----------------------------- */

div#banner {
	margin: 0px auto;
}


/* Navigation: Utility Nav
----------------------------- */
ul#utilityNav {
	float: right;
	margin: 1em 1.5em;
	padding: 0;
	color: #fff;
	position: relative;
	top: 8px;
}

ul#utilityNav li {
	float: left;
	margin: 0 0.37em 0 0;
}

ul#utilityNav li a,  
ul#utilityNav li a:visited  {
	color: #fff; 
	text-decoration: none;
	font-weight: bold;
	font-size: 1em;
}

ul#utilityNav li a:hover {
	color:#7c0b1f;
	text-decoration: none;
}

/* Navigation: Main Nav
------------------------------  */

/* Primary Level */

#nav {
	width: auto;
	color:#fff;
	font-size:11px;
	font-weight:bold;
	float: left;
	overflow: hidden;
	margin: 10px 10px 0 0;
	padding: 0;
}

#nav ul.mainNav {
	width: 180px;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background: #8c0d23;
	border-width:0 0 1px 0;
	border-color:#cc6600;
	border-style: solid;
	overflow: hidden;
}

#nav ul.mainNav li {
	border-width: 1px 0 0px 0;
	border-color:#cc6600;
	border-style: solid;
}

#nav ul.mainNav li.last {

}

/* Secondary Level */

#nav ul.subNav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	overflow: hidden;
}

#nav ul.subNav li {
	margin: 0;
	padding: 0;
	border: none;
	padding: 1px 0px 1px 20px;
}

#nav ul.subNav li a {
	text-decoration: none;
	color: #ffe1ba;
	display: inline;
	border: none;
}

#nav ul.subNav li a:hover {
	color: #fff;
}

#nav a.title {
	padding: 0;
	margin: 0;
	color:#fff;
	text-decoration:none;
	display:block;
	width: 175px;
	height: 22px;
	font-family: verdana, arial, helvetica;
	font-size: 11px;
	line-height: 22px;
	padding-left: 5px;
}

#nav .hasChild a.title {
	border-width:0 0 1px 0;
	border-color:#cc6600;
	border-style: solid;
}

#nav a.title:hover {
	background-color:#bc5014;
}

/* Navigation: Footer 
---------------------------------  */

ul#footerNav {
	padding: 0;
	margin: auto;
	text-align: center;
	width: 808px;
	color: #fff;
}

ul#footerNav li {
	float: left;
	margin: 0 0.45em 0 0;
	display: inline;
}

ul#footerNav li.last {
		margin: 0;
}

ul#footerNav li a {
	font-size: 1em;
	color:#fff;
	text-decoration: none;
}

ul#footerNav li a:hover {
	color: #8c0d23;
	text-decoration: underline;
}

/* Sub Page: General
 ------------------------------------------- */

#pageContent {
	float: left;
	width:520px;
	font-size:11px;
	margin:0px 0px 0px 0px;
	line-height:16px;
}

#pageContent p {
	margin:0px 0px 15px 0px;
}

#pageContent h1 {
	margin: 20px 0 0 0;
	padding: 0px 0px 10px 0px;
	font-size:24px;
	font-family:"Times New Roman", Times, serif;
	letter-spacing:2px;
	color:#cc6600;
	background: url(/images/nav_bg.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	display: block;
}

#pageContent ul {
	margin:10px 0px 10px 0px;
}

#pageContent li {
	list-style-type:disc;
	margin:0px 0px 0px 25px;
	padding:0;
	color:#333;
	line-height:1.3em;
}

#pageContent a {
	color:#7c0b1f;
	text-decoration:none;
}


#pageContent a:hover {
text-decoration:underline;
}

#pageContent .videoDisplay {
	border: 1px solid #cc6600;
	text-align: center;
	width: 404px;
	padding: 2px;
	margin: 0 auto 10px;
}


/* Media Area */

div#photoGalleryContainer {
	width: 468px;
	margin: 5px 0 0 3px;
	position: relative;
}

div#photoGalleryContainer h3 {
	width: 285px;
}

div#imageControls {
	position: absolute;
	top: 0px;
	right: 7px;
	height: 30px;
}

div#imageControls a {
	display: block;
	float: left;
	font-size: .95em;
	padding: 0 3px;
	margin-right: 8px;
	width: auto;
	text-align: center;
	text-decoration: underline;
}

div#imageControls a:hover {
	color: #fff;
	background: #cc6600;
	text-decoration: none;
}

div#imageControls a.last {
	margin: 0;
}

div#imageDetail {
	width: 468px;
	clear: both;
}

div#imageDetail dl {
}

div#imageDetail dl dt {
	padding: 1px;
	
	width: 463px;
	text-align: center;
	min-height:348px;
  	height:auto !important;
  	height:348px;
}

div#imageDetail dl dd.caption {
	color: #999;
	float: right;
	position: relative;
	top: -1px;
	left: -3px;
}

div#imageDetail dl dd.description {
	color: #333;
	padding: 3px;
	clear: both;
}


div#imageDetail img {
	padding: 1px;
	border: 2px solid #a5301B;
}

div#catSort {
	clear: both;
	text-align: right;
	margin: 5px 0 1px;
	border-top: 1px dotted #999;
	padding-top: 5px;
}

div#photoGallery {
	margin:0;
	padding:1px;
	text-align: center;
}

div#photoGallery p {
	margin-top:15px;
}

div#photoGallery ul {
	list-style: none;
	margin: 0;
	height: 70px;
	overflow-y: hidden;
	overflow-x: auto;
 	white-space: nowrap;
	width: 468px;
}

div#photoGallery ul li {
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline;
	height: 50px;
}

div#photoGallery ul li img {
	width: 50px;
	height: 50px;
	padding: 0;
	margin: 0;
	border: 1px solid #ccc;
}

div#photoGallery ul li a:hover img {
	border: 1px solid #c60;
}

/* Event Calendar Public Facing
---------------------------- */
p.tickets {
  text-align: right;
}

div#miniCal {
	margin: 10px auto;
	width: 488px;
	text-align: center;
}

/* Filtering */

.viewing {
  height: 20px;
  font-size: 1em;
  padding-left: 3px;
  padding-bottom: 3px;
  padding-top: 3px;
  margin-bottom: 2px;
  border-top: 1px solid #d26800;
  border-bottom: 1px solid #d26800;
  position: relative;
}

.viewing a {
}

/* Event Filter */

form#categoryFilter {
  position: absolute;
  top: 3px;
  right: 0px;
}

/* Class Filter */

.classes form#categoryFilter {
  text-align: right;
  position: static;
}

/* No Result */

p.noResult {
  font-size: 1.5em;
  padding: 20px 3px;
  color: #aaa;
  text-align: center;
}

/* calendar */

table.calendar {
	float: left;
	margin: 0 5px;
	width: 144px;
	height: 144px;
	background: #fff;
	border: solid 1px #cc6600;
}

table.calendar caption.calendar-month {
	background: #cc6600;
	color: #fff;
	width: 144px;
	margin: 0 10px 0 0;
	padding: 0;
	display: table-caption;
}

table.calendar th {
	background: #f4f4da;
}

table.calendar td {
	background: #e6e6e6;
	text-align: center;
}

table.calendar td a {
	display: block;
	background: #666;
	color: #fff !important;
	text-decoration: none;
}

table.calendar td.active {
	background: #cc6600;
}

table.calendar td.active a {
	background: none;
	color: #fff !important;
}

table.calendar td a:hover {
	color: #333;
	background: #999;
}

/* Calendar Navigation */
ul#calendarNav {
	padding: 10px 0 5px;
	clear: both;	
}

div#pageContent ul#calendarNav li {
	list-style: none;
	padding: 0;
	margin: 0;
}


div#pageContent ul#calendarNav li a {
	padding: 0;
	margin: 0;
}

div#pageContent div.previousMonths {
	float: left;
  line-height: 14em;
}

div#pageContent div.nextMonths {
	float: right;
  line-height: 14em;
}

div#pageContent div.previousMonths a:link,
div#pageContent div.previousMonths a:visited,
div#pageContent div.nextMonths a:link,
div#pageContent div.nextMonths a:visited {
  font-size: 1.4em;
}

div#pageContent div.previousMonths a:hover,
div#pageContent div.nextMonths a:hover {
  text-decoration: none;
  background: #BC5014;
  color: #fff;
}

div#pageContent ul#calendarNav li.categorySelect {
	width: 200px;
	float: left;
}

div.monthNav ul {
	list-style: none;
	width: 500px;
	margin: auto;
}

#pageContent div.monthNav ul li {
	float: left;
	border: 1px solid #cc6600;
	margin: 0 3px;
}

div.monthNav ul li a {
	display: block;
	padding: 5px;
	background: #f4f4da;	
	color: #333;
	text-decoration: none;
}

div.monthNav ul li.nextYear a {
	background: #e6e6e6;	
}

div.monthNav ul li a:hover {
	background: #cc6600;	
	color: #fff;
}

.event {
	margin: 5px 0;
	padding: 3px 10px;
	clear: both;
}

.event.odd {
  background: #f5f5f5;
  border-bottom: 1px solid #c60;
}

.event.even {
  background: #fff;
  border-bottom: 1px solid #c60;
}

.event.last {
  border: 0;
}

.event h2 {
	text-transform: uppercase;
	font-size: 1.4em;
	margin: 0;
	padding: 0;
}

.event .eventLocation {
	font-size: 1.3em;
	margin: 0 0 10px;
}

.event .eventDate fieldset {
	border: 1px solid #c60;
	padding: 0 3px 3px;
	margin: 0 0 5px;
}

#pageContent .event .eventDate fieldset p {
  margin: 3px 0;
  padding: 0 5px;
}

.event .eventDate legend {
	background: #c60;
	padding: 1px 10px;
	color: #fff;
	text-transform: uppercase;
}

.event dl.eventDayBlock {
	margin: 3px 0;
	padding: 0 5px;
	text-align: right;
	width: auto;
}

.event dl.eventDayBlock dt {
	float: left;
	clear: left;
	margin: 0 10px 0 0;
	/*
	width: 50px;
	*/
	height: 16px;
	font-size: 1em;	
}

.event dl.eventDayBlock dd {
	float: left;
	font-size: 1em;	
}

.event img {
	clear: both;
	padding: 3px;
	border: 1px solid #c60;
	width: 145px;
}

.event .eventImage {
	float: left;
	margin: 0 10px 0 0;
}
.event .eventDescription {
	float: left;
	width: 320px;
	padding: 5px;
}

div#pageContent .event ul {
	padding: 0;
	margin: 5px 0 0 0;
}

div#pageContent .event ul li {
	list-style: none;
	padding: 0;
	margin: 0;
}

div#pageContent .event ul li.eventContactName,
div#pageContent .event ul li.eventContactEmail,
div#pageContent .event ul li.eventContactPhone,
div#pageContent .event ul li.eventContactWeb {
	color: #A5301B;
}

div#pageContent .event div.eventContactWeb a {
	color: #004540;
	font-size: 1.2em;
	font-weight: bold;
}

/* Published Page */

img.subPageImage {
	float: right;
	width: 170px;
	padding: 3px;
	margin: 3px 10px;
	border: 1px solid #c76400;
}

#pageContent h2 {
	margin: 10px 0 8px;
	color: #666;
}


/* Clear Floats 
---------------------------- */

.clearfix:after,
#logoArea:after,
#controls:after,
#callout .callouts:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
