/* site styles for courtyard quail created by Ryan Scherler (crashpaddesign.com) */

/* ----- overall styles ----- */

body {
	font-family: "Lucida Grande", Verdana, sans-serif;
	font-weight: normal;
	font-size: 12px;
	color: #555;
	background: #fff url('../../images/bg_site.jpg') repeat top left;
	padding: 0; margin: 0;
}

blockquote { border-left: 2px solid #f0f0f0; padding: 0 10px; margin: 10px 0; }

ul, p, form, dl, dt, dd { 
	list-style: none; 
	margin: 0;
	padding: 0;
}

img { border: none; }

/* ----- form customization ----- */

label { 
	color: #000; 
	display: block; 
}

input, textarea {
	padding: 3px;
}

input:focus { background-color: #ffffee; }

#search {
	float: right;
	padding: 10px 0;
}

#search label { 
	color: #ffffaa; 
	display: inline; 
}

hr {
	border-top: 1px solid #ccc;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#header {
	background: #fff url('../../images/bg_header.jpg') repeat-x top left;
	height: 199px;
}

#logo a {
	width: 278px;
	height: 115px;
	position: absolute;
	top: 33px;
	left: 236px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	background: transparent url('../../images/btn_home.png') no-repeat top left;
}

#topNav,
#accountInfo,
#mainNav,
#locations { list-style: none }

#topNav, #accountInfo { 
	position: absolute; 
	top: 25px;
}

#topNav { left: 5px;
}

#accountInfo { right: 5px; }

#topNav li,
#mainNav li,
#accountInfo li { float: left; }

#topNav a,
#accountInfo a {
	display: block;
	padding: 10px;
	font-size: 14px;
	text-transform: uppercase;
	text-decoration: none;
	color: #fff;
}

#cart span {
	display: block;
	font-size: 12px;
	color: #ffffdd;
	text-transform: lowercase;
}

#cart span strong {
	font-weight: normal;
	font-size: 14px;
}

#topNav a:hover,
#accountInfo a:hover,
body#p_home a#home,
body#p_contact a#contact,
body#p_account a#account,
body#p_cart a#cart,
#foot a {
	color: #E8E595;
}

/* hide main nav during checkout */
body#p_cart #mainNav,
body#p_cart a#cart,
body#p_account a#cart { display: none; }

#mainNav {
	position: absolute;
	top: 168px;
	left: 60px;
	clear: both;
	width: 685px;
}

#mainNav li {
	padding: 0 3px;
}

#mainNav a {
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	width: 150px;
	height: 31px;
}

#mainNav a#clothing { width: 210px; }

#homeDecor { background: transparent url('../../images/btn_homeDecor.jpg') no-repeat top left; }
#bathBody { background: transparent url('../../images/btn_bathBody.jpg') no-repeat top left; }
#jewelry { background: transparent url('../../images/btn_jewelry.jpg') no-repeat top left; }
#clothing { background: transparent url('../../images/btn_clothing.jpg') no-repeat top left; }

/* main nav place holders */
#mainNav a:hover,
body#p_homeDecor a#homeDecor,
body#p_bathBody a#bathBody,
body#p_jewelry a#jewelry,
body#p_clothing a#clothing {
	background-position: 0 -31px; 
}

/* sub-nav background/placeholders */
body#p_homeDecor #subNav { background-color: #371c00; }
body#p_bathBody #subNav { background-color: #da4d3b; }
body#p_jewelry #subNav { background-color: #787746; }
body#p_clothing #subNav { background-color: #4c1b1b; }

#winthrop, 
#leavenworth {
	position: absolute;
	top: 120px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}
#winthrop {
	background: transparent url('../../images/btn_winthrop.jpg') no-repeat top left; 
	left: 110px;
	width: 86px;
	height: 26px;
}
#leavenworth {
	background: transparent url('../../images/btn_leavenworth.jpg') no-repeat top left;
	right: 120px;
	width: 121px;
	height: 22px;
}
#subNav {
	float: left;
	width: 100%;
}
#subNav ul {
	width: 700px;
	margin: 2px auto;
}
#subNav li { float: left; }

#subNav li a:link,
#subNav li a:visited {
	color: #fefefe;
	padding: 4px 15px;
	display: block;
}

#subNav li a:hover,
#subNav li a:active { color: #bbb; }

body#p_bathBody #subNav li a:hover,
body#p_bathBody #subNav li a:active { color: #000; }

#header_container,
#mid_container,
#foot_container,
#extras_container {
	position: relative;
	width: 800px;
	margin: 0 auto;
}

#mid {
	clear: left;
	background-color: #fff;
	border-top: 1px solid #3f372e;
}

#mid_container { padding-bottom: 20px; }

#extras { 
	float: left;
	width: 100%;
	border-top: 1px solid #ccc;
	background-color: #371c00; 
}

#extras li { 
	float: left;
	padding: 10px;
}

#extras li a { 
	color: #fefefe; 
	text-decoration: none;
}
#extras li a:hover { color: #ccc; }

#foot {
	clear: both;
	color: #fefefe;
}

#foot_container { clear: left; }

#foot address,
#foot ul#contactInfo {
	margin: 10px 0;
}

#foot address {
	float: left;
	width: 130px;
	line-height: 16px;
	padding-bottom: 24px;
}

#foot a:hover {
	color: #ccc;
}

#foot ul#contactInfo {
	float: right;
	width: 235px;
}

/* ----- typography ----- */

h2, h3, h4, h5, h6, p {
	font-weight: normal;
	margin: .45em 0;
}

h2, h3, h4, h5, h6,
#topNav, 
#accountInfo, 
#welcome p,
#foot address span,
caption {
	font-family: Georgia, "Times New Roman", Times, serif;
}

p { line-height: 1.4em }
	
h2 {
	color: #9b1f1f;
	font-size: 22px;
}

#welcome h2 {
	text-align: center;
	background: transparent url('../../images/scrolls_top.gif') no-repeat center top;
	padding-top: 45px;
}

h3 { font-size: 18px; }

h4 { font-size: 14px;}

h3.subCatHeading { 
	clear: right; 
	border-bottom: 1px solid #ddd;
	padding-bottom: 10px;
	margin-bottom: 18px;
}

h3.subCatHeading a {
	color: #990000;
	text-decoration: none;
}

#currentNews { 
	float: left; 
	width: 442px; 
}

#currentNews h3 { color: #990000; }

#currentNews p { 
	font-size: 12px; 
	line-height: 18px;
	color: #515B53; 
}

#welcome p { font-size: 14px; text-align: justify; }

#welcome h3 {
	text-align: left;
	padding-top: 10px;
}

#welcome h3,
#currentNews form h3 { color: #555; }

#productImages h4 { 
	color: #371c00;	
	font-variant: small-caps; 
}

#foot address {
	font-size: 11px;
	font-style: normal;
}

#foot address span {
	display: block;
	font-size: 14px;
	color: #E8E595; 
	margin-bottom: 10px;
}

/* ----- classes ----- */

.button {
	padding: 5px;
	border: 3px double #bbb;
	background-color: #4c1b1b;
	text-decoration: none;
	color: #fefefe;
}

a:hover.button {
	background-color: #555;
}

.success,
.attention,
.warning {
	clear: both;
	padding: 5px;	
	border-width: 1px;
	border-style: solid;
}

.warning li {
	color: red;
}

.success {
	border-color: green;
	background-color: #d1f7a5;
}

.attention {
	border-color: #E8E595;
	background-color: #ffffdd; 
}

.warning {
	border-color: #990000;
	background-color: #fed5b9; 
}

.pageNavInfo {
	text-align: center;
}

.pageNavInfo span { color: #999; }

.pageNavInfo a {
	font-size: 18px;
	padding: 0 4px;
	text-decoration: none;
	color: #222;
}

/* 2 column layout classes */

.colSm {
	float: left;
	width: 275px;
}

.colLg {
	float: right;
	width: 510px;
}

.col2 {
	float: left;
	width: 50%;
}

#p_admin .colSm {
	width: 175px;
}

#p_admin .colLg {
	width: 590px;
}

/* SINGLE column override layout classes (for subcategories product listings) */

body.subCategoryListings .colSm { display: none; }
body.subCategoryListings .colLg { float: none; width: auto; }

/* ----- page specific styles ----- */

/* home page */

#welcomePic {
	float: left;
	position: relative;
	padding: 10px;
	width: 422px;
	height: 320px;
	background: transparent url('../../images/bg_lFrame.gif') no-repeat center;
}

#welcomePic img {
	position: absolute;
	top: 35px;
	left: 20px;
}

#welcome {
	float: right;
	width: 345px;
	background: transparent url('../../images/scrolls_btm.gif') no-repeat center bottom;
	padding-bottom: 50px;
	
}

/* ----- product listings ----- */

#productListings li {
	float: left;
	height: 200px;
	padding: 5px;
	margin: 5px;
	border: 3px double #ccc;
	line-height: 16px;
	font-size: 11px;
	font-family: Georgia, serif;
}

#productListings img {
	margin-bottom: 5px;
}

#welcome #productListings {
	margin-left: -5px;
}

#welcome #productListings li {
	width: 90px;
	height: 130px;
}

#welcome #productListings li img {
	display: block;
	text-align: center;
}

#productListings ul {
	width: 120px;
	padding: 0;
}

#productListings ul li {
	float: none;
	height: auto;
	border: none;
	padding: 0;
	margin: 5px 0;
}

#productListings ul li a {
	color: #4c1b1b;
}

.productPrice {
	font-family: Georgia, serif;
	font-size: 15px !important;
	color: #371c00; 
}

.subCategoryName {
	color: #aaa;
}

/* ----- product details page ----- */

#productDetails {
	float: right;
	width: 310px;
}

#productImages {
	float: right;
	width: 300px;
}

#productImages {
	clear: right;
	margin-top: 15px;
	padding: 5px;
	border: solid #eee;
	border-width: 1px 0; 
}

#productImages li { float: left; padding: 2px; }

#productImages li a {
	display: block;
	border: 1px solid #ddd;
	padding: 2px;
}

#productImages li a.selected,
#productImages li a:hover { border-color: #371c00; } 

#productImage { 
	width: 475px;
	overflow: hidden;
	margin-top: 15px;
	text-align: right; 
}

#productImage img {
	border: 1px solid #aaa;
	padding: 2px;
}

/* scrollable product details */
#scrollableArea {
	width: 285px;
	overflow: hidden;
	margin-bottom: 15px;
}

#scrollableArea,
#track { height: 100px;}

/* vertical track */
#track {
	float: right;
	margin-left: 5px;
	background-color: #ddd;
}

#track,
#handle {
	width: 10px;
}

/* vertical track handle */
#handle {
	height: 25px;
	background-color: #371c00;
	cursor: move;
}
#handle:hover { background-color: #555; }

#productDetails ul { clear: both; }
#productDetails ul li { padding: 5px 0; }
#productDetails li.price { color: #990000; font-size: 14px;}

#relatedProducts { margin-top: 25px; }
#relatedProducts a.button { background-color: #888; }
#relatedProducts a:hover.button { background-color: #555; }

/* ----- main cart page ----- */

#customerTasks { float: right; }

#customerTasks li {
	float: left;
	padding: 0 10px;
}

#customerTasks li a:link,
#customerTasks li a:visited { color: #555; }

#customerTasks li a:hover,
#customerTasks li a:active { color: #990000; }

/* ----- main cart ----- */

#cartItems { 
	width: 100%;
}

#cartItems a {
	color: #000;
}

#cartItems th { 
	padding-left: 5px;
	text-align: left;
	border-bottom: 1px solid #ccc; 
	}

#cartItems td {
	padding: 5px;
	line-height: normal;
	}

tr.item {
	border-bottom: 1px solid #eee;
}

.alt {
	background-color: ffffdd;
}

#cartItems form {
	display: inline;
	padding: 0;
	margin: 0;
}

.quantity { vertical-align: top; }

.quantity input {
	border: none;
	padding: 0 2px;
}

.totals,
#cartItems th.totals {
	text-align: right;
}

.totals span {
	color: #888;
}

/* ----- cart summary ----- */

#cartSummary {
	position: absolute; 
	top: 150px; 
	left: 50%;
	margin-left: -150px;
	width: 300px;  
	background-color: #ffffdd;
	border: 1px solid #aaa;
	padding: 10px;
	z-index: 15;
}

#cartSummary table ul { font-size: 12px; }

#cartSummary td {
	padding: 5px;
	border-bottom: 1px solid #E8E595;
}

#cartSummary a { color: #000; }
#cartSummary a.button { color: #f0f0f0; }
#cartSummary a:hover { color: #990000; }
#cartSummary a.button:hover { color: #fff; }

#cartSummary td.price { 
	text-align: right;
	vertical-align: text-top;
	color: #888; 
}

#cartSummary p.subTotal { 
	text-align: right;
	color: #990000; 
}

/* ----- search ----- */

dl#search-results {
	margin: 15px 0;
}

dl#search-results dt {
	padding: 5px 0;
}

dl#search-results dd {
	border-bottom: 1px solid #ccc;
	padding-bottom: 10px;
	margin-bottom: 20px;
}

dl#search-results dt a {
	font-size: 14px;
	color: #990000;
}

/* ----- customer info ----- */

#customerInfo th {
	border-bottom: 1px solid #ddd;
	text-align: center;
}

#customerInfo td {
	text-align: right;
	padding: 5px;
}

#customerInfo td p {
	padding: 5px 0;
}

/* ----- admin page(s) ----- */

#p_admin #mainNav,
#p_admin #topNav,
#p_admin #cart,
#p_admin #extras_container,
#p_admin #foot_container address {
	display: none;
}

.adminOptions li {
	float: left;
}

.adminOptions li a {
	width: 180px;
	text-decoration: none;
	display: block;
	color: #444;
	border-bottom: 1px solid #ccceee;
	padding: 2px;
}

.adminOptions li a:hover {
	background-color: #eee;
}

#admin-table {
	width: 100%;
}

#admin-table td, 
#admin-table th {
	padding: 5px;
}

#admin-table .heading {
	width: 130px;
	text-align: right;
	font-weight: bold;
	padding-right: 5px;
}

#admin-table th {
	text-align: left;
	background-color: #f0f0f0;
	border-bottom: 1px solid #bbb;
}

.heading span {
	font-size: 10px;
	color: #777;
}