/***** html5 support for older browsers ***/
header, nav, section, article, aside, footer, address, canvas, figure, figcaption, hgroup {
   display:block;
}

/***** reset css ****/

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline; }

:focus {
  outline: 0; }

body {
  line-height: 1;
 }

ol, ul {
  list-style: none; }

table {
  border-collapse: separate;
  border-spacing: 0; }

caption, th, td {
  text-align: left;
  font-weight: normal; }

blockquote:before, blockquote:after {
  content: ""; }

q:before, q:after {
  content: ""; }

blockquote, q {
  quotes: "" ""; }

/****** clearfix ****/
.clearfix:before,
.clearfix:after {
  content: '.';
  display: block;
  overflow: hidden;
  visibility: hidden;
  font-size: 0;
  line-height: 0;
  width: 0;
  height: 0;
}

.clearfix:after {
  clear: both;
}



/******* format inner pages *****/

body {
	height:100%; /* needed for wrapper min-height */
	background-color:#fff;
	font-size:13px; 
	font-family: Helvetica, arial, sans-serif;
	color:#444;
	
}

h1 {
	font-size:20px;
	padding-bottom: 15px;
	color:#333;
	font-family: 'Quicksand', sans-serif;
}

h2 {
	font-weight:bold;
	color:#333;
	font-size: 16px;
	padding:10px 0;
}


img {border:none}

p {
	padding:5px 3px;
}

a:link, a:visited {
	color:#631636;
	text-decoration:none;
}

a:hover {
	color:#c12a69;
}

#wrapper {
	position:relative;
	top:20px;
	left:0;
	width:90%;
	min-width:750px;
	min-height:630px;
	max-width:1024px;
	margin-left:auto;
	margin-right:auto;
	padding:0;
	background: white url(../images/bkgdInner_pattern.jpg) repeat-y;
	z-index:1;
	 -webkit-box-shadow: 0px 6px 10px 6px #c9c8c8;
	box-shadow: 0px 6px 10px 6px #c9c8c8;
	margin-bottom: 30px;
}

#box {
	position:absolute;
	top:0;
	left: 24.5%;
    width: 141px;
	height: 100%;
	background: #f9f7f8;
	background-repeat:repeat-y;
	z-index:1;
}

#header {
	position:relative;
	z-index:3;
	width:90%;
	margin:0 0 0 6%;
	padding:30px 0 0 0;
}

#logo {
	width:21%;
	float:left;
}

.social-icons {
	float:right;
	margin-right:20px;
}

#logo a {
   display:block;
}

#logo img {
	width:100%;
	 max-width: 188px;
}

#logo span h1 {
	text-indent: -3333px;
}

#main-nav h1, #secondary-nav h1 {
	display:none;
}

#main-nav {
 	left: 24.5%;
    margin-bottom: 20px;
    min-width: 563px;
    padding: 5px 0;
    position: relative;
    top: 0;
    width: 75.5%;
    z-index: 6;
    
background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(244,244,244,0.5) 60%, rgba(244,244,244,1) 99%, rgba(244,244,244,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(60%,rgba(244,244,244,0.5)), color-stop(99%,rgba(244,244,244,1)), color-stop(100%,rgba(244,244,244,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,0.5) 60%,rgba(244,244,244,1) 99%,rgba(244,244,244,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,0.5) 60%,rgba(244,244,244,1) 99%,rgba(244,244,244,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(244,244,244,0.5) 60%,rgba(244,244,244,1) 99%,rgba(244,244,244,1) 100%); /* IE10+ */
background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(244,244,244,0.5) 60%,rgba(244,244,244,1) 99%,rgba(244,244,244,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f4f4f4',GradientType=1 ); /* IE6-9 */

}


#main-nav img {
	max-width:140px;
	width: 100%;
}


#main-nav li {
	display: block;
    float: left;
    width: 19%;
    padding-right: 1%;
}

#main-nav a {
	display:block;
}

#main-nav span.menu-info {
   position: absolute !important;
   top: -9999px !important;
   left: -9999px !important;
}

#secondary-nav {
    left: 8%;
    position: absolute;
    top: 260px;
    width: 200px;
    z-index: 5;
}


#secondary-nav li {
	padding:0 0 15px 0
}

#secondary-nav a {
	display:block;
	text-decoration:none;
	color:#000;
	background-image:url(../images/square.png);
	background-repeat:no-repeat;
	padding:0 0 0 30px;
	letter-spacing:1.5px;
	font-family: 'Michroma', sans-serif;
	font-size:0.85em;
	text-transform:uppercase;
}

.imgGallery {
	position:relative;
	margin-left: 25%;
	width: 74.5%;
	height:auto;
	z-index:5;
	padding: 0 0 10px 0
}

.imgGallery h1 {
	font-size:19px;
	font-weight:lighter;
	padding:0 0 10px 0;
	margin:0;
}

h2.thumb-images {
	display:none;
}

.collection  {
	padding-bottom:30px;
}



#sel {
  top: 0;
	background-image : url(../images/selector.png);
	background-repeat: no-repeat;
	position: absolute;
	top:140px;
	left:40px;
	z-index: 4;
}

/*format content box*/

.left {
	float:left;
	width:115px;
	margin-left:5px;
	padding: 14px 5px 25px;
}
.right {
	float: left;
    margin: 0 0 0 16px;
    width: 61%;
}


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

.right ul a img {
    border: 1px solid #CDCDCD;
}


.right ul a:hover img {
	border: 1px solid #888;
}

.right li {
    display: inline;
    float: left;
    padding: 3% 1% 0 0;
    width:32%;
}


.right img {
	width:100%;
    max-width: 140px;
}

#content {
    left: 42%;
    padding: 0 2%;
    max-width: 53%;
    position: relative;
    top: 0;
    z-index: 3;
    min-height: 300px;
}

/*#event-ad img {
	max-width:550px;
	width:100%;
}*/

#content table td {
    padding-bottom: 12px;
    padding-right: 25px;
}

#content table td.media_title, #content table td.bio_title, #content table td.show_title {
    width:120px;
}


#contact_info {
    left: 420px;
    position: relative;
    top: 5px;
    width: 50%;
    z-index: 3;
    margin:0 20px 20px 0;
}

#contact {
	width: 46%;
	float:left;
}

.page-contact #secondary-nav {
	height: 220px;
}

#terms {
	width:49%;
	float:left;
	padding-left:20px;
}

#terms h2 {
	font-size:14px;
}

#terms ul {
	padding-bottom:5px;
}

#terms li {
	padding-bottom:8px;
}

#contact ul {
	list-style-type:none;
	margin:0;
}

#form h1 {
	margin:0;
	padding-bottom: 10px;
	font-size:20px;
}



#form ul li {
	padding:5px 0;
}

#form li label {
	display: inline-block;
    float: left;
    width: 40%;
    padding-bottom: 10px;
}

#form input {
	float: left;
    width: 58%;
    margin: 1% 0;
}

#form textarea {
	width: 100%;
}

#form input#submit {
	width:70px;
}

#form p.small {
		width:100%;
}

#error {
	width: 100%;
	color:#af1d1d;
}

.small {
	font-size:10px;
	text-align: right;
}


#contact h2 {
	padding-bottom: 10px;
	font-size: 14px;
    font-weight: bold;
}



#links_info {
	left:420px;
	position:relative;
	width:50%;
}




#conf_message h1 {
	font-size:20px;
	padding-bottom:15px;
}

.title_press td {
	font-weight:bold;
}



.event ul li {
	padding:5px 0;
}

.event h2 {
	font-size:14px;
	padding:0 0 5px;
}
.event {
 	margin: 15px 0 0;

}

.ref-info td:first-child {
	 width:100px; 
}

.clear2 {
    clear: both;
}


iframe {
	footer:5px solid #fff;
	-moz-box-shadow: 0 0 2px 2px #cccccc;
	-webkit-box-shadow: 0 0 2px 2px#cccccc;
	box-shadow: 0 0 2px 2px #cccccc;	
}

.map a:link, .map a:visited {
	color:#631636 !important;
}

.map a:hover {
	color:#c12a69 !important;
}

.map  {
	float:right;
	padding-top: 8px;
	margin-right: 5px; 
}

.title {
	padding-top:15px;
}

.title-event {
	padding-top:0;
	padding-bottom:0;
}

.links ul li {
	padding-bottom:10px;
}

.page-bio a.bio, .page-shows a.shows, .page-media a.media, .page-events a.events, .page-links a.links, .page-contact a.contact {
	margin-left:23px !important;
	color:#930640 !important;
}

#footer {
	font-size: 1em;
    padding: 20px;
    position: relative;
    z-index: 5;
}

#footer ul {
	list-style-type:none;
}

#footer li {
	float:right;
	padding-left:5px;
}


#footer a {
	color:#631636;
}

#footer a:hover {
	color:#535252;
}

.columns {
    float: left;
    width: 40%;
    margin-bottom: 20px;
}

/*#event-ad {
	margin-top:10px;
}*/
