/* standard template file for Bed and Breakfast Afloat, designed by Archoli Solutions, www.archoli.com */


/* defines the primary background color and basic font attributes */
body {
	background-color: #002255;
	font-family: "Times New Roman", serif;
	font-size: 0.9em;
	margin: 0px;
}


/* defines the size and position of the header section */
#header {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	height: 140px;
	padding: 0px;
	background-color: #FFEECC;
}

/* defines the position and size of the core content pane. */
#corewrapper {
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 0px;
	width: 750px;
	padding: 0px;
	height: auto;
	overflow: hidden;
}

/* defines the size, textcolor and background for the left column */
#corewrapper #linkscolumn {
	width: 210px; /* width of the left column */
	float: left;
	padding: 0px;
	background-image: url("http://www.bedandbreakfastafloat.com/images/navgradient.png"); /* the background image which spans the width, creating a shaded border on the right */
	background-repeat: repeat-y;
	margin: 0px;
	margin-top: -5px;
	color: #FFEECC;
	margin-bottom: -2000px; 
	padding-bottom: 2000px;
	display: inline;
}

/* deals with internet explorer compatability problems. */
#corewrapper>/**/#linkscolumn {
padding-top: 5px;
}

/* format of a title in the links column */
#linkscolumn h2{
	font-size: 1.1em;
	font-weight: bold;
	margin-bottom: 0px;
}

/* format of general text in the links column */
#linkscolumn p{
	margin: 0px;
}

/* format of links in the links column */
#linkscolumn a {
	text-decoration: none;
	color: #FFEECC;
}

/* rollover style of links in the links column */
#linkscolumn a:hover{
	text-decoration: underline;
}

/* defines size and layout of the main content pane */
#corewrapper #bodycolumn {
	width: 518px;
	float: left;
	padding: 5px;
	padding-right: 17px;
	background-color: #FFEECC;
	margin: 0px;
	color: #002255;
	margin-bottom: -2000px; 
	padding-bottom: 2010px;
	background-image: url("http://www.bedandbreakfastafloat.com/images/bodygradient.jpg"); /* gradient image along the right border */
	background-repeat: repeat-y;
}

/* main content pane title style */
#bodycolumn h1{
	font-style: italic;
	font-size: 1.4em;
	font-weight: bold;
	margin-top: 0px;
	margin-left: 5px;
	padding-top: 0px;
}

/* link style for main content pane */
#bodycolumn a {
	text-decoration: underline;
	color: #002255;
}

/* rollover link style for main content pane */
#bodycolumn a:hover{
	text-decoration: none;
	font-weight: boldest;
}

/* size and layout of a small image block */
.imgblock {
	width: 220px;
	margin: 8px;
	padding: 2px;
	background-color: #DDCCAA;
	text-align: center;
}

/* size and layout of a featured image block */
.featureimg {
	width: 450px;
	margin: 8px;
	padding: 2px;
	background-color: #DDCCAA;
	text-align: center;
	margin-left: auto; /*centered */
	margin-right: auto;
}

/* formatting for captions */
.caption {
	font-size: 0.7em;
	font-family: sans-serif;
}

/* layout for the footer section */
#footer {
	margin-left: auto;
	margin-right: auto;
	width: 750px;
	padding: 0px;
	margin-top: -5px;
	text-align: right;
	font-size: 0.7em;
	color: #FFEECC;
	padding-top: 5px;
}

/* properties for an image in the footer */
#footer img{
	margin: 0px;
	padding: 0px;
}

/* format for links in the footer */
#footer a{
color: #EEEEBB;
}

/* rollover format for links in the footer */
#footer a:hover{
text-decoration: none;
}

#human {
visibility:hidden;
display:none;
}