/*
Theme Name: Avery Peace
Theme URI: http://averypeace.com/
Description: Avery Peace Theme
Version: 1.0
Author: Paradox Labs
Author URI: http://paradoxlabs.com/
*/

body {
	color: #534741;
	font-family: Arial,sans-serif;
	background: #f0f0d9;
	font-size: 9pt;
}

a {
	text-decoration: none;
	color: #000;
}

a:hover {
  text-decoration: underline;
}

.clear {
	clear: both;
}

#wrap {
	width: 900px;
	margin: 0 auto;
	background: #fff;
	position: relative;
}

#header {
	margin: 0;
	padding: 0 35px;
	background: #b1abb3;
	border-top: solid 1px #534741;
	height: 90px;
}

#headerimg img {
	float: left;
	border: none;
	padding: 0;
	margin: 0;
}
#headernav {
	text-align: right;
	color: #fff;
	padding-top: 15px;
}

#headernav a {
	color: #fff;
}

#headernav #welcome {
	font-size: 8pt;
	color: #000;
	padding-top: 15px;
}

#headernav #welcome a {
	font-size: 8pt;
	color: #fff;
}

#nav {
	position:relative;
	background: #e3deb6;
	border-bottom: solid 1px #534741;
	border-top: solid 1px #534741;
	padding: 0 35px;
	text-align: center;
	position: relative;
	margin: 0;
	z-index:10;
}

#nav ul { 
	padding: 0;
	margin: 0 auto 0 auto;
	text-align: center;
}

#nav ul li {
	list-style: none;
	text-transform: uppercase;
	margin: 0;
	/*margin-top: -1px;*/
	float: left;
}

#nav ul li a {
	text-decoration: none;
	color: #706550;
	font-size: 18pt;
	font-weight: bold;
	padding: 0;
	background: #c0b678;
	display: block;
	width: 166px;
	margin: 0;
}

#nav ul li a:hover {
	color: #fff;
	background: #807638;
}

#nav ul .current_page_item a {
	color: #fff;
	background: #655852;
}

.content {
	position:relative;
	background: url('img/content_bl_1.jpg') no-repeat bottom left #fff;
	padding: 20px;
	min-height: 200px;
	overflow:hidden;
	z-index:0;
}
div#side-flash-container {
	position:absolute;
	left:0px;
	bottom:0px;
	width:220px;
	height:460px;
	z-index:1;
}

.content a, #content2 a, #blogcontent a { text-decoration: underline; }

#content2 {
	background: url('img/content_bl_2.jpg') no-repeat bottom left #fff;
}

.content .entry {
	position:relative;
	background: #e3deb6;
	margin-left: 200px;
	padding: 20px;
	z-index:5;
}

.content .entry .title, .producttitlehere {
	font-size: 20pt;
	font-weight: bold;
	color: #807638;
	width: 300px;
	padding: 40px 0 10px 0;
	background: url('img/entrytitle.png');
}

#banner {
	height: 93px;
	background: url('img/banner.jpg') no-repeat top left #333;
}

#blogcontent {
	width: 400px;
	padding: 10px 10px 10px 35px;

}

#blogcontent h1 a {
	color: #857a18;
	font-size: 16pt;
	font-weight: bold;
}

#sidebar1,#sidebar2 {
	margin-top: 10px;
	width: 190px;
	padding: 5px;
	float: right;
	border-left: solid 1px #ccc;
}

#sidebar2 {
	border-right: solid 1px #ccc;
	margin-right: 35px;
}

#sidebar1 ul, #sidebar2 ul, #sidebar1 li, #sidebar2 li {
	list-style: none;
	margin: 0;
	padding: 0;
}

#sidebar1 ul li, #sidebar2 ul li {
	padding: 5px;
	margin: 0;
	padding-bottom: 10px;
}

#sidebar1 ul li ul li, #sidebar2 ul li ul li {
	padding: 3px 0;
	margin: 0;
	list-style: inside;
	list-style-image: url('img/li.png');
}

#sidebar1 li span ,#sidebar2 li span {
	border-bottom: dotted 2px #888;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 8pt;
	letter-spacing: 1px;
	width: 180px;
	display: block;
	text-align: left;
	color: #000;
	padding: 5px 0;
	margin-bottom: 5px;
}

#feed {
	background: url('img/rss.png') no-repeat top right #fff;
}

#sidebar2 ul li ul #aboot {
	list-style: none;
	list-style-image: none;
}

#footer {
	margin: 0;
	padding: 3px 20px;
	background: #e3deb6;
	border-top: solid 1px #534741;
	border-bottom: solid 1px #534741;
	font-size: 8pt;
}

#newsfooter {
	border-top: solid 1px #534741;
	background: #ccc;
	text-align: center;
  height: 45px;
  clear:both;
}

#newsfooter h2, #newsfooter p {
	display: inline;
	margin: 0;
	padding: 0;
  line-height: 45px;
}

#newsfooter h2 {
  font-size: 14pt;
  padding-right: 10px;
}

#admin {
	float: right;
}

#social-media {
	background:#F0F0D9;
	padding-top:6px;
	padding-right:12px;
	text-align:right;
}
	#social-media img {
		padding-left:4px;
		padding-right:4px;
		border:none;
	}
		#social-media img a {
			border:none;
		}

h2.prodtitles { font-size: 14pt; }
strong.cattitles { padding-top: 15px; font-size: 10pt; }

/* dropdown menu hacks for categories/collections */

#pe_subcats {
	display: block;
	visibility: hidden;
	position: absolute;
	top: 25px;
	left: 201px;
	background: #c0b678;
	padding-top:10px;
	padding-bottom:10px;
	width: 166px;
	z-index: 10;
}

ul.PeCategories li {
	float: left;
	clear: left;
}

#nav ul.PeCategories li a {
	display:block;
	height:24px;
	line-height:24px;
	font-size:14pt;
	font-weight:bold;
}

/* collections page nav */

#collectnav {
	text-align: center;
	background: transparent;
	padding-left: 75px;
	width:785px;
	background: url('img/cnbg.png') repeat-x;
}

#cnav {
	list-style: none;
	padding: 0;
	margin: 0;
	display: inline;
}
#cnav li { display: inline; }

#cnav li a { float: left; display: block; width:150px; height: 184px; text-decoration:none; }

#cnav li a:hover { text-decoration: none; }

#cnav li a span { visibility: hidden; }

#cnav #necklaces a { background: url('img/neck.png'); }
#cnav #necklaces a:hover { background: url('img/neck.png') -150px 0 no-repeat; }
#cnav #charms a { background: url('img/charms.png'); }
#cnav #charms a:hover { background: url('img/charms.png') -150px 0 no-repeat; }
#cnav #earrings a { background: url('img/earrings.png'); }
#cnav #earrings a:hover { background: url('img/earrings.png') -150px 0 no-repeat; }
#cnav #bracelets a { background: url('img/bracelets.png'); }
#cnav #bracelets a:hover { background: url('img/bracelets.png') -150px 0 no-repeat; }
#cnav #rings a { background: url('img/rings.png'); }
#cnav #rings a:hover { background: url('img/rings.png') -150px 0 no-repeat; }
.alignright {
float: right;
}
.alignleft {
float: left;
}

#catlist {
  float: left;
  width: 200px;
  height: 400px;
  text-align: left;
}

#catlist li { 
  list-style: none;
  width: 150px;
  text-align: center;
  display: block;
  margin: 5px 0;
}
#catlist li a { text-decoration: none;   color:#534741; }

/* shop hacks */

.producttitlehere {
  width: 400px;
}

.priceishere {
  padding-left: 23px;
  font-size: 9pt;
}

.productwraphere {
  background: #e3deb6;
  padding: 10px;
  margin-left: 10px;
}
.addedtocart {
font-weight: bold;
}

.addedmsg p {
  margin: 0;
}

.product { 
  float: left;
  padding: 5px;
  width: 180px;
}

.product img { 
  border: 0;
  padding: 5px;
}

ul#additional_product_images {
	padding-top:10px;
	padding-bottom:10px;
	padding-left:5px;
	padding-right:5px;
	width:240px;
	list-style:none;
	overflow:auto;
}
	ul#additional_product_images li {
		display:block;
		margin-bottom:10px;
		margin-left:5px;
		margin-right:5px;
		float:left;
	}
		ul#additional_product_images li a {
			display:block;
			width:50px;
			text-align:center;
		}
			ul#additional_product_images li img {
				width:50px;
				height:auto;
			}

.prod_viewmore a {
	display:block;
	color:#534741;
	font-family:Arial,sans-serif;
	font-size:9pt;
	padding: 0;
	margin: 0;
	width:100px;
	text-decoration: none;
}

.prod_viewmore, .addedmsg {
  float: left;
  clear: left;
  padding-left: 20px;
}

input.wpsc_buy_button {
	display:block;
	border: none;
	background: none;
	color:#534741;
	font-family:Arial,sans-serif;
	font-size:9pt;
	float: left;
	clear: left;
	cursor: pointer;
	padding: 0;
	margin: 0;
	text-align:left;
}

table.productcart {
}
	table.productcart tr.firstrow {
		background:none;
		border:none;
	}
		table.productcart tr.firstrow td {
			background:none;
			padding-bottom:4px;
			border:none;
		}
		
form.avery_peace_registration div.reg_field {
	clear:both;
}
	form.avery_peace_registration div.reg_field label {
		display: block;
		margin: 0px 0px 4px 0px;
		clear: left;
		float: left;
		width: 94px;
		height: 24px;
		line-height:24px;
	}
	#mp_1_3_label {
		display:none;
	}
	form.avery_peace_registration #mp_1_1,
	form.avery_peace_registration #mp_1_2 {
		margin: 0px 0px 4px 0px;
		width:260px;
		float:left;
		font-family:"Verdana","Lucida Fax","Lucida Grande","Lucida Sans Unicode",Arial,sans-serif;
		font-size: 10pt;
	}	
	#mp_1_3 {
		margin-top:20px;
	}