@charset "utf-8";
/* Blue CSS */
/* -- Info --
The Cottage & Loft Website
Design, HTML, & CSS by Derek Lucas (unless it isn't)
SIFR = http://wiki.novemberborn.net/sifr/
http://www.derekplucas.com/
*/

body {
	vertical-align: middle;
	margin: /*115px*/ 0 0 0 75px;
	background: url(../i/bgblue.png);
}

#top {
	position: relative;
		top: 45px;
		left: -65px;
		width: 825px;
	margin: 0 auto;
	overflow: hidden;
}
#info {
	position: relative;
		top: -32px;
		left: 50px;
}

a {
	text-decoration: none;
/*	color: #745739;*/
	color: #374760;
}
a:hover {
	color: #745739;
}
a:active {
	color: #374760;
}
#content a {
	border-bottom: 1px dotted #374760;
}

#holder {
		width: 750px;
	margin: 0 auto;
	padding: 0px 20px;
	background: #ede9b9 url(../i/menu/menubackblue.png) repeat-x;
	border: #402e1b 1px solid;
	border-top: 0;
}


#holder li a {
	text-align: center;
	float: left;
	position: relative;
		right: -272px;
		width: 153px;
		height: 38px;
	text-decoration: none;
}

#holder li {
	list-style: none;
}

.displace {
	position: absolute;
	left: -5000px;
}

/* about */
li #about {
	background: url(../i/menu/aboutblue.png);
}
#about:hover, #lodgings:hover, #directions:hover {
	background-position: -153px 0;
}
#about:active, #lodgings:active, #directions:active {
	background-position: 0 0;
}
li #aboutcurrent {
	background: url(../i/menu/aboutblue.png);
	background-position: -306px 0;
}

/* lodgings */
li #lodgings {
	background: url(../i/menu/lodgingsblue.png);
}
li #lodgingscurrent {
	background: url(../i/menu/lodgingsblue.png);
	background-position: -306px 0;
}

/* directions */
li #directions {
	background: url(../i/menu/directionsblue.png);
}
li #directionscurrent {
	background: url(../i/menu/directionsblue.png);
	background-position: -306px 0;
}


#content {
	clear: both;
	margin: 0;
	padding: 10px;
	text-align: justify;
	height: 1000px
}

#content h1 {
	display: inline;
	margin: 0 0 0 -75px;
}
#content h1, #gallery h1 {
	color: #374760;
	font-size: 165%;
}

#content h3 {
	display: inline;
	margin: 0 0 0 -75px;
}
#content h3, #gallery h3 {
	color: #374760;
	font-size: 115%;
}

#content p {
	position: relative;
		left: -25px;
	padding: 0;
}

#content p span {
	font-variant: small-caps;
	text-transform: lowercase;
}

#content img.frames, #content img.framesnoprint {
	float: left;
	position: relative;
		left: -100px;
}

#footer {
	text-align:center;
	font-size:.75em;
	position: relative;
	left: -375px;
}

a img {
	border: 0;
	padding: 0;
	margin: 0;
}

#gallery img {
	padding: 0;
	margin: 0 0 10px 0;
}

#gallery a {
	padding: 0;
	margin: 0;
}

/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These decoy styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}