/* new box model */
* { -moz-box-sizing: border-box; -webkit-box-sizing: border-box; box-sizing: border-box; }

/*micro-clearfix by Nicolas Gallagher http://nicolasgallagher.com/micro-clearfix-hack/*/
/* For modern browsers */
.cf:before, .cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
.cf {
	*zoom:1;
}

html{
background: url('../images/xchng-ico-sm.png') repeat #999;
}

body{
	font-family: 'Quattrocento Sans', sans-serif;
	font-size: 16px;
	width: 98%;
	max-width: 1000px;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	background: #c9de96; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMTAwJSI+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjYzlkZTk2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iNzklIiBzdG9wLWNvbG9yPSIjMTQzMjAyIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzM5ODIzNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(-45deg,  #c9de96 0%, #143202 79%, #398235 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right bottom, color-stop(0%,#c9de96), color-stop(79%,#143202), color-stop(100%,#398235)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(-45deg,  #c9de96 0%,#143202 79%,#398235 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(-45deg,  #c9de96 0%,#143202 79%,#398235 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(-45deg,  #c9de96 0%,#143202 79%,#398235 100%); /* IE10+ */
	background: linear-gradient(135deg,  #c9de96 0%,#143202 79%,#398235 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c9de96', endColorstr='#398235',GradientType=1 ); /* IE6-8 fallback on horizontal gradient */
	}

/* header stuff */
.hide {
	display: none;
}
img{
	max-width: 100%;
}
header{
	width: 98%;
	padding: 2%;
	margin: 0 auto;
	}
header h3{
	font-family: "lucida calligraphy", handwriting;
}	
#x-logo{
	max-width: 288px;
	display: none;
	}

h1{
	font-family: "Uncial Antiqua", cursive;
	color: #5e1818;
	line-height: 1.2em;
	}	
h2 {
	font-family: "Uncial Antiqua", cursive;
} 

h3, h4, h5, h6{
	font-family: 'Quattrocento Sans', sans-serif;
}
a{
	text-decoration: none;
	font-family: "Uncial Antiqua", cursive;
	}
a:link {
	color: #5e1818;
}
a:hover{
	text-decoration: underline;
	color: #b2017c;
	}

/* nav stuff */
#main-nav ul{
	padding: 0;
}
#main-nav ul.hide{
	display: none;
}
#main-nav li a{
	background-color: #898989;
	color: white;
	display: block;
	margin: .25em .25em;
	padding: 1.25em;
	text-align: center;
	-moz-box-shadow: 3px 3px 1px #000;
		-webkit-box-shadow: 3px 3px 1px #000;
		box-shadow: 3px 3px 1px #000;
	}
#main-nav li a:hover{
	background-color: #5e1818;
	text-decoration: none;
}
	
/* MAIN */
main {
	margin: 0 auto;	
	width: 98%;
	padding: 1%;
}
#home{
	background: url('../images/tripspiral.jpg') no-repeat;
	}
#home span{
	display: block;
	transform:rotate(-15deg);
	-ms-transform:rotate(-15deg); /* IE 9 */
	-webkit-transform:rotate(-15deg); /* safari chrome */
	font-family: "Uncial Antiqua", cursive;
	font-size: 2em;
	color: #b2017c;
	text-shadow: 2px 3px #333;
	}
.call{
	z-index: 5;
}
.call a{
	font-family: "Uncial Antiqua", cursive;
}
#home p{
	font-size: 1.25em;
	font-weight: bold;
	color: #000;
	text-align: center;
}
#gallery section{
	width: 100%;
}
#tix  section{
	width: 100%;
	}

/* SIDEBAR */
aside{
	background-color: #b7cbba;
	margin: 0 auto;
	font-family: 'Quattrocento Sans', sans-serif;
	padding: 1.5%;
	}
aside h3{
	text-align: center;
}	
aside p:last-child{
	color: #b2017c;
	}	
#lnotes{
	width: 75%;
	margin-left: 15%;
}

/* FOOTER */
footer {
	background-color: #cccccc;
	margin: 0 auto;
}
#footer-nav ul{
	padding-left: .75em;
}
#footer-nav ul li{
	display: inline;
	text-align: center;
}
#footer-nav ul li a{
	font-size: .825em;	
}
#footer-nav li.hidemap{
		display: none;
	}

/* SLIDES */
	.rslides {
	  position: relative;
	  list-style: none;
	  overflow: hidden;
	  width: 100%;
	  padding: 0;
	  margin: 0;
	  }

	.rslides li {
	  -webkit-backface-visibility: hidden;
	  position: absolute;
	  display: none;
	  width: 100%;
	  left: 0;
	  top: 0;
	  }

	.rslides li:first-child {
	  position: relative;
	  display: block;
	  float: left;
	  }

	.rslides img {
	  display: block;
	  height: auto;
	  float: left;
	  width: 100%;
	  border: 0;
	  }
	.prev, .next {
		margin: 0 5%;
		padding: 0 1em;
		border: 1px solid #000;
		}
	.slidey a{
		color: #ffffff;
	}	
	#gallery h2{
		font-family: "Uncial Antiqua", cursive;
	}
	#gal-side{
		font-size: 2em;
	}
	#gal-side span{
		font-family: "Uncial Antiqua", cursive;
	}
	.caption{
		color: #b7cbba;
	}
	
/* VIDEO */
	.video {
		position: relative;
		padding-bottom:56.25%; /* this is 16/9 */
		padding-top: 25px;
		height: 0; /* for IE */
		margin-bottom: 1em;
		}
	.video iframe{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}
	#vid h3{
		font-family: "Uncial Antiqua", cursive;
	}
/* TICKETS */
	#tix {
		background: url('../images/tripspiral.jpg') no-repeat;
	}
	#tix p:nth-child(3){
		color: #ff1ab8;
		text-shadow: 1px 2px #000;
	}
	textarea#message {
		width:95%;
		margin: 0 auto;
		height:15em; 
		display: block;
		font-family:inherit;
		min-width: 220px;
		}
	input:not(.button){
		margin: 3px 0;
		padding: .25em 1em;
	}	
	.contact{
		display: block;
	}	
	.radio{
		display: block;
	}
	.button{
		margin: 10px 0;
		padding: 5px;
	}
	/*#nletter{
		font-size: 1.25em;		
	} */
	#paypal{
		width: 40%;
		margin-left: 37%;
	}
	
	/* form validation */
	#tix label.error{
		font-size: 0.8em;
		color:	#f00;
		font-weight: bold;
		display: block;	
	}
	#tix input.error, 
	#tix select.error{
		background: rgba(153, 0, 0, 0.25);
		background: #ffa998; /* if the browser can't read the rgba */
		border: 2px solid #f00;
	}

	.form-message.success{
		background-color: #ddffd7;
		border: 1px solid #12970F;
	}
	.form-message.error{
		background-color: #e68080;
		border: 1px solid #cc0000;
	}
	.form-message{
		margin: 1em 0;
		padding: 1em;
	}
	.form-message span{
		font-family: "Uncial Antiqua", cursive;
	}

/* ABOUT */
#about{
	background: url('../images/tripspiral.jpg') no-repeat;
}

	
/* TERMS */
	#terms{
		margin: 0 auto;
		padding: 2%;
		width: 100%;
		font-family: Courier, serif;
		font-size: 14px;
		background-color: #ffffff;
	}
/* SITEMAP */
	#sitemap{
		margin: 0 auto;
		padding: 2%;
		width: 100%;
	}
		

/* media queries */
/* phone*/ 
@media only screen and (min-width: 340px) and (max-width: 557px){
	#main-nav ul{
		width: 100%;
		text-align: center;
		}
	#main-nav ul li{
		display:inline-block;
		*display:inline; /*IE 7 */
		*zoom:1; /*IE 7 */
		}
	#main-nav ul.hide{
		display:none;
	}
	#home span{
	position: absolute;
	}
	.call{
		float: left;
		margin-left: 40%;
	}
	.radio{
		display: inline;
		padding-right: 5px;
	}
	#lnotes{
		max-width: 66%;			
	}
	#paypal{
		width: 40%;
		margin-left: 40%;		
	}
	
	#footer-nav ul{
		padding: 2%;
	}
	#footer-nav ul li{
		display: inline;
		text-align: center;
		padding-left: .5em;
	}
}

/* bigger phones, some tablets screen*/ 
@media only screen and (min-width: 558px) and (max-width: 657px){
	header{
		background-color: #cccccc;
	}
	header h1{
		display: none;
	}
	header h3, h4{
		text-align: center;
	}
	#x-logo{
		display: block;
		width: 40%;
		float: left;
		}
	#main-nav{
		clear: both;		
	}
	#main-nav ul.hide{
		display:none;
	}
	
	#home span{
	position: absolute;
	}
	.call{
		float: left;
		margin-left: 40%;
	}
	.radio{
		display: inline;
		padding-right: 5px;
	}
	
	aside{
		float: left;
		width: 33%;
		}
		
	main{
		float: right;
		width: 66%;
		}
		
	footer{
		clear: both;
		}
	#footer-nav ul{
		padding-left: 2%;
	}
	#footer-nav ul li{
		display: inline;
		text-align: center;
		padding-left: .5em;
	}
	#footer-nav li.hidelink{
	display: none;
	}
} 

/* small desktop, some tablets screen*/ 
@media only screen and (min-width: 658px) and (max-width: 918px){
	header{
		background-color: #cccccc;
	}
	header h1{
		display: none;
	}
	header h3{
		text-align: center;
	}
	header h4{
		margin-left: 34.7222%; /*250px ÷ 720px */
		padding-bottom: 40px;
		text-align: center;
		}
	#x-logo{
		display: block;
		float: left;
		width: 30%;
		}
	#main-nav ul{
		margin-left: 4%;		
	}
	#main-nav ul li{
		-moz-box-shadow: 5px 5px 2px #000;
		-webkit-box-shadow: 5px 5px 2px #000;
		box-shadow: 5px 5px 2px #000;
	}	
	#main-nav li a{
		float: left;
		display: inline;		
		padding: .33em;		
	}	
	#home span{
	position: absolute;
	}
	.call{
		float: left;
		margin-left: 40%;
	}
	.radio{
		display: inline;
		padding-right: 5px;
	}	
	aside{
		float: left;
		width: 33%;
		}
	main{
		float: right;
		width: 66%;		
		}
		
	#paypal{
		width: 40%;
		margin-left: 43%;		
	}	
	
	footer{
		clear: both;
	}
	#footer-nav li.hidemap{
	display: inline;
	}	
	#footer-nav li.hidelink{
	display: none;
	}
	
	.js .nav-collapse {
    position: relative;
  }
  .js .nav-collapse.closed {
    max-height: none;
  }
  .nav-toggle {
    display: none;
  }
}

/* big screen*/
@media only screen and (min-width: 919px){
	
	header{
		background-color: #cccccc;
	}
	header h1{
		display: none;
	}
	header h3{
		width: 80%;
		margin: 0 20% 0 0;		
	}	
	header h4{
		margin-left: 0 20% 0 0;
		padding-bottom: 40px;
		}
	#x-logo{
		display: block;
		float: left;
		width: 30%;
		}
		
	#main-nav ul{
		width: 100%;
		margin-left: 10%;
	}	
	
	#main-nav li a{
		float: left;
		display: inline;		
		padding: .5em;		
	}	
	#home span{
	position: absolute;
	}
	.call{
		float: left;
		margin-left: 30%;
	}
	.radio{
		display: inline;
		padding-right: 5px;
	}
	
	aside{
		float: left;
		width: 24%;
		padding: 2%;
		margin-left: 1%;
		font-size: 1.25em;
	}
	main{
		float: right;
		width: 70%;
		padding: 2%;
		margin-right: 4%;
		}
	
	#paypal{
		width: 40%;
		margin-left: 43%;		
	}
			
	footer{
		clear: both;
	}
	#footer-nav {
		text-align: center;
		font-size: 1.25em;
	}
	#footer-nav li{
		padding-left: 2%;
	}
	#footer-nav li.hidemap{
	display: inline;
	}
	#footer-nav li.hidelink{
	display: none;
	}	
	
	.js .nav-collapse {
    position: relative;
	}
	.js .nav-collapse.closed {
    max-height: none;
	}
	.nav-toggle {
    display: none;
	}
}

