/* Basic HTML
----------------------------------------------------------------------------------------------------*/
body {
	color: #CCC;
	font-family:"Segoe UI", "Lucida Grande", Tahoma, Verdana, sans-serif;
	font-size: 16px;
	margin: 0;
	padding: 0;
	text-align: left;
	min-width: 1000px; /*Forces backgrounds to span full width, even if there is horizontal scrolling. Increase as needed.*/
	background-color: #4D4D4F;
}
a:focus { outline: 1px dotted; }
hr {
	border: 0 #ccc solid;
	border-top-width: 1px;
	clear: both;
	height: 0;
}
img {
	border: 0;
}

/* Headings
----------------------------------------------------------------------------------------------------*/
h1 {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 32px !important;
	color: #BFD81A;
	font-weight: normal !important;
	padding-top: 0;
	margin-top: 0;
	text-transform: lowercase;
}
h2 {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 24px !important;
	color: #707D0F;
	font-weight: normal !important;
	text-transform: lowercase;
}
h3 {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 20px !important;
	color: #FFF !important;
	font-weight: normal !important;
	margin-top: 0;
	text-transform: lowercase;
}
h4 {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 18px !important;
	color: #CCC;
	font-weight: normal !important;
	margin: 0;
	padding: 0;
	text-transform: lowercase;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 12px;
}

/* List Sytling & Spacing
----------------------------------------------------------------------------------------------------*/
ol { list-style: disc; }
ul { list-style: square; }
li { margin-left: 30px; }
p, dl, hr, h1, h2, h3, h4, h5, h6, ol, ul, pre, table, address, fieldset { margin-bottom: 20px; }

/* Links
----------------------------------------------------------------------------------------------------*/
a,  a:link {
	color: #BFD81A;
	text-decoration: none;
}
.ui-widget-content a:link, .ui-widget-content a:visited {
	color: #BFD81A !important;	
}
.ui-widget-content a:hover, .ui-widget-content a:active {
	color: #FFFFFF !important;
}
a:visited {
	color: #BFD81A;
	text-decoration: none;
}
a:hover {
	color: #FFFFFF;
}
a:focus {
	color: #BFD81A;
}
a:active {
	color: #BFD81A;
} 

/* Main Template IDs & Classes
----------------------------------------------------------------------------------------------------*/
#zc-mainWrapper {
	background-color:#4D4D4F;
	background-image: url(img/bkgnd.jpg);
	background-repeat: repeat-x;
}
#zc-wrapper {
	width:1075px;
	background-image: url(img/bkgnd_body.png);
	background-repeat: repeat-y;
	margin-left: auto;
	margin-right: auto;
}
#zc-header {
	position:relative;
	height:69px;
	background-image: url(img/top.png);
	background-repeat: no-repeat;
}
#zc-contentWrapper {
	min-height:400px;
	clear:both;
	background-image: url(img/logo_btm.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.zc-content{
	padding:36px;
}
.zc-col1 {
	position:relative;
	width:276px;
	z-index:1;
}
.zc-col1 li {
	margin-left: 0;
}
.zc-col2 {
	position:relative;
	width:790px;
}
.zc-col3 { /* Add when needed */
	position:relative;
	width:700px;
}
#zc-footer {
	position:relative;
	clear:both;
	background-image: url(img/bkgnd_footer.png);
	background-repeat: repeat-y;
	width: 1075px;
	height: 200px;
	margin-left: auto;
	margin-right: auto;
}
#zc-credit {
	position:relative;
	height:25px;
	font-size:12px;
	color:#CCC;
	padding-top: 25px;
	padding-right: 125px;
}
	#zc-credit a:visited, #zc-credit a:link, #zc-credit a:active {
		color: #CCC;
		}
	#zc-credit a:hover {
	color: #BFD81A;
	text-decoration:none;
		}
#zc-footerNav {
	position:relative;
	height:25px;
	width: 650px;
	padding-top: 25px;
}

/* Horizontal Menu
-------------------------------------------------------------- */
/* The following ul style can be deleted once setup in WP */
#zc-hNav ul { 
	list-style: none;
	margin:0;
	padding:0;
}
/* End ul style */

/* Main Horizontal Nav Container */
#zc-hNav {
	position:relative;
	height:62px; /* Nav height */
	z-index:100;
	font-size:12px;
	font-weight:normal;
	font-size: 14px;
	color: #FFF;
	background-image: url(img/bkgnd_topnav.png);
	background-repeat: no-repeat;
	background-position: right;
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	text-transform: uppercase;
}

/* WP Menu Container */
#zc-hNav .menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}

/* 1st Level */
#zc-hNav a {
	color: #FFF;
	display: block;
	text-decoration: none;
	text-shadow: #666 1px 1px 2px;
	padding-top: 17px;
	padding-right: 11px;
	padding-bottom: 17px;
	padding-left: 11px;
}
#zc-hNav li {
	position: relative;
	padding-top: 6px;
}

#zc-hNav ul li {
	margin-left: 0;
	float: left;
}
#zc-hNav li a:hover {
	color: #BFD81A;
	background-color:#000;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#zc-hNav ul li:hover > ul {
	display: block;
}

/* 2nd Level */
#zc-hNav ul ul {
	top: 44px; /* Set to Nav height, less for overlap */
	background:none;
	z-index: 99;
	display: none;
	position: absolute;
	font-size:10px; /* Undo size from 1st level */
	padding-top: 15px;
}
#zc-hNav ul ul li {
	margin: 0;
	width:225px;
	float: none;
	padding-top: 0;
	height: auto;
}
	#zc-hNav ul ul li a:visited, #zc-hNav ul ul li a:link, #zc-hNav ul ul li a:active {
		color: #999;
		}
	#zc-hNav ul ul li a:hover {
		color: #BFD81A;
		-moz-border-radius: 0;
		border-radius: 0;
		}
#zc-hNav ul ul a {
	padding-left:17px;
	padding-right:17px;
	padding-top:15px;
	background-color:#000;
	color:#000;
	text-shadow: none;
}

/* 3rd Level */
#zc-hNav ul ul ul {
	left:225px;
	top: 0;
}

/* Vertical Menu
-------------------------------------------------------------- */

/* The following ul style can be deleted once setup in WP */
#zc-vNav ul { 
	list-style: none;
	margin:0;
	padding:0;
	z-index: 1;
}
/* End ul style */

/* Main Vertical Nav Container */
#zc-vNav {
	display: block;
	width: 205px; /* Nav width */
	font-size: 16px;
	color: #FFF;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 15px;
}

/* WP Menu Container */
#zc-vNav .menu ul {
	list-style: none;
	margin: 0;
	padding:0;
}

/* 1st Level */
#zc-vNav a {
	color: #666666;
	display: block;
	text-decoration: none;
	width:171px;
	text-align: center;
	padding-top: 10px;
	padding-right: 17px;
	padding-bottom: 10px;
	padding-left: 17px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background: #ffffff; /* Old browsers */
background: -moz-linear-gradient(top,  #ffffff 0%, #cccccc 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#cccccc)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #ffffff 0%,#cccccc 100%); /* IE10+ */
background: linear-gradient(to bottom,  #ffffff 0%,#cccccc 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#cccccc',GradientType=0 ); /* IE6-9 */

	font-size: 18px;
}
#zc-vNav li {
	position: relative;
}
#zc-vNav ul li {
	margin-left: 0;
	padding-bottom: 12px;
}
#zc-vNav li a:hover {
	color: #BFD819;
	background:#000;
	width:171px; /* Usually Nav width minus padding of 1st level width */
}
#zc-vNav ul li:hover > ul {
	display: block;
}

/* 2nd Level */
#zc-vNav ul ul {
	display: none;
	position: absolute;
	top: 10px;
	background-color:#999;
	font-size: 14px; /* Undo font size from 1st level */
	left:200px; /* Left offset, usually equal to Nav width */
	z-index:2;
}
#zc-vNav ul ul li {
	margin: 0;
	padding-bottom: 0;
}
#zc-vNav ul ul a {
	padding: 10px;
	width: 145px; /* 2nd level width */
	-moz-border-radius: 0;
	border-radius: 0;
	font-size: 12px;
	text-align: left;
}
	#zc-vNav ul ul a:link, #zc-vNav ul ul a:visited, #zc-vNav ul ul a:active {
		color: #000;
	}
	#zc-vNav ul ul li a:hover {
		color: #FFF;
		background-color:#333;
		width: 145px; /* Equal to 2nd level width */
	}

/* 3rd Level */
#zc-vNav ul ul ul {
	top: 0;
	background-color:#999;
	left:155px; /* Value should match 2nd level width */
}
	#zc-vNav ul ul ul a:link, #zc-vNav ul ul ul a:visited, #zc-vNav ul ul ul a:active {
		background-color: #999;
	}
	#zc-vNav ul ul ul li a:hover {
		background-color: #333;
	}

/* Footer Menu
-------------------------------------------------------------- */
#zc-footerNav a {
	display: block;
	text-decoration: none;
	text-align:right;
}
#zc-footerNav ul {
	list-style-type:none;
	padding:0;
	margin:0;
}
#zc-footerNav ul li {
	margin:0 0 0 12px;
	float:left;
}
#zc-footerNav ul li a {
	color: #CCC;
	font-size:12px;
	display:block;
	font-weight:normal;
	padding:0 0 0 12px;
}
	#zc-footerNav ul li a:visited, #zc-footerNav ul li a:link, #zc-footerNav ul li a:active {
	color: #CCC;
		}
	#zc-footerNav ul li a:hover {
	color: #BFD81A;
	text-decoration:none;
		}
		
/* Capsules
------------------------------------------------------------------------------------*/
.zc-capsuleTop {
	background-color:#06C;
	padding:10px 15px;
	font-weight:bold;
	color:#FFF;
}
.zc-capsuleMid {
	background-color:#FFFFFF;
	padding:10px 15px;
	min-height:75px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;
}
.zc-capsuleBtm {
	background-color:#4C89C8;
	height:15px;
}

/* Alignment, Floats, Spacers, Photo Floats & Clears
------------------------------------------------------------------------------------*/
.textLeft {text-align:left;}
.textRight {text-align:right;}
.floatRight { float:right; }
.floatLeft { float:left; }
.clear { clear: both; display: block; overflow: hidden; visibility: hidden; width: 0; height: 0; }
.alignleft  { float:left; margin-right:20px; margin-bottom:10px;}
.alignright  { float:right; margin-left:20px; margin-bottom:10px;}
.aligncenter {display: block; margin-left: auto; margin-right: auto; text-align: center;}
.spacer1 { height:5px; clear:both;}
.spacer2 { height:10px; clear:both;}
.spacer3 { height:15px; clear:both;}
.spacer4 { height:25px; clear:both;}

/* Standard Widths
------------------------------------------------------------------------------------*/
.fullWidth { width:100%; }
.halfWidth { width:50%; }
.thirdWidth { width:33%; }
.quarterWidth { width:25%; }
.fifthWidth { width:20%; }

#footerwtrmark {
	background-image: url(img/footer.png);
	background-repeat: no-repeat;
	background-position: top;
	min-height: 83px;
}
#calendar {
	width: 205px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 0;
	list-style: none !important;
	background-color: #222;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
#calendar .timely .pull-right {
	float: left !important;

}

#calendar ol li {
	margin-left: -30px;
	padding-bottom:  5px;
	padding: 10px;
	border: 1px solid #444;
	width: 165px;
	margin-right: auto;
	margin-top: 0;
	margin-bottom: 10px !important;
	background-color: #333;
	font-size: 12px !important;
	-moz-border-radius: 10px;
	border-radius: 10px;
	list-style-type:none;
	
}
#connect {
	padding-top: 20px;
	padding-bottom: 30px;
	width: 205px;
	height: 93px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
@font-face {
	font-family: 'HelveticaRoundedLT-Bold';
		src: url('fonts/helveticaroundedltbold.eot');
		src: url('fonts/helveticaroundedltbold.eot?#iefix') format('embedded-opentype'),
			 url('fonts/helveticaroundedltbold.woff') format('woff'),
			 url('fonts/helveticaroundedltbold.ttf') format('truetype'),
			 url('fonts/helveticaroundedltbold.svg#helveticaroundedltbold') format('svg');
				font-weight: normal;
				font-style: normal;
		}
#rotator {
	width: 718px;
	height: 358px;
	overflow: hidden;
	background-color: #000;
	margin-bottom: 30px;
}
#rotator-overlay {
	position: absolute;
	width: 718px;
	height: 358px;
	background-image: url(img/overlay-rotator.png);
	background-repeat: no-repeat;
	z-index: 10;
}
.ngg-slideshow {
	z-index: 1;
}
#capsules {
	height:236px;
}
#leftbox {
	float: left;
	width: 231px;
	padding-right: 12px;
}
#centerbox {
	float: left;
	width: 231px;
	padding-right: 12px;
}
#rightbox {
	float: left;
	width: 231px;
}
#box-overlay {
	position: absolute;
	width: 231px;
	height: 236px;
	overflow: hidden;
	background-image: url(img/overlay-homecaps.png);
	background-repeat: no-repeat;
	background-position: top;
}
#interiorphoto {
	width: 718px;
	height: 226px;
	overflow: hidden;
	background-color: #CCC;
	margin-bottom: 30px;
	z-index: 2;
	position:relative;
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;

}

#interiorphoto-overlay {
	position: absolute;
	width: 718px;
	height: 226px;
	background-image: url(img/overlay-interior.png);
	background-repeat: no-repeat;
}

#calendar .ai1ec-agenda-widget-view .ai1ec-date.ai1ec-today {
	background: -moz-linear-gradient(center top , #EFF0F4, #EFF0F4 1em, rgba(244, 244, 191, 0)) no-repeat scroll 0 0 transparent !important;
}
#calendar .ai1ec-date-title {
	background-color: #94A715 !important;
	border: 2px solid #94A715;
}
.ai1ec-agenda-widget-view h3.ai1ec-date-title {
	border: 2px solid #94A715 !important;
}
.ai1ec-agenda-widget-view .ai1ec-month {
	background: none repeat scroll 0 0 #94A715 !important;
}
.ai1ec-agenda-widget-view .ai1ec-event a {
	color: #94A715 !important;
}
.ai1ec-calendar-title {
	color: #FFFFFF !important;
}
.visual-form-builder fieldset {
	background-color: transparent !important;
	border: none !important;
}
.visual-form-builder label, label.desc {
	color: #BFD81A !important;
}
#search {
	position: absolute;
	width: 171px;
	height: 24px;
	top: 26px;
	right: 43px;
}
#search input {
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 22px;
    padding-left: 9px;
    position: relative;
    top: -1px;
	border: none;
	width: 139px;
	float: left;
}
#search form {
	padding: 0 !important;
	margin: 0 !important;
	width: 174px !important;
	height: 24px !important;
}
#search #searchsubmit {
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	float:right;
	padding-left: 0;
	top: -1;
	height: 24px;
	width: 25px;
}

#interior_search {
	width: 171px;
	height: 24px;
}
#interior_search input {
	-moz-border-top-left-radius: 10px;
	border-top-left-radius: 10px;
	-moz-border-bottom-left-radius: 10px;
	border-bottom-left-radius: 10px;
	height: 22px;
    padding-left: 9px;
    position: relative;
    top: -1px;
	border: none;
	width: 139px;
}
#interior_search form {
	padding: 0 !important;
	margin: 0 !important;
	width: 174px !important;
	height: 24px !important;
}
#interior_search #searchsubmit {
	-moz-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-bottom-left-radius: 0;
	border-bottom-left-radius: 0;
	float:right;
	padding-left: 0;
	top: 0;
	height: 24px;
	width: 25px;
}

.ui-widget-content {
	background: #333 !important;
	border: none !important;
	color: #FFF !important;
}
.event_description {
	font-weight: normal !important;
}
.ui-widget {
	font-size: 16px !important;
}
.ui-widget-header {
	background: none !important;
	border: none !important;
	color:  #777 !important;
	font-weight: normal !important;
	font-family: 'HelveticaRoundedLT-Bold','Segoe UI',Verdana,Arial;
}
.ui-widget-header a:link, .ui-widget-header a:visited {
	color:  #BFD816 !important;
}
.ui-widget-header a:hover, .ui-widget-header a:active {
	color:  #DCEE5B !important;
}
#event-reg-form-groups {
	background-color: #444 !important;
	border: none !important;
}
.section-heading {
	font-weight: normal !important;
	font-family: 'HelveticaRoundedLT-Bold','Segoe UI',Verdana,Arial;
}

.event-data-display, .event_data .event-data-display-dv {
	padding: 0 !important;
}
.event-display-boxes .ui-widget-header {
	padding: 10px !important;
	background-color: #222 !important;
	border: 1px solid #444 !important;
	color: #BFD816 !important;
	border-radius: 15px 15px 15px 15px !important;
}

#ui-datepicker-div .ui-widget-header {
	background-color: #CCC !important;
	color: #333 !important;
}

.ui-widget-header {
	padding-top: 10px !important;
	padding-right: 10px !important;
	padding-bottom: 10px !important;
	padding-left: 20px !important;
	background-color: #222 !important;
	border: 1px solid #444 !important;
	color: #BFD816 !important;
}
#event-reg-form-groups .event_questions {
	border: none !important;
}
.event-display-boxes p {
	margin-top: 0 !important;
	margin-right: 0 !important;
	margin-bottom: 20px !important;
	margin-left: 0 !important;
}
span.twitter-button {
	padding-right: 20px !important;
}
.event-data-display p.section-title, .espresso_event p.section-title {
	padding-top: 10px !important;
}
#event-reg-form-groups {
	padding: 10px !important;
}
.event_prices label, .event_time label {
	color: #444444 !important;
}
.event-display-boxes .register-link-footer a {
	padding: 5px 7px !important;
}
.register-link-footer a:link, .register-link-footer a:visited {
	color: #444444 !important;
}
.register-link-footer a:hover, .register-link-footer a:active {
	color: #888 !important;
}
.event_prices select {
	width: 400px !important;
}
.event-data-display {
	padding: 10px !important;
	background-color: #333 !important;
	border: 1px solid #444 !important;
	margin-bottom: 10px !important;
	margin-top: 10px !important;
	border-radius: 20px 20px 20px 20px;
}
.event-display-boxes {
	border-radius: 20px 20px 20px 20px !important;
}
.ui-corner-bottom {
	border-bottom-left-radius: 20px !important;
	border-bottom-right-radius: 20px !important;
}
.event-meta p {
	margin: 0 !important;
}
.event-meta {
	padding: 10px;
	background-color: #444;
	font-weight: bold;
	font-size: 12px !important;
	border-radius: 15px 15px 15px 15px !important;
}
.event_prices label, .event_time label {
	color: #CCC !important;
}
#ui-datepicker-div {
	background-color: #999 !important;
}
.ui-widget-header {
	font-weight: normal !important;
}
.exhibition-thumbnail {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.exhibition-excerpt {
	color: #FFFFFF;
}
.collection-thumbnail {
	float: left;
	padding-right: 15px;
	padding-bottom: 15px;
}
.collection-excerpt {
	color: #FFFFFF;
}
#accordion .ui-state-active, #accordion .ui-widget-content .ui-state-active, #accordion .ui-widget-header .ui-state-active {
	background: #333333 !important;
	color: #BFD816 !important;
	border: none !important;
}
#accordion .ui-state-default, #accordion .ui-widget-content .ui-state-default, #accordion .ui-widget-header .ui-state-default {
	background: #333333 !important;
	color: #BFD816 !important;
	border: none !important;
}


.form_row {
	clear: both;
}
.form_label {
	float: left;
	margin-bottom: 10px;
	padding-right: 10px;
	width: 150px;
	text-align: right;
}
.form_field {
	float: left;
	margin-bottom: 10px;
}

#zvalidator {
	display: none;	
}

.block1 {
	/* Layout */
	position: relative;
	display: block;
	overflow: hidden;

}
.block2 {
	/* Layout */
	position: relative;
	display: block;
	overflow: hidden;

}
.block3 {
	/* Layout */
	position: relative;
	display: block;
	overflow: hidden;

}
.slidemeup1{
	/* Layout */
	position: absolute;
	bottom:48px;
	left: 0px;
	display: none;
	width: 210px;
	height: 120px;
	padding: 10px;
	
	/* Styling */
	background: #333;
	font-size: 14px;
	color: #FFF;
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
	box-shadow: 0 1px 5px #000;
	border: 1px solid #000;
	text-shadow: 0 1px 0 #000;
	
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=90);
	
	  /* Netscape */
	  -moz-opacity: 0.9;
	
	  /* Safari 1.x */
	  -khtml-opacity: 0.9;
	
	  /* Good browsers */
	  opacity: 0.9;
}
.slidemeup2{
	/* Layout */
	position: absolute;
	bottom: 48px;
	left: 0px;
	display: none;
	width: 210px;
	height: 120px;
	padding: 10px;
	
	/* Styling */
	background: #333;
	font-size: 14px;
	color: #FFF;
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
	box-shadow: 0 1px 5px #000;
	border: 1px solid #000;
	text-shadow: 0 1px 0 #000;
	
	  /* IE 8 */
	  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
	
	  /* IE 5-7 */
	  filter: alpha(opacity=90);
	
	  /* Netscape */
	  -moz-opacity: 0.9;
	
	  /* Safari 1.x */
	  -khtml-opacity: 0.9;
	
	  /* Good browsers */
	  opacity: 0.9;
}
.slidemeup3{
	/* Layout */
	position: absolute;
	bottom: 48px;
	left: 0px;
	display: none;
	width: 210px;
	height: 120px;
	padding: 10px;
	
	/* Styling */
	background: #333;
	font-size: 14px;
	color: #FFF;
	-webkit-box-shadow: 0 1px 5px #000;
	-moz-box-shadow: 0 1px 5px #000;
	box-shadow: 0 1px 5px #000;
	border: 1px solid #000;
	text-shadow: 0 1px 0 #000;
	
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";

    /* IE 5-7 */
    filter: alpha(opacity=90);

    /* Netscape */
    -moz-opacity: 0.9;

    /* Safari 1.x */
    -khtml-opacity: 0.9;

    /* Good browsers */
    opacity: 0.9;
}

.module-image {
   width:231px; 
   height: 193px; 
   overflow: hidden;
}

.slidemeup_text {
   height: 110px;
   overflow: hidden;
}

.top-rounded-corners {
	-moz-border-top-left-radius:20px;
	-webkit-border-top-left-radius: 20px;
	border-top-left-radius: 20px;
	-moz-border-top-right-radius:20px;
	-webkit-border-top-right-radius: 20px;
	border-top-right-radius: 20px;
}

.entry-date {
	font-size: 12px;
}

.rounded-corners {
	-moz-border-radius:20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;	
}
#zee {
	position: absolute;
	width: 200px;
	top: 85px;
	left: 23px;
}
#zee a:link, #zee a:visited {
	color: #CCC;
	font-size: 12px;
}
#zee a:hover, #zee a:active {
	color: #BFD81A;
}
#leftbox-title {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 20px;
	text-transform: lowercase;
	width: 231px;
	height: 43px;
	background-image: url(img/cap_family-fun-night.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
    padding-top: 6px;
	text-shadow: #666 1px 1px 2px;
}
#centerbox-title {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 20px;
	text-transform: lowercase;
	width: 231px;
	height: 43px;
	background-image: url(img/cap_visible-vault.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
    padding-top: 6px;
	text-shadow: #666 1px 1px 2px;
}
#rightbox-title {
	font-family: 'HelveticaRoundedLT-Bold', 'Segoe UI', Verdana, Arial;
	font-size: 20px;
	text-transform: lowercase;
	width: 231px;
	height: 43px;
	background-image: url(img/cap_artauction44.jpg);
	background-repeat: no-repeat;
	padding-left: 10px;
    padding-top: 6px;
	text-shadow: #333 1px 1px 2px;
}
#leftbox-title p, #centerbox-title p, #rightbox-title p {
	padding: 0;
	margin: 0;
}
#rightbox a:link, #centerbox a:link, #leftbox a:link, #rightbox a:visited, #centerbox a:visited, #leftbox a:visited {
	color: #FFF;
} 
#rightbox a:hover, #centerbox a:hover, #leftbox a:hover, #rightbox a:active, #centerbox a:active, #leftbox a:active {
	color: #BFD81A;
}
.fc table {
	padding: 0 !important;
	margin: 0 !important;
}
#calendarbutton {
	padding-left: 9px;
	padding-bottom: 5px;
}
.ui-accordion-content[style] {
	height: auto !important;
	max-height: 500px;
	overflow: scroll;
	margin-top: 10px;
	margin-bottom: 10px;
}

/* CALENDAR WIDGET */

.fc-border-separate th, .fc-border-separate td {
	border 1px solid #333 !important;
}
.espresso_calendar_widget table.fc-border-separate tbody {
	font-size: 10px !important;
}
th.fc-widget-header {
	background: #BFD81A !important;
	color: #333 !important;
	text-shadow: none;
	font-size: 10px !important;
}
.fc-widget-header,    /* <th>, usually */
.fc-widget-content {  /* <td>, usually */
	border: 1px solid #333 !important;
	}
table.fc-border-separate {
	border-collapse: none !important;
}
.espresso_calendar_widget .fc-day-content {
	min-width: 1px !important;
}

.ee-featured-image {
    float: none !important;
    margin: 0 !important;
    padding: 0 !important;
	-moz-border-radius:20px !important;
	-webkit-border-radius: 20px !important;
	border-radius: 20px !important;	
	height: 226px !important;
	overflow: hidden !important; 
	width: 718px !important;
	position:absolute !important;
	top:20px !important;
	margin-left: -21px !important;
	margin-top: 16px !important;
	z-index: 0px;

}

#event_espresso_registration_form .event_title {
	position: absolute;
	top: 266px;	
}

#event_espresso_registration_form {
	margin: 0 !important;
	margin-top: 290px !important;
}


.fc-state-highlight {
	background: #777 !important;
}

.ui-tooltip-content p {
    font-size: 12px !important;
    line-height: 14px !important;
    padding: 10px 10px 0;
	margin-top: -20px !important;
}

.ui-tooltip-content .reg-now-btn {
	display: none;
}

.ui-tooltip-title {
    font-size: 14px !important;
    font-weight: 600;
    margin: 10px;
}

.vfb-section-div { 
	background-color: #232323 !important;
} 