/* Stylesheet for Baymont Inn
Designed and developed by The Amplified Group, LLC
All rights reserved, but you can steal stuff anyways
*/

/*--- CSS ---*/
* {
   border: 0;
   margin: 0;
   padding: 0;
}

body {
   background: #c1cc91;
   font-family: Verdana, Arial, Helvetica, sans-serif;
   font-size: 12px;
   line-height: 1.3em;
   color: #444;
}



/*--- IMAGE STYLES ---*/
img {
	border: none;
}

.picbox {
	width: 236px;
	height: 336px;
	padding: 25px 25px 0;
	background: url(images/picbox.jpg) no-repeat;
}

.managed {
	float: right;
	margin: 0;
	padding-right: 10px;
	border: none;
}


/*--- LINK STYLES ---*/
#footer a, #footer a:visited {
	color: #fff;
	text-decoration: underline;
}

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

/*--- HEADING STYLES ---*/
h1, h2, h3, h4, h5, h6 {
	color: #B17E51;
}

h1 {
	font-size: 22px;
}

h2 {
	margin: 10px 0 20px;
	font-size: 18px;
}

h3 {
	margin: 5px 0 2px;
	font-size: 14px;
	font-weight: normal;
}

/*--- IDS ---*/
#container {
   margin: 0 auto;
   background: #ECE7E4 url(images/container-bg.jpg) repeat-y top left;
   width: 680px;
	border-left: 1px solid #534741;
	border-right: 1px solid #534741;
}

#header {
   background: #91770b url(images/masthead.jpg) no-repeat;
   width: 680px;
   height: 205px;
}

#navbar {
   background: #91770b url(images/nav-bg.jpg) no-repeat;
   width: 680px;
   height: 57px;
}

#content {
   width: 290px;
   padding: 20px 0 25px 65px;
   font-size: 95%;
   text-align: justify;
}

#contentwide {
	width: 530px;
	margin: 0 auto;
	padding: 20px 0 40px 5px;
}

#sidebar {
	float: right;
	width: 265px;
	padding: 20px 40px 30px 0 !important;
	padding-right: 20px;
}

#footer {
	clear: both;
   background: transparent url(images/footer-bg.jpg) no-repeat;
   width: 680px;
   height: 33px;
	border-bottom: 2px solid #534741;
}

/*--- LIST STYLES ---*/
ul#list {
	margin: 5px 0 15px;
}

ul#list li {
	margin-left: 20px;
	list-style: disc;
}

ul#list li a, ul#list li a:visited {
	color: #2d5308;
	text-decoration: none;
}

ul#list li a:hover {
	color: #444;
	text-decoration: underline;
}
	

/*--- PARAGRAPHS ---*/
p {
   margin: 0;
   padding-bottom: 10px;
}

#footer p {
	float: left;
	width: 500px;
	padding: 9px 0 0 10px;
	font-size: 10px;
	color: #fff;
}

/*--- NAVIGATION STYLES ---*/
ul#navigation {
	padding-top: 19px;
	text-align: center;
}

ul#navigation li {
	display: inline;
	list-style-type: none;
	padding: 0 15px;
}

ul#navigation li a {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 11px;
	color: #eee6ca;
	text-decoration: none;
	text-transform: uppercase;
}

ul#navigation li a:hover, body#home li.home a, body#amenities li.amenities a, body#packages li.packages a, body#reservations li.reservations a, body#photos li.photos a, body#attractions li.attractions a {
	color: #fff;
	text-decoration: underline;
}

/*--- FORM STYLES ---*/
textarea {
	width: 95%;
	border: 1px solid #ccc;
	padding: 3px 0 3px 10px;
	background: url(images/input.gif) no-repeat top left;
	font: 11px Verdana, sans-serif;
}

input {
	width: 65%;
	border: 1px solid #ccc;
	padding: 3px 0 3px 10px;
	background: url(images/input.gif) no-repeat top left;
	font: 11px Verdana, sans-serif;
}

input.button {
	border: 0;
	background: #9F5F53;
	color: #fff;
	cursor: pointer;
	font: bold 11px Arial, sans-serif;
	text-transform: capitalize;
	width: 75px;
	padding: 3px;
}

label {
	color: #9F5F53;
}

#form p {
	padding: 5px 0;
	margin: 0;
}

.gallery {
	margin: 0px 20px 30px;
}

.gallery img {
	margin: 10px 10px 10px 10px;
	padding: 4px;
	background-color: #EDE6CA;
	border: 1px solid #91760B;
}

.center {
	text-align: center;
}