/*Specific Type*/
@import url(klavika/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}

/* !!!!CSS STARTS BELOW!!!! */
.darkestBG{
	background-color: #231f20;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #000000;
}
.darkBG{
	background-color: #404041;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #000000;
}
.lightBG{
	background-color: #ebebeb;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #000000;
}
.menus .darkBG{
	box-shadow: none;
}
.menus .blueBG{
	box-shadow: none;
}
.titleBG{
	background: #182854; /* Old browsers */
	background: -moz-linear-gradient(left,  #182854 0%, #2a388f 50%, #182854 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#182854), color-stop(50%,#2a388f), color-stop(100%,#182854)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* IE10+ */
	background: linear-gradient(to right,  #182854 0%,#2a388f 50%,#182854 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182854', endColorstr='#182854',GradientType=1 ); /* IE6-9 */
	border: solid 2px #ffffff;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #000000;
}
.blueBG{
	background: #182854; /* Old browsers */
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #000000;
}
.whiteBG{
	background-color: #ffffff;
	padding: 7px;
	border-radius: 5px;
	box-shadow: 0px 1px 1px #000000;
}
.lightHover:hover{
	background-color: #ffffff;
	color: #182854;
	box-shadow:none;
}
.blueHover:hover{
	background-color: #ebebeb;
	color: #182854;
	box-shadow:none;
}
.whiteHover:hover{
	background-color: #ebebeb;
	color: #182854;
	box-shadow:none;
}
.darkHover:hover{
	background-color: #ebebeb;
	color: #182854;
	box-shadow:none;
}
.darkestHover:hover{
	background-color: #ebebeb;
	color: #182854;
	box-shadow:none;
}

.darketsType{
	color: #231f20;
}
.darkType{
	color: #404041;
}
.lightType{
	color: #ebebeb;
}
.blueType{
	color: #182854;
}
.whiteType{
	color: #ffffff;
}

.reservation{
	background-color: #182854;
	border: solid 2px #ffffff;
	border-radius: 5px;
	padding: 5px;
	color: #ffffff;
	text-align: center;
}
.reservation:hover{
	background-color: #ebebeb;
	border: solid 2px #182854;
	background-image: url(../_images/bg.jpg);
	color: #182854;
}
.reservationBox .halfCol{
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}
.reservationBox h1{
	margin-top: 10px;
}
.reservationBox p{
	padding-left: 15px;
	padding-right: 15px;
}
body {
	font-family: "Trebuchet MS", Helvetica, sans-serif;
	background-color: #ebebeb;
	/*background-image: url(../_images/murphs_BG.jpg);*/
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.container{
	max-width: 1024px;
	width: 100%;
	margin: 0px auto;
	/*position: relative;*/
	
}
header{
	background-color: #ffffff;
	background-image: url(../_images/bg.jpg);
	/*border-bottom: solid 6px #182854;*/
	overflow: hidden;

}
header h1{
	display: none;
}
header img{
	width: 100%;
	padding-top: 15px;
}
.headerImgIndex{
	padding: 5px 0px 15px 0px;
}
.subHeader{
	margin: 10px auto;
	overflow: auto;
	/*position: absolute;
	top:0px;
	left: 0px;*/
}
header .subHeader .halfCol h3{
	color: #182854;
}
header .subHeader a:link{
	color: #182854;
}
header .subHeader a:visited{
	color: #182854;
}
header .subHeader a:hover{
	color: #ffffff;
}

.subHeader .halfCol{
	padding: 0px;
	width: 49%;
}
.subHeader .forthCol{
	padding: 0px;
	width: 24%;
}
.subHeader h3{
	margin: 0px;
}
#socialMedia .frame{
	width: 25%;
	float: left;
	text-align: center;
	margin-top: -3px;
}
#socialMedia a{
	width: 35px;
	height: 35px;
	display: inline-block;
	opacity: .9;
}
#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;
	opacity: 1;
}

nav{
	border-top: solid 3px #ffffff;
	border-bottom: solid 3px #ffffff;
	padding: 15px;
	min-height: 17px;
	background: #182854; /* Old browsers */
	background: -moz-linear-gradient(left,  #182854 0%, #2a388f 50%, #182854 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#182854), color-stop(50%,#2a388f), color-stop(100%,#182854)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* IE10+ */
	background: linear-gradient(to right,  #182854 0%,#2a388f 50%,#182854 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182854', endColorstr='#182854',GradientType=1 ); /* IE6-9 */

}
nav a li{
	text-align: center;
	position: relative;
}
nav a li img{
	position: absolute;
	top: 13px;
	left: 50%;
	margin-left: -10px;
}
nav ul a:link{
	color: #ffffff;
	display: inline-block;
	width: 16%;
	text-align: center;
}
nav ul a:visited {color: #ffffff;}
nav ul a:hover {opacity: .5;}
nav ul li.active:hover {opacity: 1;}
.grayBar{
	height: 7px;
	background: #231f20; /* Old browsers */
	background: -moz-linear-gradient(left,  #231f20 0%, #404041 50%, #231f20 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#231f20), color-stop(50%,#404041), color-stop(100%,#231f20)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #231f20 0%,#404041 50%,#231f20 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #231f20 0%,#404041 50%,#231f20 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #231f20 0%,#404041 50%,#231f20 100%); /* IE10+ */
	background: linear-gradient(to right,  #231f20 0%,#404041 50%,#231f20 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#231f20', endColorstr='#231f20',GradientType=1 ); /* IE6-9 */
}
.blueBar{
	height: 7px;
	background: #182854; /* Old browsers */
	background: -moz-linear-gradient(left,  #182854 0%, #2a388f 50%, #182854 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,#182854), color-stop(50%,#2a388f), color-stop(100%,#182854)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left,  #182854 0%,#2a388f 50%,#182854 100%); /* IE10+ */
	background: linear-gradient(to right,  #182854 0%,#2a388f 50%,#182854 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#182854', endColorstr='#182854',GradientType=1 ); /* IE6-9 */
}
.responsiveNavBox{
	display: inline;
}
.imgFrame {
	width: 90%;
	margin-left:auto;
	margin-right:auto;

}
.imgFrame:hover {
	opacity: .8;
}
.imgFrame img{
	width: 100%;
	height: auto;
	border:solid 6px #182854;
}
#faded .slides {
	border:solid 6px #182854;
	width: 97%;
	position:relative;
	margin-left:auto;
	margin-right:auto;
}
#faded img {
	width: 100%;
	height: auto;
	position:absolute;
	left: 0px;
	top: 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: -18px;
	right: -16px;
}
/*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;
}
.twoThirdCol.hours{
	background: #182854; /* Old browsers */
	overflow: auto;
	border-radius: 5px;
	margin-top: 15px;
}
.fullCol.hours{
	background: #182854; /* Old browsers */
	overflow: auto;
	border-radius: 5px;
	margin-top: 15px;
}
.menuTitle{
	display:inline-block; 
	margin-right: 10px;
}
.menuTitlePrice{
	display:inline-block; 
}
#canvasFrame{
	overflow: hidden;
	padding-top: 25px;
}
#mainCanvas{
	background-color: rgba(64,64,64,.93);
	/*background-color: #404041;*/
	/*background-image: url(../_images/bg.jpg);*/
	box-shadow: 0px 1px 3px #000000;
	padding: 15px;
	overflow: auto;
	position: relative;
	top:0px;
}
.drinks h2:hover{
	opacity: .5;
}
.menus h2{
	margin: 15px 0px 10px 0px;
}
.bottomSpacer{
	clear: both;
	height: 40px;
}
.height{
	min-height: 320px;
}
.fullCol{
	width: 97%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
}
.twoThirdCol{
	width: 63%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
}
.halfCol{
	width: 46%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
}
.thirdCol{
	width: 30%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
}
.forthCol{
	width: 21.5%;
	margin: 5px .5%;
	padding: 1%;
	float: left;
}
.colLine{
	border-right: solid 1px #231f20;
}
.clear{
	clear:both;
}
.map{
	width: 95%;
	border: solid 6px #182854;
}
.jumpType{
	display: inline-block;
}
h1 {
	font-family: 'klavika_bold_capsregular';
	font-size: 30px;
	color: #ffffff;
	/*margin: 10px 0px 20px 0px;*/
}

h2 {
	font-size: 18px;
	color: #ffffff;
	margin: 10px 0px 15px 0px;
	line-height: 24px;
	font-weight: bolder;
}

h3 {
	font-size: 17px;
	color: #ffffff;
	margin: 10px 0px 10px 5px;
	line-height: 21px;
}

p {
	font-size: 15px;
	color: #ffffff;
	margin: 10px 0px 10px 5px;
	line-height: 20px;
	font-weight: lighter;
}

a:link {
	text-decoration:none;
	color: #ebebeb;
	font-weight: bold;
} 
a:visited {color: #ebebeb;}
a:hover {color: #182854;}
a:active {color: #ebebeb;}
footer{
	background-color: #ffffff;
	background-image: url(../_images/bg.jpg);
	text-align: center;
	clear: both;
	display: block;
}
footer h3{
	padding: 10px 0px;
	margin: 0px;
	color: #404041;	
}
footer a:link {
	color: #182854;
} 
footer a:visited {color: #182854;}
footer a:hover {color: #ebebeb;}
div b{
	font-weight: bold !important;
}
div i{
	font-style: italic;
}
/*iPads (portrait and landscape)*/
@media only screen and (max-width: 1024px) {
	/*styles*/
	nav ul a:link{
		width: 15%;
	}
	h1{
		font-size: 25px;
	}
	h2{
		font-size: 16px;
	}
	h3{
		font-size: 16px;
	}
	.jumpType{
		display: block;
	}
	#theLight{
		width: 350px;
		margin-left:-175px;	
		margin-top:-200px;
	}
}

/*Smartphones (portrait and landscape)*/
@media only screen and (max-width: 480px) {
	/*styles*/
	.subHeader h3{
		text-align: center;
	}
	.responsiveNavBox{
		width: 50%;
		margin: 5px 0px;
		float:left;
	}
	nav ul a:link{
		display: block;
		margin: 10px auto;
	}
	h1{
		font-size: 30px;
	}
	h2{
		font-size: 18px;
	}
	.subHeader .halfCol{
		width: 97%;
	}
	.subHeader .forthCol{
		width: 97%;
	}
	.halfCol{
		width: 97%;
	}
	.forthCol{
		width: 97%;
	}
	.twoThirdCol{
		width: 97%;
	}
	.thirdCol{
		width: 97%;
	}
	.colLine{
		border:none;
	}
	#canvasFrame{
		overflow: visible;
		padding-top: 0px;
	}
	.height{
		min-height: 0px;
	}
	.jumpType{
		display: block;
	}

	footer{
		position: relative;
	}
	nav{
		overflow: auto;
	}
	nav a li img{
		display: none;
	}
	header{
		width: 100%;
		overflow: hidden;
	}
	header img{
		margin-left: -16%; 
		width: 132%;
	}
	#theLight{
		width: 300px;
		margin-left:-150px;	
		margin-top:-200px;
	}
	.reservationBox p{
	padding-left: 1%;
	padding-right: 1%;
}
}