@charset "UTF-8";
	html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,a,em,font,img,strong,sub,sup,tt,var,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,input,textarea,select {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	font-weight:inherit;
	font-style:inherit;
	font-size:100%;
	font-family:inherit;
	vertical-align:baseline;
}
:focus {
	outline:none;
}
body {
	margin:0;
	font:normal 62.5% "Lucida Grande",Tahoma,sans-serif;
	color:#666;
	background:#111 url(images/body_bg.png) 0 0 repeat;
}
img {
	max-width:100%;
}
table {
	border-collapse:separate;
	border-spacing:0;
}
caption,td {
	text-align:left;
	font-weight:normal;
}
h1,h2,h3 {
	font-family:Georgia,serif;
	font-weight:normal;
	clear:left;
	overflow:hidden;
}
h1 {
	padding-bottom:10px;
	font-size:3.6em;
	color:#c84426;
}
h2 {
	margin:0 0 10px;
	padding:10px 0 5px;
	border-bottom:1px solid #ccc;
	font-size:2.4em;
	color:#a19d61;
}
h3 {
	padding:3px 0 10px;
	font-size:1.8em;
	color:#000;
}
h4 {
	padding:3px 0 5px;
	font-size:1.4em;
}
h1 a {
	font-weight:normal;
	text-decoration:none;
	color:#c84426;
}
h1 a:hover {
	color:#e5411b;
}
h1 a,h2 a,h3 a {
	font-weight:normal;
}
p {
	margin:0 0 25px;
	font-size:1.5em;
	line-height:1.6em;
}
strong {
	font-weight:bold;
	color:#555;
}
em {
	font-style:italic;
	color:#555;
}
blockquote p {
	margin-left:15px;
	margin-right:30px;
	padding:8px 0 8px 12px;
	border-left:3px solid #ccc;
	font:italic 1.5em Georgia,"Times New Roman",serif;
	color:#444;
}
fieldset {
	margin:0;
	padding:0;
	border:none;
}
input,select,textarea {
	font-family:"Lucida Grande",Tahoma,sans-serif;
	max-width:100%;
}
input[type="text"],input[type="password"],textarea {
	padding:4px;
	border:1px solid #bbb;
	font-size:1.4em;
	color:#444;
	background:#fff;
}
select {
	font-size:1.4em;
	color:#444;
}
p input[type="text"],p input[type="password"],li input[type="text"],li input[type="password"],p select,li select,p textarea,li textarea {
	font-size:1em;
}
ul,ol {
	margin:0 0 25px 30px;
}
ul,ol {
	padding:0;
}
li {
	font-size:1.5em;
	line-height:1.6em;
}
li li,li p {
	font-size:1em;
}
.no_bullet {
	list-style:none;
}
.no_margin {
	margin:0;
}
a,a strong,a em {
	text-decoration:underline;
	color:#4b8cd7;
}
a:hover,a:hover strong,a:hover em {
	text-decoration:none;
	color:#275f8f;
}
.display_block,.block {
	display:block;
}
.hide,hr,#wpstats,.linklove {
	display:none!important;
}
.text_center {
	text-align:center!important;
}
.text_right {
	text-align:right!important;
}
.text_left {
	text-align:left!important;
}
.float_left {
	float:left;
}
.float_right {
	float:right;
}
.clear_left {
	clear:left;
}
.clear_right {
	clear:right;
}
.clear_both {
	clear:both;
}
.wrap {
	overflow:hidden;
}
.relative {
	position:relative;
}
.absolute {
	position:absolute;
}
.alert {
	margin-bottom:25px;
	padding:8px 10px;
	border:1px solid;
	overflow:hidden;
	color:#333;
}
.alert_red {
	border-color:#dd3c10;
	background:#ffebe8;
}
.alert_yellow {
	border-color:#ffe222;
	background:#fffbe2;
}
.alert_blue {
	border-color:#99b7dc;
	background:#f1f6ff;
}
.alert_green {
	border-color:#84c792;
	background:#e8ffeb;
}
.alert h1,.alert h2,.alert h3,.alert h4 {
	margin:0 0 10px;
	padding:0;
}
.alert ul,.alert ol {
	margin:0 0 5px 10px;
	padding:0;
}
.border_radius_4,.alert,.ui_button,.sendbutton {
	border-radius:4px;
	-moz-border-radius:4px;
	-webkit-border-radius:4px;
}
.border_radius_0 {
	border-radius:0!important;
	-moz-border-radius:0!important;
	-webkit-border-radius:0!important;
}
.border_radius_2 {
	border-radius:2px;
	-moz-border-radius:2px;
	-webkit-border-radius:2px;
}
.border_radius_3 {
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.border_radius_5 {
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.border_bottom_radius_5 {
	-moz-border-radius-bottomleft:5px;
	-moz-border-radius-bottomright:5px;
	-webkit-border-bottom-left-radius:5px;
	-webkit-border-bottom-right-radius:5px;
}
.border_left_radius_3 {
	-moz-border-radius-topleft:3px;
	-moz-border-radius-bottomleft:3px;
	-webkit-border-top-left-radius:3px;
	-webkit-border-bottom-left-radius:3px;
}
.border_right_radius_3 {
	-moz-border-radius-topright:3px;
	-moz-border-radius-bottomright:3px;
	-webkit-border-top-right-radius:3px;
	-webkit-border-bottom-right-radius:3px;
}
.text_shadow_010_fff {
	text-shadow:0 1px 0 #fff;
}
.text_shadow_110_fff {
	text-shadow:1px 1px 0 #fff;
}
.gradient,.gallery {
	background-color:#f8f8f8;
	background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#f2f2f2));
	background:-moz-linear-gradient(0% 100% 90deg,#f2f2f2,#fff);
}
.sprites {
	background-image:url(images/ui_sprites.png);
}
.ui_icon {
	background-image:url(images/icons/ui_icons.png);
	background-repeat:no-repeat;
}
.ui_button {
	padding:12px 20px;
	border:1px solid;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	display:inline-block;
	cursor:pointer;
	color:#fff;
}
.ui_button:hover {
	color:#fff;
}
input.ui_button {
	padding:5px 12px;
}
.ui_bg {
	background-image:url(images/ui_backgrounds.png);
	background-repeat:repeat-x;
}
.ui_button {
	background-image:url(images/ui_backgrounds.png);
	background-image:url(images/glass_button.png);
	background-repeat:repeat-x;
}
.ui_silver {
	border-color:#ccc;
	background-position:0 50%;
	background-color:#ddd;
}
.ui_green {
	border-color:#69a24e;
	background-position:0 0;
	background-position:0 50%;
	background-color:#89bc70;
}
.ui_blue {
	border-color:#4f6f99;
	background-position:0 -200px;
	background-position:0 50%;
	background-color:#6f95be;
}
.ui_gray {
	border-color:#ccc;
	background-position:0 -400px;
}
.ui_white {
	border-color:#dfdfdf;
	background-position:0 -600px;
}
.ui_silver_short {
	border-color:#f8f8f8;
	background-position:0 -800px;
}
.ui_button.ui_green {
	text-shadow:0 1px 0 #56913e;
}
.ui_button.ui_blue {
	text-shadow:0 1px 0 #2e4c73;
}
.arrow {
	padding-right:8px;
	text-decoration:none;
	background-position:right 5px;
}
.arrow:hover {
	text-decoration:underline;
}
#wrap {
	min-height:610px;
	background:url(images/body_gradient.png) 0 0 repeat-x;
}
#page_wrap {
	margin:0 auto;
	width:1000px;
	position:relative;
	z-index:3;
}
#glow {
	width:100%;
	height:678px;
	display:block;
	position:absolute;
	top:48px;
	left:0;
	z-index:2;
	background:url(images/body_glow.png) center top no-repeat;
}
#header {
	height:100px;
	position:relative;
	z-index:10;
}
#top {
	margin:0;
	padding:9px 0 0 10px;
}
#logo {
	text-indent:-9999em;
	width:267px;
	height:83px;
	display:block;
	background:url(images/logo.png) 0 0 no-repeat;
}
#header_donate {
	margin:0;
	padding:17px 0 0 13px;
	width:259px;
	height:61px;
	position:absolute;
	top:9px;
	right:0;
	background-position:0 0;
}
#donate_today {
	text-indent:-9999em;
	width:246px;
	height:44px;
	display:block;
	background-position:-13px -17px;
}
#donate_today:hover {
	background-position:-13px -87px;
}
#body {
	position:relative;
	z-index:10;
	background:#dfdfdf;
}
#nav {
	margin:0;
	padding:5px 0 0;
	width:1000px;
	height:45px;
	list-style:none;
	background-position:0 -148px;
}
#nav > li {
	margin:0;
	padding:0;
	font:normal 1.5em Georgia,serif;
	letter-spacing:1px;
	float:left;
	background:url(images/nav_divider_light.png) left top no-repeat;
}
#nav > li > a {
	padding:12px 35px 13px;
	font-weight:normal;
	text-decoration:none;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	float:left;
	color:#666;
	background:url(images/nav_divider_dark.png) right top no-repeat;
}
#nav #nav_home,#nav #nav_contact_link {
	background-image:none;
}
#nav > li > a:hover {
	color:#333;
	background:#f2f2f2;
}
#nav > li > a > span {
	font-size:1.1em;
}
#feature {
	border-bottom:1px solid #fff;
	width:1000px;
	height:300px;
	position:relative;
}
#innerfade,
#innerfade > li,
#innerfade > li > a {
	width:1000px;
	height:300px;
}
#innerfade {
	margin:0;
	list-style:none;
	position:absolute;
	top:0;
	left:0;
	z-index:10;
	background: #dfdfdf;
}
#innerfade > li {
	margin:0;
	padding:0;
}
#innerfade > li > a {
	float:left;
}
#content {
	overflow:auto;
	background:#c6c6c6 url(images/content_bg.png) 0 0 repeat-y;
}
#primary_content_wrap {
	width:660px;
	float:left;
}
.page-id-2022 #content,
.page-template-template-google-calendar-php #content {
	background-repeat: repeat;
}
.page-id-2022 #primary_content_wrap,
.page-template-template-google-calendar-php #primary_content_wrap {
	width: 100%;
	float: none;
}
#primary_content {
	border-top:1px solid #d4d4d4;
	min-height:395px;
	background:url(images/primary_bg.png) 0 0 repeat-x;
}
.front_page {
	border:none;
}
.primary_title {
	padding:0 20px;
	font:bold 1.5em Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:1.5px;
	line-height:53px;
	width:620px;
	height:50px;
	overflow:hidden;
	color:#a10;
	background:url(images/primary_title_bg.png) 0 0 repeat-x;
}
.primary_title > a {
	padding:10px 0;
	font-weight:bold;
	text-decoration:none;
	color:#a10;
}
.primary_title > a:hover {
	color:#d00;
}
.primary_item {
	padding:10px 20px;
}
#breadcrumbs {
	padding:6px 10px;
	border:1px solid #d8d8d8;
	font-size:1.3em;
	text-shadow:0 1px 0 #fff;
}
#breadcrumbs > a {
	font-weight:bold;
	text-decoration:none;
}
#secondary_content {
	padding:0 20px 20px;
	width:300px;
	min-height:300px;
	float:left;
	background:#c6c6c6 url(images/secondary_bg.png) 0 0 no-repeat;
}
.secondary_item {
	margin:20px 0 0;
	padding:20px;
	border-top:1px solid #fff;
	border-bottom:1px solid #999;
	background:#ededed url(images/secondary_item_bg.png) 0 0 repeat-x;
}
.secondary_item_img,.secondary_item_facebook {
	padding:0;
}
.secondary_item_facebook {
	border-top:none;
	height:255px;
}
.secondary_title {
	margin:0;
	padding:0 0 5px;
	border-bottom:1px solid #dfdfdf;
	font:bold 1.5em Helvetica,sans-serif;
	text-transform:uppercase;
	letter-spacing:1px;
	color:#4b8cd7;
}
.secondary_item_facebook iframe {
	height:255px;
}
#tertiary_content {
	width:1000px;
	min-height:160px;
	clear:left;
	overflow:auto;
	background:#dfdfdf url(images/tertiary_bg.png) 0 0 repeat-x;
}
.tertiary_title {
	padding:5px 20px;
	line-height:normal;
}
.tertiary_item {
	padding:10px 20px;
}
#footer {
	padding:10px 15px;
	border-top:1px solid #fff;
	width:970px;
	float:left;
	background:#e4e4e4 url(images/footer_bg.png) 0 0 repeat-x;
}
.footer_item {
	margin:10px 10px 5px 65px;
	float:left;
}
.footer_item_1 {
	margin-left:10px;
}
.footer_item_title {
	margin:0 0 4px;
	padding:0 0 4px;
	border-bottom:1px solid #bbb;
	font:bold 1.1em Helvetica,sans-serif;
	min-width:100px;
	text-transform:uppercase;
	color:#777;
}
.footer_list {
	margin:0;
	list-style:none;
}
.footer_list > li {
	font:normal 1.1em "Lucida Grande",Tahoma,sans-serif;
}
.footer_list > li > a {
	padding:1px 0;
	text-decoration:none;
	float:left;
	clear:left;
	color:#666;
}
.footer_list > li > a:hover {
	text-decoration:underline;
	color:#555;
}
#footer_crest {
	width:111px;
	height:125px;
	float:right;
	background:url(images/footer_crest.png) 0 0 no-repeat;
}
#sub_footer {
	width:990px;
	padding:5px 5px 20px;
	font:normal 1.1em "Lucida Grande",Tahoma,sans-serif;
	text-align:right;
	clear:left;
	color:#444;
}
#sub_footer > a {
	color:#444;
}
.post_title {
	padding:0;
}
.post_title_link {
	color:#c84426;
}
.post_title_link:hover {
	color:#e5411b;
}
.post_meta {
	padding-bottom:5px;
	font-size:1.2em;
	color:#999;
}
.post_meta > a {
	color:#888;
}
.post_image {
	padding:8px;
	border:1px solid #ccc;
	-webkit-box-shadow:0 1px 5px #ccc;
	-moz-box-shadow:0 1px 5px #ccc;
	box-shadow:0 1px 5px #ccc;
	background:#fff;
}
.home_post_title {
	padding-bottom:5px;
	font-size:2.4em;
}
.home_post_image {
	margin:5px 20px 0 0;
	float:left;
}
.home_post_text {
	overflow:hidden;
}
.with_image {
	width:430px;
	float:left;
}
.single_post_image {
	margin:5px 0 10px 20px;
	float:right;
}
.post_photos li {
	margin:0 0 10px 10px;
	width:145px;
}
.post_photos a {
	width:127px;
}
.post_photos li:first-child {
	margin-left:0;
}
.archive_post_title {
	padding-bottom:10px;
}
.archive_post_image {
	margin:5px 20px 0 0;
	float:left;
}
.archive_item_text {
	overflow:hidden;
}
.archive_item_title {
	margin:0;
	padding:0 0 5px;
	border:none;
}
#comments_wrap {
	background:url(images/comments_wrap_bg.png) repeat;
}
#comments {
	background:url(images/comments_wrap_gradient.png) 0 0 repeat-x;
}
#comments_shadow {
	width:660px;
	height:26px;
	display:block;
	background:url(images/comments_wrap_shadow.png) center top no-repeat;
}
.comment_title {
	color:#000;
}
#comments_list_wrap {
	padding:0 20px 10px;
}
#comments_title {
	margin:0;
	padding:0;
}
#comments_list {
	margin:0;
	list-style:none;
}
.comment_li {
	padding:8px 0;
	border-top:1px solid #fff;
	border-bottom:1px solid #ccc;
	font-size:1em;
}
.comment_li:last-child {
	padding-bottom:0;
	border-bottom:none;
}
.comment_li > p {
	margin:0;
	font-size:1.2em;
}
.comment_meta {
	text-align:right;
	line-height:38px;
	s overflow:hidden;
	color:#aaa;
}
.comment_author > a {
	color:#999;
}
.avatar {
	margin:0 0 0 10px;
	padding:1px;
	border:1px solid #ccc;
	float:right;
	background:#fff;
}
.comment_li > .moderation {
	margin-bottom:5px;
	padding:4px 8px;
}
.no_comments {
	padding-top:10px;
}
#respond {
	padding:10px 20px 20px;
}
#respond_title {
	margin:0;
}
#respond_form {
	padding:10px 0 0;
	border-top:1px solid #fff;
}
.respond_div {
	padding:4px 0;
	overflow:hidden;
	clear:left;
}
.respond_label {
	margin-right:10px;
	padding-top:4px;
	font-size:1.4em;
	font-weight:bold;
	width:75px;
	float:left;
	color:#999;
}
.respond_textarea {
	width:450px;
}
.respond_hint {
	padding-left:5px;
	color:#aaa;
}
.submit_div {
	padding-left:274px;
}
.page_title {
	padding-bottom:20px;
}
#post_content {
	position:relative;
}
.cform fieldset {
	padding:0 0 25px;
	overflow:hidden;
}
.cf_hidden {
	display:none;
}
.cform legend {
	margin:0 0 10px;
	padding:10px 0 5px;
	border-bottom:1px solid #ccc;
	font-family:Georgia,serif;
	font-size:2.4em;
	width:100%;
	color:#a19d61;
}
.cf-ol {
	margin:0;
	list-style:none;
}
.cf-ol > li {
	padding:4px 0;
	overflow:hidden;
}
.cf-ol label {
	padding:3px 10px 0 0;
	width:100px;
	float:left;
}
.cf-ol input {
	margin:0 10px 0 0;
	font-size:1em;
	background:#fff url(images/icon_form_input_alert.png) -9999em -9999em no-repeat;
}
.form_required {
	color:#e30;
}
.cf-fs2 .cf-ol label {
	width:auto;
	display:block;
	float:none;
}
.cf-ol .area {
	width:610px;
	max-width:none;
	height:100px;
	background:#fff url(images/icon_form_input_alert.png) -9999em -9999em no-repeat;
}
#li-2-13 > .reqtxt,#li-2-14 > .reqtxt {
	display:none;
}
.cf-box-title {
	display:none;
}
.cf-fs3 .cf-ol label {
	padding:0;
	width:auto;
	cursor:pointer;
}
.cf-fs3 .cf-ol input {
	margin:7px 10px 7px 0;
	float:left;
	clear:left;
}
.cf-sb {
	text-align:center;
}
.sendbutton {
	padding:8px 20px;
	border:1px solid #69a24e;
	font-size:16px;
	font-weight:bold;
	text-shadow:0 1px 0 #69a24e;
	line-height:normal;
	text-decoration:none;
	cursor:pointer;
	color:#fff;
	background:#89bc70 url(images/glass_button.png) 0 50% repeat-x;
}
.sendbutton:hover {
	color:#fff;
}
#indicates_required {
	margin-top:-50px;
	text-align:right;
}
.event_calendar_wrap,.event_calendar_nav,.event_calendar_nav a,.tec-calendar th,.tec-calendar td,.tec-tooltip {
	border:solid #ccc;
	text-shadow:0 1px 0 #fff;
	color:#444;
	background:#eee;
}
.event_calendar_wrap {
	margin:0 0 20px 20px;
	border-width:1px 0 0 1px;
	border-bottom-color:#999;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.1);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.1);
	box-shadow:0 1px 4px rgba(0,0,0,.1);
	width:45%;
}
.event_calendar_nav {
	margin:0;
	padding:4px;
	border-width:0 1px 1px 0;
	border-bottom-color:#aaa;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
	box-shadow:0 1px 0 rgba(255,255,255,.5) inset;
	font-size:1.2em;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#d6d6d6),to(#bdbdbd));
	background-image:-moz-linear-gradient(0% 100% 90deg,#bdbdbd,#d6d6d6);
}
.event_calendar_nav strong {
	text-shadow:0 1px 0 #e4e4e4;
	top:1px;
}
.event_calendar_nav a {
	padding:4px 7px;
	border-color:#aaa;
	border-width:1px;
	-webkit-box-shadow:0 1px 0 #fff inset,0 1px 0 #e4e4e4;
	-moz-box-shadow:0 1px 0 #fff inset,0 1px 0 #e4e4e4;
	box-shadow:0 1px 0 #fff inset,0 1px 0 #e4e4e4;
	font-weight:bold;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	width:8px;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#ccc));
	background-image:-moz-linear-gradient(0% 100% 90deg,#ccc,#fff);
}
.event_calendar_nav a:hover {
	border-color:#27a;
	-webkit-box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 0 #e4e4e4;
	-moz-box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 0 #e4e4e4;
	box-shadow:0 1px 0 rgba(255,255,255,.2) inset,0 1px 0 #e4e4e4;
	text-shadow:0 1px 0 #036;
	color:#fff;
	background:#08c;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#017ebd),to(#028cd1));
	background-image:-moz-linear-gradient(0% 100% 90deg,#028cd1,#017ebd);
}
.event_calendar_nav .float_left {
	padding-right:9px;
}
.event_calendar_nav .float_right {
	padding-left:9px;
}
.event_calendar_nav_arrow {
	border:5px solid transparent;
	text-indent:-9999px;
	height:0;
	width:0;
}
.event_calendar_nav_arrow_left {
	border-left:none;
	border-right:8px solid #444;
}
.event_calendar_nav_arrow_right {
	border-left:8px solid #444;
	border-right:none;
}
a:hover .event_calendar_nav_arrow_left {
	border-right-color:#fff;
}
a:hover .event_calendar_nav_arrow_right {
	border-left-color:#fff;
}
.tec-calendar {
	width:100%;
}
.tec-calendar th,.tec-calendar td {
	border-width:0 1px 1px 0;
	border-top-color:#fff;
	border-left-color:#fff;
	font-size:1.2em;
	font-weight:bold;
	text-align:center;
	text-shadow:0 1px 0 #fff;
	width:13.93%;
	float:left;
}
.tec-calendar thead th {
	padding-top:5px;
	border-color:#bbb;
	height:21px;
	background-color:#d6d6d6;
}
.tec-calendar td {
	height:28px;
}
.tec-calendar .tec-othermonth {
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.05) inset;
	-moz-box-shadow:0 0 20px rgba(0,0,0,.05) inset;
	box-shadow:0 0 20px rgba(0,0,0,.05) inset;
	*background:#ebebeb;
}
.tec-event {
	border:1px solid #fff;
	line-height:26px;
	height:26px;
}
.has_event {
	border-color:#114574;
}
.tec-mini-has-event,.tec-mini-has-event:hover {
	color:#fff;
}
.tec-mini-has-event {
	-webkit-box-shadow:0 0 20px rgba(0,0,0,.3) inset;
	-moz-box-shadow:0 0 20px rgba(0,0,0,.3) inset;
	box-shadow:0 0 20px rgba(0,0,0,.3) inset;
	text-decoration:none;
	text-shadow:0 1px 0 #036;
	width:100%;
	height:100%;
	display:block;
	cursor:pointer;
	color:#fff;
	background:#08c;
}
.tec-mini-has-event:hover {
	background:#09e;
}
.tec-tooltip {
	margin:0;
	padding:10px;
	border-width:1px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.2),0 1px 0 #fff inset;
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.2),0 1px 0 #fff inset;
	box-shadow:0 1px 4px rgba(0,0,0,.2),0 1px 0 #fff inset;
	width:220px;
	left:32px;
	z-index:100;
	background:#f8f8f8;
}
.tec-event-title-mini {
	margin-left:15px;
	font-size:1em;
}
.event_list,.event_li {
	margin:0;
	padding:0;
}
.event_li {
	font-size:1.2em;
	line-height:normal;
}
.event_link {
	padding:10px;
	border-top:1px solid #dfdfdf;
	text-decoration:none;
}


.event_li:first-child .event_link {
	border:none;
}


.event_link:hover {
	
cursor: default;
	
/* -webkit-box-shadow:0 0 50px rgba(0,0,0,.05) inset;
	-moz-box-shadow:0 0 50px rgba(0,0,0,.05) inset;
	box-shadow:0 0 50px rgba(0,0,0,.05) inset;
	background:#ecf5fa */
;
}


.event_link .event_date {
	margin-right:20px;
	-webkit-box-shadow:0 1px 4px rgba(0,0,0,.15);
	-moz-box-shadow:0 1px 4px rgba(0,0,0,.15);
	box-shadow:0 1px 4px rgba(0,0,0,.15);
	font-weight:bold;
	text-align:center;
	width:70px;
	background:#fff;
}
.event_date .event_month {
	padding:2px 0 3px;
	border:1px solid rgba(0,0,0,.3);
	-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.15) inset,-1px 0 0 rgba(255,255,255,.15) inset;
	-moz-box-shadow:1px 1px 0 rgba(255,255,255,.15) inset,-1px 0 0 rgba(255,255,255,.15) inset;
	box-shadow:1px 1px 0 rgba(255,255,255,.15) inset,-1px 0 0 rgba(255,255,255,.15) inset;
	text-shadow:0 -1px 0 rgba(0,0,0,.4);
	color:#fff;
	background:#d31;
	background-image:-webkit-gradient(linear,0% 0,0% 100%,from(#e5411b),to(#c84426));
	background-image:-moz-linear-gradient(0% 100% 90deg,#c84426,#e5411b);
}
.event_date .event_day {
	padding:3px 0 4px;
	border:1px solid #ccc;
	border-top-width:0;
	-webkit-box-shadow:1px 1px 0 rgba(255,255,255,.6) inset,-1px -1px 0 rgba(255,255,255,.6) inset,0 0 30px rgba(0,0,0,.1) inset;
	-moz-box-shadow:1px 1px 0 rgba(255,255,255,.6) inset,-1px -1px 0 rgba(255,255,255,.6) inset,0 0 30px rgba(0,0,0,.1) inset;
	box-shadow:1px 1px 0 rgba(255,255,255,.6) inset,-1px -1px 0 rgba(255,255,255,.6) inset,0 0 30px rgba(0,0,0,.1) inset;
	font-size:2.6em;
	font-weight:normal;
	text-shadow:0 2px 0 #fff;
	letter-spacing:-1px;
	line-height:normal;
	color:#666;
	background:#fff;
	*background:#f8f8f8;
}
.event_date .multiple_days {
	padding:10px 0;
	font-size:1.6em;
}
.event_link .event_title {
	padding-bottom:3px;
	font-size:1.5em;
	color:#333;
}
.event_link .event_time_venue {
	color:#999;
}
.event_link .event_description {
	padding-top:8px;
	line-height:1.6em;
	color:#666;
}


.support_list {
	margin:0;
	list-style:none;
}
.support_list {
	margin:10px 0 20px;
	overflow:hidden;
}
.support_list_img {
	margin:0 15px 0 0;
	padding:3px;
	border:1px solid #ccc;
	width:80px;
	float:left;
	background:#fff;
}
.support_list_title {
	margin:0 0 5px;
	padding:0;
	font-size:1.4em;
	width:517px;
	float:left;
	clear:none;
}
.support_list_title {
	margin:0;
	float:left;
}
.contact_location {
	padding:10px 0;
	overflow:hidden;
}
.contact_map {
	margin:0 0 0 10px;
	padding:3px;
	border:1px solid #ccc;
	float:right;
	background:#fff;
}
#li-3-4 > .reqtxt {
	display:none;
}
#cforms4form label {
	width:125px;
}
#cformsform #label--5 {
	width:auto;
	display:block;
	float:none;
}
#cformsform label {
	width:120px;
}
#li--5 > .reqtxt {
	display:none;
}
#cforms6form label {
	width:125px;
}
#cforms7form label,#cforms10form label {
	width:200px;
}
#cforms10form .cf-box-title {
	display:block;
}
#li-10-5,#li-10-5items,#li-10-6,#li-10-6items {
	float:left;
}
#li-10-5,#li-10-6 {
	width:210px;
}
#li-10-6 {
	clear:left;
}
#cforms10form #label-10-51,#cforms10form #label-10-52,#cforms10form #label-10-53,#cforms10form #label-10-61,#cforms10form #label-10-62 {
	cursor:pointer;
}
#cf10_field_5-1,#cf10_field_5-2,#cf10_field_5-3,#cf10_field_6-1,#cf10_field_6-2 {
	margin:9px 7px 0 1px;
	float:left;
	clear:left;
}
.summer_music_festival_2011_title {
	font-size:4.4em;
}
.summer_music_festival_2011_subtitle {
	font-size:.6em;
	color:#4b8cd7;
}
#cforms8form label {
	width:125px;
}
.gallery {
	margin-bottom:25px!important;
	padding:10px 10px 0 0;
	-webkit-box-shadow:0 1px 3px rgba(0,0,0,.3);
	-moz-box-shadow:0 1px 3px rgba(0,0,0,.3);
	box-shadow:0 1px 3px rgba(0,0,0,.3);
	overflow:hidden;
	background-color:#fff;
}
.gallery .gallery-item {
	margin:0!important;
}
.gallery br {
	display:none;
}
.gallery .gallery-icon a,.gallery .gallery-icon img {
	float:left;
}
.gallery .gallery-icon img {
	margin:0 0 10px 10px;
	padding:6px;
	border:1px solid #dfdfdf!important;
	width:129px;
	height:129px;
	background:#fff;
}
.search_box {
	margin:0 0 25px;
	padding:10px;
	border:1px solid #ccc;
}
.search_box_title {
	margin:0;
	padding:2px 0 10px;
	border:none;
	font:bold 1.2em "Lucida Grande",Tahoma,sans-serif;
	text-transform:uppercase;
	text-shadow:0 1px 0 #fff;
	letter-spacing:2px;
	color:#666;
}
.search_box_div {
	float:left;
}
.search_box_input_wrap {
	padding-right:15px;
}
.search_box_input {
	width:486px;
	height:22px;
}
#search_blog_submit {
	padding:4px 12px;
}
.search_result_title {
	margin:0;
	border:none;
}
.search_result_post_meta {
	margin:0 0 10px;
	color:#aaa;
}
#smart-archives-block {
	margin:0 0 25px;
	list-style:none;
}
#smart-archives-block {
	margin:0 0 25px;
}
.archives_block_year_row {
	padding:0 0 10px;
	color:#999;
}
.archives_block_year {
	color:#999;
}
.archives_block_year_link,.archives_block_month {
	padding:0 7px;
	font-size:1.4em;
	font-weight:bold;
	line-height:normal;
}
.archives_title {
	font:bold 1.2em "Lucida Grande",Tahoma,sans-serif;
	text-transform:uppercase;
	letter-spacing:2px;
	color:#333;
}
.archives_list_month {
	padding:0;
	font-size:2.8em;
}
.archives_list {
	margin-left:0;
	list-style:none;
}
.archives_list_item {
	padding:10px 0;
	font-size:1.4em;
	line-height:normal;
	overflow:hidden;
}
.archives_list_item_link {
	font-weight:normal;
	text-decoration:none;
	float:left;
	clear:left;
	color:#999;
}
.archives_list_item_title {
	text-decoration:none;
	float:left;
	color:#666;
}
.archives_list_item_tagline {
	float:left;
	clear:left;
}
.cf_info {
	margin-bottom:25px;
	padding:8px 10px;
	border:1px solid;
	font-size:14px;
	line-height:22px;
	display:none;
	color:#444;
}
.success,.waiting,.failure {
	display:block;
}
.success {
	border-color:#84c792;
	background:#e8ffeb;
}
.waiting {
	border-color:#ffe222;
	background:#fffbe2;
}
.failure {
	border-color:#dd3c10;
	background:#ffebe8;
}
.cf_error {
	background-color:#fffbe2!important;
	background-position:right top!important;
}
.cf_info p {
	font-size:1em;
}
.wp-pagenavi {
	padding:0 0 15px;
	text-align:center;
	overflow:hidden;
}
.wp-pagenavi span,
.wp-pagenavi a {
	margin:5px;
	padding:5px 9px;
	border:1px solid #ccc;
	border-radius:3px;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	font-size:12px;
	font-weight:bold;
	text-align:center;
	text-decoration:none;
	text-shadow:0 1px 0 #fff;
	display:inline-block;
	color:#555!important;
	-webkit-box-shadow:0 1px 0 #aaa;
	-moz-box-shadow:0 1px 0 #aaa;
	box-shadow:0 1px 0 #aaa;
}
.wp-pagenavi span {
	color:#555!important;
	background:#f2f2f2;
	background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#f2f2f2));
	background:-moz-linear-gradient(0% 100% 90deg,#f2f2f2,#fff);
}
.wp-pagenavi a {
	color:#999!important;
	background:#e8e8e8;
	background:-webkit-gradient(linear,0% 0,0% 100%,from(#f2f2f2),to(#e8e8e8));
	background:-moz-linear-gradient(0% 100% 90deg,#e8e8e8,#f2f2f2);
}
.wp-pagenavi a:hover,
.wp-pagenavi a:focus {
	color:#333!important;
	background:#fff;
	background:-webkit-gradient(linear,0% 0,0% 100%,from(#fff),to(#f2f2f2));
	background:-moz-linear-gradient(0% 100% 90deg,#f2f2f2,#fff);
}
.relockbutton {
	float:none;
	position:absolute;
	top:-54px;
	right:0;
}
#post_content .password {
	border:1px solid #ccc;
	border-bottom-width:2px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	height:auto;
	margin:20px auto;
	padding:20px!important;
	background:#fff!important;
}
#post_content .password p {
	margin:0;
}
#post_content .password .passwordsubmit {
	padding:5px 12px;
	border:1px solid #69a24e;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	border-radius:4px;
	font-size:16px;
	font-weight:bold;
	line-height:normal;
	text-decoration:none;
	text-shadow:0 1px 0 #69a24e;
	display:inline-block;
	cursor:pointer;
	color:#fff;
	background:#89bc70 url(images/glass_button.png) 0 50% repeat-x;
}
#jquery-overlay {
	position:absolute;
	top:0;
	left:0;
	z-index:90;
	width:100%;
	height:500px;
}
#jquery-lightbox {
	position:absolute;
	top:0;
	left:0;
	width:100%;
	z-index:100;
	text-align:center;
	line-height:0;
}
#jquery-lightbox a img {
	border:none;
}
#lightbox-container-image-box {
	position:relative;
	background-color:#fff;
	width:250px;
	height:250px;
	margin:0 auto;
}
#lightbox-container-image {
	padding:10px;
}
#lightbox-loading {
	position:absolute;
	top:40%;
	left:0;
	height:25%;
	width:100%;
	text-align:center;
	line-height:0;
}
#lightbox-nav {
	position:absolute;
	top:0;
	left:0;
	height:100%;
	width:100%;
	z-index:10;
}
#lightbox-container-image-box > #lightbox-nav {
	left:0;
}
#lightbox-nav a {
	outline:none;
}
#lightbox-nav-btnPrev,#lightbox-nav-btnNext {
	width:49%;
	height:100%;
	zoom:1;
	display:block;
}
#lightbox-nav-btnPrev {
	left:0;
	float:left;
}
#lightbox-nav-btnNext {
	right:0;
	float:right;
}
#lightbox-container-image-data-box {
	margin:0 auto;
	padding:10px 10px 0;
	border-top:1px solid #dfdfdf;
	-webkit-box-shadow:0 1px 0 #fbfbfb inset;
	-moz-box-shadow:0 1px 0 #fbfbfb inset;
	box-shadow:0 1px 0 #fbfbfb inset;
	font-size:1.4em;
	line-height:1.5em;
	width:100%;
	overflow:auto;
	background-color:#fff;
	background:-webkit-gradient(linear,0% 0,0% 100%,from(#eee),to(#fbfbfb));
	background:-moz-linear-gradient(0% 100% 90deg,#fbfbfb,#eee);
}
#lightbox-container-image-data {
	padding:0 10px;
	color:#444;
}
#lightbox-container-image-data #lightbox-image-details {
	margin-bottom:0;
	width:70%;
	float:left;
	text-align:left;
}
#lightbox-image-details-caption {
	font-weight:bold;
}
#lightbox-image-details-currentNumber {
	display:block;
	clear:left;
	padding-bottom:1.0em;
	color:#999;
}
#lightbox-secNav-btnClose {
	width:66px;
	float:right;
	padding-bottom:.7em;
}




/**
 *	Calendar
 */
.google_calendar_widget {
	margin-bottom: 10px;
	padding: 15px;
	border: 1px solid #ccc;
	background: #dfdfdf;
}

/* PAGE GRID */
.gce-page-grid .gce-calendar .gce-caption{ /* Caption at top of calendar */
	color:#333333;
	text-align:center;
}
.gce-page-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	border-collapse:collapse;
	border:1px solid #CCCCCC;
	color:#CCCCCC;
}
.gce-page-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	border:1px solid #CCCCCC;
	text-align:center;
	/* width:14.29%; */
	padding:0;
}
.gce-page-grid .gce-calendar td{ /* Day table cells */
	border:1px solid #CCCCCC;
	text-align:center;
	height:80px;
	vertical-align:middle;
	padding:0;
}
.gce-page-grid .gce-calendar .gce-has-events{ /* Table cells with events */
	color:#333333;
	cursor:pointer;
}
.gce-page-grid .gce-calendar .gce-event-info{ /* Event information */
	display:none; /* Important! */
}
.gce-page-grid .gce-calendar .gce-day-number{ /* Day number span */
	font-size:2em;
}
.gce-page-grid .gce-calendar .gce-today{ /* Table cell that represents today */
	background-color:#DDDDDD;
}
.gce-page-grid .gce-calendar .gce-next,
.gce-page-grid .gce-calendar .gce-prev{ /* Previous and next month links */
	cursor:pointer;
	display:inline-block;
	width:3%;
}
.gce-page-grid .gce-calendar .gce-month-title{ /* Month title */
	display:inline-block;
	width:90%;
}
.gce-page-grid .gce-calendar th abbr{ /* Day letter abbreviation */
	border-bottom:none;
}

/* PAGE LIST */
.gce-page-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}
.gce-page-list .gce-list p span,
.gce-page-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}
.gce-page-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}
.gce-page-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}
.gce-page-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* WIDGET GRID */
.gce-widget-grid .gce-calendar .gce-caption{
	padding: 0 0 10px;
	text-align:center;
}
.gce-widget-grid .gce-calendar{ /* Main calendar table */
	width:100%;
	/* border:1px solid #CCCCCC; */
	border-collapse:collapse;
}
.gce-widget-grid .gce-calendar th{ /* Day headings (S, M etc.) */
	/* width:14.29%; */
	/* border:1px solid #CCCCCC; */
	text-align:center;
}
/* Table cells with events 
.gce-widget-grid .gce-calendar .gce-has-events{
	cursor:pointer;
	color:#666666;
}
*/
.gce-widget-grid  .gce-calendar .gce-next,
.gce-widget-grid  .gce-calendar .gce-prev { /* Prev and next month links */
	width: 10%;
	cursor:pointer;
	display:inline-block;
}
.gce-widget-grid  .gce-calendar .gce-prev,
.gce-prev .gce-change-month {
	float: left;
}
.gce-widget-grid  .gce-calendar .gce-next,
.gce-next .gce-change-month {
	float: right;
}
.gce-change-month {
	padding: .6em 1em;
	border: 1px solid #ccc;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	-o-border-radius:3px;
	border-radius:3px;
	-webkit-box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	font-size: 1.2em;
	font-weight: bold;
	text-decoration: none;
	text-shadow: 0 1px 0 #fff;
	display: inline-block;
	color: #555;
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, to(#f2f2f2), from(#e8e8e8));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #e8e8e8);
	background-image: -moz-linear-gradient(top, #f2f2f2, #e8e8e8);
	background-image: -o-linear-gradient(top, #f2f2f2, #e8e8e8);
	background-image: -ms-linear-gradient(top, #f2f2f2, #e8e8e8);
	background-image: linear-gradient(top, #f2f2f2, #e8e8e8);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f2f2', EndColorStr='#e8e8e8');
}
.gce-change-month:hover,
.gce-change-month:focus {
	color:#333;
	background-color: #ffffff;
	background-image: -webkit-gradient(linear, left top, left bottom, to(#ffffff), from(#f2f2f2));
	background-image: -webkit-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -moz-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -o-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: -ms-linear-gradient(top, #ffffff, #f2f2f2);
	background-image: linear-gradient(top, #ffffff, #f2f2f2);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ffffff', EndColorStr='#f2f2f2');
}
.gce-change-month:active {
	-webkit-box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #aaa, 0 1px 0 #fff inset;
	color:#333;
	background-color: #f2f2f2;
	background-image: -webkit-gradient(linear, left top, left bottom, to(#f2f2f2), from(#ffffff));
	background-image: -webkit-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: -moz-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: -o-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: -ms-linear-gradient(top, #f2f2f2, #ffffff);
	background-image: linear-gradient(top, #f2f2f2, #ffffff);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#f2f2f2', EndColorStr='#ffffff');
}
.gce-widget-grid .gce-calendar .gce-month-title{ /* Month title in caption at top of table */
	font-family: Georgia,serif;
	font-size: 2em;
	display:inline-block;
	/* width:80%; */
	color: #333;
}
.gce-widget-grid .gce-calendar th abbr{ /* Day name abbreviations */
	border-bottom:none;
}

/* WIDGET LIST */
.gce-widget-list .gce-list p{ /* Each piece of information in the list */
	margin:0;
}
.gce-widget-list .gce-list p span,
.gce-widget-list .gce-list div span{ /* The text displayed before each piece of info, 'Starts:' for example */
	color:#999999;
}
.gce-widget-list .gce-list .gce-list-event{ /* The event title */
	background-color:#DDDDDD;
}
.gce-widget-list .gce-list .gce-list-title{ /* The title (not the same as event title) */
	font-weight:bold;
}
.gce-widget-list .gce-list ul{
	list-style-type:none;
	margin:0;
	padding:0;
}

/* TOOLTIP 
.gce-event-info{
	background-color:#FFFFFF;
	border:1px solid #333333;
	max-width:300px;
}
.gce-event-info .gce-tooltip-title{
	margin:5px;
	font-weight:bold;
	font-size:1.2em;
}
.gce-event-info ul li p{
	margin:0;
}
.gce-event-info ul li p span,
.gce-event-info ul li div span{
	color:#999999;
}
*/

/*
.gce-widget-grid  .gce-calendar .gce-event-info .gce-tooltip-title,
.gce-widget-grid  .gce-calendar .gce-event-info li div,
.gce-widget-grid  .gce-calendar .gce-event-info li div:first-child + div span {
	display:none;
}
.gce-widget-grid  .gce-calendar .gce-event-info li .gce-list-event,
.gce-widget-grid  .gce-calendar .gce-event-info li div:first-child + div {
	display:block;
}
*/


.gce-calendar caption,
.gce-calendar th,
.gce-calendar td {
	padding: 5px;
	font-size: 1.3em;
}
.gce-calendar th,
.gce-calendar td {
	border: 1px solid #ccc;
	width: 14.29%;
	vertical-align: top;
	background-color: #fff;
}
.gce-calendar td {
	-webkit-box-shadow: 0 1px 0 #fff inset;
	-moz-box-shadow: 0 1px 0 #fff inset;
	-o-box-shadow: 0 1px 0 #fff inset;
	box-shadow: 0 1px 0 #fff inset;
	height: 120px;
	background-color: #f2f2f2;
}
.gce-calendar .gce-today {
	-webkit-box-shadow: 0 1px 0 #eef7ff inset;
	-moz-box-shadow: 0 1px 0 #eef7ff inset;
	-o-box-shadow: 0 1px 0 #eef7ff inset;
	box-shadow: 0 1px 0 #eef7ff inset;
	background-color: #def;
}
.gce-calendar .gce-day-past {
	color: #aaa;
	background-color: #f9f9f9;
}
.gce-calendar .gce-day-future {
	background: #fff;
}
.gce-day-number {
	margin: -2px 5px 5px 0;
	font-family: 'helvetica neue',helvetica,arial,sans-serif;
	color: #666;
}
.gce-calendar .gce-day-past .gce-day-number {
	color: #aaa;
}
.gce-event-info ul {
	margin: 0 0 0 17px;
}
.gce-event-info li {
	font-size: 1em;
	line-height: normal;
}
.gce-event-info li + li {
	margin-top: 5px;
}
.gce-calendar .event_title {
	text-decoration: none;
	max-height: 33px;
	display: block;
	overflow: hidden;
}
.gce-calendar a:hover .event_title,
.gce-calendar a:focus .event_title {
	text-decoration: underline;
}
.gce-day-past a {
	text-decoration: none;
	color: #aaa;
}
.gce-day-past a:hover,
.gce-day-past a:focus {
	text-decoration: underline;
	color: #888;
}
.gce-tooltip-title {
	display:none;
}
