/*
	Palatte:
		154,83,99     (redish) 
		249,177,189   (pink)
		161,119,141   (purpleish)
		90,47,74      (purple)
		181,126,126   (tanish)
*/
/*
	Palatte Silver Gold:
		118,118,118 (light silver)
		115,115,115 (dark silver)
		171,139,38  (dark gold)
		196,160,44  (med gold)
		209,170,47  (light gold)
		
		204,204,204 (background strap)
*/

body {
	margin: 0;
	padding: 0;
	font-family: "Copperplate", helvetica, sans-serif;
	/* font-family: helvetica, sans-serif; */
	color: #000;
	/* background-color: #ddd; */
	background: url(images/Background.jpg);
}

p {
	margin-bottom: 10px;
}

a, a:visited, a:link {
	color: rgb(171,139,38);
	font-weight: bold;
}

a:hover {
	color: rgb(115,115,115);
	font-weight: bold;
}

ul li {
	padding-left: 10px;
	padding-top: 3px;
	padding-bottom: 3px;
}

#sidebar ul li h2 {
	/*color: rgb(171,139,38);*/
	color: black;
	font-size: 16px;
	font-weight: bold;
	text-transform: uppercase;
}

#container {
	margin: 1em 5%;
	background-color: #FFF;
	/* background-image:  url(images/variation1.gif);
	background-repeat: repeat-y; */
	border: 3px solid rgb(245,245,245);
}

/* ////////// */
#banner {
	background-color: #fff;
	text-align: left;
	height: 100px;
}

#logo {
	height: 70px;
	padding-left: 10px;
}

#logo h1 {
	margin: 0;
	padding-top: 5px;
	font-size: 32px;
	font-family: "Edwardian Script ITC", cursive, fantasy;
}

#logo h1 a {
	text-decoration: none;
	color: black;
	font-weight: normal;
}

#sitetagline {
	font-size: 12px;
	position: relative;
	top: -5px;
}

#mainHeaderMenu {
	text-align: center;
	word-spacing: 40px;
	text-transform: capitalize;
}

#mainHeaderMenu a {
	text-decoration: none;
}

/* ////////// */

#nav {
	float: left;
	width: 160px;
	margin-left: 10px;
	/* border: 5px solid rgb(209,170,47);*/
}

#nav p { 
	margin-top: 0; 
}

#content {
	/* padding-top: 1em; */
	margin: 0 2em 0 200px;
}

#content h2 { 
	margin-top: 0; 
}

#footer {
	clear: both;
	background-color: #fff;
	padding: .6em;
	text-align: right;
	font-size: 12px;
	height: 64px;
	/* border-top: 1px solid #333; */
	/* background: url(images/littleflower.jpg) 100% 100% no-repeat; */
}

#footer p {
	margin-right: 13px;
	padding-top: 18px;
}

#sidebar {
	padding: 5px;
	/* background-color: pink; */
}

div.clear {
	clear: both;
}

/* /////////// */
/* Posts */
div.post {
	padding: 0 5px 5px 5px;
}

div.post h2 {
	font-size: 20px;
}

div.post h2 a {
	text-decoration: none;
}

/* date */
div.post small {
	font-size: 10px;
}

div.post div.entry {
	margin: 5px 0 5px 0;
	line-height: 20px;
	overflow: hidden;
}

div.post p.postmetadata {
	font-size: 10px;
	margin-bottom: 15px;
}

/* /////////////// */
/* Cart */
div.PeCatsBrands {
	/* background: rgb(204,204,204); */
	height: 28px;
	margin-bottom: 20px;
	border: 1px solid rgb(204,204,204);
	 /* Safari prototype */
	-webkit-border-radius: 5px;
	 /* Gecko browsers */
	-moz-border-radius: 5px;
	 /* Everything else - limited support at the moment */
	border-radius: 5px;
}

ul.category_brand_header li a {
	text-decoration: none;
	text-transform: uppercase;
}

div.PeCategories {
}

ul.PeCategories ul.categorydisplay {
	display: inline;
	border: 1px solid black;
}

ul.PeCategories li.MainCategory {
/*	background: green;*/
	width: 130px;
	text-align: center;
	float: left;
}

ul.PeCategories li.MainCategory strong.category a.productlink {
	color: rgb(171,139,38);
	font-size: 12px;
	text-decoration: none;
}

/* the text to display */
ul.PeCategories li.MainCategory strong.category {
	
}

/* /////////////////////////////////////// */
/* Products */

/* product name */
div.producttext a.wpsc_product_title strong {
	font-size: 18px;
	font-weight: bold;
}

/* product desc */
div.producttext p.wpsc_description,
.additional_description,
#additionaldescription1 {
	padding: 3px;
}

/* ////////////////////    */
/* Cart sidebar */
div#widgetshoppingcart {
	width: 148px;
}

div#shoppingcartcontents {
	border: 1px solid rgb(224,224,224);
	font-size: 13px;
	padding: 3px;
}

#sidebar div#shoppingcartcontents h2 {
	font-size: 14px;
	text-align: center;
	margin-bottom: 5px;
}

div#shoppingcartcontents div#sliding_cart {
	text-align: right;
}

div#shoppingcartcontents table.shoppingcart {
	width: 100%;
	margin-left: 1px;
}

div#shoppingcartcontents table.shoppingcart td {
	padding: 3px;
	border: 1px solid silver;
}

div#shoppingcartcontents table.shoppingcart th {
	text-align: left;
	background: silver;
	border: 1px solid black;
	padding: 3px;
	font-size: 11px;
	font-weight: bold;
}

/* totals area */
div#shoppingcartcontents strong {
	font-size: 11px;
}

div#shoppingcartcontents span.pricedisplay {
	font-size: 11px;
	font-weight: bold;
}

/* empty, goto checkout */
div#shoppingcartcontents a {
	font-size: 12px;
	margin-top: 5px;
}

/* //////////////////////  */
/* Checkout page */

hr.productcart {
	display: none;
}

div.wpsc_container {
	font-size: 14px;
}

div.wpsc_container table.productcart {
	/* border: 5px solid silver; */
	font-size: 14px;
	margin: 0 0 30px 0;
}

div.wpsc_container table.productcart tr.firstrow td,
div.wpsc_container table.productcart tr td {
	margin: 0;
	padding: 3px;
	border: 0;
}

div.wpsc_container table.productcart tr td h2 {
	font-size: 12px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

div.wpsc_container table.productcart tr.total_price td {
	border-bottom: 0 !important;
}

table.wpsc_checkout_table {
}

table.wpsc_checkout_table tr td {
	padding: 5px;
}

table.wpsc_checkout_table tr td input,
table.wpsc_checkout_table tr td select,
table.wpsc_checkout_table tr td textarea {
	width: 250px;
	padding: 2px;
}


