@charset "UTF-8";
/* CSS Document */

/* CSS Undo */
html { height: 100%; margin-bottom: 1px; }  body {min-height:101%}/* forces a scrollbar so page doesn't jump */
ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,body,html,p,blockquote,fieldset,input
{ margin:0; padding:0 }
h1,h2,h3,h4,h5,h6,pre,code { font-size:1em; }
ul,ol { list-style:none }
:link,:visited { text-decoration:none }
img {border: none;}
/* End CSS Undo */

/* Main Divs */
body {
	background: #fff;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
}

#container {
	width: 960px;
	border: 1px solid #666;
	margin: 30px auto 0;
	padding-bottom: 40px;
	font-size: 1em;
}

#nav {
	height: 46px;
	margin-top: 10px;
	line-height: 46px;
}

#banner_home, #banner_pottery, #banner_artist, #banner_faq, #banner_contact {
	height: 209px;
	width: 960px;
}

#banner_home {
	background: url(../images/banner_home3.jpg) no-repeat left top;
}

#banner_pottery {
	background: url(../images/banner_pottery.jpg) no-repeat left top;
}

#banner_alaskana {
	background: url(../images/banner_alaskana.jpg) no-repeat left top;
}

#banner_artist {
	background: url(../images/banner_artist.jpg) no-repeat left top;
}

#banner_faq {
	background: url(../images/banner_faq.jpg) no-repeat left top;
}

#banner_contact {
	background: url(../images/banner_contact.jpg) no-repeat left top;
}

#footer {
	width: 960px;
	margin: 0 auto 20px;
	font-size: 0.7em;
	color: #666;
	text-align: center;
}

#footer span {
	padding-left: 30px;
}


/* Header Sub-divs */
h1 span {
	display:block;
	height:209px;
	background: url(images/banner_home.jpg) no-repeat left top;
	z-index:2;
}
h1 {
	height:209px;
	overflow:hidden;
	margin:0;
	padding:0;
	z-index:1;
}
/* End of Header Sub-divs */

/* Top Nav  */

#nav ul {
	list-style: none;
	position: relative;
}

#nav li {
	display: inline;
}

#nav a {
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-weight: normal;
	font-size: 0.9em;
	color: #666;
	text-decoration: none;
	padding: 5px 10px;
}

#nav a:hover {
	color: #fff;
	background: #ccc;
}

#facebook img, #facebook a {
	position: absolute;
	top: 5px;
	right: 15px;
}

#facebook a:hover {
	background: none;
}


	

/* End Top Nav  */


/* Sidebar  */
#sidebar {
	float: left;
	width: 200px;
	padding: 0 20px 20px;
	font-size: 0.80em;
}

#category_sidebar {
	float: left;
	width: 150px;
	padding: 0 20px 20px;
	font-size: 1em;
}

#sidebar h3, #category_sidebar h3 {
	font-size: 1.2em;
}

#sidebar ul, #category_sidebar ul {
	margin-bottom: 30px;
}

#sidebar li, #category_sidebar li {
	margin-top: 10px;
}

#sidebar img {
	margin: 30px 20px;
}

#sidebar p {
	margin-top: 0;
}

.exh_title {
	font-style: italic;
}

#category_sidebar a {
	color: #666;
}

#category_sidebar a:hover {
	text-decoration: underline;
}



/* End Sidebar  */


/* Main Content  */
#main_content, #main_content_store {
	margin: 0 40px 40px 250px;
	padding-left: 40px;
	color: #666;
}

#main_content_store {
	margin-left: 200px;
	padding-left: 10px;
}

#main_content {
	padding-top: 20px;
}

#main_content_store {
	padding-top: 0;
}

h2 {
	font-size: 1.5em;
	font-weight: normal;
	color: #000;
}

h2#top {
	margin-bottom: 30px;
	text-align: right;
}

p {
	margin: 15px 0;
}

#main_content p, #main_content_store p {
	text-align: justify;
	line-height: 1.4em;
}

#main_content a, #main_content_store a, #footer a {
	color: #000;
	text-decoration: none;
}

#main_content a:hover, #main_content_store a:hover, #footer a:hover {
	text-decoration: underline;
}


/* End Main Content */


/* Extras */
.clearer {
	clear: both;
}

.alert{
	color: red;
}

/* End Extras */

/* Mailing List Signup */

#mailinglist_signup {
	background: #f0f0f0;
	padding: 5px 10px;
	border-radius: 8px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

#mailinglist_signup .labels {
	font-weight: bold;
}

/* End Mailing List Signup */


/* Store */

.hide{
    visibility: hidden;
}
.show{
    visibility: visible;
}

#cart_summary {
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#cart_summary p {
	font-size: 0.85em;
	margin-left: 136px;
	margin-top: 0;
	margin-bottom: 0;
}

#cart_summary h2 {
	float: left;
	font-size: 1em;
	margin-bottom: 0;
	color:#006699;
	width: 135px;
}

#cart_summary span {
	padding-left: 20px;
}

#cat_info, #cat_products {
	width: 99%;
}

#cat_info {
	margin-bottom: 15px;
}

#cat_info td, #cat_products td {
	padding: 10px;
	vertical-align: top;
	line-height: 1.5em;
}

/*

#cat_products td {
	width: 33%;
}
*/

#cat_info p, #cat_products p {
	margin-top: 0;
}

table#categories td {
	width: 220px;
	text-align: left;
	padding-bottom: 20px;
}

#main_content form.top h2 {
	margin: 0 0 10px 0;
	font-size: 1.1em;
}

#sub_nav a {
	padding-right: 25px;
	font-size: 0.9em;
}

#sub_nav span.prev {
	padding-right: 0;
	font-size: 0.85em;
}

#sub_nav span.selected_cat a {
	padding-right: 5px;
}

#sub_nav span.next {
	padding-left: 25px;
	font-size: 0.85em;
}


form.top table{
	margin-top: 5px;
}

form.top table td {
	vertical-align: top;
	padding-right: 10px;
}


tr#cart_total td.c0, tr#cart_shipping td.c0, tr#cart_gtotal td.c0 {
	text-align: right;
}

table#cart_list {
	width: 100%;
	margin-top: 20px;
}

table#cart_list th {
	padding-bottom: 7px;
	text-align: right;
	border-bottom: 1px solid #ccc;
}

table#cart_list th.h1 {
	width: 80px;
}

table#cart_list th.h2 {
	width: 75px;
}

table#cart_list td.c2 {
	text-align: center;
	font-size: 0.8em;
}

table#cart_list td {
	text-align: right;
	padding-bottom: 5px;
}

td.quantity {
	width: 100px;
}

table#cart_list td.c0, table#cart_list th.h0 {
	text-align: left;
}

td.remove_item {
	font-size: 0.8em;
	text-align: right;
}

p#cart_buttons {
	margin-top: 30px;
}


p#checkout_button {
	width: 150px;
	float: right;
	margin-top: 15px;
}

p#shipping_buttons {
	margin-top: 20px;
	margin-bottom: 20px;
}

p#shipping_buttons input {
	margin-top: 5px;
}

p#cart_buttons input, p#checkout_button input, p#shipping_buttons input, p#buttons input {
	width: 150px;
	margin-right: 10px;
}

tr#cart_total td, tr#cart_gtotal td {
	border-top: 1px solid #ccc;
}

/* End Store */


/* Check Out */

h2#checkout_title {
	margin-top: 10px;
	font-size: 1.1em;
	color:#006699;
}

table#cart_list_review th {
	text-align: left;
	padding-top: 5px;
}


#customer_info table, #review_customer_info table {
	margin-top: 5px;
	width: 98%;
}



tr#shipping_info td {
	padding-top: 10px;
}


tr#cart_shipping td.c0 input {
	margin-right: 25px;
	width: 150px;
}

tr#cart_shipping td.c0 div#ship_buttons {
	float: left;
	width: 380px;
	text-align: left;
}

tr#cart_shipping span {
	font-size: 0.9em;
	font-style: italic;
}



/* Purchase Bar - Ball */ 

#status_bar table {
	width: 100%;
	border: none;
}

tr#bar td {
	background: url(../images/checkout/pixel.gif) repeat-x top;
	width: 25%;
	text-align: center
}

tr#steps td.current {
	color: #333;
	font-size: 12px;
}

table#checkout_steps  {
	text-align: center;
    font-family: Verdana, Arial, sans-serif; 
	font-size: 10px; 
	color: #999;
	margin-bottom: 20px;
}	

table#checkout_steps td {
	width: 25%;
}

/* End Purchase Bar - Ball */



