/*
	LEISURESUITCHARTERS.COM :: Larry Weber
	(c) 2009 Larry Weber :: All Rights Reserved.
	
	Site/Design/Code by Derek Kleinfeldt for Harbour Road Design.
	http://www.harbourroad.ca  :: hello@harbourroad.ca
*/





/*--------------------------------------------------------
			GLOBAL RESETS
  -------------------------------------------------------- 
*/


* {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	background: transparent;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

ol, ul {
	list-style: none;
}

del {
	text-decoration: line-through;
}





/*--------------------------------------------------------
			GLOBAL FORMATTING
  -------------------------------------------------------- 
*/


body {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 16px;
	border: 0; 	
	background: #666 url(/images/background.jpg) repeat-x;
}

a:link {
	color: #3399cc;
	text-decoration: none;
	font-weight: normal;
}

a:visited {
	color: #3399cc;
	text-decoration: none;
	font-weight: normal;
}

a:hover {
	color: #3399cc;
	text-decoration: underline;
	font-weight: normal;
}

a:active {
	color: #3399cc;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

a:focus {
	outline: none;
}

h1 { 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	5px;
	clear: both;
}

h2 { 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 12px;
	margin-bottom: 3px; 
	clear: both;
}

h3 { 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: bold;
	line-height: 12px;
	margin-bottom: 2px; 
	clear: both;
}

h1 a, h2 a, h3 a {
	border: none;
}

p {
	padding-bottom: 12px;
}

ul {
	color: #3399cc;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	line-height: 16px;
	margin: 1px 0 12px 40px;
	list-style-position: outside;
	list-style-type: square;
}

form {
	margin: 0 50px 25px 50px;
	padding: 0;
	background: #f3f3f3;
	border: 3px solid #666;
}

input {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding-left: 5px;
	background: transparent;
	border-bottom: 1px solid #666;
}

select {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin: 0;
	padding: 0;
	background: transparent;
	border-bottom: 1px solid #666;
}

option {
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0 4px 0 5px;
	background: #666;
}

textarea {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
	background: transparent;
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	border-bottom: 1px solid #666;
	border-left: 0;
	overflow: auto;
}





/*--------------------------------------------------------
			LAYOUT FORMATTING
  -------------------------------------------------------- 
*/


#container {
	width: 750px;
	text-align: left;
	margin: 30px auto 0 auto; 
	padding: 0;
}

#header {
	position: relative;
	float: left;
	width: 100%;
	height: 316px;
	margin: 0;
	padding: 0 0 0 20px;
	border-top: 4px solid #ccc;
	border-right: 4px solid #ccc;
	border-bottom: 3px solid #ccc;
	border-left: 4px solid #ccc;
	background: url(/images/background-blue.png);
	background-repeat: repeat;
}

#topnav {
	position: relative;
	float: left;
	width: 100%;
	height: 30px;
	margin: 0;
	padding: 0 0 0 20px;
	border-top: 0;
	border-right: 4px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 4px solid #ccc;
	background: url(/images/background-grey.png);
	background-repeat: repeat;
}

#spacer {
	position: relative;
	float: left;
	width: 100%;
	height: 14px;
	margin: 0; 
	padding: 0 0 0 20px;
	border-top: 0;
	border-right: 4px solid #ccc;
	border-bottom: 2px solid #ccc;
	border-left: 4px solid #ccc;
	background: url(/images/background-blue.png);
	background-repeat: repeat;
}

#spacerborder {
	position: relative;
	float: left;
	display: inline;
	width: 620px;
	height: 100%;
	margin: 0;
	padding: 0;
	border-top: 0;
	border-right: 2px solid #ccc;
	border-bottom: 0;
	border-left: 0;
	background: transparent;
}

#content {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	border-top: 0;
	border-right: 4px solid #ccc;
	border-bottom: 0;
	border-left: 4px solid #ccc;
	background: url(/images/background-column.png);
	background-repeat: repeat;
}

#columnleft {
	position: relative;
	float: left;
	display: inline;
	width: 100px;
	height: auto;
	margin: 0 0 -10px 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#columnmiddle {
	position: relative;
	float: left;
	display: inline;
	width: 502px;
	height: auto;
	min-height: 364px;
	margin: 0;
	padding: 10px;
	border: 0;
	background: url(/images/background-middle.png);
	background-repeat: repeat;
}

#columnright {
	position: relative;
	float: left;
	display: inline;
	width: 128px;
	height: auto;
	margin: -16px 0 -16px 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#footer {
	position: relative;
	float: left;
	width: 100%;
	height: auto;
	margin: 0;
	padding: 0 0 0 20px;
	border-top: 0;
	border-right: 4px solid #ccc;
	border-bottom: 4px solid #ccc;
	border-left: 4px solid #ccc;
	background: url(/images/background-column.png);
	background-repeat: repeat;
}

#footerspacer {
	position: relative;
	float: left;
	display: inline;
	width: 100px;
	height: 30px;
	margin: 0;
	padding: 0;
	border: 0;
	background: transparent;
}

#bottomnav {
	position: relative;
	float: left;
	display: inline;
	width: 638px;
	height: 30px;
	margin: 0;
	padding: 0 0 0 10px;
	border-top: 2px solid #ccc;
	border-right: 0;
	border-bottom: 0;
	border-left: 2px solid #ccc;
	background: url(/images/background-blue.png);
	background-repeat: repeat;
}

#copyright {
	position: relative;
	float: right;
	width: 80%;
	height: auto;
	margin: 8px -28px 40px 0;
	padding: 0 0 0 20px;
	border: 0;
	background: transparent;
	text-align: right;
}

object {
	padding: 0 28px 20px 0;
}





/*--------------------------------------------------------
			TEXT FORMATTING
  -------------------------------------------------------- 
*/


#copyright p {
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	padding: 0;
}




/*--------------------------------------------------------
			LINK FORMATTING
  -------------------------------------------------------- 
*/


h1 a:link {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	3px;
	clear: both;
}

h1 a:visited {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	3px;
	clear: both;
}

h1 a:hover {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h1 a:active {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

h1 a:focus {
	outline: none;
}

h2 a:link {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	3px;
	clear: both;
}

h2 a:visited {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	3px;
	clear: both;
}

h2 a:hover {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h2 a:active {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

h2 a:focus {
	outline: none;
}

h3 a:link {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	3px;
	clear: both;
}

h3 a:visited {
	color: #666;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	3px;
	clear: both;
}

h3 a:hover {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}

h3 a:active {
	color: #3399cc;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	outline: none;
}

h3 a:focus {
	outline: none;
}

#copyright a:link {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:visited {
	color: #666;
	text-decoration: none;
	font-weight: normal;
}

#copyright a:hover {
	color: #ccc;
	text-decoration: underline;
	font-weight: normal;
}

#copyright a:active {
	color: #ccc;
	text-decoration: none;
	font-weight: normal;
	outline: none;
}

#copyright a:focus {
	outline: none;
}





/*--------------------------------------------------------
			IMAGE FORMATTING
  -------------------------------------------------------- 
*/


#topnav img {
	float: left;
	display: inline;
	margin: 0;
	padding: 7px 16px 0 0;
	border: 0;
}

#columnleft img {
	float: left;
	display: block;
	margin: 0;
	padding: 50px 0 0 30px;
	border: 0;
}

#bottomnav img {
	float: left;
	display: inline;
	margin: 0;
	padding: 8px 14px 0 0;
	border: 0;
}





/*--------------------------------------------------------
			CLASS FORMATTING
  -------------------------------------------------------- 
*/


.header { 
	color: #666;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-decoration: underline;
	line-height: 14px;
	margin-bottom: 	5px;
}

div.swatch {
	position: relative;
	float: left;
	display: block;
	width: auto;
	height: auto;
	margin: 3px 0 0 -2px;
	padding-bottom: 18px;
	border: 0;
	background: transparent;
}

div.divider {
	margin: 10px 0;
	text-align: center;
}

a.tab { 
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	text-decoration: none;
	margin-left: 16px;
	padding: 0 4px 0 4px;
	background-color: #666;
}

iframe.map {
	padding-bottom: 22px;
}

p.published {
	color: #666;
}

p.tags {
	margin: 10px 0;
}

.reservationform {
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	text-decoration: none;
	margin: 0;
	padding: 5px 0 8px 3px;
	background-color: #666;
}

.formlabel {
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	margin: 0;
	padding: 0 3px 0 3px;
	border-bottom: 1px solid #666;
	background-color: #666;
	line-height: 24px;
}

small, .small {
	font-size: 0.9em;
}

.send {
	color: #f2f2f2;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-decoration: none;
	margin-bottom: 25px;
	padding: 2px;
	border: 1px solid #ccc;
	background-color: #666;
}

img.logo {
	float: left;
	display: block;
	margin-left: -20px;
	padding: 0;
	border: 0;
}

img.header {
	float: right;
	display: block;
	margin-left: 0;
	padding: 0;
	border-left: 3px solid #ccc;
}

img.about {
	float: left;
	display: block;
	margin: 0;
	padding: 8px 9px 8px 0;
	border: 0;
}

img.thumb {
	float: left;
	display: block;
	margin: 2px;
	padding: 0;
	border: 2px solid #666;
}

img.film {
	float: right;
	display: block;
	margin: 0;
	padding: 0;
	border: 0;
}





/*--------------------------------------------------------
			TEXTPATTERN FORMATTING
  -------------------------------------------------------- 
*/


.section_list {
	margin: 0 0 10px 0;
	padding: 0;
	list-style-type: none;
}

.section_list ul {
	list-style-type: none;
}

.section_list li {
	margin: 0 10px 2px 0;
	padding: 0;
}

.author {
	font-style: normal;
	font-size: 0.9em;
}

p.commentpreview {
	color: #FF6633;
}

.comments_error {
	color: #FF6633;
	background-color: #fff4f4;
	margin: 0;
}

ul.comments_error {
	padding : 0.4em;
	list-style-type: square;
	list-style-position: inside;
	border: 2px solid #fdd;
}

div#cpreview {
	color: #666;
	background-color: #f1f1f1;
	border: 2px solid #ddd;
}

form#txpCommentInputForm td {
	vertical-align: top;
}

#comments-help {
	margin: 2px 0 15px 0;
	font-size: 0.7em;
}





/*--------------------------------------------------------
			LIGHTBOX FORMATTING
  -------------------------------------------------------- 
*/


#lightbox {	
	position: absolute;	
	left: 0; 
	width: 100%; 
	z-index: 100; 
	text-align: center; 
	line-height: 0;
}

#lightbox img { 
	width: auto; 
	height: auto;
}

#lightbox a img { 
	border: none; 
}

#outerImageContainer { 
	position: relative; 
	background-color: #fff; 
	width: 250px; 
	height: 250px; 
	margin: 0 auto; 
}

#imageContainer { 
	padding: 10px; 
}

#loading { 
	position: absolute; 
	top: 40%; 
	left: 0%; 
	height: 25%; 
	width: 100%; 
	text-align: center; 
	line-height: 0; 
}

#hoverNav { 
	position: absolute; 
	top: 0; 
	left: 0; 
	height: 100%; 
	width: 100%; 
	z-index: 10; 
}

#imageContainer>#hoverNav { 
	left: 0;
}

#hoverNav a { 
	outline: none;
}

#prevLink, #nextLink { 
	width: 49%; 
	height: 100%; 
	background-image: url(data:image/gif); 		/* trick IE into showing hover */ 
	display: block; 
}

#prevLink { 
	left: 0; 
	float: left;
}

#nextLink { 
	right: 0; 
	float: right;
}

#prevLink:hover, #prevLink:visited:hover { 
	background: url(../images/prevlabel.gif) left 15% no-repeat; 
}

#nextLink:hover, #nextLink:visited:hover { 
	background: url(../images/nextlabel.gif) right 15% no-repeat; 
}

#imageDataContainer { 
	font: 10px Verdana, Helvetica, sans-serif; 
	background-color: #fff; 
	margin: 0 auto; 
	line-height: 1.4em; 
	overflow: auto; 
	width: 100%	; 
}

#imageData {
	padding:0 10px; 
	color: #666; 
}

#imageData #imageDetails { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	

#imageData #caption { 
	font-weight: bold;	
}

#imageData #numberDisplay { 
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			

#imageData #bottomNavClose { 
	width: 66px; 
	float: right;  
	padding-bottom: 0.7em; 
	outline: none;
}	 	

#overlay { 
	position: absolute; 
	top: 0; 
	left: 0; 
	z-index: 90; 
	width: 100%; 
	height: 500px; 
	background-color: #000; 
}





/*--------------------------------------------------------
			HARBOUR ROAD DESIGN INC.
  -------------------------------------------------------- 
*/


.theh {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px 3px 0 0;
	margin: 0;
	background: #3599cc;
}

.ther {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px 3px 0 0;
	margin: 0;
	background: #059949;
}

.thed {
	color: #fff;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 11px;
	padding: 2px 3px 0 0;
	margin: 0;
	background: #737373;
}
