/* houseboating.org Color pallete
   Navbar dark blue: #00436E
   Body light blue: #C0DBEE;
   Lighter blue: #E0EDF7;
   Navbar link yellow: #FDFF53;
   Medium blue: #5CA4E4; 
   Blue-grey: #B2C6D3 */
   
@media screen {
body {
	color: #00436E;
	background: #8e9caa url(images/background.jpg) repeat-x;
	text-align:left;
	margin:0 auto;
	padding-top:8px;
	width:826px;
}
#wrapper {
	position:relative;	
}
/* Main layout panels */

div.topBar{
	width:826px;
	height:112px;
	clear:both;
}
div.navbarContainer{float:left;width:180px;word-wrap: break-word;}

div.navbar{
	width:180px;
	float:left;
	background-image:url(images/navbar-background-half.gif);
	background-repeat:repeat;
}

div.navbarBottom{
	width:180px;
	float:left;
	clear:left;
}
div.content{
	width:646px;
	background-image:url(images/content-background3.gif);
	float:right;
}

div.footer{
	height:225px;
	width:646px;
	float:right;
	background-image: url(images/footer.gif);
	background-repeat:no-repeat;
	text-align:center;
}

#home-links {
    margin-left: 60px;
	margin-top: -15px;
	font-style: italic;
	font-size: 14px;
}

#home-links a:link {color: #0030FF;}
#home-links a:visited {color: #0030FF;}
#home-links a:hover {color: #FFFFD6;}
#home-links a:active {color: #0030FF;} 


/* General Styles */
a:link { color: #0030FF;}
div.navbar ul a:link { color: #FDFF53; }
a:visited { color: #0030FF; }
div.navbar ul a:visited { color: #FDFF53; }
ul{list-style-position: inside;}
ul a:hover { color: #FFFFD6;  }
a:focus { color: #0030FF; }
a:active { color: #0030FF; }
img{border:none;}
#img.map {border:1px solid black;}

.centerbold{font-weight:bold; text-align:center;}
.important{color: red; font-style: italic; text-align:center;}

p {
	font-size: 13px;
	font-family:tahoma;
	margin-right: 40px;
	line-height: 1.5em;
	padding-left: 22px;
}

h2 {
	font-size: 1.3em;
	font-family: Tahoma;
	font-weight: normal;
	padding-left: 22px;
}

h3.directions {
	padding-left: 22px;
	background: url(../images/lake-title-gradient.jpg) no-repeat;
	color: white;
	font-family: Arial;
	line-height: 0.7em;
	margin-left: 1px;
	padding-left: 30px;	
}

h3.questions {
	padding-left: 10px;	
}

#outerbox {
	margin:0px auto;
	width: 836px;
	text-align:left;
}

#header {
	text-align:center;
}

#bar {
	background: url(images/navbar-background.gif) repeat-y;

}

#socialMedia {
	position:absolute;
	bottom:4px;
	right:27px;
	z-index:10;
}
#socialMedia_facebook, #socialMedia_youtube, #socialMedia_twitter {
	display:block;
	text-indent:-99999px;
	background:url(/images/socialMediaIcons.png) no-repeat left top;
	width:38px;
	height:38px;
	margin:0;
	padding:0;
	float:left;
	outline:none;
}
#socialMedia_youtube {
	background-position: -38px top;
}
#socialMedia_twitter {
	background-position: -76px top;	
}
#socialMediaHolder {
	position:absolute;
	top:-8px;
	height:79px;
	width:200px;
	right:10px;
	z-index:1000;
}
#socialMediaHolder #facebook {
	display:none;
	position:absolute;
	right:0px;
	bottom:-6px;
	padding:10px;
	background:#00426c;
	width:175px;
	color:#FFF;
	font-family: sans-serif;
	height:63px;
}
.box_shadow {
	-moz-box-shadow: 2px 3px 11px #000; /* FF3.5+ */
	-webkit-box-shadow: 2px 3px 11px #000; /* Saf3.0+, Chrome */
	box-shadow: 2px 3px 11px #000; /* Opera 10.5, IE 9.0 */
	-moz-border-radius: 8px; /* FF1+ */
	-webkit-border-radius: 8px; /* Saf3+, Chrome */
	border-radius: 8px; /* Opera 10.5, IE 9 */
}
  
#facebookInner {
	position:relative;
	left:-30px;
	top:-9px;
}

/*********** CONTACT PAGE *************/

table#infoForm .header {
	background: #E0EDF7;
	font-weight: bold;
}

div#LakeBoxes div {
	display: none;
}

div#LakeBoxes div td {
	height: 10px;
}

.whichmarina {
	font-size: 0.8em;
	font-style: italic;
	text-align: right;
	padding-left: 1em;
}

#contact-list {
	margin:10px;
	padding-right:30px;
}

#contact-list li{
	margin-top: 10px;
}



/*********** NAVBAR *************/

div.navbar li {
	list-style-type: none;
	list-style-position: outside;
	margin-left: 15px;
	margin-right: 15px;
	font-family: Arial;
	font-size: 14px;
	line-height: 28px;
	font-weight: bold;
	color: #FDFF53;
}

div.navbar li a {
	font-family: Arial;
	color: #FDFF53;
}


div.navbar li.navbar2 {
	font-size: 12px;
	font-weight: normal;
	margin-left: 22px;
	line-height: 16px;
}

li.hilite {
	color: #FF1E00;
}

div.navbar p {
	color: #FFFFD6;;
	margin-right: 0px;
	padding-left: 41px;
	text-align:center;
}

.normallist {
	font-size: 1em;
}

h1.overview {
	text-align:left;
	background: url(images/lake-title-gradient.jpg) no-repeat;
	color: white;
	font-family: Arial;
	font-size: 30px;
	font-weight: normal;
	line-height: 21px;
	margin-left: 1px;
	padding-left: 20px;
}

.inline-image-right {
	float: right; 
	padding: 10px;
	}

.inline-image-left {
	float: left; 
	padding: 10px;
	}

p.small {
	font-size: 1em;
}

p.big {
	font-size: 1.4em;
}

#separator {
	width: 80%;
	height: 1px;
	border-top: 1px solid #FFFDEE;
	text-align:center;
}

li.a:hover { text-decoration: underline; }

.largemap {width: 600px; margin: 0 auto; text-align:center; padding-right:30px;}


/*********** BOATS OVERVIEW PAGES *************/

.boat-summary {
	width: 565px;
	padding: 10px;
}

.boat-summary-name {
	font-size: 1.2em;
	font-weight: bold;
}

.boat-summary-name a {
	color: #0059AB;
}

.boat-summary-price {
	text-align: right;
	font-size: 90%;
	
}

.boat-summary-overview {
	font-style: italic;
	padding-left: 1em;
	border-bottom: 1px solid grey;
	padding-bottom: 8px;
}




/***********  BOAT PAGES *************/

.price { text-align:center;margin-left:auto;margin-right:auto; }

/*div.boatbox {
	background: #98C7E9;
	height: 165px;
	width: 626px;
	margin: 0px;
	padding: 0px;
	margin-left: -11px;
	background-position:right;
	background-repeat:no-repeat;
}*/

div.boatbox {
	background: #98C7E9;
	height: 165px;
	width: 626px;
	margin: 0px;
	padding: 0px;
	margin-left: 2px;
	background-position:right;
	background-repeat:no-repeat;
}

div.boatsupbox {
	float: right;
	width: 212px;
}

	.boat-page-buttons {
		margin-left:8px;
		border:none;
	}

h2.boat-page-headers {
	text-align:center;
}

.inline-boat-gallery-container{width:600px;margin:0 20px;}
.inline-boat-gallery {
	float:left;
	margin:10px 15px;
	padding:5px;
	background-color:#FFF;
}

.inline-boat-gallery2 {
	float:left;
	width:200px;
	height:180px;
	text-align:center;
}

.inline-boat-gallery div {
	float:left;
	font-size:85%;
	padding-bottom: 25px;
}

.inline-boat-gallery img {
}

.boat-price-table, table.seasondates {
	position:relative;
	width: 400px;
	margin-left:auto;
	margin-right:auto;
}

table.seasondates td { text-align:center; }

	td.bpt-header {
		font-weight: bold;
		border-bottom: 1px solid #00436E;
		text-align: center;
	}
	
	td.bpt-date { font-size: 1em; font-weight:bold; text-align:left; padding-left: 1em; }

	td.bpt-price { text-align: center; }
	td.bpt-price:before { content: "$"}
	
	td.bpt-deposit {
		border-top: 1px solid white;
	}
	
	td.bpt-tax {
		padding-top: 5px;
		text-align:center;
		font-style: italic;
	}
	
	.deposit { text-align:center; font-style:italic; }
	.smallprint { padding-top: 1em; font-size: 0.8em; font-style:italic; text-align:center; }

	
	
div.amenity-list li {
	font-size: 0.9em;
}


#tabs  {
	margin-left: 1px;
	width: 627px;
	background-image:url(images/hb_line.gif);
}


/***********  LAKE OVERVIEW PAGES *************/

div.mapbox {
	float: right;
	margin-right: 25px;
	width: 250px;

	}

div.mapboxdata {
	border: thin dotted grey;
	float:right;
	padding-top: 7px;
	padding-left: 15px;
	padding-right: 15px;
	padding-bottom: 7px;
	margin-left: 10px;
	margin-right: 5px;
}

div.articlespecial {
	border: thin dotted grey;
	background-color:#9dc4df;
	float:right;
	width: 200px;
	padding: 10px;
	margin-left: 5px;
	margin-right: 35px;
	margin-bottom: 5px;
	text-align: left;
}

div.articlespecial p{
	font-size: 12px;
	font-family:tahoma;
	line-height: 1.5em;
	padding: 0;
	margin-right: 2px;
}

#metric {
	display: none;
}

div.mapboxconvert {
	padding-top: 5px;
	font-size: 85%;
	text-align: center;
}

.view-larger-map {
	font-weight: bold;
	font-family: Tahoma;
}	

.view-larger-map a {
	text-decoration: none;
	}

.lakelinks {
	margin: 0 2px auto;
	width:603px;
	text-align:center;
	font-weight: normal;
	background: #E0EDF7;
}
	
/***********  TEMPERATURE PAGES *************/

.temp-table {
	text-align:center;
	border:none;
	font-family:Tahoma;
	font-size: 90%;
}

.temp {
}

.temp-month {
	text-decoration:underline;
	padding: 0px 3px 0px 3px;
}

.temp-type {
	text-align:right;
	font-weight:bold;
	padding-right: 1em;
	padding-top: 3px;
}

.line1 {
	background-color: #E0EDF7;
}

/***********  SPECIALS PAGES *************/

.special {
	border: thin dashed yellow;
	margin-right: 35px;
	margin-left: 22px;
	margin-top: 10px;
	background-color: #E0EDF7;
}

.special ul{text-align:center;}

}

@media print {

div.navbar, .noprint {
	display: none;
}

.boatbox {
	background-image: none ! important
}

table.content {
	display: block;
	position: absolute;
	top: 0px;
	left: 0px;
}

h1, h2, h3, h4, h5, h6, p {
	color: black;
}

p {font-size: 12pt;}
}


/*********** BLOG PAGE *************/


h1.blog-overview {
	text-align:left;
	background: url(images/lake-title-gradient.jpg) no-repeat;
	color: white;
	font-family: Arial;
	font-size: 30px;
	font-weight: normal;
	line-height: 21px;
	margin-left: 1px;
	padding-left: 20px;
}

h2.blog {
	font-size: 19px;
	font-family: Tahoma;
	font-weight: normal;
	padding-left: 22px;
	text-decoration:none;
	width: 550px;
}

h2.blog a{
	text-decoration:none;
	color: #00436e;
}

.blog-item {
		padding-bottom: 20px;
}

.posted {
	padding-left: 22px;
	padding-bottom: 15px;
	font-size: 12px;
	font-family: Tahoma;
	margin-top: -10px;
	margin-bottom: -8px;
	color:#666;
}

.posted img{
	float: left;
	margin: 1px 2px 0 0;
}

.readmore {
	font-size: 14px;
	margin-left: 370px;
	margin-top: -10px;
}

.readmore img{
	float: left;
	padding-right: 5px;
}

.blogimg img{
	display: block;
	position: relative;
	margin: 0 10px 9px 0;
	padding-left: 5px;
}

.blogimg-shadow{
	float:right;
	margin: 2px 28px 0 0;
	background:url(images/blogimg-shadow.jpg) no-repeat bottom right;
}

.blogimgsm img{
	display: block;
	position: relative;
	margin: 0 5px 5px 0;
}

.blogimgsm-shadow{
	float:right;
	margin: 2px 28px 0 0;
	background:url(images/blogimgsm-shadow.jpg) no-repeat bottom right;
	padding-left: 3px;
}

.blogback {
	text-align:center;
	text-decoration: none;
	font-size: 13px;
}

.blogback a{
	text-decoration: none;
}

.blog-content p{
	font-size: 14px;
}

.starthere {
		font-weight: bold;
		text-align: center;
		font-size: 18px;
}




/***********  OTHER PAGES *************/

.videolinks {
		padding: 15px;
		text-align: center;
		font-size:14px;
}

/* Former inline styles */
#flashcontent {width: 360px;height: 280px;margin-left: auto;margin-right: auto;}
.lake-overview {border: 1px solid #B2C6D3;background: #E0EDF7;margin-left: 20px;margin-right: 25px;width: 575px;height: 182px;}
.lake-overview table {width: 575px;height: 172px;}
.lake-overview p, .lake-overview h2 {padding-left: 10px;line-height: 1.3em;margin-right: 10px;padding-top: 5px;}
.lake-overview p {position:relative;top: -10px;}
p.location {top: 0px;}
.lake-overview h2 {margin-top: -5px;}
.summary {font-size: 70%;line-height: 0.5em;}
.location {text-align: right;font-weight: bold;}
.boat-price-overview li a {color:#0030FF;font-size:85%;}
.style2 {font-size: small}
.attributed {padding-left: 10em;}
.videolist {border-top: #000099 thin dotted;padding-top: 10px;}