/*
Theme Name: Angelo Jewelry
Theme URI: http://www.angelojewelry.com/
Description: The default WordPress theme for Angelo Jewelry.
*/


/*---------------------------------------------- GLOBAL */
* {padding:0;margin:0;	}

.clearfix {clear:both;	}

img {border:none;	}



/* ------------------------------------------------ LAYOUT */

body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#333333;
	line-height:1.3em;
	text-align:center;
	background:#cccccc;
	}

p {
	line-height:16px;
	margin-bottom:16px;
	}

h1,h2,h3,h4,h5,h6 {
	margin-bottom:20px;
	}

h1 {
	font-size:24px;
	margin-bottom:25px;
	}

h2 {
	font-size:20px;
	}

h3 {
	font-size:16px;
	}

ul,ol {
	margin:0 0 20px 20px;
	}

li {
	margin-bottom:8px;
	}

ul ul,ol ol {
	margin:12px 0 12px 12px;
	}

a {
	color:#996600;
	text-decoration:underline;
	}

a:hover {
	color:#838383;
	text-decoration:none;
	}

#container {
	text-align:left;
	width:850px;
	margin:0 auto;
	background:#FFFFFF;
	}

#content {
	padding:20px;
	min-height:500px;
	height:auto !important;
	}

/* ---- HEADER ---- */
#header {
	position:relative;
	overflow:auto;
	}

#logo {
	margin-left:14px;
	margin-top:4px;
	margin-bottom:8px;
	float:left;
	}

#header_top {
	float:right;
	text-align:right;
	margin-right:37px;
	margin-top:12px;
	margin-bottom:18px;
	}

#header_top a {
	text-decoration:none;
	color:#333333;
	}

#searchform {
	display:inline;
	}

#header_top #searchform input#s {
	width:124px;
	padding:2px;
	font-size:11px;
	color:#333333;
	border:1px #cccccc solid;
	border-right-width:3px;
	border-left-width:3px;
	}

#header_copy {
	width:400px;
	float:right;
	margin-right:33px;
	}

/* --- END HEADER --- 
 ---- FOOTER ---- */
#footer {
	color:#000000;
	font-weight:regular;
	font-size:11px;
	line-height:21px;
	text-decoration:none;
	text-align:center;
	text-transform:lowercase;
	}

.footer_wrap {padding: 8px 20px; text-align:center;}
.footer_wrap p {margin:0;}

/* --- END FOOTER --- */

.alignleft {
	float: left;
	margin-right: 18px;
	margin-bottom: 25px;
	}

.alignright {
	float: right;
	margin-left: 18px;
	margin-bottom: 25px;
	}







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

ul#nav {
	width:785px;
	height:21px;
	background:#202123;
	margin:0;
	padding:0;
	list-style:none;
	padding-left:65px;
	}

ul#nav li {
	display:block;
	float:left;
	margin:0;
	padding:0;
	}

ul#nav a {
	color:#FFFFFF;
	font-weight:bold;
	font-size:11px;
	display:block;
	padding:0 14px 0 9px;
	line-height:21px;
	text-decoration:none;
	text-align:left;
	text-transform:uppercase;
	background:url(images/nav_separater.gif) right no-repeat;
	}

ul#nav a:hover {
	color:#ffcc66;
	background-image:url(images/nav_separater_hover.gif);
	}

ul#nav li.last a {
	background:none;
	}

/* ---- Homepage Product Slider ---- */
#slider {
	position:relative;
	overflow:hidden;
	height:120px;
	}

#slider img {
	position:absolute;
	margin:0;
	height:120px;
	display:none;
	}

#imageloader {
	position:relative;
	display:block;
	width:100%;
	margin:0 auto;
	text-align:center;
	}

#imageloader img {
	position:relative;
	top:70px;
	z-index:100;
	width:128px;
	height:15px;
	display:inline;
	}

/* ---- WP Ecommerce ---- */
div#content div.product_grid_display div.product_grid_item {
	width:186px !important;
	margin:0 15px 40px 0;
	}

div#content div.wpsc_page_numbers {
	clear:both;
	display:block;
	margin-bottom:10px;
	text-align:right;
	}

div#content div.wpsc_page_numbers a {
	text-decoration:none;
	color:#666666;
	}

div#content div.product_grid_display {
	margin-left:10px;
	display:inline;
	}

#wpsc_checkout_form_18 {height: 180px;} /* Ring Size box on checkout page */

table.wpsc_checkout_table td {
	padding: 2px;
	}


/* ---------------------------------------------- SIDEBAR */

#sidebar {
	width:160px;
	float:right;
	}

#sidebar_display div.product_grid_display {
	width:610px;
	float:left;
	}

#sidebar_display div.productdisplay {
	clear:none;
	float:left;
	width:auto;
	}

/* Category Display */
#designview div.product_grid_display {
	width:610px;
	float:right;
	}





/* -------------------------------------------- SHOPPING BAG */

table.wpsc_checkout_table h3 {
	margin-top:10px;
	}

form.wpsc_checkout_forms h2 {
	margin-top:20px;
	}

#header_top a:hover,div#content div.wpsc_page_numbers a:hover {
	text-decoration:underline;
	color:#000000;
	}


/* -------------------------------------------- BLOG */

div#sidebar_display div.blog_wrap {
	float: left;
	width: 590px;
	}

.blog_wrap .post {
	margin: 20px 0px;
	}


/* -------------------------------------------- CUSTOMER CARE */

ul.designer_list {
	width: 220px;
	float: left;
	margin-right: 20px;
	}