@charset "utf-8";
/* Printing 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 {
	margin: 1in 0 0 0;
	width: 8.5in;
}

#top {
	position: absolute;
		top: .2in;
		left: .25in;
		width: 8.5in;
	overflow: hidden;
}

#info {
	position: relative;
		top: -.25in;
}

a {
	text-decoration: none;
	color: #745739;
}

#holder {
	margin: 0;
	padding: 0px;
	background: url(../i/menu/menuback.png) repeat-x;
}

#holder li {
	list-style: none;
}

#about, #lodgings, #directions {
	display: none;
}

#aboutcurrent, #lodgingscurrent, #directionscurrent {
	position: relative;
		left: -.15in;
	font-size:1.75em;
	color: #fff;
	font-weight: bold;
}

#content {
	clear: both;
	margin: 0;
	padding: 10px;
/*	text-align: justify;*/
	/*width: 750px;*/
}


#content a:link:after, #content a:visited:after {
   content: " (" attr(href) ") ";
   font-size: 90%;
}
#content a[href^="mailto"]:after {
   content: "";
   font-size: 90%;
}
#content h3 a:link:after, #content h3 a:visited:after {
	content: " Available Online";
	font-size: 100%;
}

#content h1 {
	display: inline;
}
#content h1, #gallery h1 {
	color: #943d2c;
	font-size: 165%;
}

#content h3 {
	display: inline;
}
#content h3, #gallery h3 {
	color: #943d2c;
	font-size: 115%;
}

#content h3 a {
	color: #745739;
}

#content p {
	position: relative;
		left: 25px;
	padding: 0;
}

#content p span {
	font-variant: small-caps;
	text-transform: lowercase;
}

#content img.frames {
	float: left;
}
#content img.framesnoprint {
	display: none;
}

#footer {
	font-size:.75em;
	position: relative;
}

#gallery img {
	border: 0;
}


/* This is the print stylesheet to hide the Flash headlines from the browser... regular browser text headlines will now print as normal */

.sIFR-flash, .sIFR-flash object, .sIFR-flash embed {
	display: none !important;
	height: 0;
	width: 0;
	position: absolute;
	overflow: hidden;
}

span.sIFR-alternate {
	visibility: visible !important;
	display: block !important;
	position: static !important;
	left: auto !important;
	top: auto !important;
}