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 {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
    display: block;
}
body {
    line-height: 1;
}

a[href^=tel]{
	color:#272727;	
}

ol, ul {
    list-style: none;
}
blockquote, q {
    quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: '';
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

html {
    -webkit-text-size-adjust: 100%;
}


body {
	background: url('../../images/bg.jpg') repeat fixed;
	background-color:#e3d2b4;
	font: 20px/30px helvetica, arial, sans-serif;
}


/*
.ie-bg {
	background: url('../../images/bg.jpg') repeat fixed;
	height: 100%;
	left: 0;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 1;
}*/
header {
	min-width: 640px;
	position: absolute;
	width: 100%;
	z-index: 20;
}
.home header {
	position: fixed;
}
.popup .title {
	margin: 60px auto 20px auto;
}
.popup h2 {
	font-size: 18px;
	font-style: italic;
	font-weight: bold;
}
.popup {
	font-family: 'libre-baskerville', Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", serif;
	font-size: 14px;
	line-height: 1.4em;
}
header nav {
	float: left;
	margin-left:73px 0 0 10px;
	margin-top: 73px;
}
nav li {
	display: inline-block;
}

.credits {
	background-color: rgba(0, 0, 0, 0.2);
	color: #fff;
	font-size: 14px;
	line-height: 20px;
	text-shadow: 0 0 1px black;
	width: 100%;
}

.home .credits {
	bottom: 0;
	color: #f0f0f0;
	font-size: 12px;
	left: 0;
	line-height: 18px;
	position: fixed;
	z-index: 40;
}

.credits .inner {
	padding: 30px 60px;
}

.home .credits .inner {
	padding: 20px 60px 12px;
}

.credits img {
	border: 1px solid #d0d0d0;
	height: 64px;
	float: left;
	margin-right: 15px;
	width: 64px;
}

.home .credits img {
	height: 50px;
	width: 50px;
}

.credits strong {
	font-size: 18px;
	line-height: 27px;
}

.home .credits strong {
	font-size: 14px;
	line-height: 18px;
}

.credits a {
	color: #EBDD47;
	text-decoration: none;
}

.credits a:hover {
	background-color: rgba(235, 221, 71, 0.1);
	text-shadow: 0 3px 1px black;
}

.social {
	bottom: 26px;
	clear: left;
	overflow: hidden;
	padding-top: 15px;
	position: absolute;
	right: 10px;
	width: 275px;
}

.twitter-share-button {
	overflow: hidden;
	width: 98px !important;
}

.fb-like {
}
,
.fb_edge_comment_widget iframe {
	position: absolute;
	top: -300px;
}

h1 {
	float: left;
	font: 72px/72px 'Jockey One', helvetica, arial, sans-serif;
	padding: 40px 12px 40px 62px;
	text-shadow: 0 0 60px rgba(164, 204, 244, 0.5), 1px 1px 0 #082644, 2px 2px 0 #082644, 3px 3px 0 #082644, 4px 4px 0 #082644;
	text-transform: uppercase;
}
h1:hover {
	text-shadow: 0 0 60px rgba(164, 204, 244, 0.65), 1px 1px 0 #082644, 2px 2px 0 #082644, 3px 3px 0 #082644, 4px 4px 0 #082644;
}
h1 a {
	color: white;
	text-decoration: none;
}

.main {
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.home .main {
	width: 960px;
	height:4950px;
	margin:0 auto; 
	vertical-align:top;
}
.section {
	display: block;
	position: relative;
	vertical-align: top;
	width: 960px;
	z-index: 10;
}
.home .section {
	display: inline-block;
	margin: 0;
	text-align:center;
}


p, pre {
	font-size: 18px;
	line-height: 38px;
	margin-bottom: 30px;
	padding: 0 20px;
	text-shadow: 0 1px 1px black;
	width: 620px;
}
pre {
	border-radius: 11px;
	background-color: rgba(255,255,255,.1);
	border: 1px solid rgba(255,255,255,.125);
	margin: 40px 0;
	padding: 5px 20px;
}
code {
	font-family: monaco, courier new, monospace;
	font-size: 17px;
}
p code {
	margin: 0 4px;
}
button, header nav a {
	background-color: white;
	color: #082644;
	cursor: pointer;
	margin-left: 10px;
	border: 0;
	padding: 6px 13px;
	font-size: 13px;
	border-radius: 11px;
	margin-top: 12px;
	text-decoration: none;
}
button:hover, header nav a:hover {
	box-shadow: 0 0 17px rgba(164, 204, 244, 0.6);
}
button:active, header nav a:active, header nav a.current {
	box-shadow: 0 0 34px rgba(164, 204, 244, 0.6);
}
.sun {
	background-color: #5C550A;
	border-radius: 100px;
	height: 200px;
	left: 1150px;
	position: fixed;
	top: 650px;
	width: 200px;
	z-index: 4;
}
.planet {
	background-color: #77FF00;
	border-radius: 1000px;
	left: -650px;
	height: 2000px;
	position: fixed;
	top: 600px;
	width: 2000px;
	z-index: 5;
}


/* Syntax */

.atv, .lit, .str, .kwd { color: #EBDD47 }

.com, pre a { color: #C3D9F8 }
pre a {
	text-decoration: none;
	display: inline-block;
	border-bottom: 1px dashed #85ABE0;
	line-height: 25px;
}
pre a:hover {
	background-color: rgba(133, 171, 224, 0.1);
	border-style: solid;
}

/* Debug */

#debugOffsets {
	display: none;
}

#debugOffsets .horizontal-offset {
	background-color: pink;
	height: 100%;
	left: 40px;
	position: fixed;
	top: 0;
	width: 2px;
	z-index: 99999;
}

#debugOffsets .horizontal-offset span {
	background-color: pink;
	color: black;
	font-size: 12px;
	left: 0;
	position: absolute;
	text-align: center;
	top: 0;
	width: 150px;
}

.debugOffsets h2,
.debugOffsetParents h2 {
	outline: 4px solid blue;
}

.debugOffsetParentsDefault h2 {
	outline: 0;
}

.debugOffsets h2 .debug-h2-label,
.debugOffsetParents h2 .debug-h2-label {
	background-color: blue;
	bottom: -24px;
	color: black;
	letter-spacing: 0;
	line-height: 24px;
	font-size: 12px;
	position: absolute;
	right: -4px;
	text-align: center;
	text-transform: none;
	width: 500px;
}
.debugOffsetParentsDefault h2 .debug-h2-label {
	display: none;
}
.debugOffsetParents h2 .debug-constellation-label {
	background-color: yellow;
	color: black;
	letter-spacing: 0;
	line-height: 24px;
	font-size: 12px;
	position: absolute;
	right: -2px;
	text-align: center;
	text-transform: none;
	top: -24px;
	width: 250px;
}

.debugOffsetParents .constellation {
	outline: 2px solid yellow;
}

/* Letters */

.constellation {
	height: 700px;
	width: 1000px;
	z-index: 60;
	margin: 0 auto;
	position: relative;
}
.star {
	height: 8px;
	left: 0;
	margin: 1px;
	position: absolute;
	top: 0;
	width: 8px;
	z-index: 2;
}

.red{
	background-color: #FF3600;
}

.yellow{
	background-color: #FFFF00;
}

.green{
	background-color: #77FF00;
}

.orange{
	background-color: #FF9810;
}

.purple{
	background-color: #6D0DD0;
}

.constellation .small {
	-moz-border-radius: 50px; /* Mozilla */
    -webkit-border-radius: 50px; /* Webkit */
    border-radius: 50px;
	height: 50px;
	width: 50px;
}
.constellation .large {
	-moz-border-radius: 100px; /* Mozilla */
    -webkit-border-radius: 100px; /* Webkit */
    border-radius: 100px;
	height: 100px;
	width: 100px;
}

/* A */

.a .star1 {
    top: 100px;
    left: 90%;
}
.a .star2 {
    top: 550px;
    left: 55%;
}
.a .star3 {
    top: 800px;
    left: 30%;
}
.a .star4 {
    top: 300px;
    left: 5%;
}
.a .star5 {
    top: 1000px;
    left: 76%;
}

.a .star6 {
    top: 1300px;
    left: 0%;
}

.a .star7 {
    top: 1500px;
    left: 60%;
}

/* . */

.bar {
	position: absolute;
	width: 960px;
	text-align: center;
	margin:0 auto;
	padding-top:15px;
	height:75px;
}

#loading {
	position: fixed;
	top: 295px;
	left: 50%;
	margin-left:-30px;
	width: 62px;
	height: 201px;
	z-index: 15;
}

#shoes {
	background: url(../../images/sprites/shoes.png) 0 0 no-repeat;
	position: absolute;
	top: 2315px;
	left: 50%;
	margin-left:-55px;
	width: 136px;
	height: 113px;
	z-index: 10;
}

#vegetables {
	background: transparent url(../../images/sprites/vegetables.png) 0 0 no-repeat;
	position: absolute;
	top: 1690px;
	left: 50%;
	margin-left:-140px;
	width: 293px;
	height: 161px;
	z-index: 10;
	display: none;
}

#butterfly {
	background: transparent url(../../images/sprites/butterfly.png) 0 0 no-repeat;
	position: absolute;
	top: 2970px;
	left: 10%;
	width: 140px;
	height: 130px;
	z-index: 15;
}
#butterfly2 {
	background: transparent url(../../images/sprites/butterfly.png) 0 0 no-repeat;
	position: absolute;
	top: 3610px;
	left: 50%;
	width: 140px;
	height: 130px;
	margin-left:-480px;
	z-index: 15;
}
#hand {
	background: url(../../images/sprites/hand.png) 0 0 no-repeat;
	position: absolute;
	top: 350px;
	left: 50%;
	margin-left:-30px;
	width: 62px;
	height: 201px;
	z-index: 15;
}

#ship-loc {
	background: url(../../images/sprites/ship.png) 0 0 no-repeat;
	position: absolute;
	top: 3450px;
	left: 50%;
	margin-left:80px;
	width: 221px;
	height: 178px;
	z-index: 99;
}

#founders {
	background: url(../../images/sprites/founders.png) 0 0 no-repeat;
	position: absolute;
	top: 3740px;
	left: 50%;
	margin-left:-314px;
	width: 625px;
	height: 248px;
	z-index: 11;
}


#wine {
	background: url(../../images/sprites/wine.png) 0 0 no-repeat;
	position: absolute;
	top: 2690px;
	left: 50%;
	margin-left:-185px;
	width: 350px;
	height: 400px;
	z-index: 99;
}

#balloon {
	background: transparent url(../../images/sprites/balloon.png) 0 0 no-repeat;
	width: 98px;
	height: 79px;
	margin-left:81px;
	z-index: 15;
	margin-top:-10px;
}

#balloon-wrap {
	position: absolute;
	top: -500px;
	left: 100px;
	width: 140px;
	height: 130px;
	z-index: 15;
}

#fish{
	background: transparent url(../../images/sprites/fish.png) 0 0 no-repeat;
	position: absolute;
	top: 2820px;
	left: 20%;
	width: 180px;
	height: 88px;
	z-index: 15;
	display: none;
}

#fish2{
	background: transparent url(../../images/sprites/fish.png) 0 0 no-repeat;
	position: absolute;
	top: 5858px;
	left: 200px;
	width: 180px;
	height: 88px;
	margin-left:102px;
	z-index: 15;
}

#fish3{
	background: transparent url(../../images/sprites/fish.png) 0 0 no-repeat;
	position: absolute;
	top: 6558px;
	left: 70%;
	width: 180px;
	height: 88px;
	margin-left:102px;
	z-index: 15;
}

#fame-wink {
	background: transparent url(../../images/sprites/fame-wink.png) 0 0 no-repeat;
	position: absolute;
	top: 5550px;
	left: 50%;
	width: 50px;
	height: 50px;
	margin-left:-32px;
	z-index: 15;
}


#fb-boy {
	background: transparent url(../../images/sprites/fb.png) 0 0 no-repeat;
	position: absolute;
	top: 3755px;
	left: 50%;
	width: 77px;
	height: 72px;
	margin-left:164px;
	z-index: 99;
}

#fb-boy-bg {
	background: transparent url(../../images/fb/fb.png) 0 0 no-repeat;
	position: absolute;
	top: 3571px;
	left: 50%;
	width: 330px;
	height: 507px;
	margin-left:78px;
	z-index: 90;
}
#res-boy {
	/*background: transparent url(../../images/sprites/fb.png) 0 0 no-repeat;*/
	position: absolute;
	top: 3755px;
	left: 50%;
	width: 77px;
	height: 72px;
	margin-left:164px;
	z-index: 99;
}

#res-boy-bg {
	/*background: transparent url(../../images/reserve/reservation.png) 0 0 no-repeat;*/
	position: absolute;
	top: 3571px;
	left: 50%;
	width: 330px;
	height: 507px;
	margin-left:78px;
	z-index: 90;
}

#jpreLoader{
	width:201px;
	height:2px;
	border-radius:25px;
	-moz-border-radius:25px;
	-webkit-border-radius:25px;
}
#jpreBar {
	
	background-size:10px 10px;
	-moz-background-size:10px 10px;
	-webkit-background-size:10px 10px;
	-o-background-size:10px 10px;
	

	background-color:#231F20;
		
	animation: progress 2s linear infinite;
	-moz-animation: progress 2s linear infinite;
	-webkit-animation: progress 2s linear infinite;
	-ms-animation: progress 2s linear infinite;
	-o-animation: progress 2s linear infinite;	
}
