/*
Design by Moon Coast Media & Design
Released for free under a Creative Commons Attribution 2.5 License
Google font families:
font-family: 'Great Vibes', cursive;
font-family: 'Oleo Script', cursive;
font-family: 'Lovers Quarrel', cursive;
font-family: 'Condiment', cursive;
font-family: 'Fugaz One', cursive;
font-family: 'Norican', cursive;
*/

body {
	padding: 0;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	color: #5E5A3F;
	background-color: #FFFFFF;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	background-image: url(images/boat/waves_bkg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #F0E9E9;
}

h1 {
	font-size: 2em;
}

h2 {
	font-size: 2em;
	color: #7C7963;
	font-weight: bolder;
}

h3 {
	font-size: 1.3em;
	color: #5F5B40;
}

p, ul, ol {
	margin-top: 0;
	line-height: 180%;
}

ul, ol {
}

a {
	text-decoration: underline;
	color: #7CBDBD;
	font-weight: bold;
}

a:hover {
	color: #CCC;
	text-decoration: none;
}
#banner {
	height: 110px;
	background-color: #67999A;
	background-image: url(images/boat/waves_bkg2.jpg);
	background-repeat: repeat-x;
}

#wrapper {
	margin: 0 auto;
	padding: 0;
}

/*rotator code here */
/* rotator in-page placement */
        div.rotator {
	position:relative;
	height:300px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 0px;
}
/* rotator css */
	div.rotator ul li {
	float:left;
	position:absolute;
	list-style: none;
}
/* rotator image style */	
	div.rotator ul li img {
	border:2px solid #ccc;
	padding: 4px;
	background: #FFF;
}
    div.rotator ul li.show {
	z-index:500;
}


/* Header */

#header {
	overflow: hidden;
	width: 1000px;
	height: 340px;
	margin: 0 auto;
}

#gallery {
	float: right;
	width: 692px;
	height: 340px;
	background-color: #67999A;
}

/* Logo */

#logo {
	width: 1000px;
	height: 110px;
	margin: 0px auto;
	padding: 0;
	color: #FFFFFF;
}

#logo p {
	margin: 0;
	padding: 0;
	letter-spacing: -2px;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#logo h1 {
	font-size: 75px;
	color: #FFFFFF;
	font-family: "Great Vibes", serif;
	font-weight: bold, 700;
	letter-spacing: 0.1em;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: -10px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 40px;
}

#logo h1 a {
	color: #79350A;
}

#logo p {
	margin: 0px;
	padding: 0px 0px 0px 40px;
	font-size: 26px;
	color: #01B1B5;
}

#logo a {
	border: none;
	background: none;
	text-decoration: none;
	color: #34312C;
}
#logo_rt {
	width: 550px;
	height: 110px;
	padding: 0;
	color: #FFFFFF;
	float: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(images/slow-profile.png);
}
#logo_lft {
	width: 425px;
	height: 110px;
	padding: 0;
	color: #FFFFFF;
	float: left;
	background-image: url(images/HT_logo_web.png);
	background-repeat: no-repeat;
	background-position: left center;
}
#logo_rt p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 1.2em;
	font-weight: bold;
	color: #FFF;
	line-height: normal;
	letter-spacing: normal;
	text-transform: capitalize;
	padding-top: 55px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 5px;
}
img.border {
	border: 6px solid #7BBDBD;
	padding: 0px;
}

img.alignleft {
	float: left;
	margin-right: 25px;
}

img.alignright {
	float: right;
	padding: 10px;
}

img.aligncenter {
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
img.deadcenter {
	margin: 0px;
	padding: 5px;
}


/* Search */

#search {
	height: 50px;
	padding: 0px 0px 0px 0px;
}

#search form {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}

#search fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

#search-text {
	width: 220px;
	padding: 5px 5px 5px 10px;
	border: none;
	background: none;
	text-transform: lowercase;
	font: normal 14px Tahoma, Geneva, sans-serif;
	color: #184203;
}

#search-submit {
	width: 70px;
	height: 22px;
	border: none;
	border: none;
	background: none;
	text-indent: -99999px;
	color: #34312C;
}

/* Menu */

#menu {
	float: left;
	width: 228px;
	height: 340px;
	background-color: #000434;
	padding-top: 0px;
	padding-right: 40px;
	padding-bottom: 0px;
	padding-left: 40px;
	margin: 0px;
}

#menu ul {
	margin: 0;
	padding: 50px 0px 0px 0px;
	list-style: none;
	line-height: normal;
}

#menu li {
	padding: 15px 0px;
	background-image: url(images/menu_line.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
}

#menu a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 30px;
	text-decoration: none;
	text-transform: capitalize;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bolder;
	color: #FFFFFF;
	background-image: url(images/menu_bullet.jpg);
	background-repeat: no-repeat;
	background-position: left 2px;
}

#menu a:hover, #menu .current_page_item a {
	text-decoration: none;
	color: #EDE8CA;
}

#menu .current_page_item a {
}

/* Page */

#page {
	width: 1000px;
	margin: 0px auto;
}

#page-bgtop {
	overflow: hidden;
	width: 989px;
	background-image: url(images/top_bkg.png);
	background-repeat: no-repeat;
	background-position: left top;
	padding-top: 20px;
	padding-right: 0px;
	padding-bottom: 30px;
	padding-left: 12px;
}

/* Content */

#content {
	float: right;
	width: 650px;
	padding-right: 5px;
}

.post {
	margin-bottom: 25px;
}

.post .title {
	padding: 0px 0px 10px 0px;
	text-transform: capitalize;
	font-family: Georgia, "Times New Roman", Times, serif;
	letter-spacing: 1px;
	font-size: 30px;
	color: #FFF;
}

.post .title a {
	border: none;
	color: #FFFFFF;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 1.5em;
	text-transform: capitalize;
	font-weight: normal;
	letter-spacing: 0.05em;
	text-decoration: none;
}

.post .meta {
	overflow: hidden;
	margin-bottom: 10px;
	padding: 5px 10px 5px 10px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	background-color: #EDE8CA;
}

.post .meta .date {
	float: left;
}

.post .meta .posted {
	float: right;
}

.post .meta a {
}

.post .entry {
	padding: 0px 0px 20px 0px;
	border-bottom: 1px dashed #DCD4A7;
	text-align: justify;
}

.links {
	padding-top: 20px;
	font-size: 13px;
	font-weight: bold;
}

/* Sidebar */
#sidebarwrap {
	width: 265px;
	background-color: #000434;
	float: left;
	padding-left: 25px;
	padding-bottom: 25px;
	height: auto;
}

#sidebar {
	width: 225px;
	margin-top: 25px;
	background-color: #EDE8CA;
	padding-right: 5px;
	padding-left: 5px;
	border: 6px solid #7BBDBD;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	margin: 0;
	padding: 0;
}

#sidebar li ul {
	margin: 0px 0px 0px 20px;
	padding-bottom: 30px;
}

#sidebar li li {
	line-height: 35px;
	border-bottom: 1px dashed #C7C392;
	border-left: none;
}

#sidebar li li span {
	display: block;
	margin-top: -20px;
	padding: 0;
	font-size: 11px;
	font-style: italic;
}

#sidebar li li a {
	padding-left: 20px;
	background: url(images/img11.jpg) no-repeat left 6px;
	color: #3E3B36;
}

#sidebar li li a:hover {
	color: #000066;
}

#sidebar h2 {
	height: 38px;
	letter-spacing: -0.5px;
	font-size: 1.4em;
	color: #000434;
}

#sidebar p {
	margin: 0 0px;
	padding: 0px 20px 20px 20px;
}

#sidebar a {
	border: none;
}

#sidebar a:hover {
}

/* Calendar */

#calendar {
}

#calendar_wrap {
	padding: 20px;
}

#calendar table {
	width: 100%;
}

#calendar tbody td {
	text-align: center;
}

#calendar #next {
	text-align: right;
}

/* Footer */

#footer {
	overflow: hidden;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}

#footer p {
	margin: 0;
	padding-top: 20px;
	line-height: normal;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	text-align: center;
	color: #9C9781;
}

#footer a {
	color: #9C9781;
}

/* Footer Content */

#footer-bg {
	margin: 0px auto;
	background-color: #EEE7CB;
	background-image: url(images/boat/meta_bkg.jpg);
	background-repeat: repeat-x;
}

#footer-content {
	overflow: hidden;
	padding: 30px 60px 30px 60px;
	background: url(images/img05.jpg) no-repeat left top;
}

#col1 {
	float: left;
	width: 195px;
	margin-right: 30px;
	background-color: #EDE8CA;
	text-align: center;
}

#col2 {
	float: left;
	width: 225px;
	background-color: #EDE8CA;
	text-align: center;
	margin-left: 100px;
}

#col3 {
	float: right;
	width: 195px;
	background-color: #EDE8CA;
	text-align: center;
	margin-right: 100px;
}

ul.style1 {
	margin: 0px;
	padding: 0px;
	list-style: none;
	line-height: normal;
}

ul.style1 li {
	padding: 10px 0px;
	font-size: 14px;
}

ul.style1 a {
	display: block;
	margin: 0px;
	padding: 0px 0px 0px 20px;
	background: url(images/img08.jpg) no-repeat left 6px;
	color: #716A57;
}

ul.style1 a:hover {
	text-decoration: underline;
}
