/* Media Center Categories Module */
.moduletable-media-menu h3 {
	font-size: 27px;
	color: #f7941e;
	text-transform: uppercase;
	margin: 0 0 20px;
}
.moduletable-media-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 15px;
	text-transform: uppercase;
	line-height: 1;
}
.moduletable-media-menu li {
	margin: 0;
	padding: 0 20px 0 0;
	display: inline;
}
.moduletable-media-menu a {
	color: #bebebe;
}
.moduletable-media-menu li.active a,
.moduletable-media-menu a:hover {
	color: #0397d6;
}

.moduletable-cat-intro {
	color: #f7941e;
	margin: 30px 0 0;
	padding: 10px 0;
	border: 3px solid #f3f3f3;
	border-left: none;
	border-right: none;
	font-size: 15px;
	line-height: 1.5;
	text-transform: uppercase;
	clear: both;
}
.moduletable-cat-intro span {
	padding-left: 10px;
}
.arrow-button {
	background: url(../images/now-playing-arrow.png) no-repeat center center #F7941E;
	width: 19px;
	height: 19px;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 2px 2px 6px #999;
	-webkit-box-shadow: 2px 2px 6px #999;
	box-shadow: 2px 2px 6px #999;
	float: left;
}

/* Featured Video Module */
.moduletable-featured-vid h3 {
	color: #97CA4C;
	font-size: 24px;
	margin: 30px 0;
}
.moduletable-featured-vid p.title {
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
}
.moduletable-featured-vid .media {
	border: 1px solid #ccc;
	padding: 1px;
}
.moduletable-featured-vid .description {
	font-size: 13px;
}
.yoo-zoo .moduletable-featured-vid ul {
	margin: 0;
}
.moduletable-featured-vid img {
	float: left;
}

/* Featured Video Audio */
.featured-audio .media {
	border: none;
}
.featured-audio .media a {
	background: url(../images/cat-audio.jpg);
	width: 108px;
	height: 91px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

/* Job Application */
.pos-hidden,
.rsform-block-ccemail,
.rsform-block-jobtitle { display: none!important; }

/* Zoo Filter Module */
.moduletable-search-vid {
	position: absolute;
	top: 185px;
	right: 0;
	width: 290px;
	font-size: 13px;
	overflow: hidden;
}
.moduletable-search-vid legend {
	float: left;
	text-transform: uppercase;
	margin: 0;
	padding: 5px 0 0;
}
.moduletable-search-vid input {
	border: 1px solid #ccc;
	margin: 0;
	padding: 0 5px;
	width: 190px;
	height: 18px;
	line-height: 18px;
	float: left;
}
.zoo-filter .button {background: none;}
.moduletable-search-vid .zoo-filter button.button {
	background: url(../images/arrow-pixel.gif) no-repeat 0 0!important;
	border: none;
	width: 8px;
	height: 10px;
	display: block;
	cursor: pointer;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
	margin: 0;
	padding: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
	border-radius: 0;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
	box-shadow: none;
	float: right;
	position: absolute;
	top: 10px;
	right: 10px;
}

/* Latest Media Modules */
.wk-slideset-media > div .prev {
	left: 0;
}
.wk-slideset-media > div .next {
	right: 0;
}
.media-slideset {
	margin-bottom: 100px;
}
.media-slideset h3 {
	float: left;
	margin: 0;
	padding: 0;
	color: #97ca4b;
	font: 31px 'steelfishRG', Helvetica, Arial, sans-serif;
	letter-spacing: 1px;
	font-weight: normal;
}

.media-slideset .description .element-itemname,
.wk-slideset-media .wk-zoo-item div.description > div.element-itemcategory {
	white-space: nowrap;
	width: 195px;
	margin: 0 auto;
	overflow: hidden;
	text-overflow: ellipsis;
}

.moduletable-audio-slideset .media-top a {
	background: url(../images/cat-audio.jpg);
	width: 108px;
	height: 91px;
	margin: 0 auto;
	padding: 0;
	cursor: pointer;
	display: block;
	text-indent: -9999px;
}

/* Latest Photos */
#phocagallery-module-ri {
	clear: both;
	border-top: 2px solid #E2DEE1;
}
#phocagallery-module-ri a img {
	border: 1px solid #ccc;
	padding: 1px;
}
#phocagallery-module-ri .phocagallery-box-file-first {
	background: none;
}
#phocagallery-module-ri .phocagallery-box-file:hover,
.phocagallery-box-file.hover {
	background: none;
}
#phocagallery-module-ri .phocagallery-box-file {
	background: none;
	border: none;
	margin: 0;
	padding: 0;
}
#phocagallery-module-ri .phocagallery-box-file:hover,
.phocagallery-box-file.hover {
	border: none;
	margin: 0;
	padding: 0;
}
#phocagallery-module-ri .phocagallery-box-file {
	width: 250px!important;
}
.phocaname {
	color: #0397D6!important;
	font-size: 15px!important;
	text-transform: uppercase;
}
.phoca-mod-wrap {
	overflow: hidden;
	width: 750px;
	margin: 30px auto 10px;
}
#phocagallery-module-ri a:hover,
#phocagallery-module-ri a:active,
#phocagallery-module-ri a:focus {
	text-decoration: underline;
}

/* Photos */
.photo-cat-title {
	text-transform: uppercase;
	padding-left: 15px;
}
.photo-cat-wrap {
	margin-top: 30px;
	float: left;
}
.pg-categories-view .pg-center {
	margin-top: 30px;
	float: right;
}
.pg-categories-view img {
	width: 75px;
	height: 75px;
}
.pg-categories-view table {
	margin-bottom: 25px;
}

.phoca-cat-detail-wrap {
	border-top: 3px solid #f3f3f3;
	padding-top: 40px;
}
h2.phoca-cat-detail-title {
	margin: 30px 0 25px;
	font-size: 18px;
	color: #0397D6;
	text-transform: uppercase;
	font: 31px 'steelfishRG', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
}
.pg-box-image .pg-name {
	display: none;
}
.pg-box-image img {
	float: left;
}
.pg-box-image a {
	display: block;
	overflow: hidden;
	padding:5px;
}
.phocagallery-box-file {
	border: none;
}
.phocagallery-box-file:hover,
.phocagallery-box-file.hover {
	border: none;
}
#phocagallery #pg-pagination ul {
	margin: 0;
	padding: 0;
	display: block;
	list-style: none;
}
#phocagallery #pg-pagination li {
	float: left;
	display: block;
	margin: 0;
	padding: 0 5px;
	font-size: 13px;
}
#phocagallery-pane {
	margin-bottom: 20px;
}

/* Video Search */
.moduletable-search-vid .form-elements {
	float: left;
}
.moduletable-search-vid button {
	background: url(../images/arrow-pixel.gif) no-repeat 100% 0;
	border: none;
	width: 8px;
	height: 10px;
	margin: 10px 10px 0 0;
	display: block;
	float: right;
	text-indent: -9999px;
	font-size: 0;
	line-height: 0;
}

/* Photos Facebook Comments */
#phocagallery-pane .tabs {
	display: none;
}
#phocagallery-pane div.current {
	border: none;
}

/* FAQ */
.wk-accordion h3.toggler {
	font-family: inherit;
	text-transform: none;
	text-shadow: none;
	font-weight: normal;
	border: 2px solid #ddd;
}
.wk-accordion .content-wrapper {
}
.wk-accordion-default .content {
	margin: 0 7px 2px;
	padding: 10px 10px 0;
	color: #a8a8a8;
}
.wk-accordion-default div.description {
	margin: 0;
	overflow: hidden;
}
.wk-accordion-default .content p {
	margin: 0 0 10px;
}

/* Zoo Comments */
#comments ul {
	display: block;
	clear: both;
}
#yoo-zoo #comments .comment-head h3 {
	width: 500px;
}
#yoo-zoo #comments .comment-head .meta {
	width: 500px;
}

/* Addthis Module */
.addthis_counter .atc_s,
.addthis_counter .addthis_button_expanded {
	background: url(../images/share-icon.png);
}

/* Slideshow */
.wk-slideshow {
	z-index: 90;
}

/* Events Calendar */

#jcl_component .powered_by {
	display:none;
}
#jcl_component .jcl_header {
	background: none;
	border: none;
	color: #97ca4c;
	font: 31px 'steelfishRG', Helvetica, Arial, sans-serif;
	font-weight: normal;
	letter-spacing: 1px;
	padding: 10px 0;
	line-height: 1;
	border-bottom: 3px solid #f3f3f3;
}
#jcl_component .jcl_navbar {
	background: none;
	font: 31px 'steelfishRG', Helvetica, Arial, sans-serif;
	color: #a8a8a8;
	font-weight: normal;
	letter-spacing: 1px;
	text-transform: uppercase;
	border: 3px solid #f3f3f3;
	border-left: none;
	border-right: none;
	height: 50px;
	line-height: 50px;
}
#jcl_component .jcl_previous {
	text-align: left;
	font-size: 31px;
	width: 25%;
	font-weight: normal;
}
#jcl_component .jcl_previous a,
#jcl_component .jcl_previous a:link,
#jcl_component .jcl_previous a:visited,
#jcl_component .jcl_previous a:hover,
#jcl_component .jcl_previous a:active {
	padding-left: 0;
}
#jcl_component .jcl_current {
	font-size: 31px;
	width: 50%;
}	
#jcl_component .jcl_next {
	text-align: right;
	font-size: 31px;
	width: 25%;
	font-weight: normal;
}
#jcl_component .jcl_next a,
#jcl_component .jcl_next a:link,
#jcl_component .jcl_next a:visited,
#jcl_component .jcl_next a:hover,
#jcl_component .jcl_next a:active {
	padding-right: 0;
}
#jcl_component .jcl_next a,
#jcl_component .jcl_previous a {
	color: #d6d6d6;
}
#jcl_component .jcl_row {
	background: none;
	color: #888;
}
#jcl_component .jcl_event_body {
	border: none;
	line-height: 1.3;
	padding: 0;
}
#jcl_component .jcl_event_body p {
	margin-bottom: 10px;
}
#jcl_component .eventtitle {
	font-size: 15px;
	padding: 20px 20px 20px 0;
}
#jcl_component .eventtitle:hover {
	text-decoration: none;
}
.event-contact-info {
	overflow: hidden;
	margin-bottom: 30px;
}
.event-contact-info h4 {
	float: left;
	margin-right: 20px;
}
.event-contact-info p {
	float: left;
	width: 300px;
}
#jcl_component .jcl_event_description {
	border-bottom: 3px solid #f3f3f3;
}

.jcl_row .ui-state-default,
.jcl_row .ui-widget-content .ui-state-default,
.jcl_row .ui-widget-header .ui-state-default {
	background: none;
	border: none;
	border-bottom: 3px solid #f3f3f3;
}
.jcl_row .ui-state-active,
.jcl_row .ui-widget-content .ui-state-active,
.jcl_row .ui-widget-header .ui-state-active {
	border: none;
}	
.jcl_row .ui-icon {
	right: 0;
	left: auto!important;
}

#jcl_component #map_canvas_container {
	display: none;
}

#jcl_location_directions {
	display: none;
}

#jcl_component .eventdescright {
	display: none;
}

span.event-arrow {
	background: url('../images/calendar-arrows-sprite.png') no-repeat 0 0;
	display: block;
	float: left;
	width: 28px;
	height: 28px;
}
.event-cat-51 span.event-arrow {
	background-position: 0 0;
}
.event-cat-52 span.event-arrow {
	background-position: 0 -30px;
}
.event-cat-53 span.event-arrow {
	background-position: 0 -60px;
}
.event-cat-54 span.event-arrow {
	background-position: 0 -90px;
}
.event-cat-55 span.event-arrow {
	background-position: 0 -120px;
}
.event-cat-56 span.event-arrow {
	background-position: 0 -150px;
}
.event-cat-57 span.event-arrow {
	background-position: 0 -180px;
}
.event-cat-58 span.event-arrow {
	background-position: 0 -210px;
}
.event-cat-59 span.event-arrow {
	background-position: 0 -240px;
}
.event-cat-60 span.event-arrow {
	background-position: 0 -270px;
}
.event-cat-61 span.event-arrow {
	background-position: 0 -300px;
}
.event-cat-62 span.event-arrow {
	background-position: 0 -330px;
}
.event-cat-63 span.event-arrow {
	background-position: 0 -360px;
}

#jcl_component .pagination {}
#jcl_component .pagination ul {
	margin: 10px 0;
	list-style: none;
}
#jcl_component .pagination li {
	display: inline;
	padding: 0 5px;
}

.jcl_subtitlebar .jcl_left {
	display: none;
}

.jcl_subtitlebar .jcl_right {
	color: #0397D6;
	font-size: 12px;
	text-transform: uppercase;
}

.tip-wrap { display: none!important; }

/* Calender Submit */
.form-jform_cat,
.form-jform_language,
.form-jform_private {
	display: none;
}
#jcl_component .jcl_event_submit h3 {
	font-size: 18px;
	margin-top: 40px;
	position: relative;
	right: 42px;
	padding: 0 0 0 40px;
	background: url('../images/green-arrow.png') no-repeat 0 0;
	color: #97CA4C;
}
#jcl_component .jcl_event_submit h3 span {
	border-bottom: 3px solid #f3f3f3;
	display: block;
	padding-bottom: 5px;
}
#jcl_component .jcl_event fieldset {
	padding: 20px;
	border: none;
	font-size: 13px;
	-moz-box-shadow: inset 0 0 5px #666;
	-webkit-box-shadow: inset 0 0 5px #666;
	box-shadow: inset 0 0 5px #666;
}
#jcl_component .jcl_event fieldset p {
	margin-bottom: 10px;
}
#jcl_component .jcl_event fieldset fieldset {
	margin-top: 20px;
	background: #f7f7f7;
}
#jcl_component .jcl_form_label { padding: 6px 10px 6px 0; }
#jcl_component .jcl_event fieldset { text-align: left; }
#jcl_component #jform_duration_type { padding: 20px; }
#jcl_component #jform_recur_end_type {
	width: 290px;
	padding: 20px;
}
#jcl_component #jform_recur_end_type input { margin: 2px 4px 0 0; }
#jcl_component #jform_recur_end_type input#jform_recur_end_count,
#jcl_component #jform_recur_end_type input#jform_recur_end_until {
	margin: 0 4px;
}
#jcl_component #jform_recur_end_type label { margin-top: 0; }
#jcl_component #jform_rec_monthly_type label {
	margin: 0;
	padding: 0 10px 6px 0;
}
#jcl_component #jform_rec_yearly_type label {
	padding: 2px 4px 0;
}
#jcl_component #jform_recur_type {
	width: 290px;
	padding: 20px;
}
#jcl_component div.jform_recur_type_label {
	width: auto;
}
#jcl_component #jform_recur_type input {
	margin: 3px 10px 0 0;
}
.jcl_form_label {
	text-align: right;
}
#jcl_component .jcl_form_subelement {
	padding: 0;
}
.jcl_event_submit table#jform_description_tbl { border: 1px solid #666; }
#jcl_component #jform_rec_monthly_type input {
	margin: 3px 10px 0 0;
}
fltlft, .button2-left { float: none; }

/* Steve's Calendar Styles */

.single-event #jcl_component .jcl_event_left {
	display:none!important;
}

.single-event #jcl_component .jcl_right {
	float:left;
	max-width:100%;
}

.single-event #jcl_component .jcal_categories {
	color:#888;
}

.single-event #jcl_component .atomic {
	font-size:16px;
}

.single-event #jcl_component .eventdesclarge {
	font-size: 18px;
	color: #888;
	line-height: 22px;
}

.single-event #jcl_component .atomic span.label {
	float:none;
}

.single-event h1 {
	display:none;
}

/* Calendar Module */
.jcalpro_events ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.jcalpro_events_description {
	padding: 0;
}
.jcalpro_events_date {
	text-transform: uppercase;
}
