/* RESET */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent;}
body {line-height:1;}
ol, ul {list-style:none;}
blockquote, q {quotes:none;}
blockquote:before, blockquote:after, q:before, q:after {content:'';content:none;}
/* remember to define focus styles! */
:focus {outline:0;}
/* remember to highlight inserts somehow! */
ins {text-decoration:none;}
del {text-decoration:line-through;}
/* tables still need 'cellspacing="0"' in the markup */
table {border-collapse:collapse;border-spacing:0;}
/* END RESET */


/* COLORS

Brown #d9d4b5
Light brown #f7f6f6
Med Gray #828282

*/

.clear {
	clear: both;
}

body {
	line-height: normal;
	font-family: Verdana, "Lucida Grande", Lucida, sans-serif;
}

h2	{
	font-size: 18px;
}

a {
	color: #1048af;
	text-decoration: none;
}

a:hover {
	color: #00FF00;
}

#wrapper {
	/*width: 961px;
	height: 2000px;
	margin: 0 auto;
	background: url(../../_notes/Super-Final-Segway-w-Leafs.png) no-repeat;*/
}

#header-wrapper {
	width: 100%;
	height: 114px;
	background: url(../images/header-bg.gif) repeat-x;
}


#header {
	position: relative;
	width: 961px;
	margin: 0 auto;
	height: 114px;
}

#logo {
	position: absolute;
	top: 0px;
	left: -10px;
	width: 424px;
	height: 113px;
	/*text-indent: -99999999.99px;*/
	background: url(../images/logo.gif) no-repeat;
}

#tagline {
	padding: 15px 0 0 0;
}

#tagline, #phone {
	clear: both;
	float: right;
	width: 300px;
	margin: 0 20px 0 0;
	font-size: 14px;
	color: #fff;
	text-align: right;
}

#phone {
	font-size: 18px;
}

#nav {
	float: right;
	clear: both;
	margin: 25px 0 0 0;
	width: 505px;
	list-style: none;
}

#nav li	{
	float: left;
	width: 82px;
	display: inline;
	text-align: center;
	text-decoration: none;
	border-right: 1px solid #fff;
	margin: 3px 0 0 0;
}

#nav li a {
	display: block;
	color: #fff;
}

#nav li a:hover {
	color: #00ff00;
}

#nav li.last {
	border: none;
}

#content-wrapper {
	background: #612423 url(../images/content-bg.jpg) repeat-x;
}

#body-home #content-wrapper {
	width: 100%;
	background: #612423 url(../images/content-bg.jpg) repeat-x;
}

#body-about #content-wrapper {
	width: 100%;
	background: #496e3b url(../images/content-bg-trees.jpg) repeat-x;
}

#body-tours #content-wrapper {
	width: 100%;
	background: #34416d url(../images/content-bg-mtns.jpg) repeat-x;
}


#promo, #main, #footer {
	width: 960px;
	margin: 0 auto;
	background: #fff;
	overflow: hidden;
}

#promo {
	clear: both;
	
}

#promo .reservation-container {
		position: relative;
	float: left;
	display: inline;
	width: 281px;
	padding: 20px;
	background: #fff;
}

* html #promo .reservation-container {
	position: relative;
	float: left;
	display: inline;
	width: 277px;
	padding: 20px;
	background: #fff;
}

#reserve-search {
	margin: 10px 0 30px 10px;
}

#reserve-search p {
	font-size: 12px;
	margin: 18px 0 0 0;
}

#social-media-logos {
	margin: 10px 0 0 0;
}

#social-media-logos li {
	display: inline;
	margin: 0 5px 0 0;
}

#mailinglist_form {
	margin: 15px 0 0;
}

#mailinglist_form input {
	width: 256px;
}

#mailinglist_form input.submit {
	float: right;
	margin: 5px 20px 0 0;
	font-size: 12px;
	width: 65px;
	border: 2px #ccc outset;
}

#promo .slideshow-container {
	position: relative;
	float: left;
	display: inline;
	width: 609px;
	height: 291px;
	padding: 15px;
	background: #d9d4b5;
}

#promo .slideshow-container #slideshow h2 a {
	color: #fff;
	position: relative;
	padding: 5px;
}

#promo .slide {
	position: relative;
}

#promo .slideshow-container #man-women {
	position: absolute;
	bottom: 0;
	left: -15px;
	z-index: 100;
}


#promo .slide h2 {
	width: 600px;
	position: absolute;
	top: 0;
	left: 0;
	padding: 5px;
	/*background: url(../images/slideshow-header-bar-bg.gif) no-repeat;*/
	color: #fff;
}

#promo .slideshow-container a.reserve-link {
	position: absolute;
	z-index: 100;
	right: 20px;
	bottom: 18px;
	display: block;
	padding: 10px 0;
	font-size: 20px;
	text-decoration: none;
	color: #fff;
}

#main {
	clear: both;
}

#content {
	background: #fff;
	float: left;
	width: 600px;
	padding: 0 15px 36px 20px;
	display: inline;
}

#content h2 {
	margin: 0px 0 0 0;
}

#content h3 {
	margin: 15px 0 -5px 0;
	font-size: 13px;
}

#content h1 {
	margin: 15px 0 0 0 ;
}

#content p {
	line-height: 18px;
	font-size: 12px;
	margin: 10px 0 0 3px;
}

#content .author-pic {
	float: left;
	width: 64px;
	display: inline;
	margin: 20px 5px 3px 0;
}

#content .meta {
	width: 530px;
	margin: 5px 0 33px 70px;
	font-size: 10px;
	font-weight: bold;
}

#content .meta .author-name {
	color: #234b2d;
}

#content .meta a {
	/*float: right;*/
	width: 118px;
	margin: 0 0 0 135px;
	display: inline;
	text-align: right;
	color: #32573b;
}

#content .meta a:hover {
	color: #00FF00;	
}

#content #post-body img {
	float: right;
	width: 307px;
	display: inline;
	margin: 10px 0 10px 10px;
}


.pagination li {
    display:inline;
}




/* blue #99b1bf*/

#content #comment_form {
	background: #f7f6f6;
	margin: 5px 0 0 0;
	padding: 20px 8px;
	width: 590px;
	height: 210px;
}

#content #comment_form div {
   margin: 0 0 10px 0;
}

#content #comment_form input {
	padding: 5px 8px;
	color: #999;	
}

#content #comment_form .right-field {
	float: right;
	width: 390px;
	display: inline;
}

#content #comment_form a {
	margin: 0 0 0 5px;
	text-decoration: none;
	color: #99b1bf;
	font-size: 12px;
}

#content #comment_form .right-field textarea {
	width: 370px;
	border-style: inset;
	padding: 5px 8px;
	color: #999;	

}

#content #comment_form input.submit {
	cursor: pointer;
	width: 142px;
	height: 32px;
	border: none;
	margin: 20px 0 0 0 ;
	background: url(../images/leave-comment-btn.gif);
}

#sidebar {
	float: right;
	display: inline;
	padding: 0 0 0 1px;
	width: 307px;
	margin: 0 15px 0 0;
	background: #fff;
}

* html #sidebar {
    margin: 0 10px 0 0;
	width: 300px;
}

#sidebar h2 {
	clear: both;
	height: 29px;
	padding: 5px 0 0 10px;
	margin: 0 0 10px 0;
	color: #fff;
	background: url(../images/title-bg.gif);
}

#sidebar h2#twitter-header {
	background: url(../images/twitter-logo-header.gif);
}

#sidebar h2#flickr-header {
	background: url(../images/flickr-logo-header.gif);
}

#sidebar h2#youtube-header {
	background: url(../images/youtube-logo-header.gif);
}


#tweets {
	font-size: 12px;
}

#tweets li {
	border-bottom: 1px dashed #000;
	margin: 0 0 10px 0;
	padding: 0 0 10px 0;
}

#tweets li.last {
	border: none;
}

#tweets p {
	font-size: 9px;
}

#tweets a {
	text-decoration: underline;
}

.flickr-pic {
	float: left;
	width: 77px;
	display: inline;
	margin: 0 0 10px 10px;
}

#recent-comments li {
	clear: both;
	font-size: 12px;
	display: block;
	margin-bottom: 5px;
}

#recent-comments li p {
    display: inline;
}


#recent-comments li span {
    display:inline;
    color:#1048AF;
    text-decoration: underline;
}

#recent-comments li span:hover {
    color:#00ff00;
}


#recent-comments img {
	float: left;
	display: inline;
	width: 77px;
	margin: 0 10px 10px 0;
}

#recent-comments a {
	text-decoration: underline;
}

.comment {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px dashed #000;
	
}


#footer {
	clear: both;
	background: #000 url(../images/footer-bg.gif) repeat-x left bottom;
	padding: 0 0 5px 0;
}

#footer ul {
	float: left;
	width: 365px;
	display: inline;
	margin: 10px 0px 30px 20px;
	color: #fff;
}

#footer ul.last {
	float: right;
	width: 190px;
	margin: 10px 0px 30px 0;
}

#footer ul li a {
	text-decoration: underline;
	color: #fff;
	font-size: 12px;
}

#footer ul li a:hover {
	color: #00FF00;
}

#footer p {
	clear: both;
	margin: 0 0 0 0;
	color: #fff;
	text-align: center;
	width: 100%;
	font-size: 10px;
	line-height: 18px;
}




