/* COLORS
======================================================================
	#179691 : water (background)
	#e9d9c4	: sand (background)
	#2888c1	: blue (links)
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html, body {
	position: relative;
	height: 100%;
	min-height: 700px;
	min-width: 970px;
}

body, input, select, textarea {
	font-family: "Times New Roman", Times, serif;
	font-size: .85em;
	line-height: 1.2;
}

p {
	margin-top: 1em;
}

a:link, a:visited {
	color: #2888c1;
}

a:hover, a:active {
	color: #000;
}




/* CONTAINERS
====================================================================== */





/* ENTER
====================================================================== */
body#section_age_verification {
	background: #496D41;
}

body#section_age_verification #outer {
	background: url(home-tile.jpg) repeat-x 0 0;
}

body#section_age_verification #content {
	margin: 0 auto;
	width: 794px;
	height: 280px;
	background: url(home-bg.jpg) no-repeat 0 0;
}

#age_check {
	position: relative;
	top: 365px;
	left: 307px;
	height: 46px;
	width: 200px;
}

#yes a {
	display: block;
	width: 89px;
	height: 49px;
	float: left;
	margin-right: 20px;
	background: url(../_images/age-yes.png) no-repeat 0 0;
}

#yes a:hover {
	background-position-y: -48px;
}

#no a {
	display: block;
	width: 89px;
	height: 49px;
	float: left;
	background: url(../_images/age-no.png) no-repeat 0 5px;
}

#no a:hover {
	background-position-y: -50px;
}





/* INSIDE
====================================================================== */
body {
	position: relative;
	background: url(../_images/coast-tile.jpg) #e9d9c4 repeat-x 50% 0;
}

#banner {
	position: relative;
	margin: 0 auto;
	width: 970px;
	height: 600px;
	background: url(../_images/interior-bg.jpg) no-repeat top center;
}

#banner a:link,
#banner a:visited {
	position: relative;
	margin: 0 auto;
	width: 240px;
	height: 150px;
	display: block;
	z-index: 1000;
}

#banner a:link span,
#banner a:visited span {
	display: none;
}

#tiki {
	position: absolute;
	top: 10px;
	right: 2%;
	width: 457px;
	height: 411px;
	background: url(../_images/tiki.png) no-repeat 0 0;
}

#left {
	position:absolute;
	left: 0;
	bottom: 0;
	padding: 0;
	margin-left: 2%;
	width: 600px;
	height: 544px;	
}

#binding {
	position:absolute;
	left: 1px;
	bottom: 0;
	width: 68px;
	height: 529px;
	background: url(../_images/book-edge.png) no-repeat bottom center;
}

#page {
	position:absolute;
	top: 0;
	left: 68px;
	width: 485px;
	height: 544px;
	width: 485px;
	height: 544px;
	background: url(../_images/book-interior.jpg) no-repeat 0 0;
}

body#section_home #page {
	background: url(../_images/book-cover.jpg) no-repeat 0 0;
}

#blurb {
	padding: 70px 50px 0 50px;
	text-align: center;
	color: #fff;
	font-style: italic;
}

#blurb a:link,
#blurb a:visited {
	color: #ccd8e8;
	font-weight: bold;
}

#blurb a:hover,
#blurb a:active {
	color: #fff;
}

ul#tabs {
	position:absolute;
	top: 0;
	left: 553px;
	margin: 0;
}

ul#tabs a:link,
ul#tabs a:visited {
	display: block;
	width: 24px;
	margin-top: 8px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

a#home:link,
a#home:visited {
	height: 64px;
	background: url(../_images/tab-home.png);
}

li.Current a#home:link,
li.Current a#home:visited {
	background-image: url(../_images/tab-home-on.png);
}

a#coconut:link,
a#coconut:visited {
	height: 77px;
	background: url(../_images/tab-coconut.png);
}

li.Current a#coconut:link,
li.Current a#coconut:visited {
	background-image: url(../_images/tab-coconut-on.png);
}

a#pineapple:link,
a#pineapple:visited {
	height: 145px;
	background: url(../_images/tab-pineapple.png);
}

li.Current a#pineapple:link,
li.Current a#pineapple:visited {
	background-image: url(../_images/tab-pineapple-on.png);
}

a#cherry:link,
a#cherry:visited {
	height: 68px;
	background: url(../_images/tab-cherry.png);
}

li.Current a#cherry:link,
li.Current a#cherry:visited {
	background-image: url(../_images/tab-cherry-on.png);
}

a#mango:link,
a#mango:visited {
	height: 68px;
	background: url(../_images/tab-mango.png);
}

li.Current a#mango:link,
li.Current a#mango:visited {
	background-image: url(../_images/tab-mango-on.png);
}

a#banana:link,
a#banana:visited {
	height: 72px;
	background: url(../_images/tab-banana.png);
}

li.Current a#banana:link,
li.Current a#banana:visited {
	background-image: url(../_images/tab-banana-on.png);
}

ul#tabs a:hover {
	background-position: -3px 0;
}

ul#tabs li.Current a:hover {
	background-position: 0 0;
}

#right {
	position: absolute;
	right: 0;
	bottom: 0;
	margin-right: 2%;
	width: 342px;
	height: 254px;
	background: url(../_images/postcard.png) no-repeat 0 0;
}

form#contact {
	position: relative;
	z-index: 200;
	margin: 25px 0 0 20px;
	width: 115px;
	height: 153px;
}

#contact label,
#contact input,
#contact textarea,
#footer .Msg {
	font-family: "Comic Sans MS";
	font-style: italic;
	font-size: 10px;
	color: #80807e;
	border-width: 0;
	width: 100%;
}

#footer .Msg {
	margin: 25px 0 0 25px;
	line-height: 1.4;
	width: 95px;
}

#footer .Msg a:link,
#footer .Msg a:visited {
	white-space: nowrap;
}

#contact label {
	margin-left: 4px;
	margin-bottom: 6px;
	padding-bottom: 6px;
	border-bottom: 1px dotted #ccc;
	font-weight: bold;
	width: auto;
	display: block;
}

#contact input#email {
	width: 80px;
}

#contact textarea {
	height: 90px;
}

#contact input#send {
	width: 42px; /* 42 for image, the rest for old safari */
	height: 20px;
	border-width: 0;
	cursor: pointer;
	background: url(../_images/send.gif) no-repeat 0 -25px;
}

#contact input#send:hover {
	background-position: 0 0;
}

#legal {
	position: absolute;
	bottom: 0;
	padding-bottom: 3px;
	text-align: right;
	font-family: Arial, Verdana, sans-serif;
	font-size: 9px;
	line-height: 1.4;
	width: 100%;
}

#legal p {
	padding-right: 10px;
}

#legal,
a#credit:link,
a#credit:visited {
	color: #999;
}

body#section_home #page #legal,
body#section_home a#credit:link,
body#section_home a#credit:visited {
	color: #dcfbff;
}

a#credit:link,
a#credit:visited {
	padding-left: 5px;
	white-space: nowrap;
}

a#credit:hover {
	color: #777;
}

body#section_home a#credit:hover {
	color: #fff;
}





/* RECIPES
====================================================================== */
#recipe_wrapper {
	padding: 130px 0 0 35px;
	height: 381px;
	background-repeat: no-repeat;
	background-position: 365px bottom;
}

.Coconut {
	background-image: url(../_images/bottle-coconut.jpg);
}

.Pineapple {
	background-image: url(../_images/bottle-pineapple.jpg);
}

.Cherry {
	background-image: url(../_images/bottle-cherry.jpg);
}

.Mango {
	background-image: url(../_images/bottle-mango.jpg);
}

.Banana {
	background-image: url(../_images/bottle-banana.jpg);
}

#recipe_nav, .Recipe {
	font-family: Helvetica, Arial, sans-serif;
}

#recipe_nav {
	float: left;
	margin: 0 25px 0 0;
	padding: 0 30px 5px 0;
	/* min-width: 150px; */
	color: #666;
	font-size: .7em;
	/* text-transform: lowercase; */
	background: url(../_images/divider-dotted.gif) repeat-y right top;
}

#recipe_nav li a:link, 
#recipe_nav li a:visited {
	padding: 4px 0 5px 0;
	display: block;
	color: #666;
}

#recipe_nav li a:hover, 
#recipe_nav li a:active {
	color: #2888c1;
}

.Recipe {
	color: #666;
	display: none;
}

.Recipe h2 {
	color: #2888c1;
	/* text-transform: lowercase; */
}

.Recipe p.Directions {
	margin: 9px 0 20px 0;
	padding-right: 20px;
	font-size: .8em;
	text-transform: lowercase;
}

.Recipe ul.RecipeIngredients {
	margin-bottom: 30px;
	font-size: .8em;
}

.ItemQuantity {
	padding-right: 5px;
	color: #2888c1;
}

.Recipe ul.RecipeIngredients li {
	margin-bottom: 5px;
}

.First {
	display: block;
}





/* CUSTOM CLASSES
====================================================================== */
#honeypot {
	position: absolute;
	left: -4000px;
	height: 1px;
	width: 1px;
	visibility: hidden;
}

#alt_content {
	display: none;
}

#music {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 1000;
}
