﻿/* Leahi Villa, Honolulu Hawaii */
/*
------------------------------------------------------
Copyright Brad Edwards Designs, some rights reserved
http://www.BradEdwardsDesigns.com/
------------------------------------------------------
*/

/* >>>>>  General Page Elements
------------------------------------------------------------------------*/
body {
	color: #4D4D4D;
	font-family: Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 0.8em;
	line-height: 1.8em;
	text-align: center;
	background: #222222;
}


a {
	color: #4D4D4D;
	text-decoration: none;
}
a:hover {
	color: #666666;
}
a:visited {
	color: #4D4D4D;
}
a:visited:hover {
	color: #666666;
}


h1{
	font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.6em;
	color: #767676;
	margin: 0 0 15px 0;
	padding-left: 15px; 
}
h2 {
	font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.3em;
	color: #767676;
	margin: 15px;
}
h3 {
	font-family: "Arial Narrow",Tahoma, Geneva, Arial, Helvetica, sans-serif;
	font-size: 1.1em;
	color: #767676;
	margin: 15px;
}


p {
	margin: 10px 10px;
}

.centered{
	text-align: center;
	padding: 0 75px 0 75px;
	color: #666666;
	font-size: 11pt;
}

.justified{
	text-align: justify;
	padding: 0 75px 0 75px;
	color: #666666;
	font-size: 11pt;
}

.right{
	text-align: right;
}

.left{
	text-align: left;
}

.design{
	text-align: left;
	color: #4D4D4D;
	padding: 0px;
}

.formInput{
	background-color: #C0C0C0;
	width: 369px;
}

/* >>>>>  Page Layout Elements
------------------------------------------------------------------------*/
#container {
	text-align: center;
	margin: auto;
	background: url('assets/images/bg.png') repeat-y 50% 0%;
	padding: 0 !important;
	line-height: 1.8em;
}

#content {
	width: 900px;
	margin: auto;
	text-align: center;
	background-color: #000000;
}

#footer{
	background: url('assets/images/bottom-01.png') no-repeat 50%;
	height: 100px;
}

/* >>>>>  Turtle Image Elements
------------------------------------------------------------------------*/
#tuttle_Left {
	float: left;
}
#turtle_Right {
	float: right;
}

/* >>>>>  Banner Elements
------------------------------------------------------------------------*/
#banner {
	height: 100px;
	background: url(imgs/back_banner.jpg) #006B95 no-repeat;
}

#banner h1 {
	float: left;
	color: #FFFFFF;
	margin: 40px 0 0 20px;
	background: none;
}

/* >>>>>  Gallery Page Elements
------------------------------------------------------------------------*/
#imgallery {
	width: 700px;
	padding: 0;
	margin: auto;
}

.caption {
	padding: 0 0 5px 0;
	width: 700px;	 
	font: italic 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	text-align: right;
}

.th {
	font: bold 11px "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	color: #4f6b72;
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	border-top: 1px solid #C1DAD7;
	letter-spacing: 2px;
	text-transform: uppercase;
	text-align: left;
	padding: 6px 6px 6px 12px;
	background: #CAE8EA url(images/bg_header.jpg) no-repeat;
}

.thnobg {
	border-top: 0;
	border-left: 0;
	border-right: 1px solid #C1DAD7;
	background: none;
}

.td {
	border-right: 1px solid #C1DAD7;
	border-bottom: 1px solid #C1DAD7;
	background: #fff;
	padding: 6px 6px 6px 12px;
	color: #4f6b72;
}


td.alt {
	background: #C0C0C0;
	color: #797268;
}

tr.spec {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	background: #fff url(images/bullet1.gif) no-repeat;
}

tr.specalt {
	border-left: 1px solid #C1DAD7;
	border-top: 0;
	color: #111111;
	/* color: #797268; */
	background-color: #C0C0C0;
}