/*------------------------------------------------------*/
/* =HTML ELEMENTS					*/
/*-----------------------------------------------------*/
body {
	background: #fff url(../images/bg.jpg) repeat-x;
	color: #231f20;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 12px;
	line-height: 18px;
}

a {
	color: #48add7;
	outline: none; /* removing outline in Mozilla */
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------*/
/* =FLOAT CLASSES					*/
/*-----------------------------------------------------*/

/* usually for <br /> tag to clear the float */
.clear {
	clear: both;
	line-height: 0;
}

/* div (or whatever else element that serves as wrapper that clears the floats)  */
.floatClear {
	overflow: hidden;
}

/*------------------------------------------------------*/
/* =LAYOUT						*/
/*-----------------------------------------------------*/

/*------------------------------------------------------*/
/* =WRAPPER						*/
#wrapper {
	margin: 0 auto;
	width: 793px;
	position: relative;
}

#header {
	background: url(../images/header.jpg) no-repeat right;
	height: 212px;
	position: relative;
}

/*------------------------------------------------------*/
/* =LOGO							*/
#logo {
	position: absolute;
	top: 5px;
}

/*------------------------------------------------------*/
/* =MENU							*/
#menu {
	font-size: 11px;
	position: absolute;
	bottom: 27px;
	left: 24px;
}

#menu li {
	display: inline;
}

#menu a {
	color: #595a59;
	padding: 0 4px;
}

#menu li.active a,
#menu a:hover {
	color: #6dbe45;
}

/*------------------------------------------------------*/
/* CONTENT						*/
#content {
	background: #d2d2d4;
	padding: 7px 0;
}

/* CONTAINER */
.container {
	background: url(../images/container.jpg) repeat-y;
}

/* MAIN */
#main {
	float: right;
	width: 540px;
}

/* SIDEBAR */
#sidebar {
	float: left;
	width: 245px;
}

/*------------------------------------------------------*/
/* HOME PAGE						*/

/* homepage sidebar  */
#home #sidebar {
	background: #585a59;
	color: #a7a9ac;
	font-size: 9px;
	padding: 15px 15px 0 15px;
	width: 215px;
}

#home #sidebar p {
	margin-bottom: 6px;
}

/*------------------------------------------------------*/
/* BIO PAGE						*/

#bio.container {
	background: url(../images/bio-container.jpg) repeat-y;
}

#bio h2 {
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 16px;
	line-height: 16px;
	padding-bottom: 10px;
}

/* bio sidebar */
#bio #sidebar {
	background: url(../images/bio-sidebar.jpg) no-repeat 0 40px;
	color: #fff;
	font-family: "arial black", arial, "helvetica neue", helvetica, sans-serif;
	padding: 170px 15px 15px 15px;
	width: 215px;
}

#bio #sidebar p {
	font-size: 11px;
	line-height: 20px;
	margin-bottom: 10px;
}

/* bio main */
#bio #main .box {
	background: #8dc641;
}

#bio #main  hr {
	background-color: #fff;
	border: none;
	color: #fff; /* for ie */
	height: 5px;
	margin: 0;
}

#bio #main .box {
	background: #8dc641;
	padding: 15px 20px;
	width: 500px;
}

#bio #main img {
	float: left;
}

#bio #main p {
	float: right;
	font-size: 11px;
	margin-bottom: 15px;
	width: 400px;
}

#bio #main .brett p {
	float: right;
	font-size: 11px;
	margin-bottom: 15px;
	width: 360px;
}

/*------------------------------------------------------*/
/* ROOMS PAGE						*/
#rooms #sidebar ul {
	padding: 20px 0 0 30px;
}

#rooms #sidebar li {
	color: #fff;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 26px;
	line-height: 26px;
	padding-bottom: 43px;
}

#rooms #sidebar span {
	color: #4c4c4c;
	display: block;
	font-family: "arial black", arial, "helvetica neue", helvetica, sans-serif;
	font-size: 13px;
	line-height: 14px;
	padding: 4px 0;
}

/* rooms main */
#rooms #main {
	background: url(../images/rooms-main.jpg) no-repeat 91% 5px;
	padding: 7px 0;
}

#rooms #main ul {
	padding: 0 0 4px 15px;
}

#rooms #main li {
	display: inline;
	padding-right: 10px;
}

/*------------------------------------------------------*/
/* NEWS PAGE						*/

#news h2 {
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 16px;
	margin-bottom: 15px;
}

/* news sidebar */
#news #sidebar {
	font-size: 11px;
	padding: 15px;
	width: 215px;
}

#news #sidebar a {
	color: #231f20;
	text-decoration: underline;
}

#news #sidebar a:hover {
	text-decoration: none;
}

#news #sidebar p {
	margin-bottom: 15px;
}

/* news main */
#news #main {
	font-size: 9px;
	padding: 15px;
	width: 510px;
}

#news #main li {
	float: left;
	display: inline-block;
	padding: 0 10px 30px 0;
	width: 145px;
}


/*------------------------------------------------------*/
/* GEAR PAGE						*/
#gear {
	background: url(../images/gear.jpg);
	min-height: 454px;
	padding: 0 5px 15px 15px;
}

#gear h1 {
	color: #8dc63f;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 72px;
	line-height: 72px;
	margin-bottom: 25px;
}

#gear h2 {
	color: #58b7dd;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 22px;
	line-height: 24px;
	margin-bottom: 10px;
}

#gear ul {
	float: left;
	font-size: 10px;
	margin-right: 15px;
	width: 150px;
}

#gear ul.first {
	margin-right: 5px;
	width: 160px;
}

#gear ul.second {

	width: 145px;
}
#gear ul.third {

	width: 115px;
margin-right: 30px;
}
#gear ul.fourth {

	width: 125px;
}

#gear ul.last {
	margin: 0;
}

/*------------------------------------------------------*/
/* CONTACT PAGE					*/
#contact {
	background: url(../images/testimonials.jpg);
	min-height: 454px;
	padding: 10px 135px 15px 25px;
}

#contact h1 {
	color: #58b7dd;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 15px;
}

#contact h2 {
	color: #8dc63f;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 42px;
	line-height: 42px;
	margin-bottom: 15px;
}

#contact p {
	font-size: 13px;
	margin-bottom: 10px;
}

#contact p.error {
	color: #f56f55;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#contact label {
	color: #58b7dd;
	display: block;
	font-family: arial, "helvetica neue", helvetica, sans-serif;
	font-size: 16px;

	line-height: 16px;
	margin-bottom: 7px;
}

#contact input[type="text"],
#contact textarea {
	background: #eceded;
	border: 2px solid #8d8f92;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 14px;
	height: 24px;
	padding: 3px 5px 0 5px;
	width: 238px;
}

#contact input[type="submit"] {
	background: url(../images/contact-submit.jpg) no-repeat;
	border: none;
	height: 40px;
	width: 114px;
}

#contact input[type="submit"]:hover {
	cursor: pointer;
}

#contact textarea {
	height: 80px;
	overflow: auto;
}

#contact li {
	padding-bottom: 9px;
}

/*------------------------------------------------------*/
/* TESTIMONIALS PAGE				*/
#testimonials {
	background: url(../images/testimonials.jpg);
	min-height: 409px;
	padding: 30px 135px 30px 30px;
}

#testimonials h1 {
	color: #fff;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 36px;
	line-height: 36px;
	margin-bottom: 25px;
}

#testimonials h2 {
	color: #8dc63f;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: 10px;
	text-transform: capitalize;
}

#testimonials ul {
	margin-bottom: 25px;
}

#testimonials p {
	margin-bottom: 20px;
}

.testimonials {
	margin-bottom: 20px;
}

/*------------------------------------------------------*/
/* RESOURCES PAGE					*/
#resources {
	background: url(../images/testimonials.jpg);
	min-height: 429px;
	padding: 20px 135px 20px 30px;
}

#resources h2 {
	color: #fff;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 28px;
	line-height: 28px;
}

#resources h3 {
	color: #8dc63f;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 18px;
	font-weight: bold;
	line-height: 20px;
	margin: 10px 0;
	text-transform: capitalize;
}

#resources h4 {
	margin-top: 9px;
}

#resources ul {
	float: left;
	width: 300px;
}

#resources li a {
	color: #fff;
	display: block;
}

#resources ul.links {
	padding-left: 25px;
}

#resources ul.links li a {
	display: inline;
}

/*------------------------------------------------------*/
/* SITEMAP PAGE					*/
#sitemap {
	background: url(../images/testimonials.jpg);
	min-height: 429px;
	padding: 20px 135px 20px 30px;
}

#sitemap h2 {
	color: #fff;
	font-family: "myriad pro", tahoma, geneva, verdana, sans-serif;
	font-size: 28px;
	line-height: 28px;
	margin-bottom: 20px;
}

#sitemap li a {
	color: #666;
}

/*------------------------------------------------------*/
/* =FOOTER						*/
#footer {
	background: url(../images/footer.jpg) no-repeat right;
	color: #231f20;
	font-size: 11px;
	height: 103px;
	padding: 15px 135px 0 0;
	text-align: right;
}

#footer li {
	display: inline;
}

#footer a {
	color: #231f20;
	padding: 0 4px;
}

#footer li.active a,
#footer a:hover {
	color: #6dbe45;
}

#footer p {
	position: absolute;
	bottom: 5px;
	right: 135px;
}

