﻿@charset "utf-8";

/* ----------------- Commonly used code ----------------- */
/* ------------------------------------------------------ */

* {
	padding: 0;
	margin: 0;
	font-family: Verdana, sans-serif;
}
ul {
	padding-left: 1em;
	margin-left: 0;
}
h1, h2, h3, h4, h5, h6, p, blockquote,
 form, label, ul, ol, dl, fieldset, address {
    	margin: 0;
}
img {
	display: block;
	border: 0;
	margin: 0 auto;
}
.centered {
	text-align: center;
}
.bold {
	font-weight: bold;
}
.underline {
	text-decoration: underline;
}
.shadow {
	-webkit-box-shadow: 0 7px 20px 2px rgba(0,0,0,0.8);
	box-shadow: 0 7px 20px 2px rgba(0,0,0,0.8);
	-moz-box-shadow: 0 7px 20px 2px rgba(0,0,0,0.8);
}
.textshadow {
	text-shadow: 0 3px 3px rgba(0,0,0,0.8);
}
.floatright {
	float: right;
}
.floatleft {
	float: left;
}
.clear {
	clear: both;
}

/* ------------------- Site-wide code ------------------- */
/* ------------------------------------------------------ */

body {
	background-color: #ceab67;
}
#wrapperborder {
	width: 800px;
	margin: 40px auto;
	background-color: #756029;
	padding: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#wrapper {
	background-color: #a19660;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
#header {
	padding-top: 20px;
	width: 468px;
	height: 184px;
	margin: 0 auto;
}
#menu {
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 35px;
	background-color: #2b1500;
	color: #ceab67;
	text-align: center;
	word-spacing: 2.5em;
	line-height: 35px;
	font-size: 20px;
	font-weight: bold;
	text-transform: uppercase;
}
#menu li {
	display: inline;
}
a:link {
	color: #a15404;
}
a:visited {
	color: #667055;
}
a:hover {
	text-decoration: none;
}
a:active {
	text-decoration: underline;
	color: #ceab67;
}
.active {
	color: #ceab67 !important;
}
#content {
	margin: 10px 0;
	padding: 10px 20px;
	border-top: 2px solid #2b1500;
}
#content p:first-letter {
	color: #512e06;
	font-size: 24px;
	font-family: Georgia;
}
#content p {
	margin-bottom: 1em;
}
h2 {
	color: #2b1500;
}
h4 {
	color: #2b1500;
}
#footer {
	background-color: #512e06;
	text-align: center;
	height: 20px;
	line-height: 20px;
	color: #ceab67;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	-moz-border-radius-bottomleft: 10px;
	-moz-border-radius-bottomright: 10px;
	-webkit-border-bottom-left-radius: 10px;
	-webkit-border-bottom-right-radius: 10px;
}

/* -------------- index.html specific code -------------- */
/* ------------------------------------------------------ */

#canoeing {
	margin-left: 10px;
	border: 1px solid #2b1500;
}
#takeoff {
	margin: 10px 10px 10px 0;
	border: 1px solid #2b1500;
}

/* ---------- destinations.html specific code ----------- */
/* ------------------------------------------------------ */

#gallery ol {
	padding: 0;
	margin: 0 auto;
	width: 90%;
	text-align: center;
	line-height: 30px;
}
#gallery li {
	list-style-type: none;
	display: inline;
	padding: 10px;
	margin: 10px;
	border: 1px solid #2b1500;
	width: 280px;
}
#gallery img {
	border: 2px solid #2b1500;
}

/* ------------ packages.html specific code ------------- */
/* ------------------------------------------------------ */

#packages p:first-letter {
	color: #000;
	font-family: Verdana, sans-serif;
	font-size: 1em;
}
#moabpackage {
	border: 2px solid #2b1500;
	float: left;
	margin-right: 15px;
}
#seattlepackage {
	border: 2px solid #2b1500;
	float: left;
	margin-right: 15px;
}
#mnpackage {
	border: 2px solid #2b1500;
	float: left;
	margin-right: 15px;
}

/* ------------- contact.html specific code ------------- */
/* ------------------------------------------------------ */

fieldset {
	border: 2px solid #2b1500;
	padding: 10px 20px;
}
input {
	margin: 3px 0;
}
#name {
	position: relative;
	left: 92px;
}
#address {
	position: relative;
	left: 23px;
}
#phone {
	position: relative;
	left: 20px;
}
#contactmethod {
	position: relative;
	right: 12px;
}
#nybutton {
	position: relative;
	left: 16px;
}
#comments {
	position: relative;
	left: 52px;
}
#moabbutton {
	position: relative;
	left: 152px;
}
#labutton {
	position: relative;
	left: 152px;
}
#mnbutton {
	position: relative;
	left: 152px;
}
#seattlebutton {
	position: relative;
	left: 152px;
}
#floridabutton {
	position: relative;
	left: 152px;
}