/* HTML5 ✰ Boilerplate */

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

blockquote, q { quotes: none; }
blockquote:before, blockquote:after,
q:before, q:after { content: ""; content: none; }
ins { background-color: #ff9; color: #000; text-decoration: none; }
mark { background-color: #ff9; color: #000; font-style: italic; font-weight: bold; }
del { text-decoration: line-through; }
abbr[title], dfn[title] { border-bottom: 1px dotted; cursor: help; }
table { border-collapse: collapse; border-spacing: 0; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
input, select { vertical-align: middle; }

body { font:13px/1.231 sans-serif; *font-size:small; }
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: monospace, sans-serif; }

html { overflow-y: scroll; }
a:hover, a:active { outline: none; }
ul, ol { margin-left: 2em; }
ol { list-style-type: decimal; }
nav ul, nav li { margin: 0; list-style:none; list-style-image: none; }
small { font-size: 85%; }
strong, th { font-weight: bold; }
td { vertical-align: top; }
sub, sup { font-size: 75%; line-height: 0; position: relative; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; padding: 15px; }
textarea { overflow: auto; } 
.ie6 legend, .ie7 legend { margin-left: -7px; } 
input[type="radio"] { vertical-align: text-bottom; }
input[type="checkbox"] { vertical-align: bottom; }
.ie7 input[type="checkbox"] { vertical-align: baseline; }
.ie6 input { vertical-align: text-bottom; }
label, input[type="button"], input[type="submit"], input[type="image"], button { cursor: pointer; }
button, input, select, textarea { margin: 0; }
input:valid, textarea:valid   {  }
input:invalid, textarea:invalid { border-radius: 1px; -moz-box-shadow: 0px 0px 5px red; -webkit-box-shadow: 0px 0px 5px red; box-shadow: 0px 0px 5px red; }
.no-boxshadow input:invalid, .no-boxshadow textarea:invalid { background-color: #f0dddd; }


::-moz-selection{ background: #466a2d; color:#fff; text-shadow: none; }
::selection { background:#466a2d; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #466a2d; }
button {  width: auto; overflow: visible; }
.ie7 img { -ms-interpolation-mode: bicubic; }

body, select, input, textarea { color: #444; }
h1, h2, h3, h4, h5, h6 { font-weight: bold; }
a, a:active, a:visited { color: #466a2d; }
a:hover { color: #1E2D13; }


/**
 * Primary styles
 *
 * Author: Paul Bell, http://boilerroomdigital.co.uk
 */

body{
	background: #d2d4cf /*url(img/morton_tree_alt.jpg)*/ no-repeat top;
	padding:10px;
}

#container{
	width: 1010px;
	background:#fff /*url(img/morton_tree.jpg)*/ no-repeat top;
	margin: 0 auto;
	border-radius:10px;
}

header{
	background: url(img/bg_header.jpg) repeat-x top;
	border-radius:10px;
	position: relative;
	z-index: 50;
}

header .inner{
	background: url(img/banner.jpg) no-repeat bottom;
	padding-bottom: 110px;
	color: #fff;
	min-height: 97px;
	position: relative;
}

header .inner img{
	position: absolute;
	top: 0;
	right: 10px;
}

header h1{
	font-size: 2.5em;
	padding: 15px 0 0 20px;
}

header h2{
	font-size: 1.6em;
	padding: 0 0 0 20px;
}

header nav{
	padding: 0;
}

header nav ul{
	background: url(img/bg_nav.jpg) repeat-x top;
	min-height: 40px;
}

header nav li{
	float: left;
/*	position: relative;*/
	font-size: 1.25em;
}

header nav li li{
	float: none;
	font-size: 14px;
	margin-bottom: -1px;
}

header nav li li ul{
	display: none !important;
}

header nav li ul{
	position: absolute;
	display: none;
	/*width: 200px;*/
	min-height: 0;
	z-index: 100;
	width: 100%;
	overflow: hidden;
	background: #486930;
	left: 0;
}

header nav li.parent-active ul{
	background: #3A5826;
}

header nav li ul li{
	width: 20%;
	float: left;
}

header nav li:hover ul,
header nav li.sfHover ul
{
	display: block;
	z-index: 1000;
}

header nav li a,
header nav li a:hover,
header nav li a:visited{
	display: block;
	padding: 10px 20px;
	color: #fff;
	background: url(img/bg_nav.jpg) repeat-x top;
	text-decoration: none;
}

header nav li li a,
header nav li li a:hover{
	border-right: 0;
	background: #466a2d;
}

header nav li li a:hover{
	background: #324C20;
}

header nav li a:hover,
header nav li:hover a,
header nav li li a.active{
	background: #466a2d;
}

header nav li a.active,
header nav li.parent-active a,
header nav li.active a{
	background: #3A5826;
}

.sf-sub-indicator{
	display: none;
}



footer{
	padding: 30px 0 20px;
	text-align: center;
	clear: both;
}

footer ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

footer ul, footer li{
	display: inline;
}

footer li{
	padding-left: 24px;
}

#main{
	float: left;
	width: 68%;
	font-size: 1.1em;
	padding-top: 1em;
	padding-left: 2%;
	position: relative;
	z-index: 0;
}

#main.full-width,
.t-static_full_width #main {
	width: auto;
}

#main p, #main ul, #main ol, #sub p, #sub ul{
	margin-bottom: 1em;
}

#main h1{
	font-size: 2em;
	margin-bottom: .5em;
	/*color: #476d1d;*/
}

#main h2, #sub h1{
	font-size: 1.6em;
	margin-bottom: .25em;
}

#main h3, #sub h2{
	font-size: 1.4em;
	margin-bottom: .25em;
}

#sub h1{
	margin-bottom: .5em;
}
#sub h2{
	margin-bottom: .25em;
}

#sub h3{
	font-weight: bold;
}

#main #slideshow{
	height: 459px;
	margin-bottom: 1em;
	overflow: hidden;
}

#sub{
	float: right;
	width: 25%;
	padding-top: 1em;
	padding-right: 2%;
}

.events_listing{
	margin: 1em 0 0 0;
	padding: 0;
	list-style-type: none;
}

.events_listing li{
	margin-bottom: 1em;
}

.events_listing h3{
	font-size: 1.15em;
}

#main table{
	margin-bottom: 2em;
}

#main table th{
	text-align: left;
}

#main table th, #main table td{
	padding: 5px 5px;
}

#main table.meetings th, #main table.meetings td{
	border-bottom: 1px solid #ccc;
}

#main table tbody th{
	font-weight: normal;
}

#child_pages ul,
ul.file{
	margin: 0;
	padding: 0;
	list-style-type: none;
}

#child_pages ul li,
ul.file li{
	margin-bottom: .5em;
}

.view-by{
	margin-bottom: 2em;
	text-align: right;
	padding-right: 19px;
	font-size: 12px;
}

#main .view-by{
	padding-right: 12px;
	position:relative;
	top: -3px;
}

.header .left,
.header .center,
.header .right
{
	float: left;
	width: 20%;
	text-align: center;
	padding-top: 1.2em;
}

.header{
	overflow: hidden;
	margin-bottom: 20px;
}

.header h2 span{
	font-size: .9em;
	font-style: italic;
	display: block;
}

.header .center{
	width: 60%;
	padding-top: 0;
}

.t-day #main .event{
	margin-bottom: 2em;
}

.t-day #main .event h2{
	font-size: 1.3em;
	margin-bottom: .5em;
}

.t-day #main .event h2 span{
	font-weight: normal;
	font-size: .9em;
}

.t-day #main .event b{
	color: #999;
}

.t-events_index #main ul{
	list-style-type: none;
	margin-top: 2px;
	margin-left: 1em;
}

.t-news_index #main article h2{
	font-size: 1.25em;
}

.t-news_index #main article{
	margin-bottom: 1.5em;
}

.t-article #main h1{
	margin-bottom: 0;
}

.t-article .posted{
	color: #999;
}

.now_and_then{
	margin-bottom: 2em;
}

.now_and_then .images{
	margin-bottom: .5em;
}

.now_and_then img.then{
	margin-right: .5em;
}

#event_type_form{
	margin-bottom: .5em;
}

#event_type_form select{
	font-size: 11px;
}

/*Styles for calendar*/

/* MONTH CALENDAR */

#fc_calendar {
	text-align: left;
	background: #e2e2e2;
	width: 970px;
	padding-left: 3px;
	padding-bottom: 3px;
	font-size: 12px;
	font-family: helvetica, "lucida sans", arial, verdana;
}
#fc_calendar table {
	border-collapse: collapse;
	font-size: 12px;
}
#fc_calendar #fc_inner td {
	border: 1px solid #000;
	vertical-align: top;
	background: #fff;
	color: #000;
}
#fc_outer {
	width: 960px;
	margin: 0;
	padding: 0;
}
#fc_inner {
	width: 950px;
}
#fc_calendar .event {
	font-size: 11px;
	font-family: helvetica, "lucida sans", arial, verdana;
	overflow: hidden;
	white-space: nowrap;
	width: 116px;
	color: #cda0a0;
}
#fc_calander table table .event a {
	color: #cda0a0;
	text-decoration: underline;
}
#fc_calendar .out_of_range {
	background-color: transparent;
}
#fc_calendar .black {
	background-color: #000;
}
#fc_calendar .has_events {
	background-color: yellow;
	color: #f00;
}
#fc_calendar .day_cell .all_day, #fc_calendar .day_cell .multi_day {
	background-color: #e7c3c3;
	margin: 0 0 1px;
	padding: 0 4px;
	line-height: 20px;
	color: #fff;
	font-size: 11px;/*      font-weight: bold;*/
}
#fc_calendar .day_cell .all_day a, #fc_calendar .fc_inner .day_cell .multi-day a {
	color: #fff;
	text-decoration: none;
}
#fc_calendar .day_cell .all_day a:hover, #fc_calendar .day_cell .multi-day a:hover {
	color: #fff;
	text-decoration: underline;
}
#fc_calendar .first_day {
	margin-left: 0;
}
#fc_calendar .last_day {
	margin-right: 0;
}
#fc_calendar .day_cell .index_difference_1 {
	margin-top: 21px;
}
#fc_calendar .day_cell .index_difference_2 {
	margin-top: 45px;
}
#fc_calendar .day_cell .date {
	width: 122px;
	text-align: right;
	background: #e9e9e9;
	height: 20px;
	line-height: 20px;
	margin: -30px 0 0 0;
	padding-left: 0;
	padding-right: 0;
	padding-top: 3px;
	padding-bottom: 3px;
	position: absolute;
}
#fc_calendar .day_cell .date a {
	font-weight: bold;
	color: #49616A;
	text-decoration: none;
}
#fc_calendar .day_cell .date .num {
	margin-right: 5px;
}
#fc_calendar .day_cell .date a:hover {
	color: #000;
	text-decoration: underline;
}
#fc_calendar .out_of_range .date {
	background: transparent url(/themes/solspace_themes/calendar/img/pad_date.png) repeat-x;
	color: #999;
}
#fc_calendar .day_cell {
	width: 116px;
	height: 80px;
	padding-top: 30px;
	overflow: auto;
}
#wc_calendar .header div {
	float: left;
	width: 20%;
}
#wc_calendar .header div.left {
	padding-left: 10px;
}
#wc_calendar .header div.center {
	width: 55%;
	text-align: center;
}
#wc_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#wc_calendar .header div.center h2 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}
#wc_calendar .header div.center h2 span {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
#wc_calendar .day {
	padding-bottom: 10px;
	border-bottom: 1px solid #aeaeae;
}


#wc_calendar div.calendars {
	border-top: 1px solid #545454;
	margin-bottom: 15px;
}
#wc_calendar div.calendars small, #wc_calendar li small {
	font-size: 11px;
	font-weight: normal;
	color: #545454;
	float: right;
	text-align: right;
}
#wc_calendar div.calendars h3.other_cal {
	text-transform: uppercase;
	font-size: 20px;
	font-weight: bold;
	color: red;
	margin-top: 25px;
	margin-bottom: 10px;
}
#wc_calendar ul li.title {
	font-size: 15px;
	font-weight: bold;
	color: #545454;
}


#days_of_week th {
	padding: 5px 0;
	color: #fff;
	text-align: center;
}
#month_year th {
	padding: 5px;
	color: #000;
}
#month_year th.left {
	text-align: left;
}
#month_year th.center {
	text-align: center;
}
#month_year th.right {
	text-align: right;
}
.wrap {
	background: black;
	padding: 0 3px 3px;
}
#fc_legend {
	clear: both;
}
#fc_legend .event {
	font-size: 11px;
	font-family: helvetica, "lucida sans", arial, verdana;
	overflow: hidden;
	white-space: nowrap;
	width: 90px;
	color: #cda0a0;
	margin: 0 0 0 5px;
	padding: 0 4px;
	line-height: 20px;
	background-color: #fff;
	float: left;
}
#fc_legend span.legend {
	font-weight: bold;
	width: 90px;
	line-height: 20px;
	float:left
}
#fc_legend .all_day, #fc_legend .multi_day {
	background-color: #e7c3c3;
	padding: 0 4px;
	line-height: 20px;
	color: #fff;
	font-size: 11px;
}
#fc_legend .all_day a, #fc_legend .multi-day a {
	color: #fff;
	text-decoration: none;
}
#dc_calendar .header div {
	float: left;
	width: 15%;
}
#dc_calendar .header div.left {
	padding-left: 10px;
}
#dc_calendar .header div.center {
	width: 65%;
	text-align: center;
}
#dc_calendar .header div.right {
	text-align: right;
	padding-right: 10px;
}
#dc_calendar .header div.center h2 {
	font-size: 15px;
	font-weight: bold;
	color: #555555;
}
#dc_calendar .header div.center h2 span {
	font-size: 13px;
	font-weight: normal;
	color: #666666;
}
#dc_calendar h4 {
	border-top: 1px solid #eeeeee;
}
#dc_calendar h4.thickline {
	border-top: 3px solid #898989;
}
#dc_calendar .event {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #e7e7e7;
	background: #f3f3f3;
}
#dc_calendar .event_top {
	margin-bottom: 5px;
	padding: 5px;
	font-size: 11px;
	border: 1px solid #cfcfcf;
	background: #eaeaea;
}
#dc_calendar .event h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}
#dc_calendar .event_top h2 {
	font-size: 13px;
	font-weight: bold;
	text-transform: none;
}
#dc_calendar .event h2 span {
	font-size: 11px;
	font-weight: normal;
	color: #666666;
}
#dc_calendar .event_top h2 span {
	font-size: 11px;
	font-weight: normal;
	color: #666666
}
/* MINI Calendar */

#mc_wrap {
	font-size: 12px;
	font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
}
#mc_calendar {
	margin: 0;
	width: 245px;
	background: #ddd;
	padding: 1px ;
}
#mc_calendar table {
	font-size: 12px;
	font-family: helvetica, "lucida sans", verdana, arial, sans-serif;
	padding: 5px;
	border: none;
	margin: 2px;
	border-collapse: collapse;
	background: #ffffff;
}
#mc_calendar td, #mc_calendar th {
	padding: 0;
	margin: 0;
	color: #666;
	text-align: center;
}
#mc_calendar th {
	padding-top: 5px;
	padding-bottom: 5px;
}
#mc_calendar #mc_days th {
	background: #d3d3d3;
	width: 35px;
}
#mc_calendar th a {
	color: #000;
	font-size: 15px;
}
#mc_calendar th a.icon {
	color: #000;
	background: #b2b2b2;
	padding: 2px 5px;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}
#mc_calendar a.left {
	padding-right: 7px;
}
#mc_calendar a.right {
	padding-left: 8px;
}
#mc_calendar td a {
	display: block;
	color: #fff;
}
#mc_calendar td div, #mc_calendar td.has_events div #mc_calendar td.mc_pad div {
	vertical-align: middle;
	text-align: center;
	padding: 6px;
}
#mc_calendar td.has_events div {
	padding: 0;
}
#mc_calendar td.has_events div a {
	font-weight: bold;
	color: #000;
	display: block;
	padding: 6px;
	background-color: #f3f3f3;
}
#mc_calendar td.has_events div a:hover, #mc_calendar td.selected div.mc_date {
	background: #666;
	color: #fff;
}
#mc_calendar td.today div a {
	color: #ffffff;
	background-color: #324C20;

}
#mc_calendar table td.mc_pad div {
/* customize padded days */
}
#mc_calendar td div.event {
	display: none;
}
#mc_events {
	width: 245px;
	margin: 0 auto;
	background: url(/themes/solspace_themes/calendar/img/mc_down_arrow.png) 80px 0 no-repeat;
	padding-top: 4px;
	line-height: 1.5;
}
#mc_event_details {
	border: 1px solid #ccc;
	padding: 7px;
	clear: both;
	margin-top: 4px;
}
#mc_event_details .event {
	display: none;
}
#mc_event_details .active {
	display: block;
}
#mc_events hr {
	border: 1px dotted #ccc;
	border-width: 1px 0 0;
}
#mc_events h4 {
	margin: 0;
}
.mc_share_event, .mc_close, #mc_rss {
	background: #999;
	text-align: center;
	font-weight: bold;
	color: #fff;
	text-decoration: none;
	padding: 0px 5px;
	float: left;
}
.mc_close, #mc_rss {
	float: right;
}
#mc_close {
	padding-left: 6px;
}
a#mc_rss:hover {
	background-color: orange;
}
a.mc_share_event:hover {
	background-color: #3399CC;
}
a.mc_close:hover {
	background-color: #000;
}
#mc_days th {
	border: 1px solid #979797;
	border-width: 1px 0;
}
.mc_event_time #at_symbol {
	background: #000;
	color: #fff;
	padding: 2px 2px 0 2px;
	font-weight: bold;
	font-size: 15px;
}
#mc_global_toolbar a.icon {
	background: #979797;
	color: #fff;
	font-size: 15px;
	padding: 2px 5px;
	font-weight: bold;
	text-decoration: none;
}
#mc_global_toolbar a.disabled {
	opacity: .5;
}
#mc_calendar a.icon:hover {
	background: #000;
	color: #fff;
}
.middot {
	color: #bcbcbc;
}

.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { border: 0; clip: rect(0 0 0 0); height: 1px; margin: -1px; overflow: hidden; padding: 0; position: absolute; width: 1px; }
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus { clip: auto; height: auto; margin: 0; overflow: visible; position: static; width: auto; }
.invisible { visibility: hidden; }
.clearfix:before, .clearfix:after { content: "\0020"; display: block; height: 0; overflow: hidden; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }

.image_gallery img{
	margin-right: 14px;
	margin-bottom: 14px;
}

@media all and (orientation:portrait) {

}

@media all and (orientation:landscape) {

}

@media screen and (max-device-width: 480px) {
  
  /* html { -webkit-text-size-adjust:none; -ms-text-size-adjust:none; } */
}


@media print {
  * { background: transparent !important; color: black !important; text-shadow: none !important; filter:none !important;
  -ms-filter: none !important; } 
  a, a:visited { color: #444 !important; text-decoration: underline; }
  a[href]:after { content: " (" attr(href) ")"; }
  abbr[title]:after { content: " (" attr(title) ")"; }
  .ir a:after, a[href^="javascript:"]:after, a[href^="#"]:after { content: ""; }  
  pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
  thead { display: table-header-group; } 
  tr, img { page-break-inside: avoid; }
  @page { margin: 0.5cm; }
  p, h2, h3 { orphans: 3; widows: 3; }
  h2, h3{ page-break-after: avoid; }
}

