@charset "utf-8";
/* CSS Document */

body {
	background-color: #FCF8F7;
	margin-top: 0px;
	margin-bottom: 5px;
}
body,td,th {
	font-family: "Book Antiqua";
	font-size: 16px;
	color: #1F1F10;
	line-height: 150%;
}

.bodyspaced{  font-family: "Book Antiqua"; font-size: 16px; font-style: normal; line-height: 150%; font-weight: normal; color: #261300; text-decoration: none}
.contentlink{  font-family: "Book Antiqua"; font-size: 16px; font-style: normal; line-height: 120%; font-weight: bold; color: #A37489; text-decoration: none}
.footer{  font-family: "Book Antiqua"; font-size: 14px; font-style: normal; line-height: 120%; font-weight: normal; color: #482400; text-decoration: none}
.contentLinkfooter   { color: #482400; font: 14px "Book Antiqua";  line-height: 120%;  text-decoration: none }
.bodyspacedBold {font-family: "Book Antiqua"; font-size: 16px; font-style: normal; line-height: 120%; font-weight: bold; color: #261300; text-decoration: none
}
.bodyspacedItal {
font-family: "Book Antiqua"; font-size: 16px; font-style: italic; line-height: 120%; font-weight: normal; color: #261300; text-decoration: none
}
.subhed {font-family: "Book Antiqua"; font-size: 24px; font-style:normal; line-height: 120%; font-weight:bolder; color: #261300; text-decoration: none
}
.innkeeper{  font-family: "Book Antiqua"; font-size: 16px; font-style: normal; line-height: 120%; font-weight: normal; color: #482400; text-decoration: none}
.packagetable{  font-family: "Book Antiqua"; font-size: 14px; font-style: normal; line-height: 120%; font-weight: normal; color: #261300; text-decoration: none}
.bodynoverticalspace{  font-family: "Book Antiqua"; font-size: 16px; font-style: normal; line-height: 120%; font-weight: normal; color: #261300; text-decoration: none}

#mobilebtn {
	width:90px;
	position:relative;
	float:left;
	top:5px;
	left:5px;
}
#social {
	width:260px;
	position:relative;
	float:right;
	right:15px;
	top:3px;
	z-index:100 !important;
	height:30px;
}

a.btn-link:hover {
        /* Theoretically for IE 8 & 9 (more valid) */
        /* ...but not required as filter works too */
        /* should come BEFORE filter */
        -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";

        /* This works in IE 8 & 9 too */
        /* ... but also 5, 6, 7 */
        filter: alpha(opacity=50);

        /* Older than Firefox 0.9 */
        -moz-opacity:0.5;

        /* Safari 1.x (pre WebKit!) */
        -khtml-opacity: 0.5;

        /* Modern!
        /* Firefox 0.9+, Safari 2?, Chrome any?
        /* Opera 9+, IE 9+ */
        opacity: 0.5;
}
a#face{
	position:absolute;
	top:3px;
	left:0px;
}
a#blog{
	position:absolute;
	top:3px;
	left:44px;
}
a#pinterest{
	position:absolute;
	top:3px;
	left:87px;
}

a#twitter{
	position:absolute;
	top:3px;
	left:130px;
}

a#gplus{
	position:absolute;
	top:3px;
	left:173px;
}

a#trip{
	position:absolute;
	top:3px;
	left:216px;
}