/********************************
/*  CSS for layout of Chapman Lodge
/* Author: Chris Chapman
/********************************/
/* Wrapper div for the entire page */
#page {
	width: 750px;
	margin: 0 auto;
    background-color: #f2e9d6;
}

#top {
    clear: both;
	background-color: #342313;
	height: 30px;
}

div#menu {
	clear:both;
	background-color: #734814;
    position: absolute;
    opacity: 0.75;
    width: 750px;
}

div#menu ul li {
	float: left;
    list-style: none;
}

div#menu ul li a, div#menu ul li span {
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
    display: block;
	color: #fff;
    padding: 9px;
}

div#menu ul li a:hover {
	color: #eddd80;
    background-color: #363846;
}

/**************************************************************
   #user-status: 
 **************************************************************/

#user-status {
    background: no-repeat center center url(../images/bg/login_button.png);
    width: 70px;
    position: absolute;
    height: 26px;
    top: 34px;
    left: 630px;
    z-index: 99;
    text-align: center;
    line-height: 22px;
}

div#user-status a {
    color: #342313;
    text-decoration: none;
}

div#login-form  {
    text-align: left;    
    width: 200px;
    border: 3px #736049 solid;
    background-color: #fff;  
    padding: 10px;
}

div#login-form a {
    text-decoration: underline;
}

div#login-form label {
    width: 6em;
}

div#login-form input {
    width: 90px;
}

#mainsplash {
	clear:both;
	background: #98AB3E url(../images/bg/chapmanlodge.jpg) top no-repeat;
	height: 315px; 
}

/**************************************************************
   #message: Holds a message for the user.
 **************************************************************/

#message {
  clear: both;
  color: #342313;
  padding: 30px 2px;
  background: #f2e9b5;
  border: 1px solid #734814;
  text-align: center;
  margin: 100px 0 0 135px;
  width: 500px;
  font-size: 23px;
  opacity: 0.8;
  position: absolute;
}

#wrapper {
	width: 750px;
    background-color: #fff;
    position: absolute;
    top: 296px;
	background: #fff url(../images/bg/contentbg.gif) left repeat-y;
    color: #342313;
    line-height: 180%;
}

#wrapper p {
	color: #333;
	line-height: 18px;
	margin: 5px 0px;
	clear: both;
}

#wrapper p a {
	color: #900000;
	text-decoration: none;
}

#wrapper p a:hover {
	text-decoration: underline;
}

/**************************************************************
   Images
 **************************************************************/
 
#wrapper img.floatRight {
  margin: 5px 0px 10px 15px;  
}

#wrapper img.floatLeft {
  margin: 5px 15px 10px 0px;
}

#wrapper img {
    margin: 3px;
    border: 3px #736049 solid;
}

#wrapper img:hover {
    border: 3px #734814 solid;
}

#wrapper img.noBorder {
    margin: 0;
    border: none;
}

#wrapper img.noBorder:hover {
    border: none;
}

#sidebar-wrap {
   float: left; 
	width: 214px;
}

#sidebar-wrap h3, h2 {
	color: #4B1D1B;
	font: 18px Arial, Helvetica, sans-serif;
	font-weight: normal;
	letter-spacing: -1px;
}

#sidebar {
	margin: 10px 12px;
}

#sidebar ul li {
	list-style: none;
	padding: 3px 0px;
	border-bottom: 1px dashed #630;
}

#sidebar ul li a {
	color: #900000;
	font-weight: bold;
	text-decoration: none;
}

#sidebar ul li a:hover {
	color: #300;
}

#showcart {
    border: 1px solid #734814;
    line-height: 130%;
}
div#cart-header {
    font-weight: bold;
    color: #fff;
    text-align: center;
}

#showcart div#cart-contents {
    padding: 5px;
}

div#cart-contents .cart-item {
    border: 1px solid #734814;
    background-color: #fff;
    padding: 4px;
    margin: 2px;
}

div#cart-contents #cart-subtotal {
	border: 1px solid #734814;
	background-color: #f2e9b5;
	font-weight: bold;
	text-align: center;
	float: right;
	width: 200px;
	margin: 10px;
}

#showcart div#cart-footer {
    text-align: center;
    padding: 3px;
}

#main {
	float: right;
	width: 536px;
}

#content {
	padding: 20px 14px;
	background: #d8dd9f url(../images/bg/corner.gif) 0 0 no-repeat; /*was F8ecf0*/
    word-spacing: 2px;
}

#content .product {
    border: 2px #736049 solid;
    background-color: #fff;  
    padding: 5px;
    margin: 5px;
}

#footer {
	clear:both;
	width: 710px;
	padding: 11px 20px 12px;
	background-color: #734814;
    border-top: 2px solid #342313;
	font-size: 10px;
	text-transform: uppercase;
	color: #fff;
}

#footer a {
	color: #f90;
	text-decoration: underline;
}

#footer a:hover {
	text-decoration: none;
}

#availability-overlay {
    background-color: #f2eccc;
    height: 395px;
    text-align: center;
}
#checkout {
    /*border: 1px solid #734814;
    background-color: #fff;*/
    padding: 4px;
    margin: 2px;
}

#checkout-summary {
    border-collapse: collapse;
    margin: 20px;
    text-align: left;
    width: 450px;
    white-space: nowrap;
}

#checkout-summary th {
    background-color: #f2e9b5;
    border-bottom: 1px solid #fff;
    border-top: 4px solid #734814;
    padding: 4px;
    text-align: center;
}

#checkout-summary td {
    border-bottom: 1px solid #fff;
    border-top: 1px solid transparent;
    padding: 3px;
    background-color: #f2eccc;
}

ul.blog {
	margin-top: 10px;
}

ul.blog li {
	margin-top: 20px;
	clear: both;
}
