/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

body{
	font-family: Verdana, Arial, sans-serif;
	color: #9a9f71;
	margin: 0px;
	padding: 0px;
	font-size: 12px;
	background-color: #564c33;
}

a:link, a:visited, a:hover {
	color: #9a9f71;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
	color: #adb08b;
}
/* overrides decoration from previous rule for hovered links */

h1 {
	font-family: "Lucida Calligraphy", Calliope, "Times New Roman", Times, serif;
	font-size: 200%;
	color: #9a9f71;
	padding-left: 5px;
	font-weight: normal;
	text-align: right;
	border-bottom: 1px solid #9a9f71;
	padding-bottom: 6px;
}

h2{
	font-size: 110%;
	color: #c31c12;
	padding-left: 10px;
	font-weight: bold;
	font-style: normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

h3{
	font-size: 110%;
	color: #c31c12;
	font-style: normal;
	font-weight: bold;
}

.h3 a{
	color: #c31c12;
}

ul {
	padding-bottom: 10px;
}

li {
	list-style-type: square;
	list-style-position: outside;
}
.legend li {
	list-style-position: inside;
	list-style-type: decimal;
}

.legend p {
	margin-top: 3px;
	border-bottom: 1px solid #9a9f71;
	padding-bottom: 10px;
} 

/***********************************************/
/* Layout Divs                                 */
/***********************************************/

#wrapper {
	width: 750px;
	margin: 0 auto;
	position: relative;
	background-repeat: repeat-y;
	background-position: 0px 0px;
}
#bkgd {
	width: 850px;
	margin: 0 auto;
	background-image: url(../images/ctrBkgd.jpg);
	background-repeat: repeat-y;
	background-position: 20 50;
}
#btmBkgd {
	background-image: url(../images/btmBkgd.jpg);
	background-repeat: no-repeat;
	height: 50px;
}
#topBkgd {
	background-image: url(../images/topBkgd.jpg);
	background-repeat: no-repeat;
	height: 50px;
	width: 850px;
}

#masthead{
	background-image: url(../images/headerTop.gif);
	background-repeat: no-repeat;
	position: relative;
	background-color: transparent;
	height: 37px;
	width: 752px;
}
#mastheadBtm {
	background-image: url(../images/headerBtm.gif);
	background-repeat: no-repeat;
	position: relative;
	background-color: transparent;
	height: 23px;
	width: 752px;
	background-position: 0 0;
}
#container {
	width: 750px;
}

#header {
	position: relative;
	width: 750px;
	background-color: #ece4dd;
	padding: 0;
	margin: 0;
	border-right: 1px solid #9A9566;
	border-left: 1px solid #9A9566;
}

#happenings{
	width: 144px;
	float: left;
	margin: 70px 0px 0px 15px;
	background-image: url(../happenings/happenImages/happenings.gif);
	background-repeat: no-repeat;
	padding: 18px 0 0 0;
	visibility: hidden;
}

#content {
	margin: 0 0 0 0px;
	padding: 30px 0px 0 30px;
	position: relative;
	float: left;
	width: 505px;
	line-height: 1.7em;
}

#footer {
	clear: both;
	font-family: Verdana, Arial, sans-serif;
	font-size: 9px;
	padding: 5px 0 35px 0;
	border-top: 1px solid #9a9f71;
	background-repeat: repeat;
}

#credits {
	margin: -10px auto 0 auto;
	width: 750px;
	text-align: center;
	font-size: 95%;
	color: #f6eee6;
}
/************* #contact and guestbook links styles **************/

.visit {
	color: #edd261;
	text-align: right;
	padding: 20px 7px 0px 0px;
	white-space: nowrap;
}

/* 'nowrap' prevents links from line-wrapping if there are too many to fit in one line
   this will force a horizontal scrollbar if there isn't enough room for all links
   remove rule or change value to 'normal' if you want the links to line-wrap */

.visit a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	font-weight: bold;; 
}

.visit a:link, .visit a:visited, .visit a:hover {
	color: #edd261;
	text-decoration: none;
}

.visit a:hover {
	color: #f6eee6;
	background-color: transparent;
}


/************** .feature styles ***************/

.feature{
	line-height: 1.7em;
	border-bottom: 1px solid #9a9f71;
	margin-top: 10px;
}
.feature p {
	padding-left: 10px;
}

.feature img{
	float: right;
	padding: 5;
	margin: 5px;
	border: 0;
}
/* adjust margins to change separation between the feature image and text flowing around it */


/************** .story styles *****************/

.tableDaily {
	background-color: #6f6444;
	color: #ece4dd;
	text-align: center;
	padding: 2px;
}

.tableWeekly {
	background-color: #816843;
	color: #ece4dd;
	text-align: center;
	padding: 2px;
}

.tableList {
	background-color: #816843;
	color: #ece4dd;
	text-align: left;
	padding: 2px;
}

.tableList a:link, .tableList a:visited {
	color: #ece4dd;
	text-decoration: none;
}

.tableList a:hover {
	color: #ece4dd;
	text-decoration: underline;
}

.tableTitle {
	color: #c31c12;
	font-size: 110%;
	font-weight: bold;
	padding: 2px;
}

.tableReservation {
	background-color: #ecd056;
	padding-left: 20px;
}

.tableReservation a:link, .tableReservation a:visited {
	color: #c31c12;
	text-decoration: none;
	font-weight: bold;
}

.tableReservation a:hover {
	text-decoration: underline;
	color: #9a9f71;
	font-weight: bold;
}

.small {
	font-size: 85%;
}

.notation {
	font-size: 95%;
	color: #c31c12;
	font-weight: bold;
}
.italics {
	font-family: "Lucida Calligraphy", Calliope, "Times New Roman", Times, serif;
	font-size: 14px;
	line-height: 1.7em;
	color: #524835;
}

.red {
	color: #c31c12;
}

/************* #footer styles ***************/

.topLinks {
	border-bottom: 1px solid #9a9f71;
}

.topLinks a:link, .topLinks a:visited {
	color: #c31c12;
	text-decoration: none;
	font-size: 9px;
}

.topLinks a:hover {
	text-decoration: underline;
	font-size: 9px;
}

.btmLinks a:link, .btmLinks a:visited {
	color: #9a9f71;
	text-decoration: none;
	font-size: 9px;
}

.btmLinks a:hover {
	text-decoration: underline;
	font-size: 9px;
}
/*********** #navBar link styles ***********/

#vertLinks ul a:link, #vertLinks ul a:visited {
	display: block;
}

/* fix for browsers that don't need the hack */
html>body #vertLinks li {
	border-bottom: none;
}

/************** #headlines styles **************/

#headlines{
	margin: 0px;
	padding: 10px 0px 20px 0px;
	font-size: 80%;
}

#headlines p{
	padding: 5px 0px 5px 0px;
}
.cabinImage {
	float: right;
	border: 2px solid #878787;
	padding: 2px;
	margin: 0 5px 0 5px;
}
