/*
	Theme Name: Tucson Museum of Art
	Theme URI: http://www.tucsonmuseumofart.com/
	Description: Tucson Museum of Art
	Author: Anchor Wave- www.anchorwave.com
	Version: 1.8
	Tags: blank, html5, clean, html5 boilerplate, best practices
*/

/*-- Style content list --*/
/*
-Reset
+Layout
  +Header Styles
 	-qick-link
 	-billboard
  -head-bar
  -breadcrumb
+Inner pages
  +main-container
    -History slideshow
    -Blog template
  -Sidebar
+Common classes
  -Tab Navigation
  -Icons styling
  -Grid styling
  -Accordion styling
  -List styling
  -Column styling
  +Color Theme
    -Red color theme
    -Cyan color theme
    -Dark Gray color theme
    -Black color theme
  -General classes
  -Heading Styling
  +Box & Block Styling
    -Box
    -Block
  -Custom Form 7 Styling
  -Calendar Styling
+Footer styling
  -Sitemap
  -Logos
  -Contact Info
  -Foot bar
*/

/*=Reset
---------------------------------------*/
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;
	outline:0;
	font-size:100%;
	vertical-align:baseline;
	background:transparent;
}

/*-- html5 elements --*/
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display:block; }

nav ul { list-style:none; }
blockquote, q { quotes:none; }
blockquote:before, blockquote:after,
q:before, q:after { content:''; content:none; }
a { margin:0; padding:0; font-size:100%; vertical-align:baseline; background:transparent; }
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; }

/*=Global
---------------------------------------*/
body { font:14px/20px "DroidSansRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;}
select, input, textarea, button { font:99% sans-serif; }
pre, code, kbd, samp { font-family: "DroidSansRegular", monospace, sans-serif; }

body, select, input, textarea {   color:#484848; }
h1,h2,h3,h4,h5,h6 { font-family:"DroidSansBold", Arial, Helvetica, sans-serif; line-height:1.1; }
h1 { font-size:100px; font-family:"OstrichSansBlack"; color:#ae001d; line-height:85px;}
h2, .heading { font-size:45px; font-family:"OstrichSansBlack"; color:#070707; line-height:1; text-shadow:1px 1px 0px #fff; margin-bottom:7px; }
h3 { font-size:25px;}
h4 { font-size:22px;}
h5 { font-size:20px;}
h6 { font-size:18px; color:#3d3d3d; margin-bottom:8px; }

a:hover, a:active { outline: none; }
a, a:active{ color: #31a3b5; }
a:hover { color: #278694; }
a{text-decoration:none;}
::-moz-selection{ background: #333; color:#fff; text-shadow: none; }
::selection { background:#333; color:#fff; text-shadow: none; }
a:link { -webkit-tap-highlight-color: #333; }

ul, ol { margin-left: 1.8em; }
ol { list-style-type: decimal; }

p { padding:0px; margin:0 0 15px;}

nav ul, nav li { margin: 0; }
small { font-size: 12px; line-height:16px; display:inline-block; }
strong, th { font-family:"DroidSansBold", Arial, Helvetica, sans-serif;	 }
td, td img { vertical-align: top; }
sub { vertical-align: sub; font-size: smaller; }
sup { vertical-align: super; font-size: smaller; }
pre {  padding: 15px;  white-space: pre;  white-space: pre-wrap;  white-space: pre-line;  word-wrap: break-word; }

.ie7 img { -ms-interpolation-mode: bicubic; }

/*=Normalize forms
-----------------------------*/
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], 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; }
button {  width: auto; overflow: visible; }

/*=Helper classes
-----------------------------*/
.ir { display: block; text-indent: -999em; overflow: hidden; background-repeat: no-repeat; text-align: left; direction: ltr; }
.hidden { display: none; visibility: hidden; }
.visuallyhidden { position: absolute !important; clip: rect(1px 1px 1px 1px);  clip: rect(1px, 1px, 1px, 1px); }
.invisible { visibility: hidden; }
.col { display:inline; float:left;}

/*-- More semantic clearfix hack --*/
.group:before, .group:after { content: "\0020"; display: block; height: 0; visibility: hidden; }
.group:after { clear: both; }
.group { zoom: 1; }
.clear { clear:both; height:0; width:100%; overflow:hidden;}

/*=Spacing
-----------------------------*/
.margin-btm-1 { margin-bottom:10px; }
.margin-btm-2 { margin-bottom:20px; }


/*=Default Wordpress Styles
---------------------------------------*/

/* Aligns, prev next links */
.alignleft {float:left;}
.alignright {float:right;}
.aligncenter, div.aligncenter {	display: block;	margin-left: auto;	margin-right: auto;}
.navigation, .comment-navigation {display: block;clear:both;}
.navigation {	margin-top: 40px; padding-bottom: 70px;	}
.comment-navigation {margin-top: 15px;	padding-bottom: 5px;}
.navigation a, .comment-navigation a {}
.navigation a:hover, .comment-navigation a:hover {}
.attachment a { border:0}
.navigation a img {border-radius:0; border:none}
.navigation-image a {border:none}


/* images */
p img { padding: 0; max-width: 100%;}
img.centered { display: block; margin-left: auto; margin-right: auto;}
img.alignright { padding: 4px; margin: 0 0 2px 18px; display: inline;}
img.alignleft {	padding: 4px; margin: 0 18px 2px 0; display: inline; }

/* Captions */
.wp-caption {	border: 1px solid #ddd;	text-align: center;	background-color: #fafafa;	padding-top: 5px;	margin: 5px 25px 25px 0px;	-moz-border-radius: 3px;	-khtml-border-radius: 3px;	-webkit-border-radius: 3px;	border-radius: 3px;}
.wp-caption img {	margin: 0;	padding: 0;	border: 0 none;}
.wp-caption p.wp-caption-text {	font-size: 10px; line-height: 16px;	padding: 4px 4px 5px 0;	margin: 0; color:#666;}

/* Various Tags & Classes */
acronym, abbr, span.caps { cursor: help;}
acronym, abbr {	border-bottom: 1px dashed #999;}
blockquote { margin: 15px 30px 0 10px; padding-left: 20px; border-left: 5px solid #ddd;}
blockquote cite { margin: 5px 0 0; display: block;}
.center { text-align: center;}
.hidden { display: none;}
.screen-reader-text { position: absolute; left: -1000em;}

/* Comment Form */
#commentform input {width: 170px;	padding: 4px;	border:1px solid #ccc;	font-size:14px;	font-family:Georgia, Times;	}
#commentform {	margin: 5px 10px 0 0;	padding-bottom:30px; }
#commentform p {margin:0 0 10px 0;font-size: 14px; position:relative;}
#commentform p label { width: 120px; display:block;float:left}
#commentform .required { position:absolute; left:310px; color:red;}
#commentform .comment-notes .required { position:static;}
#commentform textarea {	width: 70%;	padding: 2px;	border:1px solid #ccc;	padding: 4px;	font-family: Georgia, Times;}
.cancel-comment-reply {display: none;}
#commentform #submit {	margin-left: 120px;border-radius:5px; -moz-border-radius:5px; -webkit-border-radius:5px;border:1px solid #aaa; font-weight: bold}
#commentform small, #commentform #submit {color:#333;text-transform: uppercase;font-family: arial;}
#commentform small {font-size:11px;font-weight: bold}
#respond h3 { padding-top: 20px; margin-bottom: 10px; }
#commentform .form-allowed-tags { padding-left:120px;}

/*---------------------------------------*/
/*=Layout
/*---------------------------------------*/
body{
	background:url(images/bg.jpg) no-repeat center top #030303;
}
.page-bg{
	background:url(images/page-bg.png) repeat-y center top;
}
.wrapper{
	width:922px;
	margin:0px auto;
	padding:0 22px;
	position:relative;
}

/*=Header Styles
---------------------------------------*/
#header{
	position:relative;
}
.top-head{
	padding:5px 0 0; /*5px 0 12px;*/
}
#logo{
	height:60px; /*41px*/
	width:340px;
	display:block;
	float:left;
/*	margin-top:15px;*/
        margin: 3px 0 5px;
/*	background:url(images/logo.png) no-repeat;*/
        background:url(https://www.tucsonmuseumofart.org/wp-content/uploads/2015/06/TMA-newlogo-Lhorizontal-21-e1434473610910.png) no-repeat;
	text-indent:-999em;
}
.top-head .newsletter{
	display:inline;
	float:left;
	padding:12px 30px 0 40px;
	margin-left:120px;
	width:232px;
	position:relative;
}
.newsletter label{
	color:#555;
	display:block;
	font:12px/1 "DroidSansRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-bottom:5px;
	padding-left:5px;
}
.newsletter .wpcf7 p{
	margin-bottom:0;
	padding:0;
}
.field-wrap{
	padding:2px;
}
.newsletter .field-wrap, .search-form .field-wrap{
	background:#fff;
	border:1px solid #d5d5d5;
}
.newsletter .field-wrap{
	height:21px;
}
.search-form .field-wrap{
	height:24px	;
}
.newsletter .wpcf7 .input-text,
.newsletter .input-text,
.search-form .input-text{
	border:0;
	background:none;
	color:#999;
	font:12px/1.2 "DroidSansRegular", "Trebuchet MS", Arial, Helvetica, sans-serif;
	float:left;
	padding:3px 2px 0;
}
.newsletter .input-text,
.newsletter .wpcf7 .input-text {
	height:18px;
	width:190px;
}
.newsletter .wpcf7 .button,
.newsletter .button{
	border:0;
	background:#34a8b8 url(images/arrows.png) no-repeat 11px -14px;
	height:21px;
	width:27px;
	float:right;
	text-indent:-999em;
	margin:0;
	padding:0;
}
.newsletter .wpcf7 img.ajax-loader{
	display:none;
}

.top-right{
	background:#fff;
	color:#555;
	float:right;
	width:143px;
	padding:5px 8px 2px;
}
.top-right span{
	font:12px/1 "MyriadPro", Arial;
}
.top-head a.red-box{
	font-family:"MyriadPro", Arial;
	padding:5px 7px 6px 10px;
}

/*quick-link*/
.quick-link{
	position:absolute;
	right:-51px;
	top:130px;
	width:51px;
	z-index:100;
}
.quick-link a{
	background:url(images/black-d-trans.png);
	display:block;
	border:1px solid #494949;
	height:49px;
	width:49px;
	margin-bottom:2px;
	box-shadow:3px 0 15px #505050;
}
.quick-link a:hover{
	background:#000;
	box-shadow:none;
}
.quick-link a span{
	background-image:url(images/side-icons.png);
	background-repeat:no-repeat;
	display:block;
	height:49px;
	width:49px;
	text-indent:-999em;
}
.quick-link .shop-icon{ background-position:0 0;}
.quick-link .buy-icon{ background-position:0 -43px;}
.quick-link .donate-icon{ background-position:0 -90px;}
.quick-link .join-icon{ background-position:0 -138px;}
.quick-link .calendar-icon{ background-position:0 -182px;}

/* Styled Tooltips*/

.tooltip {
	display:none;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	-webkit-box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
	box-shadow: 0px 0px 5px 5px rgba(255, 255, 255, 0.3);
	padding: 10px;
	font-size:12px;
    height:15px;
    width:80px;
	z-index:100;
	color:#fff;
	cursor:pointer;
}


/*@End of top-Head*/
#nav{
	clear:both;
	background:url(images/nav-bg.gif) repeat-x;
	height:55px;
	position:relative;
	z-index:999;
}
/*@End of navigation */

/*Billboard*/
.billboard{
	background-color:#31a3b5;
	height:231px;
	overflow:hidden;
	position:relative;
	margin-bottom:3px;
}
body#home .billboard{
	background:url(images/billboard-bg.jpg) no-repeat;
	height:317px;
	margin-bottom:0px;
}
.billboard-content{
	background:url(images/black-trans.png);
	color:#ecfcef;
	font-family:"MuseoSlab500", Arial, Helvetica, sans-serif;
	position:absolute;
	height:151px;
	/*width:317px; */
	min-width:317px;
	max-width:550px;
	padding:50px 20px 30px;
	left:23px;
	top:0;
	text-shadow:0 2px 10px #222;
}
.billboard-content2{
	background:url(images/black-trans.png);
	color:#ecfcef;
	font-family:"MuseoSlab500", Arial, Helvetica, sans-serif;
	position:absolute;
	height:211px;
	/*width:317px; */
	min-width:317px;
	max-width:550px;
	padding:10px 20px;
	left:23px;
	top:0;
	text-shadow:0 2px 10px #222;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
body#home .billboard-content{
	background:none;
	padding:70px 0 0;
	left:310px;
	width:330px;
}
.billboard-content h1{
	color:#fff;
	font:75px/0.85 "OstrichSansBlack", "Tahoma", Arial, Helvetica, sans-serif;
}
.billboard-content p{
	margin-bottom:0;
	padding:0 0 4px;
}
.billboard-tagline{
	font-size:20px;

	line-height:1.2;
	text-transform:uppercase;
}
.billboard-content .date{
	font-size:15px;
}
.billboard-links{
	background:url(images/black-trans.png);
	position:absolute;
	height:237px;
	width:200px;
	padding:55px 28px 25px 25px;
	top:0;
	right:0;
	z-index:10;
}
.billboard-links ul{
	list-style:none;
	margin:0;
}
.billboard-links ul li{
	margin-bottom:6px;
}
.billboard-links ul li a{
	color:#fff;
	display:block;
	font:28px/30px "OstrichSansBlack", "Tahoma", Arial, Helvetica, sans-serif;
	min-height:25px;
	width:185px;
	padding:18px 10px 10px;
	text-transform:uppercase;
	overflow:hidden;
}
.billboard-links ul li a span{
	background-image:url(images/side-icons.png);
	background-repeat:no-repeat;
	display:block;
	float:left;
	height:35px;
	width:33px;
	margin-right:10px;
}
.buy-icon{ background-position: -9px -9px; }
.donate-icon{ background-position: -9px -54px; }
.join-icon{ background-position: -9px -103px; }

/*=Slider Styles
---------------------------------------*/
.event-image-wrapper {
	float:left;
	text-align:center;
	line-height:0;
}

.image-wrapper {
	display:table-cell;
	vertical-align:middle;
	height:154px;
	width:236px;
	text-align:center;
	line-height:0;
}

.slider {
	z-index:100;
}
.billboard .slides_container {
	width:922px;
	height:317px;
	overflow:hidden;
	position:relative;
	display:none;
}
.billboard .panel {
	background:url(images/billboard-bg.jpg) no-repeat;
	width:922px;
	height:317px;
	display:block;
	position:relative;
}
.billboard-content a.link, .testimonial-wrap a.link {
	color:#ae001d;
	font:bold 16px "Trebuchet MS", Arial, Helvetica, sans-serif;
	background:url(images/arrow-red.png) no-repeat right 9px;
	padding-right:15px;
}
.billboard .slider .next, .billboard .slider .prev {
	position:absolute;
	top:107px;
	left:-39px;
	width:24px;
	height:43px;
	display:block;
	z-index:101;
}
.billboard .slider .next {
	left:585px;
}
.pagination {
}
.billboard .pagination {
	clear:both;
	float:left;
	margin:10px 0 0 0;
}
.billboard .pagination li {
	float:left;
	list-style:none;
}
.billboard .pagination li.second-list {
	margin:0px 15px;
}
.billboard .pagination li a {
	background:url(images/curve-arrow.png) no-repeat left top #2052A0;
	border-radius:6px;
	-moz-border-radius:6px;
	-webkit-box-shadow:6px;
	-khtml-border-radius: 6px;
	color: #FFFFFF;
	display: table-cell;
	font: bold 16px/1 "Trebuchet MS", Arial, Helvetica, sans-serif;
	height: 50px;
	text-align: center;
	text-transform: uppercase;
	vertical-align: middle;
	width:240px;
	box-shadow:0 0 12px #4284E0 inset;
	-moz-box-shadow:0 0 12px #4284E0 inset;
	-webkit-box-shadow:0 0 12px #4284E0 inset;
	padding:0 20px 0 45px;
}
.billboard .pagination li.second-list a {
	padding-left:90px;
	width:183px;
	padding-right:25px;
	background-image:url(images/satisfaction-coupon.png);
}
.billboard .pagination li a span {
	color:#a3c8ee;
}

body#home .billboard .pagination {
	position:absolute;
	right:260px;
	bottom:10px;
	z-index:99;
	}
body#home .billboard .pagination li {
	margin-right:5px;
	}
body#home .billboard .pagination li a {
	box-shadow:none;
	background:none #ccc;
	width:12px;
	height:12px;
	padding:0;
	margin:0;
	display:block;
	float:left;
	text-indent:-9999px;
	border:1px solid #ccc;
	}

body#home .billboard .pagination li.current a, body#home .billboard .pagination li a:hover {
	background:#fff;
	}

/*head-bar*/
.head-bar{
	clear:both;
	height:34px;
	padding:8px 0 10px;
	overflow:hidden;
}
.social-link{
	float:left;
	color:#000;
}
.social-link a{
	background:url(images/social-icons.png) no-repeat;
	float:left;
	height:34px;
	width:33px;
	margin:0 3px;
	text-indent:-999em;
}
.social-link .lbl{
	float:left;
	padding-top:7px;
	padding-left:7px;
}
.social-link .twitter-icon{ 	background-position:0 0;}
.social-link .facebook-icon{ 	background-position:-36px 0;}
.social-link .youtube-icon{ 	background-position:-72px 0;}
.social-link .google-icon{ 	background-position:-113px 0;}
.social-link .tumblr-icon{ 	background-position:-155px 0;}

.search-form{ width:252px; float:right;}
.search-form .field-wrap{
	padding-left:4px;
}
.search-form .input-text{
	height:18px;
	width:210px;
	margin-right:4px;
}
.search-form .button{
	background:url(images/glass-icon.png) no-repeat center center #bb070b;
	border:0;
	float:right;
	height:15px;
	width:16px;
	margin:0;
	padding:12px 13px;
}
#sidebar .search-form {
	float:left!important;
	clear:both;
	margin-bottom:15px;
}
#sidebar .sidebar-list-acc{
    margin-top: 15px;
}

.sub-contents{
	clear:both;
	padding:5px 0;
}

.bottom-content{
	clear:both;
	padding:40px 0;
}
.bottom-content .col{
	position:relative;
}
.bottom-content .image-holder{
	margin-bottom:0;
}
.bottom-content .image-holder img{
	height:134px;
}
.bottom-content .block-caption{
	background:url(images/black-trans.png);
	color:#fff;
	font:20px/1 "MyriadPro", Arial, Helvetica, sans-serif;
	min-height:20px;
	padding:10px 12px 8px;
	position:absolute;
	bottom:0;
	width:202px;
	text-transform:uppercase;
	z-index:10;
}

.ticket-image{
	background:url(images/ticket-raffle.png) no-repeat;
	bottom:0px;
	left:0;
	position:absolute;
	text-indent:-999em;
	height:154px;
	width:123px;
}

/*breadcrumb*/
.breadcrumb{
	background:#fff;
	color:#34a8b8;
	font:11px "MuseoSlab500", Arial, Helvetica, sans-serif;
	padding:6px;
}
.breadcrumb a{
	color:#3c3b38;
}
.breadcrumb a:hover{
	color:#34a8b8;
}
.breadcrumb span{
	color:#34a8b8;
}

/*jCarousel*/
.jcarousel-skin-tango{
	min-height:235px;
	overflow:hidden;
}
.jcarousel-skin-tango ul{
	margin:0;
	list-style:none;
}
.jcarousel-skin-tango ul li{
	float:left;
	margin: 0 36px 0 0;
    max-width: 236px;
}
.jcarousel-skin-tango h3{
	color: #30A2B4;
    font: 16px/1 "MyriadPro",Arial,Helvetica,sans-serif;
    margin-bottom: 3px;
    text-align: left;
    text-transform: uppercase;
}
.jcarousel-skin-tango span{
	color:#333;
	font-size:13px;
	text-align:left;
	line-height:15px;
        display: block;
}
.jcarousel-skin-tango img{
	/*margin-bottom:8px;*/
	height: 100%;
}
.jcarousel-skin-tango li{
      width: 237px;
      overflow: hidden;
}
/*---------------------------------------*/
/*=Inner pages
/*---------------------------------------*/
.main-container{
	padding-top:17px;
}
#content{
	width:654px;
}
.content-wrapper{
	padding:10px 20px;
}
.entry{
	overflow:hidden;
}
.ad-gallery{
	height:457px;
	overflow:hidden;
}
.image-list img{
	margin:10px;
}
.data-listing{
	width:310px !important;
	margin:0px auto;
	padding:0;
	float:right;
}
.data-listing .grid{
	float:left;
	margin-right:0;
}
.data-listing .item{
	color:#000;
	padding-top:5px;
}
.data-listing .link{
	float:left;
	padding-top:5px;
}
.col .data-listing-2{
	width:282px;
}
.col-address{
    float: left;
    margin-right: 25px;
    width: 220px;
}
.data-listing-2 .grid,
.data-listing-3 .grid
{
	padding:10px 13px;
	font-size:14px;
	line-height:1;
}
.data-listing-3{
	width:495px;
	margin:0 auto;
}
#cafe-a-la-cart .data-listing-3{
	width:350px;
	margin:0 auto;
}
#home .data-listing-3{
	width:290px;
	margin:0 auto;
	font-size: 10px;
}
.note{
	font-size:13px;
}
address{
	font-style:normal;
}
.row-with-divider p{
	margin-bottom:0;
}
.row-with-divider .last-col{
	width:265px!important;
}
.staff-image{
	margin-bottom:15px;
}
.staff-image img{
	margin:0 auto;
}
.staff-info{
	padding-left:20px;
}


/* History slideshow */
/*-----------------------------------------*/
#history.ad-gallery {
	height:530px;
}
#history .ad-image-wrapper{
	margin-bottom:0;
}
#history .ad-thumbs img{
	visibility:hidden;
	height:0px;
	width:1px;
}
#history .ad-thumbs a{
	background: url(images/gray-thumb-bg.gif) repeat-x #3b3a38;
	color:#fff;
	display:block;
	font:18px/2.2 "MuseoSlab500", Georgia, "Times New Roman", Times, serif;
	height:40px;
	width:98px;
	padding-top:6px;
	text-align:center;
}
#history .ad-thumbs a:hover, #history .ad-thumbs a.ad-active{
	background:url(images/active-red-bg.gif) no-repeat #cc292c;
}



.ad-image-description h2 {
	display:none;
}

#history .ad-image-description h2{
	float:left;
	font-size:50px;
	margin-right:25px;
	display:block;
}

.ad-image-description {
    background: url("images/black-trans.png") repeat scroll 0 0 transparent;
    top: 322px;
    color: #FFFFFF;
    left: 0;
    padding: 10px 17px;
    position: relative;
    text-align: left;
    width: 591px;
    z-index: 10;
	padding:10px !important;
	overflow-y:auto;
	height:33px;
}

#history .ad-image-description {
	min-height:60px;
        height: auto;
}

.ad-nav {
	top:60px;
}

#history .ad-nav {
	top:160px;
}

/* Blog template */
/*-----------------------------------------*/
.blog-template .post{
	border-bottom:1px solid #ccc;
	padding-bottom:20px;
	margin-bottom:20px;
	overflow:hidden;
}
.blog-template .post:last-child{
	border-bottom:0;
	margin-bottom:0;
	padding-bottom:0;
}
.blog-template .post p:last-child{
	margin-bottom:0;
}
.blog-template h2{
	color:#3d3d3d;
	font:20px/1 "DroidSansBold", Arial, Helvetica, sans-serif;
	text-shadow:none;
	margin-bottom:13px;
}
.blog-template h3{
	color:#4cbbcf;
	font-size:14px;
}
.blog-template h2 a{
	color:#3d3d3d;
}
.blog-template h2 a:hover{
	color:#222;
}
.blog-template .image-holder{
	float:left;
	border:1px solid #f9f9f9;
	margin-right:20px;
}
.blog-template .meta{
	font-size:13px;
	padding-bottom:2px;
}
.blog-template .meta span{
	color:#31A3B5;
}
.library-event{
	margin-bottom:25px;
	padding: 20px;
}
#content-pane .gview-scrollbar{
	top: 0px!important;
}
.meta-date{
	font-size:20px;
}
.meta-date strong{
	font-weight:normal;
}
/*=Sidebar
---------------------------------------*/
#sidebar{
	width:252px;
}

.widget-container .acc-head{
	padding:8px 9px;
	margin-bottom:0;
}
.widget-container{
	margin-bottom:15px;
	clear: both;
}
.widget-container .entry{
	background: url(images/white-trans.png);
	padding:11px 17px;
}
.page-link .acc-head{
	margin-bottom:5px;
}
.widget-container .bullet-2{
	margin-left:2px;
}
.widget-container .social-link{
	margin:0 17px;
}
.widget-container .social-link a{
	margin:0 6px;
}
/*tweets = tweets listing*/
.twitter-feeds.entry{
	padding:11px 10px;
}
.tweets .tweet-thumb{
	background:url(images/twitter-avatar.png) no-repeat;
	height:38px;
	width:38px;
	padding:4px 0 0 4px;
	margin:0 6px 5px 0;
}
.tweets .tweet-thumb img{
	height:32px;
	width:32px;
}
.tweets p{
	margin-bottom:0;
}
.tweets .tweet-text{
	overflow:hidden;
}
.tweets li{
	font-size:12px;
	line-height:1.2;
}


/*---------------------------------------*/
/*=Common classes
/*---------------------------------------*/

/*=Tab Navigation
---------------------------------------*/
ul.tabs {
	margin: 0 0 0 20px;
	padding: 0;
	float: left;
	list-style: none;
	height: 36px;
	width: 100%;

}
ul.tabs li {
	float: left;
	padding: 0;
	height: 36px;
	background: #787878;
	overflow: hidden;
	position: relative;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
	margin:0 1px;
}
ul.tabs li.hidden {
	width:0;
}
ul.tabs li a {
	color: #fff;
	display: table-cell;
	font:13px/1 "MuseoSlab500", Arial, Helvetica, sans-serif;
	height:36px;
	max-width:115px;
	min-width:60px;
	padding: 0px 6px;
	outline: none;
	text-align:center;
	text-decoration: none;
	vertical-align:middle;
}
ul.tabs li a:hover {
	background: #707070;
	border-radius:5px 5px 0 0;
	-moz-border-radius:5px 5px 0 0;
	-khtml-border-radius:5px 5px 0 0;
	-webkit-border-radius:5px 5px 0 0;
}
html ul.tabs li.active, html ul.tabs li.active a:hover  {
	background: #31a3b5;
}
.tab_container {
	clear: both;
	float: left;
	width: 100%;
	background: #fff;
	margin-bottom:13px;
}
.tab_content {
	min-height:540px;
	padding: 20px;
	display:none;
	position:relative;
}
.tabSponsors { padding: 20px;}


.tabSponsors .twocol-list li, .tabSponsors .threecol-list li{ padding-left: 0px;}
.tabSponsors .vrt-gap-3 { margin-bottom: 0px !important; }

/* hide tabs on costs-policies page */
#costs-policies .tabs {
	display: none;
}

/* hide tabs on crush-wine-festival page */
#crush-wine-festival .tabs {
        display: none;
}

/*=Icons styling
---------------------------------------*/
.icon{
	display:block;
	text-indent:-999em;
	float:left;
	margin-right:12px;
}
.pdf-icon{
	background:url(images/pdf-icon.png) no-repeat 0 0;
	height:29px;
	width:24px;
}
.contact-icon{
	background:url(images/side-icons.png) no-repeat -10px -96px;
	width:30px;
	height:40px;
}

/*=Grid styling
---------------------------------------*/
.grid1, .grid2, .grid3, .grid4, .grid5, .grid6{ float:left; }
.grid1{ width: 255px; }
.grid2{ width: 190px; }

.grid3{ width: 149px; }
.grid4{ width: 80px; }
.grid5{ width: 25px; }
.grid6{ width:15px; }

.grid2, .grid3, .grid4, .grid5{ margin-right:13px;}
.col .grid2, .col .grid3, .col .grid4, .col .grid5{ margin-right:0;}

.data-listing-2 .grid2{ width:205px; }
#sidebar .data-listing-2 .grid2{ width:130px; }
.data-listing-3 .grid1{ width:290px; }

.grid2 + p {
	clear: left;
	padding-top: 10px;
}

.free {margin-left:-10px;}

/*=Accordion styling
---------------------------------------*/
.acc-head{
	color:#fff;
	font:15px/1 "MyriadProSemibold", Arial, Helvetica, sans-serif;
	padding:8px 9px;
	margin-bottom:4px;
}
.ui-accordion .acc-head{
	cursor:pointer;
}
.acc-content{
	font-size:13px;
	line-height:16px;
	padding:8px 4px 15px;
	overflow:hidden;
}
.acc-content p{
	margin-bottom:0;
	padding:0;
}
.x-cy-gr .acc-head{
	position:relative;
}
.x-cy-gr .acc-head.selected{
	margin-bottom:0px;
}
.x-cy-gr .acc-content{
	padding:0;
}
.acc-icon{
	background:url(images/plus-minus.png) no-repeat -22px 0;
	display:block;
	height:19px;
	width:18px;
	position:absolute;
	top:6px;
	right:10px;
	text-indent:999em;
}
.x-cy-gr .acc-head.selected .acc-icon{
	margin-bottom:0px;
	background-position:0px 0px;
}

/*=List styling
---------------------------------------*/
/*bullet-1 = list with brown arrow bullet image*/
.bullet-1{
	list-style:none;
	margin-left:10px;
	margin-bottom:5px;
}
.bullet-1 li{
	background:url(images/arrows.png) no-repeat left 3px;
	padding-left:15px;
	padding-bottom:3px;
}

/*bullet-2 = list with gray arrow bullet image*/
.bullet-2, ul.tweets, .data-listing-2 ul, .data-listing-3 ul{
	list-style:none;
	margin-left:0;
	margin-bottom:15px;
}
ul.tweets{
	margin-bottom:0;
}
.bullet-2 li{
	background:url(images/event-arrows.png) no-repeat left 5px;
	padding-left:15px;
	padding-bottom:2px;
}
.bullet-2 li a{
	color:#31a3b5;
}
.block .bullet-2 {
	margin-left:5px;
}
.block .bullet-2 li{
	margin-bottom:12px;
}

/*post-listing = post listing with white transparent bg */
.post-listing ul, .data-listing ul{
	margin:0 0 15px;
	list-style:none;
}
.post-listing ul li, .data-listing ul li{
	background:url(images/white-trans.png);
	line-height:1.3;
	padding:8px 12px;
	margin-bottom:3px;
	overflow:hidden;
}
.data-listing ul li{
	background:url(images/light-white-trans.png);
	margin-bottom:5px;
}
.post-listing ul li p{
	margin-bottom:0;
}
.post-listing ul li a{
	color:#30a2b4;
}
.post-listing ul li a:hover{
	color:#25818d;
}

/*page-listing = normal listing without any bullets*/
.page-listing ul, .twocol-list, .threecol-list{
	margin:0;
	list-style:none;
}
.page-listing ul li{
	line-height:15px;
	padding-bottom:8px;
}
.page-listing ul li a{
	color:#484848;
}
.page-listing ul li a:hover,
.page-listing ul li.current_page_item a,
.page-listing ul li.current_page_parent a{
	color:#000;
}

/*post-listing = post listing with gray bg */
.data-listing-2 ul li,
.data-listing-3 ul li{
	background:#e7e7e7;
	margin-bottom:2px;
	overflow:hidden;
}

.twocol-list, .threecol-list{
	float:left;
}
.twocol-list{  width:50%; }
.threecol-list.col-1{ width:220px; }
.threecol-list.col-2{ width:245px; }
.threecol-list.col-3{ width:175px; }

.twocol-list li, .threecol-list li{
	font-size:13px;
	line-height:1.3;
	padding-bottom:8px;
	padding-left:25px;
}


.logo-list2 .row{
	display:table-row;
	text-align:center;
}
.logo-list2 a{
	display:table-cell;
	min-width:200px;
	padding:10px 0;
	text-align:center;
	vertical-align:middle;
}
.logo-page{
	background:#f2f2f2;
	padding:25px;
}
.logo-page h2{
	color:#3d3d3d;
	font:40px/1 "OstrichSansBlack", Arial, Helvetica, sans-serif;
}
.logo-page .logo-list2 a{
	min-width:220px;
}



/* table styling */
/*-----------------------------------------*/
th, td{
	border:2px solid #fff;
	padding:7px 15px;
}
th{
	background-color:#939393;
	color:#fff;
	text-align:left;
}
td{
	background-color:#e7e7e7;
}
.tbl1{
	border-collapse:inherit;
	border-spacing:2px;
}
.tbl1 th, .tbl1 td{
	border:0;
}
.tbl1 td{
	background-color:#fff;
	font-size:13px;
	line-height:14px;
	vertical-align:middle;
}
.tbl2 td{
	background-color:#eee;
	font-size:13px;
	line-height:19px;
	vertical-align:middle;
}
.tbl2 td:first-child{
	border-left:0;
}
.tbl2 td:last-child{
	border-right:0;
}

/*=Column styling
---------------------------------------*/
.equal-2cols{
	width:650px;
	overflow:hidden;
}
.equal-2cols .col{
	width:290px;
	margin-right:32px;
}
.row-with-divider .col{
	margin-right:24px;
	padding-top:5px;
	padding-right:20px;
	border-right:1px solid #ccc;
	width:280px;
}
.equal-2cols-in .col{
	width:50%;
}
.image-list-block.equal-2cols-in{
	margin-top:0;
}
.image-list-block.equal-2cols-in .col{
	width:288px;
	margin-right:27px;
}
.image-list-block-2.equal-2cols-in .col{
	width:272px;
	margin:0 12px;
}
.image-list-block.equal-2cols-in .col:nth-child(2n){
	margin-right:0;
}
.equal-3cols{
	width:955px;
	overflow:hidden;
}
.equal-3cols .col{
	width:290px;
	margin-right:27px;
}
.equal-3cols-in{
	width:660px;
	overflow:hidden;
}
.equal-3cols-in .col{
	width:206px;
	margin-right:11px;
	position:relative;
}

.equal-4cols{
	width:940px;
	overflow:hidden;
}
.equal-4cols .col{
	width:226px;
	margin-right:6px;
}
.last-col{
	margin-right:0!important;
	border-right:0!important;
}


/*-----------------------------------------*/
/* Color Theme */
/*-----------------------------------------*/

/* Red color theme */
/*-----------------------------------------*/
.red-box, a.red-box, .red-theme .acc-head, .black-box, a.black-box {
	background:#bb070b;
}


/* Cyan color theme */
/*-----------------------------------------*/
.cyan-box, a.cyan-box, .cyan-theme .acc-head,
.x-cy-gr .acc-head.selected{
	background-color:#30a2b4;
}

#sidebar .widget-hours .acc-head,
#sidebar .widget-admission .acc-head,
#sidebar .widget-location .acc-head,
.learn-more .acc-head {
     background-image: url("images/plus-minus-v.png");
     background-repeat: no-repeat;
     background-position: 225px 6px;
}
.learn-more .acc-head {
	width: 235px;
}
#sidebar .widget-hours .acc-head.selected, #sidebar .widget-admissions .acc-head.selected{
      background-position: 225px -18px !important;
}
.cyan-theme .acc-head a{
	color:#fff;
	display:block;
}
.cyan-theme .acc-head a:hover{
	text-shadow:1px 1px 0px #21717c;
}
.cyan-theme label span, .cyan-txt{
	color:#30a2b4;
}

/* Dark Gray color theme */
/*-----------------------------------------*/
.dark-gray-theme .acc-head{
	background:#363636;
}

/* Black color theme */
/*-----------------------------------------*/
/*.black-box, a.black-box{
	background:#000;
}*/

/* General Classes */
/*-----------------------------------------*/
.red-box, .cyan-box, .black-box,
a.red-box, a.cyan-box, a.black-box{
	color:#fff;
	display:block;
}

.gray-bg{ background:#939393; color:#fff; }
.blue-bg{ background:#30A2B4; color:#fff; }
.dark-blue-bg{ background:#2e6972; color:#fff; }
.light-gray-bg{ background: #f6f6f6;}
.mid-gray-bg{ background: #e7e7e7;}
.white-bg{ background:#fff;}

.arrow-white{
	background:url(images/arrows.png) no-repeat 0px -14px;
	display:block;
	float:right;
	height:21px;
	width:10px;
}
.more-btn, .button{
	background:#000;
	color:#fff;
	font:16px/1 "MyriadPro", Arial, Helvetica, sans-serif;
	border:0;
	padding:7px 15px;
	width:auto;
	margin-bottom:4px;
	text-align:center;
}
.more-btn strong{
	font-family:"MyriadProSemibold";
}
div.aligncenter{ text-align:center;}
div.aligncenter .more-btn{ display:inline-block; margin:0 15px 5px;}

.blue-btn{
	background:#4cbbcf;
	font:25px/1.7 "OstrichSansBlack", Arial, Helvetica, sans-serif;
	color:#fff;
	display:block;
	padding:3px 15px;
	overflow:hidden;
	text-transform:uppercase;
}
.image-holder{ 	margin-bottom:10px;	 }
.image-holder img{ display:block;	}
.row{
	overflow:hidden;
	margin-bottom:40px;
}
.row-wrap{
	clear:both;
	overflow:hidden;
}
.lbl{
	float:left;
	padding-right:7px;
}
.row-wrap .lbl{
	width:60px;
}
.val{
	float:left;
}
.fix-width-130{
	min-width:130px;
	text-align:center;
}
.ac{ text-align:center;}

/*Heading Styling*/
.ulined-heading{
	background:url(images/cyan-uline.gif) repeat-x left bottom;
	font-size:40px;
	padding-bottom:10px;
	margin-bottom:17px;
}
.section-title{
	color:#484848;
	font:14px/1 "DroidSansBold", Arial, Helvetica, sans-serif;
	margin-bottom:7px;
	text-transform:uppercase;
}
.block-title{
	font-size:18px;
	margin-bottom:17px;
	text-transform:none!important;
}
h6.block-title{
	margin-top:5px;
	margin-bottom:20px;
}
.title-ms{
	font: 23px/0.9 "MuseoSlab500", Arial, Helvetica, sans-serif;
	margin-bottom:15px;
}
.title-ms span{
	font-size:27px;
}
.block-heading{
	color:#30A2B4;
	font:18px/1 "DroidSansBold", Tahoma, Geneva, sans-serif;
	text-transform:uppercase;
	margin-bottom:10px;
}
/*Box & Block Styling*/
/*Box*/
.white-trans-box{
	background:url(images/white-trans.png);
	border:1px solid #e5e5e5;
	margin-bottom:15px;
	padding:16px 19px 12px;
	overflow:hidden;
}
.box1{
	margin-bottom:17px;
	padding:20px 45px 25px 35px;
	overflow:hidden;
}
.box2{
	padding:10px 20px;
	overflow:hidden;
}
.box3, .box13{
	background:#fff;
	border:1px solid #e0e0e0;
	padding:25px 30px;
}
.box13{
	padding:25px 20px;
}

.box4{
	padding:20px;
	line-height:1.55;
}

.image-box{
	background:url(images/light-white-trans.png);
	border:1px solid #f4f4f4;
	margin-bottom:20px;
}
.image-list-block.equal-2cols-in .col img{
	display:block;
	margin:0 auto;
}
#permanent-collection .image-list-block.equal-2cols-in .col img
{
	height:169px;
}

.centered-box{
	float:none;
	margin:30px auto 20px;
	padding:20px 70px;
}
.centered-box .block-title{
	text-align:center;
}
.centered-box li{
	margin-bottom:8px;
}

/*Block*/
.block,
.min-gap,
.vrt-gap-1, .vrt-gap-3{
	clear:both;
	overflow:hidden;
	margin-bottom:20px;
}
.min-gap{	margin-bottom:5px!important; }
.vrt-gap-3{ margin-bottom:30px!important; }
.top-gap1{ 	padding-top:10px; }
.top-gap2{ 	padding-top:20px; }
.hr-gap-1{ margin-right:10px; }
.hr-gap-2{ margin-right:20px; }
.left-gap-2{ padding-left:20px; }


.image-list-block{
	overflow:hidden;
	margin-top:30px;
}
.image-list-block h2{
	margin-bottom:20px;
}
.image-list-block h3 ,  .image-list-block-2 h3 {
	color:#30a2b4;
	font:17px/1 "MyriadProSemibold", Arial, Helvetica, sans-serif;
	text-transform:uppercase;
	text-shadow:none;
	margin-bottom:2px;
}
.image-list-block-2 h3{
	margin-bottom:0;
	padding:15px 13px;
}
.image-list-block .image-list-desc{
	padding:8px 10px 10px;
}
.image-list-block .image-list-desc a.alignright {
	position:absolute;
	bottom:0;
	right:8px;
}

.image-list-block-2 .image-list-desc{
	background-color:#e9e9e9;
}

.image-list-block .equal-3cols-in img{
	width:206px;
}
.box3 .grid2{
	margin-right:25px;
}
.box3 .entry{
	color:#5d5d5d;
	line-height:18px;
	padding-top:10px;
}

/* Custom Form 7 styling */
/*-----------------------------------------*/
.wpcf7 p{
	clear:both;
	margin-bottom:5px;
	position:relative;
	overflow:hidden;
}
select option,
.wpcf7 .input-text, .wpcf7 textarea,
.frm .input-text, .frm textarea {
	background: #e9e9e9;
	color:#838383;
	font: 12px/1.5 "DroidSansRegular","Trebuchet MS",Arial,Helvetica,sans-serif;
	border:0;
	padding:2px 7px;
	text-transform:uppercase;
}
.wpcf7 .input-text, .wpcf7 textarea{
	width:260px;
}

.equal-2cols-in .col select{
	width:268px;
}
.wpcf7 .input-text{
	height:26px;
}
.frm .input-text{
	width:95%;
	padding:8px 7px;
}
.wpcf7 textarea{
	width:272px;
	resize:none;
}
.wpcf7 .button, .frm .button{
	margin-top:3px;
	padding:7px 25px;
}
.wpcf7 label{
	color:#3d3d3d;
	text-transform:capitalize;
}
.wpcf7 .spc-lbl{
	font:15px/1 "DroidSansBold","Trebuchet MS",Arial,Helvetica,sans-serif;
	padding-top:7px;
	padding-right:10px;
}
.wpcf7 .sel-frm-list select{
	width:268px;
}
.wpcf7-checkbox .wpcf7-list-item{
	display:block;
	float:left;
}
.input-with-gap .wpcf7-checkbox .wpcf7-list-item{
	margin-left:60px;
}
.wpcf7-checkbox .wpcf7-list-item-label{
	line-height:1.35;
	position:relative;
	padding-left:15px;
	float:left;
}
.col .wpcf7-checkbox .wpcf7-list-item, .clear-item .wpcf7-list-item{
	clear:both;
	float:none;
	margin-bottom:3px;
	overflow:hidden;
}
.white-bg .col .wpcf7-checkbox .wpcf7-list-item{
	margin-left:15px;
}


/*message*/
div.wpcf7-response-output{
	background: #FFFFFF;
    font-size: 11px;
    left: 20px;
    line-height: 15px;
    padding: 5px 7px;
    position: absolute;
    bottom: 11px;
    width: 250px;
    z-index: 10;
}


/* wpcf form element with white-field-frm class as white bg theme*/
.white-field-frm .input-text{
	width:400px;
}
.white-field-frm .full-width{
	width:98%;
}

.white-field-frm .input-text,
.white-field-frm textarea,
.white-field-frm .select-wrap,
.white-field-frm .cp_select_fake_val{
	background-color:#fff;
}
.width-1-5 .cp_select_fake_val{
	width:22px;
}
.white-field-frm p{
	margin-bottom:8px;
}

.width-1-2, .width-1-3, .width-1-4, .width-1-5{ float:left; margin-right:13px;}
.width-1-2{ width:245px!important;}
.width-1-3{ width:154px!important;}
.width-1-4{ width:100px!important;}
.width-1-5{ width:65px!important;}

.wpcf7-form-control-wrap:last-child .width-1-2, .wpcf7-form-control-wrap:last-child .width-1-3, .wpcf7-form-control-wrap:last-child .width-1-5{ margin-right:0;}

/*select box styling*/
.select-wrap select{
    background: #e9e9e9;
    cursor: pointer;
	font-size:12px;
    height: 26px;
    opacity: 0;
    padding: 7px;
    position: relative;
    z-index: 10;
}
.select-wrap {
    background: url("images/select.png") no-repeat scroll 99% center #e9e9e9;
    color: #828282;
    cursor: pointer;
    display: inline-block;
    margin-bottom: 0px;
	padding:3px;
    position: relative;
	text-transform:uppercase;
    z-index: 1;
}
.cp_select_fake_val {
    color: #828282;
	font-size:12px;
    height: 19px;
    left: 0px;
    line-height: 1.5;
    overflow: hidden;
    position: absolute;
    top: 0px;
	padding:7px 10px 4px;
    width: 83%;
    z-index: 2;
}

/*custom input desgin[checkbox & inputbox]*/
.has-js .label_check,
.has-js .wpcf7-radio label    { padding-left: 14px; float:left;}
.has-js .wpcf7-radio label { background:url(images/rdo-off.png) no-repeat 0 4px; }
.has-js .label_check    { background:url(images/chk-off.png) no-repeat 0 0px; }
.has-js label.c_on      { background:url(images/chk-on.png) no-repeat 0 2px; }
.has-js label.r_on      { background:url(images/rdo-on.png) no-repeat 0 4px; }
.has-js .label_check input,
.has-js .wpcf7-radio label input  { position: absolute; left: -9999px; }

.has-js .white-bg .label_check    { background:url(images/chk2-off.png) no-repeat 0 2px; }
.has-js .white-bg label.c_on      { background:url(images/chk2-on.png) no-repeat 0 2px; }

.artmaking-choice .wpcf7-radio .wpcf7-list-item{
	float:left;
	margin-right:20px;
}
.artmaking-choice .wpcf7-list-item-label{
	padding-left:8px;
}


/*=Calendar Styling
---------------------------------------*/
.event-cal{
	position:relative;
}
.cal-head{
	text-align:center;
	overflow:hidden;
	margin-bottom:5px;
}
.cal-head .prev, .cal-head .next,
.tribe-events-widget-nav .prev-month, .tribe-events-widget-nav .next-month{
	background-image:url(images/arrows.png);
	background-repeat: no-repeat;
	height:11px;
	width:8px;
	overflow:hidden;
	position:absolute;
	top:4px;
	text-indent:999em;
}

.tribe-events-single-event-title {
	font-size: 50px;
	color: black;
}

.cal-head .prev{ background-position:-1px -118px; left:265px; }
.cal-head .next{ background-position:0 -96px; left:625px; }

.support-organizations .event-cal table.tribe-events-calendar {
	width:100%;
}
.support-organizations #tribe-events-content {
	padding:0;
}

.support-organizations .cal-head .prev {left:165px;}
.support-organizations .cal-head .next {left:400px;}
.support-organizations .event-cal .tribe-events-calendar td {
	max-width:68px;
}

.cal-head .cal-title{ margin-bottom:0;  }

.event-cal table.tribe-events-calendar{
	border:0;
	border-bottom:1px solid #f5f5f5;
	font-size:14px;
	margin:0 auto !important;
	width:91.5%;
}
.event-cal .tribe-events-calendar th{
	background-color:#7a7a7a;
	border-top:1px solid #f5f5f5;
	color:#fff;
	border:0;
	font-size:16px;
	letter-spacing:0;
	padding:9px 0;
	text-transform:capitalize;
}
.event-cal .tribe-events-calendar td{
	background-color:#f5f5f5;
	border:0;
	border-left:1px solid #dedede;
	color:#fff;
	text-transform:capitalize;
	font-size:16px;
	height:74px!important;
}
.tribe-events-calendar td:nth-child(1){
	border-left-color:#fff;
}
.tribe-events-calendar tr:nth-child(2n+1) td:nth-child(n+1){
	background-color:#ededed;
}
.tribe-events-calendar tr:nth-child(2n+1) td:nth-child(2n+2){
	background-color:#e6e6e6;
}
.tribe-events-calendar tr:nth-child(2n+2) td:nth-child(n+1){
	background-color:#f5f5f5;
}
.tribe-events-calendar tr:nth-child(2n+2) td:nth-child(2n+2){
	background-color:#ececec;
}

.event-cal .tribe-events-calendar .daynum, .event-cal .tribe-events-calendar .daynum a{
	background:none;
	font-size:14px;
}
.event-cal .tribe-events-calendar td .tribe-events-event{
	line-height:1;
}
.event-cal .tribe-events-calendar td a{
	color:#cb292b;
	font:11px/1 "DroidSansBold",Arial,Helvetica,sans-serif;
	display:block;
	height:12px;
	overflow:hidden;
	text-transform:uppercase;
}
/*calendar mini grid*/
.mini-cal {
	position:relative;
	padding-bottom:10px;
	overflow:hidden;
}
.mini-cal .tribe-events-widget-nav{
	background-color:#797979;
	padding:5px 0;
}
.mini-cal .tribe-events-calendar-widget{
	margin-top:0!important;
}
.mini-cal table.tribe-events-calendar{
	border:0;
}
.tribe-events-widget-nav{
	text-align:center;
}
.mini-cal .tribe-events-widget-nav a{
	top:9px;
	/*display:none;*/ /*AJAX month navigation only work in PRO version so, for now making display none*/
}
.tribe-events-widget-nav .prev-month{
	background-position:-1px -75px;
	left:10px;
}
.tribe-events-widget-nav .next-month{
	background-position:0px -57px;
	right:10px;
}
#tribe-mini-ajax-month{
	color:#fff;
	font:15px/1 "MyriadProSemiBold";
}
img#ajax-loading-mini{ display:none;}

.mini-cal .tribe-events-calendar-widget th{
	background:url(images/light-gray-grad.gif) repeat-x;
	border:0;
	border-bottom:1px solid #e8e8e8;
	font:8px Tahoma, Geneva, sans-serif;
	padding:5px;
}
.mini-cal .tribe-events-calendar-widget td{
	background:url(images/gray-inactive.jpg) repeat-x;
	border:1px solid #c3c3c3;
}
.mini-cal .tribe-events-thismonth .daynum{
	border-top:1px solid #fff;
	border-right:1px solid #e0e0e0;
	border-bottom:1px solid #e0e0e0;
	border-left:1px solid #fff;
}
.mini-cal tr:nth-child(n) td:first-child {
	border-left:0;
}
.mini-cal tr:nth-child(n) td:last-child {
	border-right:0;
}
.mini-cal tr:last-child td {
	border-bottom:0;
}
.mini-cal .tribe-view-all-events{
	display:none;
}
.mini-cal .tribe-events-calendar .daynum, .tribe-events-calendar .daynum a{
	background:url(images/gray-grad.gif) repeat-x;
	color:#666;
	font:bold 12px Arial, Helvetica, sans-serif;
	text-shadow:1px 1px 0 #fff;
}
.mini-cal .tribe-events-calendar td.tribe-events-present .daynum,
.mini-cal .tribe-events-calendar td.tribe-events-present .daynum > a{
	background:#44abbb;
	border:1px solid #44abbb;
	text-shadow: 1px 1px 0 #38717A;
}


/* event posts */
.event-cal .event-listing{
	padding-left:17px;
}
.event-listing .col-1{
	width:380px;
	margin-right:25px
}
.event-listing .col-2{
	width:206px;
	padding:10px 12px;
}
.event-listing ul{
	margin-left:0;
}
.event-listing .blog-template .post{
	margin-bottom:8px;
	padding-bottom:8px;
}
.logo-list img {
	background: #fff;
	/*border:1px solid #ebebeb;
	width:206px;*/
}
.logo-list li.post{
	list-style:none;
	margin-bottom:11px;
	position:relative;
	overflow:visible;
	text-align:center;
	background-color:#fff;
	line-height:0;
	border: 1px solid #EBEBEB;
}
.logo-list li.post a {
	display:inline-block;
	line-height:0;
}

.arrow-btn{
	background:url(images/arr-box-rt.png) no-repeat;
	display:block;
	height:30px;
	width:30px;
	position:absolute;
	top:32%;
	right:-8px;
}

.cat_events h2{
	margin-bottom:20px;
}
.cat_events .entry,
.cat_events .data-listing{
	width:611px;
	margin:0 auto;
}

/* Thickbox stying overriding */

#TB_title, #TB_ajaxContent{
	background:#f2f2f2!important;
}
#TB_closeWindowButton{
	display:block;
	background:url(images/tb-close.png) no-repeat;
	height:19px;
	width:19px;
}
#TB_closeWindowButton img{
	display:none;
}


/*=Gravity Forms Styling
---------------------------------------*/
.gray-form-block {
	width:93%;
	padding:20px;
	background-color:#f6f6f6;
}
.secondary-white-form-block {
	width:80%;
	padding:20px;
	background-color:#ffffff;
	margin:0 auto;
}
.secondary-white-form-block ul#input_1_1 li {
	display:inline;
	float:left;
	width:200px;
}

gfield_creditcard_warning_message {
	display:none;
}


/*=Footer styling
---------------------------------------*/
#footer, .logos{
	clear:both;
}
#footer .wrapper{
	background:url(images/bottom-grad.jpg) repeat-x #1c1c1a;
	padding-top:24px;
	padding-left:23px;
}
.footer-content{
	overflow:hidden;
}

/*Sitemap*/
.sitemap {
	padding-bottom:33px;
}
.sitemap .col{
	border-right:1px solid #555;
	margin-right:0;
	padding:0 20px 0 25px;
	width:188px;
}
.sitemap .col:last-child{
	border-right:0;
}
.sitemap ul{
	margin:0 0 18px;
	list-style:none;
}
.sitemap li:last-child .sub-menu{
	margin-bottom:0;
}
.sitemap .sub-menu{
	margin-bottom:18px;
}
.sitemap ul li, .parent-page{
	padding-left:5px;
	line-height:1.15;
	font-family:"DroidSansBold", Arial, Helvetica, sans-serif;
	/*text-transform:uppercase;*/
}
.sitemap .sub-menu li{
	font-family:"DroidSansRegular", Arial, Helvetica, sans-serif;
	/*text-transform:capitalize;*/
}
.sitemap a{
	color:#fff;
	font-size:11px;
}
.sitemap a:hover{
	color:#ccc;
}
.sitemap a{

}
/*Logos*/
.logos{
	margin-bottom:25px;
	overflow:hidden;
}
.logos ul{
	margin:0;
	padding:0 33px;
}
.logos ul li{
	list-style:none;
	float:left;
	margin:0 15px;
padding:5px;
background:#fff;
border-radius:10px;
width:159px;
}
.logos ul li img{
	display:block;
	margin: 0 auto;
}

/*Contact Info*/
.contact-info{
	color:#fff;
	padding:0 5px 30px;
	overflow:hidden;
}
.contact-info p{
	margin:0;
	padding:0;
}
.contact-info strong{
	text-transform:uppercase;
}
.contact-info address{
	font-size:12px;
	font-style:normal;
	line-height:17px;
}
.contact-info .col{
	margin-right:35px;
}
.contact-info a{
	color:#e3e3e3;
	font-size:12px;
}
.contact-info a:hover{
	color:#fff;
}

/*Foot bar*/
#footer .foot-bar .wrapper{
	background:url(images/fotter-bg.gif) repeat-x;
	padding:20px 22px 20px 23px;
	height:40px;
}
.foot-bar .newsletter{
	width:375px;
	margin-right:40px;
	margin-left:6px;
	padding-top:4px;
}
.foot-bar .newsletter p{
	display:inline;
}
.foot-bar .newsletter label, .foot-bar .social-link .lbl, .copyright{
	color:#fff;
	font-size:14px;
	float:left;
	padding:10px 10px 0 0;
}
.foot-bar .newsletter label{
	padding-top:7px;
}
.foot-bar .newsletter .field-wrap{
	float:left;
	height:28px;
}
.foot-bar .newsletter .input-text{
	color:#777;
	font-size:14px;
	height:24px;
	padding-top:3px;
	padding-left:5px;
	width:175px;
}
.foot-bar .newsletter .button{
	background-position:12px -10px;
	padding:14px;
}

.foot-bar .social-link{
	width:310px;
	margin-right:25px;
}
.foot-bar .social-link a{
	height:41px;
	width:41px;
}
.foot-bar .social-link .twitter-icon{ background-position:0 -96px; }
.foot-bar .social-link .facebook-icon{ background-position:-46px -95px; }
.foot-bar .social-link .google-icon{ background-position:-92px -95px; }
.foot-bar .social-link .tumblr-icon{ background-position:-135px -95px; }

.foot-bar .social-link .twitter-icon:hover{ background-position:0 -44px; }
.foot-bar .social-link .facebook-icon:hover{ background-position:-46px -43px; }
.foot-bar .social-link .google-icon:hover{ background-position:-92px -43px; }
.foot-bar .social-link .tumblr-icon:hover{ background-position:-135px -43px; }


.equal-2cols-in .image-box img{
max-height:140px;
max-width:280px;
}

.equal-3cols-in .image-holder {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	overflow: hidden;
	width: 206px;
	height: 150px;
}
.equal-3cols-in .image-holder * {
	vertical-align: middle;
}
.equal-3cols-in .image-holder img {
	display: block;
	margin: 0 auto;
	max-width: 206px;
	max-height: 150px;
}

#home .tribe-events-widget-nav {
	display:block;
}


#home #small,
#home .tribe-view-all-events{
    display: table;
}
#home .blog-template ul{
margin:0;
}
#home .blog-template .post{
margin-bottom:5px;
padding-bottom:5px;}
/*#summer-arts-program .tab_container{
background:none;
}*/
.events-archive #content.event-cal{
width:auto;
}
.events-archive .group.event-listing{
width: 654px;
float:left;
}
.copyright{ font-size:11px; padding-top:14px; }
.events-archive .cyan-theme.widget-container.min-gap .mini-cal{
    display: none;
}
#home table.tribe-events-calendar, .tribe-events-calendar td {
    border-bottom: 1px solid #BBBBBB;
}
.alliance-logo{
    margin-left: 20px;
}
#past-mags {
	position:relative;
	width:124px;
	margin:10px;
	float:left;
}
.past-mags-date {
	position:relative;
	text-align:left;
}



/*--------------------------- 30th September Changes ---------------------------*/

.adult-studio-art-class-registration #content { position: relative; }

.adult-studio-art-class-registration .status-publish .images { width: auto !important; height: 250px; overflow: hidden; position: absolute; left: 0; top: 25px; }

.adult-studio-art-class-registration .status-publish .images img { width: 100%; }

.adult-studio-art-class-registration .status-publish .entry-summary { float: left !important; clear: both; margin-top: 300px; width: 100% !important; }


.adult-studio-art-class-registration #sidebar { margin-top: 25px; }

.adult-studio-art-class-registration #sidebar #submit { background: url(images/glass-icon.png) no-repeat center center #bb070b; border: 0; padding: 12px 12px;}

.adult-studio-art-class-registration {}


/*Changes on 9th sept 2014*/
#content .woocommerce #content div.product div.summary, #content .woocommerce div.product div.summary, #content .woocommerce-page #content div.product div.summary, #content .woocommerce-page div.product div.summary {
    float: left;
}


/*=Media Queries
---------------------------------------*/
@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: #444 !important; text-shadow: none !important; }
	a, a:visited { color: #444 !important; text-decoration: underline; }
	a:after { content: " (" attr(href) ")"; }
	abbr:after { content: " (" attr(title) ")"; }
	.ir a: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; }
}

.main-nav li a {
        padding: 0 16px !important;
}
.red {
background:#BB070B;
}

span#input_2_12_2_container {
  width: 100%;
}

.single-tribe_events p img {
	height: auto;
}
#gform_80 h3.gform_title {
	font-size: 14px;
	font-weight: normal;
	margin-top: -20px;
}
#gform_80 #field_80_2 label {
	display: none;
}
.gform_wrapper #gform_80 .top_label input.medium {
	width: 100%;
}
.gform_wrapper #gform_80 .gform_heading {
	margin-bottom: 0;
}
.gform_wrapper #gform_80 .gform_footer {
	margin-top: -35px;
}
.gform_wrapper #gform_80 .gform_footer .button {
	z-index: 9999;
    position: absolute;
    right: 40px;
    top: 31px;
}
#footer #gform_80 {
	position: relative;
}
#footer #gform_80 h3.gform_title {
	color: #FFF;
}
#footer .gform_wrapper #gform_80 .gform_footer .button {
	top: 21px;
	right: 0;
}
#how-to-give .acc-content h4 {
	font-size: 1em;
}

#gform_9 select {
    border: 1px solid #DDD;
    background-color: #FFF;
    height: 31px;
}
