/* welcome to the css */

/* begin with the structure */

html {
	margin: 0;
	padding: 0;
	background: #D8D9DB url(images/htmlbk.jpg) repeat left top;
}
body {
	background: url(images/bdbk.jpg) repeat-x left 410px;
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}
#header {
	width: 100%;
	height: auto;
}
#hdcontainer {
	position: relative;
	max-width: 960px;
	height: 362px;
	margin: 0 auto;
	padding: 0;
}
#base {
	position: relative;
	max-width: 960px;
	padding: 20px 0;
	margin: 0 auto;
}
#leftside {
	width: 65%;
	float: left;
	display: inline;
	margin: 25px 0;
}
#rightside {
	width: 30%;
	min-width: 226px;
	float: right;
	display: inline;
	margin: 25px 0;
	padding: 10px;
	background: rgba(167, 189, 67, 0.3);
	text-align: center;
}
.clear {
	clear: both;
}
#address {
	position: absolute;
	top: 260px;
	left: 0;
	font-family: Verdana, Arial, sans-serif;
	font-weight: bold;
	font-size: 17px;
	color: #FFFF99;
	text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
}
#footer {
	width: 100%;
	min-height: 60px;
	background-color: #547923;
	margin-top: 15px;
	padding: 20px 0;
}
.fix {
}
.filter-drop-spacer {
	height: 0 !important;
}

/* aesthetic styles for elements not related to structure */

#leftside img {
	max-width: 100%;
	height: auto;
	border: 1px solid #486787;
}
	
/* typography */

#hdcontainer h1 {
	position: absolute;
	top: 100px;
	left: 0;
	background: url(images/title.png) no-repeat left top;
	margin: 0;
	width: 400px;
	height: 140px;
	font-size: 45px;
	text-indent: -9999px;
	overflow: hidden;
}
h1 {
	font-family: Georgia, Times, serif;
	font-weight: normal;
	color: #4b6687;
	font-size: 55px;
	margin: 0;
}
h2 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #5a7eab;
	font-size: 30px;
	margin-top: 10px;
}
h3 {
	font-family: Verdana, Arial, sans-serif;
	font-weight: normal;
	color: #5a7eab;
	font-size: 25px;
	text-transform: uppercase;
	margin: 0;
	border-top: 1px solid #74AFD4;
}
h4 {
	font-weight: bold;
	font-size: 19px;
	color: #486787;	
}
h5 {
	font-weight: normal;
	font-size: 17px;
}	
p {
	font-family: Georgia, Times, serif;
	font-size: 16px;
	line-height: 24px;
	text-align: left;
	color: #565f69;
}
#footer p {
	font-family: Verdana, Arial, sans-serif;
	color: #FFF;
	font-size: 12px;
	text-align: center !important;
}

/* links */

a {
	text-decoration: none;
}
#footer a {
	color: #f6992a;
}
#footer a:hover {
	color: #FFF;
}

/* navigation */

#nav {
	background-color: #577B20;
	height: 38px;
	width: 100%;
	margin: 0 auto;
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
}
#nav ul {
	z-index:100;
	display: inline-block;
	margin: 0;
	padding: 0;
}
#nav li {
	display: inline-block;
	list-style-type: none;
	float: left;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: bold;
	font-size: 16px;
	line-height: 30px;
	border-right: 1px solid #FFF;
}
#nav li:first-child {
	border-left: 1px solid #FFF;
}
#nav li a {
	padding: 4px 15px;
	display: block;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 2px 3px rgba(0, 0, 0, 0.7);
}
#dropmenu {
	max-width: 960px;
	margin: 0 auto;
}	


/*Top level list items*/
.smmenu ul li{
position: relative;
}

/*Top level menu link items style*/
.smmenu ul li a{

display: inline-block;
background: #577B20; /*background of menu items (default state)*/
}

* html .smmenu ul li a{ /*IE6 hack to get sub menu links to behave correctly*/
display: inline-block;
}
.smmenu ul li a.selected { /*CSS class that's dynamically added to the currently active menu items' LI A element*/
background: #B44338 !important; 
color: white;
}

.smmenu ul li a:hover{
background: #B44338; /*background of menu items during onmouseover (hover state)*/
color: white;
}
	
/* sub menus */
.smmenu ul li ul{
position: absolute;
left: -3000px;
display: none; /*collapse all sub menus to begin with*/
visibility: hidden;
}

/*Sub level menu list items (alters style from Top level List Items)*/
.smmenu ul li ul li{
display: list-item !important;
border-right: 0 !important;
border-left: 0 !important;
float: none !important;
}
.smmenu ul li ul li:first-child {
border-left: 0 !important;
}

/*All subsequent sub menu levels vertical offset after 1st level sub menu */
.smmenu ul li ul li ul{
top: 0;
}

/* Sub level menu links style */
.smmenu ul li ul li a{
width: 147px !important;
font-family: Arial, Helvetica, sans-serif;
font-size: 16px;
padding: 5px;
margin: 0 !important;
border-top-width: 0;
border-bottom: 1px solid gray;
}

/* Holly Hack for IE \*/
* html .smmenu{height: 1%;} /*Holly Hack for IE7 and below*/


/* ######### CSS classes applied to down and right arrow images  ######### */

.downarrowclass{
position: absolute;
top: 12px;
right: 7px;
}

.rightarrowclass{
position: absolute;
top: 6px;
right: 5px;
}

/* admin page edit button */

#editpage {
	position: absolute;
	top: 0;
	left: 0; 
	padding: 5px 6px; 
	background: #db1174; 
	color: #fff; 
	display: block;
	font-weight: bold; 
}
	#editpage:hover {
		background: #ffffcc;
		color: #000; 
}

/* map styles */

#map_container {
	position: relative;
}
#map {
	margin-top: 15px;
	width: 100%;
	height: 650px;
	border: 1px solid #493339;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
#mapinfo {
	position: absolute;
	right: 0;
	bottom: 25px;
	z-index: 1000;
	background: rgba(255, 255, 255, 0.5);
	padding: 7px;
}
#mapinfo h4, #mapinfo p {
	margin: 0;
	padding: 0;
}
	

/* testimonials styles */

.testimonialbox {
	background: rgba(255, 255, 255, 0.4);
	-moz-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 0 2px 3px rgba(0, 0, 0, 0.5);
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding: 5px 25px;
	margin-bottom: 20px;
}
.testimonialbox p {
	font-family: helvetica, arial, sans-serif;
	font-size: 18px;
	line-height: 28px;
}
.testimonialbox ul {
	margin: 0;
	padding: 0;
}
.testimonialbox li {
	list-style: none;
	display: inline-block;
	margin: 0 15px 15px 0;
}
.testimonialbox li:last-child {
	margin: 0 0 15px 0;
}
.credit {
	font-style: italic;
	font-weight: bold;
	font-size: 20px;
	color: #678C2E;
}
#tform input[type="text"] {
	height: 24px;
	width: 90%;
	background-color: #EDEDED;
	border: 1px solid #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 10px;
} 
#tform input[type="file"] {
	height: 24px;
	width: 80%;
	margin-bottom: 5px;
}
	
#tform textarea {
	width: 92%;
	border: 1px solid #888;
	background-color: #EDEDED;
	height: 100px;
	margin: 0;
}
#tform input[type="submit"] {
	background-color: #CCEFFF;
	height: 30px;
	padding: 4px;
	margin-top: 20px;
	text-align: center;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	border: 1px solid #5A5A5A;
}
#reservations input[type="submit"]:hover {
	background-color: #fff;
	color: #888;
}
.cap {
	display: none !important;
}


	
/* photo gallery */

#photogallery {
	margin: 0 auto;
	border-top: 1px solid #7AADD4;
	text-align: center;
}
.gallery {
	margin: 0 auto;
	padding: 0;
	min-width: 226px !important;
}
.gallery li {
	list-style-type: none;
	padding-bottom: 10px;
	
}
.gallery li img {
	text-align: center;
	max-width: 220px !important;
	max-height: 125px !important;
	border: 1px solid #7AADD4;
	-moz-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 2px rgba(0, 0, 0, 0.5);
}

/* cottage page specific styles such as amenities table and availability */

#amenities, #availability {
	width: 100%;
	border: 1px solid #7AADD4;
	background-color: #FFF;
	margin-bottom: 20px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
}
#amenities td, #availability td {
	height: 25px;
	border-bottom: 1px dotted #7AADD4;
	padding: 5px 7px 5px 10px;
}
.amtitle {
	width: 50%;
	text-align: left;
}
.amstat, .amadd {
	width: 25%;
	text-align: right;
}
.amstat img, .amadd img {
	width: 25px !important;
	border: 0 !important;
	margin-right: 10px;
}
.columnid {
	font-weight: bold;
	background-color: #D9F7FF;
	border-bottom: 3px solid #7AADD4;
	-webkit-border-top-right-radius: 7px;
	-webkit-border-top-left-radius: 7px;
	-moz-border-radius-topright: 7px;
	-moz-border-radius-topleft: 7px;
	-o-border-top-right-radius: 7px;
	-o-border-top-left-radius: 7px;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.booked {
	background-color: #E3E5EB !important;
	color: #F5F5F5 !important;
}
.longterm {
	font-size: 20px !important;
	font-weight: bold Important;
	color: #A64B43 !important;
}

/* form styles */

#reservations {
	background-color: #FFFFFF;
	width: 100%;
	border: 1px solid #848484;
	padding: 10px;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	-moz-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	box-shadow: 1px 2px 3px rgba(0, 0, 0, 0.5);
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
#reservations div {
	padding-top: 5px;
	padding-bottom: 5px;
	text-align: right;
	margin-right: 20px;
	position: relative;
}
.calpic {
	border: none !important;
	width: 20px !important;
	height: 20px !important;
	vertical-align: middle;
}
#reservations input[type="text"], select {
	height: 24px;
	width: 350px;
	background-color: #EDEDED;
	border: 1px solid #888;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	padding-left: 10px;
} 
#reservations textarea {
	width: 93%;
	border: 1px solid #888;
	background-color: #EDEDED;
	height: 100px;
	margin: 0px 20px 0px 20px;
}
#reservations input[type="submit"] {
	background-color: #AAA;
	width: 150px;
	height: 30px;
	font-family: Arial;
	font-weight: bold;
	font-size: 18px;
	line-height: 30px;
	color: #333;
	text-shadow: 0 1px 1px rgba(255, 255, 255, 0.9);
	border: 1px solid #5A5A5A;
}
#reservations input[type="submit"]:hover {
	background-color: #fff;
	color: #888;
}
input:focus, textarea:focus {
	-webkit-box-shadow: 0 0 12px rgba(205, 35, 0, 0.5);
	-moz-box-shadow: 0 0 12px rgba(205, 35, 0, 0.5);
	box-shadow: 0 0 12px rgba(205, 35, 0, 0.5);
}
.red {
	color: #ee2406;
	font-weight: bold;
}
.filledcolor {
	color: #333;
}
.sub-hd {
	font-size: 20px !important;
	color: #486787;
	font-weight: bold;
	text-align: center !important;
	border-bottom: 1px solid #486787;
	margin: 18px 0px 10px 0px !important;
}
label {
	text-align: right;
	padding-right: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
}

.divider {
	margin: 0px 4px 0px 8px;
}
.smallfield {
	width: 120px !important;
}


/* Media queries */

@media screen and (max-width: 975px) {
	#leftside {
		padding-left: 10px;
	}
	
}
@media screen and (min-width: 765px) {
	.fix {
		position: fixed;
		top: 0;
		margin-bottom: -30px;
		z-index: 100;
	}
	.filter-drop-spacer {
		height: 30px !important;
	}
}
@media screen and (max-width: 765px) {
	body {
		background: none;
	}
	#hdcontainer h1 {
		position: static;
		padding: 20px 0 0 10px;
	}
	#address {
		position: static;
		margin-left: 10px;
	}
	#nav li:first-child {
		border-left: none;
	}
	#leftside {
		width: 100%;
		padding: 10px;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	#rightside {
		width: 100%;
		padding: 10px;
		min-width: 226px;
		-webkit-box-sizing: border-box;
    	-moz-box-sizing: border-box;
    	box-sizing: border-box;
	}
	.gallery li {
		float: left;
		padding: 0 10px 10px 0;
	}
}
@media screen and (max-width: 416px) {
	#hdcontainer {
		height: 262px;
	}
	#hdcontainer h1 {
		background: url(images/title_320.png) no-repeat left top;
		width: 320px;
		height: 112px;
	}
	.fix {
		top: 0;
	}
	#nav {
		min-height: auto;
		height: auto;
	}
	#nav ul {
		display: block;
	}
	#nav li {
		display: block;
		text-align: center;
		float: none;
	}
	#dropmenu {
		max-width: 100%;
		margin: 0 auto;
	}
	.smmenu ul li a {
		display: block;
	}
	.smmenu ul li ul li a {
		width: 340px !important;
	}	
	.fix {
		position: static;
	}
	#leftside {
		clear: both;
	}
	input[type="text"], select {
		width: 90%;
		padding-left: 0;
	} 
}