body {
  color: #000;
  background: #fff;
  font-family: Verdana, Helvetica, Arial, Lucida, sans-serif;
	font-size: 68.75%;
  padding: 0;
  margin: 0;
}


.calendar td, .calendar th { border-color: #eee; }
.calendar .day-normal {  }
.calendar .day-future { }
.calendar .day-today { background: #333; color: #fff; }
.calendar .day-today a { color: #fff; }
.calendar .day-selected { background: #555; color: #fff; }
.calendar .day-link { background: #ddd; color: #fff; }


/* @group Typography */

body {
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	padding: 0px;
	color: #0a2f61;
	background: #fff;
}


td {
	font-size: 11px;
}

h2.content-title {
	text-transform: uppercase;
	color: #5f5f77;
	font-weight: normal;
	padding-bottom: 10px;
}

h3 {
	font-size: 1.36em;
	margin-bottom: .25em;
}
h4 {
	font-size: 1.08em;
	margin-bottom: .25em;
}
h5, h6, h7, h8 {
	font-size: 1em;
	margin-bottom: .25em;
}
h5 {
	text-transform: uppercase;
}
.node h4 {
	margin: 1em 0 0 0;
}

a, a:link, a:focus, a:visited {
	color: #333333;
	text-decoration: underline;
}

a:hover {color: #d09a3b; text-decoration: none;}
.image-replace {
	display: block;
}


p {
	margin: 0 0 1em 0;
}

th {
	border-bottom: none;
}





/* @end */

/* @group Layout */
#outerwrap {
	margin: 0 auto;
	width: 800px;
	background: url(../images/calendar/bg-repeat.gif) repeat-y;
}



/* @end */

/* @group Calendar */

.calendar-nav {
	/*clear: right;*/
	/*margin-left: 240px;
	margin-right: -15px;*/
	text-align: left;
	padding: 15px 0;
	margin-bottom: 0px;	
	/*background: url(../images/calendar/calendar-nav-bg.jpg) no-repeat 42px top;*/
}
.calendar-nav .prev, .calendar-nav .current, .calendar-nav .next {
	color: #000000;
	
}
.calendar-nav {
	font-size: 1.15em;		
}
.calendar-nav .current {
	font-size: 1.2em;
	color: #000000;	
	
}


.calendar-nav strong {
	font-size: 1.5em;
}

.calendar-nav a, .calendar-nav a:visited, .calendar-nav a:link {
	color: #6a8626;
	text-decoration: underline;
	font-size: 11px;
}
.calendar-nav a:hover {text-decoration: none; color: #000000;}

.calendar-nav .prev {
	margin: 0 5px 0 0;
}
.calendar-nav .next {
	margin: 0 10px 0 5px;
}
.calendar-nav .thismonth {
	margin-left: 0px;
	
}

.calendar-links {
	color: #fff;
	text-align: right;
	margin-top: 13px;
	margin-right: 20px;
	font-size: 0.85em;
}

.calendar-nav .calendar-links a, .calendar-nav .calendar-links a:visited, .calendar-nav .calendar-links a:link {
	color:  #fff;
	/*background: transparent url(../images/calendar/buyticket.gif)  no-repeat top left;*/
}

.calendar-key {
	float: right;
	/*background: url(../images/calendar/block-right-bg-bottom.gif) no-repeat center bottom;*/
	font-size: 10px;
	padding: 0px 2px;
	margin: 0px 10px 10px 0px;
	width: 340px;
	border: 1px solid #d7d7d7;
}
.calendar-key .contents {
	/*background: url(../images/calendar/block-right-bg-top.gif) no-repeat center top;*/
	margin: 0 0 0 0px;
	padding: 10px 10px 10px 0;
	position: relative;
	top:  -2px;
}
.calendar-key .availability-key {
	/*background: url(../images/calendar/calendar-key.gif) no-repeat 10px 0px;*/
	padding-left: 10px;
	height: 12px;
}
.calendar-key .contents span {
	/*display: block;*/
	margin-bottom: .5em;
	padding-left: 8px;
}


.calendar-calendar td div.title a:link {
	text-decoration:underline; 
	/*font-size: 12px; font-weight: bold;*/
	
}

.calendar-calendar td div.title a:visited {
	text-decoration:underline; 
/*font-size: 12px; font-weight: bold;*/
	
}
.calendar-calendar td div.title a:hover {
	text-decoration:none; color: #d09a3b; 
}
.availability-event {
	background: url(../images/calendar/availability-red.gif) no-repeat left .3em;
	margin-left: 8px;
}
/*.availability-lenox {
	background: url(../images/calendar/availability-red.gif) no-repeat left .3em;
	margin-left: 8px;
}

.availability-greatbarrington {
	background: url(../images/calendar/availability-green.gif) no-repeat left .3em;
		margin-left: 8px;
}

.availability-misc {
	background: url(../images/calendar/availability-yellow.gif) no-repeat left .3em;
		margin-left: 8px;
}

.availability-offlocation {
	background: url(../images/calendar/availability-blue.gif) no-repeat left .3em;
		margin-left: 8px;
}*/

.calendar-calendar td {
	color: inherit;
	text-align: left;
	border: none;
	background-color: transparent;
	color: #000;
		vertical-align: top;
		width: 100px;
}
.month-view {
	clear: both;
}

.calendar-calendar, .calendar-calendar table {
	border: none;
}
.calendar-calendar td.sat, .calendar-calendar td.sun{
	background-color: transparent;
}

.calendar-calendar td, .calendar-calendar td.sat, .calendar-calendar td.sun, .calendar-calendar td.today {
	background: url(../images/calendar/calendar-day-bg-bottom.gif) no-repeat center bottom;
	padding-top: 0px;
	
}










.calendar-calendar td .inner {
	background: url(../images/calendar/calendar-day-bg-top.gif) no-repeat center top;
	padding: 5px 10px 15px 10px;
	position: relative;
	top: -2px;
	width: 100px;
}
.calendar-calendar .inner {
	min-height: 0;
  overflow: visible;

}


#content-inner {
	padding: 20px;
	min-height: 300px;
	
}
.layout-none #content-inner {
	padding: 10px 15px;
}


.calendar-calendar div.calendar {
	background-color: transparent;
}

.calendar-calendar tr {
	border: none;
	background-color: transparent;	
}
.calendar-calendar table {
	width: 870px;
}
.calendar-calendar div.day {
	background: transparent;
	border: none;
	margin:0pt;
	padding:0.125em 0.25em 0pt;
	text-align:right;
	font-weight: bold;
	font-size: 1.3em;
	float: none;
	
}
.calendar-calendar div.day a {
	text-decoration: none;
}
.calendar-calendar .week {
	display: none;
}





.calendar-calendar td.days {
	background: url(../images/calendar/calendar-days-bg.gif) no-repeat center top;
	border: none;
	color:#FFF;
	padding: 5px 5px 15px 5px;
	text-align:center;

}

.calendar-calendar div.links a, .calendar-calendar div.links a:hover, .calendar-calendar div.title a:hover {
	color: #000;
	
	/*font-weight: bold;*/
}

.calendar-calendar div.links a:hover {color: #d09a3b; text-decoration: none;}

.event {
	margin-bottom: 1em;
	color: #000;
}
.event .time {
	margin: 0;
}
.event .links {
	font-size: .9em;
}
.event .links a, .event .links a:hover, .event .links a:visited  {
	color: #0a2f61;
}
.availability {
	padding-left: 8px;
}


.calendar-calendar .availability-past {
	padding-left: 0;
	font-size: .8em;
	display: none;
}




/*.calendar-calendar div.links a, .calendar-calendar div.links a:hover, .calendar-calendar div.title a:hover {
	color:#000;
}
.calendar-calendar td div.title a:link {
	text-decoration:underline; 
}
*/




/* weekly */
/*.weekday {
	background-color: #D1CFD2;
	border: 2px solid #0a2f61;
	margin: 10px;
	padding: 5px;
}
.weekday h4 {
	margin: 0;
}
.weekday div.day {
	display: none;
}
*/


















/*
***************************************

	TYPOGRAPHY AND COLOR RULES

***************************************
*/
body {
	background: #b66c16 /*url(../images/background-orange.jpg) repeat-x bottom left fixed*/;
	color: #4D4D40;
	font-size: 76%;
	font-family: tahoma, geneva, arial, sans-serif; 
	font: 11px/1.2em "Lucida Grande","Lucida Sans Unicode",geneva,verdana,sans-serif;
	margin: 0;
	margin-bottom: 15px;
	padding: 0;
	min-width: 800px;
}






img  {
	border-width: 0
}
a, a:link,  a:visited  {
	color: #6a8626;
	
	text-decoration: none;
	background: transparent;
}	
a:hover   {
	
	color: #666666; 
	text-decoration: underline;
}



td {
	vertical-align: top; 
	text-align: left;
	}

hr {color:#666666;}



/*
***************************************

	LAYOUT

***************************************
*/

#pageDrop {
	height: 35px;
	background: #b66c16 url("../images/back-green-shadow-bot.gif") no-repeat top center;
	width: 1014px;
	}

#page {
	margin: 0 auto; 
	 width: 1014px;
	 background: transparent url("../images/back-green-shadow.gif") repeat-y top left;
	 
}

.layoutFixed {
	margin: 0 auto;
	width:1014px;}
#whiteDrop {
	height: 8px;
	background: #77a800 url("../images/white-drop.gif") no-repeat top center;
	width: 973px;
	clear: both;
	}

#bodywrap {
	width: 973px; 
	margin: 0px auto 0 auto; 
	background-color: transparent;
	text-align: center;
	/*position: absolute;*/
	padding: 0px 0 0 0;
	background: #ffffff url(../images/back-white.jpg) top left no-repeat;

}

#contentwrap {
	/*border: 4px solid white;*/
	padding: 0px;
	margin: 0px;
	width: 973px;
}



#header {
	background: #6a9915 url(../images/header-back.jpg) left top no-repeat;
	/*position: absolute;*/
	width: 973px;
	height: 104px;
	margin: 0 auto;
	}
#header-photos img{padding: 0px 10px 0px 0px;}
#header-photos {margin: 0px 0px 10px 0px;}
#navtertiary {
	/*position: absolute;*/
	float: right;
	right: 0px;
	top: 0px;
	width: 708px;
	height: 18px;
	text-align: right;
	font-size: 10px;
	background: transparent url(../images/tertiary-back.gif) right top no-repeat;
	color: #effc47;
	
	padding-right: 10px;

}

#navigation {
	float: right;
	width: 546px;
	height: 29px;
	padding: 0px 0 0 0;
	margin: 20px 20px 0 0 ;
}

#logo {
	/*position: absolute;*/
	float: left;
	left: 20px;
	top: 5px;
	width: 235px;
	height: 74px;
}



/*#header {
	background: #6a9915 url(../images/header-back.jpg) left top no-repeat;
	position: absolute;
	width: 973px;
	height: 104px;
	}

#navtertiary {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 708px;
	height: 18px;
	text-align: right;
	font-size: 10px;
	background: transparent url(../images/tertiary-back.gif) left top no-repeat;
	color: #effc47;
}

#navtertiary2 {
	text-align: right;
	position: absolute;
	right: 20px;
	top: 40px;
	width: 547px;
	height: 29px;
	padding: 10px 0 0 0;
	margin: 0px;
}

#logo {
	position: absolute;
	left: 20px;
	top: 5px;
	width: 235px;
	height: 74px;
}*/





#navtertiary a:link {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 3px 0 4px;
}

#navtertiary a:visited {
	font-size: 10px;
	color: #ffffff;
	text-decoration: none;
	padding: 0 3px 0 4px;
}

#navtertiary a:hover {
	text-decoration: underline;
}

table#titlebar {
	width: 950px;
	text-align: left;
	border-top: 4px solid #ffffff;
	border-bottom: 4px solid #ffffff;
}





#breadcrumbs {
	background-color: transparent;
	text-align: left;
	color: #000000;
	font-size: 9px;
	padding: 10px 10px 3px 15px;
	width: 948px;
	height: 30px;
	margin: 0px auto 0 auto;
	background: transparent url(../images/bread-divider.gif) 15px 30px no-repeat;
	
}

#breadcrumbs a:link {
	color: #985c1b;
	text-decoration: none;
	font-size: 9px;
	}
	
#breadcrumbs a:visited {
	color: #985c1b;
	text-decoration: none;
	font-size: 9px;
	}	
#breadcrumbs a:hover {
	text-decoration: underline;
		color: #666666;
	}


#footer {
	width: 973px;
	color: #c4d544;
	background-color: #77a800;
	margin: 0px auto;
	padding: 15px 0px 0px 0px;
	font-size: 9px;
	clear: both;
	
}


#footer a:link {
	color: #ffffff;
}

#footer a:visited {
	color: #ffffff;
}

#footer a:hover {
	color: #effc48;
}

