/* CSS Document  typical interior pages */

/* standard elements */

a {
	text-decoration: underline;
	color: #0000FF;
}

.twoColumnRight h2 {
	text-align: center;
	margin: 15px 0;
}

.oneColumnLeft {
	width: 290px;
	float: left;
}

.oneColumnRight {
	width: 290px;
	float: right;
}

.twoColumnRight {
	width: 640px;
	float: right;
}

#typicalLogo {
	margin: 20px 0 20px 30px;
}

ul#subNav {
	margin: 30px 0;
	padding: 10px 0 0;
	border-top: 1px solid #9C995A;
}

ul#subNav li {
	margin: 0 15px;
	padding: 0;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #5C5A36;
	float: left;
	display: inline;
	text-align: center;
}

ul#subNav li.On a {
	color: #FFF;
}

ul#subNav a {
	color: #5C5A36;
	text-decoration: none;
}

ul#subNav a:hover {
	text-decoration: underline;
}

h1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 42px;
	color: #5C5A36;
	margin: 15px 0;
}

h2 {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:36px;
	color:#5C5A36;
	margin-top:0;
}

h3, h3 a {
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:22px;
	color:#5C5A36;
	margin-top:20px;
	border-bottom: 1px solid #9C995A;
}

h4 {
	text-transform:uppercase;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#5C5A36;
	margin-bottom:0;
}

div#introPhoto {
	background-color: #9C995A;
	padding: 15px;
}

div#introPhoto img {
	border: 1px solid #C2C09A;
}

img.alignleft {
	float: left;
	margin: 0 30px 30px 0;
	border: 1px solid #9C995A;
}

img.alignright {
	float: right;
	margin: 0 0 30px 30px;
	border: 1px solid #9C995A;
}

/* end standard elements */

/* content areas */

div#sidePhoto {
	background-color: #9C995A;
	padding: 10px;
}

div#sidePhoto img {
	border: 1px solid #C2C09A;
}

div#photoFloatRight {
	background-color: #9C995A;
	padding: 10px;
	margin: 0 0 20px 20px;
	float:right;
}

div#photoFloatRight img {
	border: 1px solid #C2C09A;
}

#graySidebar {
	border: 1px solid #333;
	background-image: url(../../../../../images/bkgd-homeTourIntro.jpg);
	background-repeat: repeat-x;
	background-color: #666;
	padding: 30px;
	margin: 1px 0 15px 0;
}

#graySidebar .icon {
	float: left;
	margin: 0 15px 15px 0;
}

#graySidebar h2 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	font-style: italic;
	color: #FFF;
	margin: 0;
	padding: 0;
}

#graySidebar h2 a {
	text-decoration:none;
}

#graySidebar a, #graySidebar p {
	color: #FFF;
}

div#graySidebar ul {
	margin: 15px 15px 15px 0;
	padding: 0;
}

div#graySidebar li {
	margin: 10px 0;
	padding: 0 0 0 25px;
	color: #FFF;
	list-style-type: none;
	background-image: url(../../../../../images/bullet-orangeOnDark.gif);
	background-repeat: no-repeat;
	min-height: 25px;
}

ul.blogArchive  {
	margin: 15px;
	padding: 0;
}

ul.blogArchive li {
	margin: 10px 0;
	padding: 0 0 0 25px;
	color: #FFF;
	list-style-type: none;
	background-image: url(../../../../../images/bullet-orangeOnDarkSmall.gif);
	background-repeat: no-repeat;
}

ul.blogArchive li a {
	text-decoration:none;
}

ul.blogArchive li a:hover {
	text-decoration:underline;
}

/* end content areas */

/* tour list */

.tourList h3 {
	margin-bottom:0;
}

.tourList p {
	margin-top:0;
}

/* end tour list */

/* reservations form */

form#reservationsForm {
	padding-top: 30px;
}

form#reservationsForm input, form#reservationsForm select {
	width: 290px;
	padding: 2px;
	margin-top: 2px;
}

form#reservationsForm textarea {
	width: 640px;
	height: 150px;
	margin-top: 2px;
}

/* end reservations form */

/* contact form */

form#contactForm label {
	color:#fff;
}

form#contactForm input, form#contactForm textarea {
	width:219px;
	border:1px solid #333;
}

form#contactForm input.button {
	width:71px;
	border:none;
}

/* end contact form */

/* blog post */

.blogFooter {
	border-top:1px solid #9C995A;
	border-bottom:1px solid #9C995A;
	margin:10px 0 40px 0;
}

.blogFooter p, .blogFooter a {
	text-transform:uppercase;
	color:#5C5A36;
}

.blogFooter img {
	display:inline;
	vertical-align:middle;
}

.more-link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 14px;
	color: #5C5A36;
}

textarea#comment {
	width: 640px;
}

#commentsList li {
	list-style-type: none;
	margin: 15px 0;
	padding: 15px;
	background-color: #C2C19C;
}

ul#nextPrev {
	margin: 30px 0;
	padding: 0;
}

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

/* end blog post */

/* dividers */

.tourDivider hr {
	border:0;
}

.tourDivider {
	color:#9C995A;
	background-color:#9C995A;
	height:1px;
	margin:20px 0;
	width:290px;
}

/* end dividers */
