@import url(http://fonts.googleapis.com/css?family=Courgette);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,700);

@font-face {
  font-family: 'TheanoDidot';
  src: url('fonts/TheanoDidot-Regular.ttf');
}

body {
	margin: 0; padding: 0 0 36px 0;
	overflow-y: scroll;
	background: #850d00 url(images/background.png);
	text-align: center;
}

div, p, h1, h2, h3, h4, h5, ol, ul, li, img, a, table, td, blockquote, 
header, nav, footer, article {
	margin: 0; padding: 0; border: 0; outline: 0;
}

body, li, td, input, textarea {
	font: 12px / 16px Verdana, Geneva, sans-serif;
	font: 13px / 17px 'Open Sans', sans-serif;
	font: 14px / 17px 'TheanoDidot', sans-serif;
}

ul, ol {
	list-style: none;
}

a {
	color: #b28632;
}


h2 {
	color: #8b0f01;
	font-size: 22px;
	line-height: 28px;
	background: url(images/dashes.png) bottom repeat-x;
	padding-bottom: 2px;
	margin: 9px 0 9px 0;
}
h3 {
	font-size: 16px;
	margin: 18px 0 9px 0;
}
h4 {
	color: #8b0f01;
	font-size: 14px;
	letter-spacing: 1px;
}
p {
	margin: 0 0 18px 0;
}

#splash-bar {
	width: 100%;
	background-color: #c8973a;
	box-shadow: 1px 1px 3px #5d0b03;
	margin-bottom: 0;
}
#splash-bar div {
	margin: 0 auto;
	max-width: 980px;
	font-size: 20px;
	line-height: 24px;
	color: #f5eedb;
	letter-spacing: 0.5px;
	text-align: center;
	padding: 4px 0 4px 0;
}

#paper {
	margin: 0 auto;
	text-align: left;
	max-width: 985px;
	padding: 0 44px;
}

header {
	height: 100px;
	position: relative;
}
#logo {
	position: absolute;
	z-index: 15;
	bottom: -24px;
	left: -44px;
}
#menu {
	position: absolute;
	right: 0;
	bottom: 12px;
	margin-right: 6px;
	color: #ffffff;
}
#menu li {
	display: inline-block;
	padding: 0 18px 0 9px;
	font-size: 17px;
	letter-spacing: 1px;
}
#menu li a {
	color: #ffffff;
	text-decoration: none;
}
#menu li a:hover {
	color: #c8973a;
	color: #f1cc62;
}

#contents {
	width: 985px;
	background-color: #fcfaee;
	border-radius: 2px;
	position: relative;
}

article {
	padding: 27px;
	min-height: 650px;
}

#contents ul {
	list-style: disc;
	margin-left: 21px;
}
#contents ul li {
	padding-bottom: 3px;
}
#contents p + ul {
	margin-top: -9px;
}
#contents a.arrow {
	background: url(images/link-arrow.png) right bottom no-repeat;
	padding-right: 14px;
	font-weight: bold;
	text-decoration: none;
}
#contents a.arrow:hover {
	text-decoration: underline;
}
#contents .photo-bar img {
	width: 228px;
}
#contents span.highlight {
	font-weight: bold;
	font-size: 14px;
	color: #a57211;
}
#contents span.ui {
	font-style: italic;
	padding: 1px 0;
}

#content-footer {
	clear: both;
	background-color: #faeac2;
	position: relative;
	height: 128px;
}
#content-footer a {
	color: #a1741f;
	text-decoration: none;
}
#content-footer a:hover {
	text-decoration: underline;
}
#footer-contact {
	position: absolute;
	top: 18px;
	left: 36px;
	color: #36270c;
}
#footer-social {
	position: absolute;
	top: 42px;
	left: 300px;
	width: 180px;
}
#footer-social img {
	margin: 0 4px 0 0;
}

#contents #footer-menu {
	position: absolute;
	top: 18px;
	left: 420px;
	list-style: none;
}
#footer-payment {
	position: absolute;
	right: 36px; 
	top: 50px;
	font-size: 15px;
	text-align: center;
}
#footer-payment a.green {
	color: #ffffff;
	background-color: #0e844d;
	padding: 5px 12px;
	margin-left: 18px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}
#footer-payment a.brown {
	background-color: #b47d26;
	color: #ffffff;
	padding: 5px 12px;
	text-decoration: none;
	border-radius: 4px;
	font-size: 14px;
}
#footer-payment a.green:hover, #footer-payment a.brown:hover {
	text-decoration: underline;
}

footer {
	text-align: center;
	color: #b3af95;
	padding-top: 9px;
}


/* Home page */

#home-photos {
	float: left;
	width: 620px;
	margin-top: 12px;
	box-shadow: 1px 1px 3px #444444;
}
#home-blurb {
	float: right;
	width: 284px;
}
#home-blurb h2 {
	margin-top: -2px;
}
h2.home {
	clear: left;
	padding-top: 36px;
}

.home-box {
	float: left;
	width: 430px;
	height: 110px;
	overflow: hidden;
	padding: 9px 27px 9px 0;
}
.home-box h3 {
	font-size: 14px;
	margin: 6px 0 6px 0;
}
.home-box img {
	float: left;
	margin: 0 18px 0 0;
	box-shadow: 1px 1px 3px #444444;
}
.home-clear {
	clear: both;
	height: 3px;
}

/* Possibilities page */

#contents #possibilities-menu {
	list-style: none;
	margin-left: 0;
	padding: 9px 0 36px 0;
}
#contents #possibilities-menu li {
	display: inline-block;
	float: left;
	background: url(images/menu-possibilities.png) 0 11px no-repeat;
	border-bottom: solid 1px #f0dcaa;
	padding: 3px 12px 3px 18px;
	font-size: 16px;
	font-weight: bold;
	color: #b28632;
	cursor: pointer;
}
#contents #possibilities-menu li:first-child {
	padding-left: 0;
	background: none;
}
#contents #possibilities-menu li.current {
	color: #000000;
	border-bottom: solid 4px #aaaaaa;
}
#contents #possibilities-menu li:hover {
	border-bottom: solid 4px #f0dcaa;
}

#gallery-prev, #gallery-next {
	position: absolute;
	top: 200px;
	cursor: pointer;
	z-index: 85;
	display: none;
}
#gallery-prev {
	left: 303px;
}
#gallery-next {
	left: 943px;
}

#contents .possibilities {
	clear: both;
	padding-top: 9px;
	opacity: 0;
	transition: opacity 1s;
	position: absolute;
	z-index: 5;
	width: 931px;
}
#contents .possibilities.current {
	opacity: 1;
	transition: opacity 1s;
	z-index: 15;
}

#contents .possibilities .col-left {
	float: left;
	width: 270px;
	padding-top: 9px;
}
#contents .possibilities .col-left p {
	margin-bottom: 9px;
}
#contents .possibilities .col-left p + ul {
	margin-top: 9px;
}
#contents .possibilities .col-left span.subject {
	color: #b28632;
	cursor: pointer;
	text-decoration: underline;
}
#contents .possibilities .col-right {
	float: right;
	width: 640px;
}

#contents .possibilities div.cycle-slide div {
	padding: 9px;
}

#contents .possibilities-message {
	position: relative;
	top: 550px;
}

/* Current Tours page */

#current-tour-photos {
	float: right;
	width: 500px;
	height: 350px;
	margin: 0 0 18px 36px;
}

/* Tours to Join pages */

.tours-to-join p {
	margin-right: 200px;
}

/* The Process page */

.the-process p {
	margin-right: 200px;
}

#travel-advice {
	float: right;
	width: 300px;
	margin: 0 0 0 18px;
}
#travel-advice div {
	border: solid 1px #f1cc62;
	background-color: #ffffff;
	padding: 0px 18px 18px 18px;
	margin: 18px 0 18px 0;
}
#travel-advice p {
	margin-right: 0;
}


/* Contact page */

.get-started {
	margin: 0 200px 0 36px;
}

#contact-form {
	clear: both;
	width: 850px;
	border: solid 1px #f1cc62;
	background-color: #ffffff;
	padding: 0 18px 18px 18px;
	margin: 0 auto;
}
#contact-form p {
	clear: both;
}
#contact-form input, #contact-form textarea {
	color: #b06838;
}
#contact-form textarea {
	width: 600px;
	height: 60px;
	margin-top: 2px;
}
#contact-form input[type='checkbox'] {
	margin: 2px 6px 6px 18px;
	vertical-align: top;
}
#contact-form input.number {
	width: 18px;
	margin: 2px 6px 6px 18px;
	text-align: center;
}
#contact-form input.ages {
	width: 90px;
}
#contact-form span.col3 {
	float: left; 
	width: 280px;
	padding: 2px 0 18px 0;
}
#contact-form span.col3 span {
	display: inline-block;
	width: 230px;
}
#contact-form input.interest {
	width: 180px;
	height: 16px;
}
#contact-form input.departure {
	width: 100px;
	margin-top: 2px;
}
#contact-form #number-rooms.number {
	margin-left: 6px;
}
#contact-form span.contact {
	display: inline-block;
	width: 100px;
	margin: 0 0 0 18px;
}
#contact-form input.contact {
	width: 250px;
	margin: 2px 0 0 0;
}
#contact-form #budget {
	width: 100px;
}
#contact-form #best-time {
	width: 300px;
}

/* Payment page */
.payment-form {
	width: 660px;
	border: solid 1px #f1cc62;
	background-color: #ffffff;
	padding: 18px;
}
.payment-form ul 
{
    padding-bottom: 18px;
}
.payment-form p
{
    margin: 0 0 9px 0;
}
.payment-form span.payment-label 
{
    display: inline-block;
    width: 80px;
}
.payment-form .payment-name, .payment-form .payment-street, .payment-form .payment-street2
{
    width: 250px;
}
.payment-form .payment-amount, .payment-form .payment-zip
{
    width: 60px;
}
.payment-form .payment-for 
{
    width: 500px;
    height: 200px;
}
.payment-form h3 
{
    padding: 9px 0 9px 0;
}
.payment-form .payment-first-name, .payment-form .payment-last-name, .payment-form .payment-city, .payment-form .payment-phone
{
    width: 150px;
}
.payment-form .payment-state 
{
    width: 30px;
    margin-bottom: 18px;
}

.payment-info 
{
    width: 280px;
    margin: 18px 18px 0 0;
    float: left;
}
.payment-info p 
{
    margin: 0 0 9px 0;
    font-weight: bold;
}

.payment-frame 
{
    width: 490px;
	border: solid 1px #f1cc62;
	background-color: #ffffff;
	padding: 18px;
	float: left;
	margin-bottom: 18px;
}
iframe 
{
    border: none;
}