/* COLORS
======================================================================
	#805d3c : regular text brown
	#bb976f : strong text brown
	#352215 : image border brown
====================================================================== */


@import url(base.css);


/* GENERAL
====================================================================== */

html {}

body {
	min-width: 730px;
	background: #000 url(../_images/bg.jpg) no-repeat fixed top left;
	color: #805d3c;
}

body, input, select, textarea {
	font-family: Garamond, serif;
}

h1,
h1 a {
	display: block;
	width: 387px;
	height: 76px;
}

h1 {
	background: url(../_images/logo.png) no-repeat 0 0;
}

h1 span {
	display: none;
}

p, address, dl, ul, ol, table, label {
	margin-top: 1.5em;
	font-size: 1em;
	line-height: 1.3;
}

h2 + p,
h3 + p,
h4 + p,
h5 + p,
h6 + p {
	/* use to reduse space above first paragraph under any header */
}

p img,
img.Left,
img.Right {
	margin: 5px 15px 15px 15px;
}

img.Left,
p img[align="left"] {
	margin-left: 0;
}

img.Right,
p img[align="right"] {
	margin-right: 0;
}

img.Left {
	float: left;
}

img.Right {
	float: right;
}

ul {
	margin-left: 1.5em;
	list-style-type: disc;
}

ul ul {
	margin-top: 0;
	list-style-type: circle;
}

ol {
	margin-left: 1.5em;
	list-style-type: decimal;
}

ol ol {
	margin-top: 0;
	margin-left: 1.5em;
	list-style-type: lower-alpha
}

ul.Services {
	display: block;
	text-align: center;
	margin: 1em 0 1.5em 0;
	padding: 0;
}

ul.Services li {
	display: inline;
	margin: 0 15px 0 0;
	padding: 0 20px 0 0;
	border-right: 3px double #402819;
	font-size: 1.4em;
}

ul.Services li.Last {
	margin: 0;
	padding: 0;
	border: none;
}

dd {
	margin: 0;
}

dt {
	margin-top: 1.5em;
	font-weight: bold;
}

blockquote {
	margin: 1.5em 0 0; 0;
	padding: 0 0 .25em 0;
}

blockquote p {
	font-size: 1.1em;
	font-style: italic;
	margin: 0;
}

cite {
	margin: .75em 0 0 0;
	padding: 0 0 0 1em;
	text-align: left;
	display: block;
	font-style: normal;
	font-size: .85em;
}

cite:before {
  content: "- ";
}

blockquote.InlineQuote {
	margin: 1.5em 0 1em 0;
	clear: both;
}

blockquote.InlineQuoteAlt {
	margin: 0 0 1em 0;
	clear: both;
	position: relative;
	top: -1em;
}

blockquote.InlineQuote cite {
	margin: 3px 0 0 0;
}

#section_contact blockquote {
	margin-top: 115px;
}

em, q { font-style: italic; }

strong { font-weight: bold; }

a:link,
a:visited {
	color: #bb976f;
}

a:hover,
a:active {
	color: #fff;
}



/* FORMS
====================================================================== */

form {
	width: 405px;
	padding: 15px;
	border: 1px solid #3f281a;
	background: #25180c;
}

.Row {
	width: 400px;
	margin: 0 0 10px 0;
	border-bottom: 1px solid #40271a;
	text-align: right;
	overflow: auto;
}

.Newsletter {
	width: 277px;
	padding-left: 123px;
	text-align: left;
	border: 0;
	overflow: visible;
}

fieldset {
	position: relative; /* make legend move horizontally correct in IE */
	overflow: auto;
}

legend {
	position: relative;
	left: -7px; /* IE */
	padding: 1.5em 0 .85em 0;
	font-weight: bold;
}

fieldset>legend {
	left: 0; /* future proof */
}

label {
	font-weight: bold;
	color: #b99675;
}

label.FieldLarge span {
	position: relative;
	top: -1px;
}

label.field-describe span {
	position: relative;
	top: 5px;
}

label.SignUp {
	font-style: italic;
	color: #8b5932;
	font-weight: normal;
}

input {
	width: 272px;
	padding: 10px 0 0 5px;
	margin: 0 0 0 10px;
	border: 0;
	font-size: 14px;
	vertical-align: bottom;
	color: #ba9574;
	background: #000;
}

label.SignUp input {
	width: auto;
	margin: 0 10px 0 0;
	vertical-align: middle;
	background: none;
}

input.Send {
	width: auto;
	padding: 0;
	position: relative;
	left: 343px;
	color: #e2d2bf;
	font-size: 18px;
	text-transform: uppercase;
	border-bottom: 3px double #4c3623;
	cursor: pointer;
	background: none;
}

input.Send:hover {
	color: #fff;
}

textarea {
	width: 272px;
	padding: 4px 0 0 5px;
	margin: 0 0 0 10px;
	border: 0;
	font-size: 14px;
	vertical-align: text-top;
	color: #ba9574;
	background: #000;
}

p.Msg {
	color: #c19369;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 0px;
}

.Msg strong {
	color: #e0cfbe;
}

/* CONTAINERS
====================================================================== */
#outer {
	margin: 0 auto;
	padding: 35px 30px 0 30px;
	width: 672px;
}

#inner {
	overflow: auto;
}




/* HEADER
====================================================================== */
#header {
	position: relative;
	margin-bottom: 18px;
	width: 672px;
}

#logo {
	width: 387px;
	display: block;
	margin: 0 auto;
}

#logo img {
	display: block;
}



/* NAVIGATION
====================================================================== */
#nav_gallery,
#nav_contact {
	position: absolute;
	top: 43px;
}

#nav_gallery,
#nav_contact,
#footer_nav li {
	display: block;
	text-transform: uppercase;
	font-size: 1.1em;
	border-bottom: 3px double #40291a;
	padding-bottom: 1px;
}

#nav_gallery,
#nav_contact,
#footer_nav li,
#footer_nav li a:link,
#footer_nav li a:visited {
	color: #b3834e;
}

#nav_gallery:hover,
#nav_contact:hover,
#header a.Current {
	color: #e0d0bf;
}

#header a.Current {
	border-color: #4f4238;
}

#nav_gallery {
	left: 0;
}

#nav_contact {
	right: 0;
}

#footer_nav {
	position: relative;
	top: -15px;
	margin: 0;
	padding: 0;
}

#footer_nav li {
	position: static;
	float: right;
	margin: 0 0 0 25px;
	padding: 0 0 1px 0;
}

#footer_nav li a:link,
#footer_nav li a:visited {
	font-size: 1.1em;
	line-height: 1;
}

#footer_nav li a:hover,
#footer_nav li a:active {
	color: #e0d0bf;
}
	
	
	
	
/* FOOTER
====================================================================== */
#footer {
	position: relative;
	border-top: 3px double #40291a;
	padding-top: 10px;
	margin-top: 30px;
	clear: both;
}

#section_home #footer {
	margin-top: 5px;
}

#footer p {
	margin: 0;
	padding: 0;
	color: #bb976f;
	font-size: .8em;
}

#footer p a:link,
#footer p a:visited {
	margin-left: 15px;
	color: #805d3c;
}

#footer p a:hover,
#footer p a:active {
	color: #bb976f;
}



/* HOME
====================================================================== */
#slideshow,
#feature_details img {
	border: 1px solid #3d2618;
}

#slideshow,
#feature_details,
#feature_details img {
	float: left;
}

#slideshow {
	margin-right: 27px;
}

#feature_details img {
	margin-bottom: 30px;
	display: block;
}

#section_home .Column {
	margin-top: -20px;
}

#feature_details {
	width: 102px;
}


/* GALLERY
====================================================================== */
#albums .OddLeft a,
#albums .OddRight a,
#albums .EvenLeft a,
#albums .EvenRight a,
#albums .AboutOne a,
#albums .GalleryOne a,
#albums .OddLeft div,
#albums .OddRight div,
#albums .EvenLeft div,
#albums .EvenRight div,
#albums .AboutOne div,
#albums .GalleryOne div {
	margin: 0 25px 25px 0;
	width: 321px;
	border: 1px solid #3d2618;
	background: #26180c;
	display: block;
	float: left;
}

#albums .AboutOne a,
#albums .AboutOne div,
#albums .GalleryOne a,
#albums .GalleryOne div {
	width: 667px;
	margin: 0 0 25px 0;
}

#albums .OddLeft a:hover,
#albums .OddRight a:hover,
#albums .EvenLeft a:hover,
#albums .EvenRight a:hover,
#albums .AboutOne a:hover,
#albums .GalleryOne a:hover {
	background: #22150a;
}

#albums .OddLeft a:hover span strong,
#albums .OddRight a:hover span strong,
#albums .EvenLeft a:hover span strong,
#albums .EvenRight a:hover span strong,
#albums .AboutOne a:hover span strong,
#albums .GalleryOne a:hover span strong {
	color: #e0d0bf;
}

#albums .OddRight a,
#albums .EvenRight a,
#albums .OddRight div,
#albums .EvenRight div {
	margin-right: 0;
}

#albums .EvenLeft a,
#albums .EvenRight a,
#albums .EvenLeft div,
#albums .EvenRight div {
	text-align: right;
}

#albums div img,
#albums div span {
	display: block;
	float: left;
}

#albums .EvenLeft img,
#albums .EvenRight img,
#albums .EvenLeft span,
#albums .EvenRight span {
	float: right;
}

#albums div span {
	margin: 12px 0 0 14px;
	padding-bottom: 12px;
	width: 190px;
	color: #9a6d47;
	font-size: 1em;
	line-height: 1.2;
	font-style: italic;
}

#albums .AboutOne div span {
	width: 525px;
}

#albums .GalleryOne span {
	width: 300px;
}

#section_about_us #albums div span {
	font-size: .95em;
	line-height: 1.3;
	font-style: normal;
}

#albums .EvenLeft span,
#albums .EvenRight span {
	margin: 12px 14px 12px 0;
}

#albums div span strong {
	margin-bottom: .2em;
	display: block;
	color: #bb976f;
	font-size: 1.1em;
	font-weight: normal;
	font-style: normal;
}

#albums hr {
	clear: both;
	margin: 0 0 25px 0;
	height: 1px;
	width: 100%;
	border: 0;
	color: #3d2517;
	background: #3d2517;
}

p.Note {
	text-align: center;
	margin-bottom: 1em;
	clear: both;
}

div.GalleryOne span {
	padding-left: 12px;
}



/* PROJECT
====================================================================== */
#album_info {
	width: 176px;
	float: left;
	color: #9a6d47;
}

#album_info h2 {
	color: #daaf7f;
	font-size: 1.1em;
}

#album_info p.SubHead {
	margin: 0;
	color: #80563e;
	font-size: .95em;
	font-style: italic;
}

#album_info p {
	margin-top: 1em;
}

#photos {
	width: 496px;
	float: left;
	overflow: auto;
	padding: 0;
}

#photos a {
	margin: 0 0 22px 22px;
	float: left;
	display: inline;
	border: 1px solid #3d2618;
}



/* CONTACT
====================================================================== */
address {
	font-size: .95em;
	margin: 0 0 15px;
	color: #9a6d42;
}

address span {
	color: #d8af77;
}

div#honeypot {
	display: none;
}

#address_wrapper {
	width: 190px;
	margin: 0 45px 0 0;
	float: left;
}

#form_wrapper {
	width: 435px;
	float: left;
}

#questionaire {
	width: 405px;
	margin: 20px 0 50px;
	padding: 20px 15px;
	border: 1px solid #25150e;
	background: #180f08;
}

#questionaire h2 {
	width: 250px;
	white-space: nowrap;
	margin: 0 auto;
	color: #c0946a;
	text-transform: uppercase;
	border-bottom: 3px double #402819;
}

#questionaire h2 a:link,
#questionaire h2 a:visited {
	color: #b3834e;
}

#questionaire h2 a:hover,
#questionaire h2 a:active {
	color: #e0d0bf;
}

#questionaire h2 + p {
	margin-top: 15px;
}

/* LINKS
====================================================================== */
#links h2 {
	color: #daaf7f;
	font-size: 1.1em;
}

#links ul {
	list-style-type: none;
	margin: 1em 0 2.8em 0;
}

#links li {
	padding: 0 0 9px 0;
	line-height: 1.1;
}

#links a:link,
#links a:visited {
	color: #9b6e47;
}

#links a:hover,
#links a:active {
	color: #e0d0bf;
}



/* CUSTOM CLASSES
====================================================================== */
.Strong {
	color: #bb976f;
	font-size: 1.1em;
}

p.Strong {
	margin-top: 1.2em;
}

.Column {
	margin-right: 50px;
	width: 310px;
	float: left;
}

.Last {
	margin-right: 0 !important;
}

.BookTitle {
	text-decoration: underline;
	white-space: nowrap;
}

.ClearBoth {
	clear: both;
}