/*

3 column layout stylesheet
Author: Jana Skerlak
Yellow: fdd957
Brown: 945543
--------------------- */

* {
  margin: 0;
  padding: 0;
}

/* 150px @ 1em=16: 9.375em*/
/* 150px @ 1em=12: 12.5em*/

body {
  margin-top: 10px;
  text-align: center;
  background: #FFD url(images/bg-fade.jpg) repeat-x top center;
  font: normal 100% Verdana, Helvetica, Arial, sans-serif;
}

#wrapper {
  width: 760px;
  margin: 0 auto;
  text-align: left;
  font-size: .8em;
  z-index: 5;
}
#container {
  float: left;
  background: url(images/rightRail.gif) repeat-y top right;
}
#leftRail{
  float:left;
  width: 138px;
}
#center{
  float:left;
  width: 400px;
  border-left: 1px solid #945543;
  border-right: 3px solid #945543;
  background: white;
  padding: 5px;
  background: #FFF;
  text-align: center;
}
#rightRail{
  float:left;
  width: 204px;
  text-align: right;
  background: #945543;
}

#rightRail img {
  margin-top: 4px;
  border: 2px solid #945543;
}	

#header {
  height: 120px; /* Fixed banner height */
  border-bottom: 3px solid #945543;
  position: relative;
  background:#FFF;
  border-top: 1px solid #945543;
  border-right: 1px solid #945543;
  border-left: 1px solid #945543;
}

#header img {
  position: absolute;
  top: -10px;
  left: -15px;
  z-index: 10;
}

#header a:hover img {
  background: none;
}

#pin {
  position: absolute;
  top: 10px;
  right: 685px;
  z-index: 1;
}

#footer{
  border-top: 3px solid #945543;
  /*border-right: 1px solid #945543;
  border-left: 1px solid #945543;*/
  clear:both;
  height: 1em;
  padding: 5px;
  text-align: center;
  position: relative;
}

#reservations {
  position: absolute;
  left: .6em;
  bottom: 2em;
  margin-bottom: 2em;
  width: 128px;
}


#thankyou {
  border: 1px solid #945543;
  background: #FFD;
}

#ack {
  font-size: .65em;
}

.divider {
  margin: 1em;
}


/* TEXT STYLES
------------------------ */

h1 {
  text-align: center;
  color: #C73;
  font-size: 1.1em;
  padding: 1em;
}

h2, h3 {
  clear:both;
  text-align:left;
  font-size: 1.1em;
  margin-top: 1em;
  padding: 5px;
  color:#383838;
  font-family: Helvetica, Arial, sans-serif;
  background: url(images/footer.png) repeat-x center center;
}

p {
  text-align: left;
  padding:5px;
}

#center ul {
  text-align: left;
  list-style: disc url(images/bullet-b.gif);
  padding-left: 25px;
}


/* NAVIGATION
------------------------ */

#menu {
  list-style-type:none;
  margin-left: .6em;
  font-variant: small-caps;
  font-weight: bold;
}

#menu li {
  text-indent: 10px;
  padding-top: .3em;
  padding-bottom: .3em;
  border-left: 3px solid transparent;
  border-top: 1px solid transparent; border-bottom: 1px solid transparent;
}

#menu a:link, #menu a:visited {
  color: #383838;
  border-bottom: none;
  border-right: none;
}

#menu li a:hover, #menu li a:active {
  color: #C73;
  background: none;
}

#menu li:hover, #menu li:active {
  border-left: 3px solid #C73;
  border-top: 1px solid #C73;
  border-bottom: 1px solid #C73;
  background: #FFF;
}


#menu .current {
  border-left: 3px solid #945543;
  border-top: 1px solid #945543;
  border-bottom: 1px solid #945543;
  background: #FFF;
}

.imgnav img {
	border: 0;
	padding: 2px;
}

a:link img, a:visited img {
	background: none;
}
a:hover img , a:active img {
	background: #fdd957;
}

/* LISTINGS
------------------------ */

.listing{

	margin:5px;
	padding-top:0;
	overflow:hidden;
	padding-right:210px;
	position: relative;
	text-align: left;
	margin-bottom: 1em;
}

.listing img {
	margin-top: 5px;
  	border: 1px solid #945543;
}

* html .listing{
	height:1%; /* So IE plays nice */
}

.listingContainer{
	width:100%;
	border-right:210px solid #FFF;
	margin-right:-223px;
	display:inline;
	float:left;

}
.listingRail{
	float:right;
	width:210px;
	margin-right:-210px;
	position:relative;
	margin-bottom: 5px;
}
.listingContent{
	width:100%;
	float:left;
	display: inline;
	position: relative;
}

.listing h3 {
	background: #FFF;
	border-bottom: 1px solid #fdd957;
	border-right: 4px solid #fdd957;
	width: 100%;
	position: relative;
}

#price {
  display: inline;  
  position: absolute; 
  bottom:0; 
  right:0;
}

/* LINKS
------------------------ */

a:link, a:visited {
	color: #C73;
	text-decoration: none;
	border-bottom: 1px dotted #C73;
}
a:hover, a:active {
	text-decoration: none;
	color: #383838;
	background: #FFE191;
	border-bottom-style: solid;
}


/* FORM
---------------------- */

fieldset {
	margin: 0 0 1em 0;
	padding: 1em;
	border: 1px solid #945543;
	background: #FFD;
	position: relative;
}

legend {
	position: absolute;
	top: -.9em;
	left: .2em;
	font-weight: bold;
	background: #FFF;
	padding: 3px;
	border: 1px solid #945543;
}

textarea {
	width: 300px;
	height: 100px;
}
label {
	float: left;
	text-align: right;
}

input:focus, textarea:focus, input:active, textarea:active {
	background: #FFC;
}