/*Specific Type*/
@import url(travelingtypewriter/stylesheet.css);

/* css reset */
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,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* General CSS */
body {
	font-family: 'traveling__typewriterregular';
	color: #ffffff;
	background-image: url(../_images/mainBG.jpg);
	margin: 0px;
	}
.container{
	width: 85%;
	max-width: 1024px;
	margin: 0px auto;
}
header{
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
	overflow: auto;
	padding: 10px 0px;
}
#address{
	width: 25%;
	float: left;
	margin-top: 12px;
}
#address a:link{
	color: #fff;
}
#address a:visited{
	color: #fff;
}
#address a:hover{
	color: #b78137;
}
#logo{
	width: 46%;
	margin: -15px 2%;

	float: left;
}
#logo img{
	width: 100%;
}
#logo h1{
	display:none;
}
#reservation{
	width: 21%;
	margin: 3px 2% 5px 2%;
	padding: 5px 0px;
	height: 40px;
	float: left;
	text-align: center;
	color: #fff;
	outline: solid 1px #000;
	background: #a90329; /* Old browsers */
	background: -moz-linear-gradient(top,  #a90329 0%, #8f0222 44%, #6d0019 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(44%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #a90329 0%,#8f0222 44%,#6d0019 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */
}
#reservation:hover{
	background: rgba(0, 0, 0, .3);
	outline: solid 1px #a90329;
	}
#socialMedia{
	width: 25%;
	height: 40px;
	float: left;
}
#socialMedia .frame{
	width: 25%;
	float: left;
	text-align: center;
}
#socialMedia a{
	width: 35px;
	height: 35px;
	display: inline-block;
}
#socialMedia #facebook{	
	background-image: url("../_images/socialMedia_Facebook.png");
	background-repeat: no-repeat;
}
#socialMedia #twitter{	
	background-image: url("../_images/socialMedia_Twitter.png");
	background-repeat: no-repeat;
}
#socialMedia #instagram{	
	background-image: url("../_images/socialMedia_Instagram.png");
	background-repeat: no-repeat;
}
#socialMedia #pinterest{	
	background-image: url("../_images/socialMedia_Pintrest.png");
	background-repeat: no-repeat;
}
#socialMedia a:hover{
	background-position: top right;
}
nav{
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
	margin: 5px 0px 15px 0px;
	padding: 10px 0px;
	overflow: visible;
}
nav a{
	display: inline-block;
	width: 15%;
	text-align: center;
}
nav #active{
	color: #019fe1;
}
nav a:link {
	text-decoration:none;
	color: #fff;
} 
nav a:visited {color: #fff;}
nav a:hover {color: #b78137;}
nav a:active {color:#57565b;}
.blueLink{
	color: #019fe1;
}
.blueLink:hover{
	color: #fff;
}
.responsiveNavBox{
	display: inline;
}
.fullCol{
	background-color: rgba(0, 0, 0, .75);
	width: 97%;
	margin: 5px .5%;
	padding: 1%;
	min-height: 25px;
	float: left;
}
.threeForthCol{
	background-color: rgba(0, 0, 0, .75);
	width: 72%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
	min-height: 25px;
}
.halfCol{
	background-color: rgba(0, 0, 0, .75);
	width: 47%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
	min-height: 25px;
}
.forthCol{
	background-color: rgba(0, 0, 0, .75);
	width: 22%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
	min-height: 25px;
	
}
.forthColNav{
	background-color: rgba(0, 0, 0, .75);
	width: 22%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
	min-height: 25px;
	text-align: center;	
}
#footerPush{
	padding: 15px 0px;
	clear: both;
}
.clear{
	clear: both;
}
.right{
	float: right;
}
h1 {
	font-size: 18px;
	line-height: 19px;
}

h2 {
	font-size: 18px;
	line-height: 19px;	
	margin-bottom: 10px;
}

h3 {
	font-size: 18px;
	line-height: 19px;
	color: #019fe1;
	
}
h4 {
	font-size: 16px;
	color: #019fe1;
	margin: 15px 0px 5px 0px;
}

p {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	line-height: 18px;
	font-size: 12px;
	text-align: justify;
	color: ;
	padding: ;
}
footer{
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 12px;
	line-height: 18px;
	background-color: rgba(0, 0, 0, .75);
	width: 100%;
	padding: 10px 0px;
}
footer p{
		text-align: center;
}

a:link {
	text-decoration:none;
	color: #b78137;
} 
a:visited {color: #b78137;}
a:hover {color: #fff;}
a:active {color:#57565b;}


/*Index page specific*/

#faded .slides {
	border:solid 10px #fff;
	width: 97%;

	position:relative;

	margin-left:auto;
	margin-right:auto;
}
#faded img {
	width: 100%;
	height: auto;
	position:absolute;
	left: 0px;
	top: 0px;

}
/*About page specific*/
#about h3{
	margin-bottom: 10px;
}
#about p{
	margin-top: 10px;
}
/*Menu page specific*/
#menu h3{
	margin-bottom: 7px;
	color: #019fe1;
}
#menu p{
	padding: 4px 0px;
	/*border-bottom: dashed 1px #b78137;*/
	text-align: left;
}
#menu .typeCenter p{
	text-align: center;
}
/*Press page specific*/
.imgHalfFrame {
	border:solid 10px #fff;
	position: relative;
	width: 47%;
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgHalfFrame img {
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
}
.imgForthFrame{
	border:solid 10px #fff;
	position: relative;
	width: 25%;
	float: left;
	margin: 0px 10px 10px 0px;
}
.imgForthFrame img{
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
}
#press .halfCol{
	height: 300px;
}
#press h3{
	margin-bottom: 10px;
}
#press p{
	margin-bottom: 10px;
}
.typeLimiter{
	max-height: 150px;
	overflow: auto;
}

/*Gallery page specific*/
.imgFrame {
	width: 90%;
	border:solid 10px #fff;
	margin-left:auto;
	margin-right:auto;
	position: relative;

}
.imgFrame img{
	width: 100%;
	position: absolute;
	margin: auto;
	top: 0px;
	left: 0px;
	right: 0px;
	bottom: 0px;
}
#theLight { 
	display:none;
	background-color:#fff;
	padding:10px;
	width:420px;
	position:fixed;
	left:50%;
	top:50%;

	margin-left:-210px;
	margin-top:-250px;

	z-index:10;
}
#theLight .close{ 
	position: absolute;
	top: -15px;
	right: -15px;
}
/*The title in the light box*/
#theLight .target h1 { 
	font-size:20px; 
	padding:0px; 
	margin:5px 0px; 
	color: #000;
}
/*The type in the light box*/
#theLight .target p { 
	font-size:12px;
	padding:0px; 
	margin:0px; 
	color: #000;
}
#theLight .target img {
	width: 100%;
}
/*The dark background*/
#theDark { 
	display:none;
	color:#fff;
	background-color:#000;
	padding:25px;
	position:fixed;
	left:0px;
	top:0px;
	right:0px;
	bottom:0px;
	z-index:9;
	opacity:.8;
}
/*event page specific*/
#events h3{
	margin-bottom: 10px;
}
#events p{
	margin-bottom: 10px;
}
/*Contact page specific*/
.halfCol iframe{
	width: 100%;
	height: 400px;
}

/*iPads (portrait and landscape)*/
@media only screen and (max-width: 1024px) {
	/*styles*/
	#logo{
		margin-top: 6px;
		margin-bottom: 2px;
	}
	header h1{
		font-size: 15px;
		line-height: 18px;
	}
	.threeForthCol{
		width: 47%;
	}
	#menu .threeForthCol{
		width: 72%;
	}
	#about .threeForthCol{
		width: 72%;
	}
	.forthCol{
		width: 47%;
	}
	#faded .slides {
		width:95%;
	}
	.halfCol iframe{
	width: 100%;
	height: 250px;
	}
	.imgHalfFrame {
	width: 90%;
	margin: 10px auto;
	float: none;
	}
	#faded .slides {
	height: 400px;
	}
	#press .halfCol{
	height: 600px;
	}
	.imgForthFrame{
	width: 47%;
	}
	#theLight{
		width: 350px;
		margin-left:-175px;	
		margin-top:-200px;
	}
}

/*Smartphones (portrait and landscape)*/
@media only screen and (max-width: 480px) {
	/*styles*/
	#address{
		margin-top: 80px;
		float: none;
		width: 100%;
		margin-bottom: 10px;
	}
	#logo{
		margin-top: -5px;
		position: absolute;
		top: 0px;
		left: 0px;
		width: 96%;
	}
	#reservation{
		float: none;
		width: 100%;
		height: auto;
		margin: 3px auto 10px auto;
	}
	#socialMedia{
		float: none;
		width: 100%;
	}
	.responsiveNavBox{
		width: 100%;
		margin: 5px 0px;
		float:left;
	}
	nav{
		overflow:auto;
	}
	nav a{
	width: 30%;
	}
	#footerPush{
	padding:0px;
	}
	footer{
		margin-top: 15px;
	}
	header h1{
		display: inline;
	}

	.fullCol{
		width: 95%;
		padding: 2.5%;
	}
	.threeForthCol{
		width: 95%;
		padding: 2.5%;
	}
	.halfCol{
		width: 95%;
		padding: 2.5%;
	}
	.forthCol{
		width: 95%;
		padding: 2.5%;
	}
	.container{
	width: 90%;
	margin: 0px auto;
	}
	#faded .slides {
		width:94%;
		height: 150px;
	}
	/*#press .imgFrame {
		margin: 10px auto;
	}*/
	.imgFrame{
		margin: 5px auto;
	}
	#theLight{
		width: 300px;
		margin-left:-150px;	
		margin-top:-200px;
	}
	.imgForthFrame{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	float: none;
	}
	.forthColNav{
		width: 95%;
		padding: 2.5%;
	}
	#menu .threeForthCol{
		width: 95%;
		padding: 2.5%;
	}
	#about .threeForthCol{
		width: 95%;
		padding: 2.5%;
	}


}