/*
Theme Name: Invisible Light
Theme URI: http://preview.aarfie.com/bc/invisible-light/index.html
Description: A Big Cartel theme by Aarfie 
Author: Aarfie
Version: 1
Author URI: http://aarfie.com/
*/

/* =================================================================================== Structure */

body {
	text-align: center;
	width: 100%;
	}

#wrap_outer,
#wrap {
	width: 100%;
	position: relative;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	}
	
#wrap {
	width: 1000px;
	margin: 0 auto;
	}

#container {
	width: 100%;
	margin: 0;
	padding: 0;
	position: relative;
	top: 0;
	left: 0;
	}

/* - - - - - - - - - - - - - - - - - - - - 100% Height */

html,
body {
	height: 100%;
	}
#wrap_outer,
#wrap {
	height: 100%;
	}
#wrap {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	}

/* - - - - - - - - - - - - - - - - - - - - BG Options */

body.has_grid {
	background-image: url(bg-grid.png);
	background-position: center top;
	background-repeat: repeat;
	}

#wrap.has_shadow {
	-moz-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
    box-shadow: 0px 0px 8px rgba(0,0,0,0.3);
	}
	
/* ------------------------------------------------------------- Header */

#header {
	width: 1000px;
	margin: 0 auto;
	}
	
/* - - - - - - - - - - - - - - - - - - - - Logo Block */

#logo_block {
	width: 940px;
	padding: 30px 30px 18px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	}
#logo_block.no_img {
	overflow: visible;
	}
#logo_block.no_pad {
	width: 1000px;
	padding: 0;
	min-height: 40px;
	}
	
h1#header_logo,
#header_logo {
	float: left;
	font-size: 60px;
	line-height: 1.0;
	text-align: left;
	margin: 0;
	padding: 0;
	}
		
#header_logo {
	background-position: 0 0;
	background-repeat: no-repeat;
	}
.has_img #header_logo span {
	display: none;
	}
.has_img a#header_logo {
	display: block;
	padding: 0;
	}
	
#header_forms {
	width: 500px;
	position: absolute;
	top: 8px;
	right: 30px;
	z-index: 4;
	line-height: 11px;
	float: left;
	text-align: right;
	}
#header_forms #header_newsletter,
#header_forms #header_search {
	text-align: right;
	display: inline;
	padding-left: 8px;	
	}
#header_forms form {
	text-align: right;
	display: inline;
	}
#header_forms button,
#header_forms input {
	display: inline;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	}
#header_forms input[type=text] {
	width: 144px;
	padding: 4px 2px;
	border-style: solid;
	border-width: 1px;
	text-transform: uppercase;
	}
#header_forms input#header_search_text,
#header_forms #header_search input[type=text] {
	width: 90px;
	}
#header_forms button,
#header_forms input[type=submit] {
	display: none;
	width: auto;
	padding: 1px 5px 0px;
	height: 20px;
	text-align: center;
	cursor: pointer;
	text-transform: uppercase;
	}

/* - - - - - - - - - - - - - - - - - - - - Top Nav */
	
#top_nav {
	width: 940px;
	padding: 11px 30px;
	font-size: 18px;
	line-height: 1.0;
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255,255,255,0.3)),color-stop(1, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0)); 
    background-image: linear-gradient(top, rgba(255,255,255,0.3), rgba(255,255,255,0));
    text-transform: uppercase;
	}
#top_nav_link {
	width: 780px;
	float: left;
	text-align: left;
	}
#top_nav_link ul {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	}
#top_nav_link li {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	padding: 2px 0;
	}
#top_nav a {
	padding: 2px 0;
	}
#top_nav li span.bul {
	padding: 2px 16px;
	}
	
#top_nav_cart {
	width: 160px;
	float: right;
	text-align: right;
	}
#top_nav_cart span.view_cart {
	padding-right: 10px;
	}

#top_nav form#gift_cert_form,
#top_nav form#gift_cert_form button {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	border: 0 none;
	font-size: 18px;
	line-height: 1.0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	-webkit-box-shadow: none;	
	-moz-box-shadow: none;
	box-shadow: none;
	text-transform: uppercase;
	}
#top_nav form#gift_cert_form button {
	cursor: pointer;
	padding: 1px 0 0 0;	
	}


/* ------------------------------------------------------------- Shop Menu */

#shop_menu {
	text-align: left;
	}
	
#shop_menu_top {
	font-size: 14px;
	padding: 10px 30px;
	}
#shop_menu_top li {
	position: relative;
	top: 0;
	left: 0;
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 0;
	margin: 0 30px 0 0;
	display: inline-block;
	zoom: 1;
	*display: inline;
	}
#shop_menu_top li.current-menu-item {
	font-weight: bold;
	}
#shop_menu_top li span.tri_marker {
	position: absolute;
	bottom: -12px;
	left: 50%;
	margin-left: -7px;
	display: block;
	width: 0px; 
	height: 0px; 
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #dddddd;
	font-size: 0px;
	line-height: 0px;	
	}

#shop_menu_sub {
	min-height: 19px;
	font-size: 13px;
	padding: 8px 30px;
	}
#shop_menu_sub li {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	padding: 0 10px;
	}
#shop_menu_sub li.first-cat-item {
	padding-left: 0;
	}
#shop_menu_sub li.current-cat a {
	text-decoration: underline;
	}

li#artist_menu ul {
	left: -8px;
	}
	
/* ------------------------------------------------------------- Midsection */

#content {
	min-height: 300px;
	position: relative;
	margin: 20px 30px;
	top: 0;
	left: 0;
	z-index: 3;
	text-align: left;
	}

/* ------------------------------------------------------------- Footer */

#footer {
	clear: both;
	width: 940px;
	font-size: 11px;
	margin: 0 30px;
	text-align: left;
	}

#footer_inner {
	padding: 15px 0 20px;
	border-top: 1px solid #ccc;
	width: 940px;
	position: relative;
	top: 0;
	left: 0;
	}

#footer_inner .footer_box {
	width: 366px;
	float: left;
	}
#footer_inner .footer_box.last {
	float: right;
	}

#footer_navigation {
	margin-top: 2px;
	}

#footer_navigation .aarfie_social_icons {
	clear: both;
	}
.aarfie_social_icons.small a.rssx {
	background-image: url(rss-16.png);
	}
.aarfie_social_icons.small a.facebookx {
	background-image: url(facebook-16.png);
	}
.aarfie_social_icons.small a.twitterx {
	background-image: url(twitter-16.png);
	}

#footer_badge {
	text-align: right;
	}

#footer_copyright_text {
	font-size: 12px;
	}
#footer_copyright_text p {
	margin-bottom: 3px;
	}

/* =================================================================================== Pages */	

/* ------------------------------------------------------------- Full Width Page */

#page_main.full_width {
	width: 940px;
	padding: 0;
	float: none;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	}

/* ------------------------------------------------------------- Home & Products */
	
.shop_thumb {
	width: 175px;
	margin: 0 16px 36px 0;
	float: left;
	text-align: center;
	}
.shop_thumb.col_5 {
	margin-right: 0;		
	}

a.shop_thumb_link,
.shop_thumb_link {
	display: block;
	width: 175px;
	}

.shop_thumb_img_holder {
	width: 175px;
	height: 175px;
	}

.shop_thumb_img_holder img {
	margin: 0 auto;
	}
	
.shop_thumb_img_holder span.product_status {
	font-size: 11px;
	padding: 4px 8px 3px;
	position: absolute;
	top: 10px;
	left: -3px;
	z-index: 5;
	text-align: center;
	text-transform: uppercase;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
	}
	
.shop_thumb_title,
.shop_thumb_price {
	font-size: 12px;
	display: block;
	padding: 0 12px 2px;
	text-align: center;
	}
.shop_thumb_title {
	font-weight: bold;
	padding-top: 14px;
	}

/* - - - - - - - - - - - - - - - - - - - - Featured Three */

#featured .shop_thumb,
.three_col_products .shop_thumb {
	width: 300px;
	margin: 0 20px 36px 0;
	float: left;
	text-align: center;
	}
#featured .shop_thumb.col_3,
.three_col_products .shop_thumb.col_3 {
	margin-right: 0;		
	}

#featured a.shop_thumb_link,
#featured .shop_thumb_link,
.three_col_products a.shop_thumb_link,
.three_col_products .shop_thumb_link {
	width: 300px;
	}

#featured .shop_thumb_img_holder,
.three_col_products .shop_thumb_img_holder {
	width: 300px;
	height: 300px;
	}

/* - - - - - - - - - - - - - - - - - - - - Featured Five */

.featured_extra {
	width: 940px;
	padding: 0 30px 16px;
	margin: 0 0 36px -30px;
	}
.featured_extra .shop_thumb {
	margin-bottom: 0px
	}

.featured_extra h2,
#content .featured_extra h2 {
	font-weight: bold;
	font-size: 14px;
	padding: 16px 0;
	margin: 0;
	}

/* - - - - - - - - - - - - - - - - - - - - Pagination */


#product_nav a,
#product_nav span {
	padding-right: 14px;
	}
#product_nav span.disabled {
	display: none;
	}
#product_nav span.current {
	opacity: 0.3;
	filter: alpha(opacity=30);
	}


/* ------------------------------------------------------------- Product Page */

.product #content {
	margin-bottom: 0;
	}

.prev_next_text_links {
	position: absolute;
	width: 780px;
	margin: 0 80px;
	top: -36px;
	left: 0;
	}

/* - - - - - - - - - - - - - - - - - - - - Product Images */

#product_images {
	width: 300px;
	float: left;
	margin: 0 80px 18px;
	}

#product_images .image_wrap {
	width: 300px;
	height: 300px;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	}

#product_images .image_wrap a.zoom_plus {
	display: none;
	width: 31px;
	height: 31px;
	background: url(zoom-plus.png) no-repeat center center;
	position: absolute;
	top: -15px;
	left: -15px;
	}
#product_images .image_wrap:hover a.zoom_plus {
	display: block;
	} 

#product_images .image_wrap a.zoom_plus span {
	display: none;
	}

#product_images .product_img {
	width: 300px;
	display: none;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 4;
	}
#product_images .product_img img {
	margin: 0 auto;
	}
#product_images .product_img.active {
	display: block;
	z-index: 5;
	}

#product_images .product_img img {
	max-width: 100%;
	}

/* - - - - - - - - - - - - - - - - - - - - Product Title */

#product_details {
	width: 380px;
	float: left;
	margin: 0 0 18px 20px;
	}

#content .product_title_container h2.entry_title {
	margin-bottom: 0;
	font-size: 22px;
	}
#content .product_title_container h4.entry_price {
	padding: 0;
	margin-bottom: 10px;
	font-size: 14px;	
	}
	
.for_cart_container {
	margin-bottom: 23px;
	}	
#content .for_cart_container form {
	margin: 0;
	}
#content .for_cart_container select {
	width: auto;
	min-width: 150px;
	background-color: #ffffff;
	line-height: 2.0em;
	height: 2.0em;
	margin-bottom: 10px;
	}
#content .for_cart_container #product-options {
	margin-bottom: 7px;
	}

#content .button_container.qty {
	margin: 0 0 12px 0;
	}

#content .for_cart_container button#product_addtocart,
#content button.checkout_btn {
	font-size: 14px;
	text-transform: uppercase;
	padding: 12px 18px;
	}

#inventory {
	margin: 0 0 23px 0;
	}

/* - - - - - - - - - - - - - - - - - - - - Product Labels */

.product_label .product_status {
	font-size: 11px;
	padding: 4px 8px 3px;
	margin: 10px 0;
	text-align: center;
	text-transform: uppercase;
	-moz-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
  	-webkit-box-shadow: 2px 2px 2px rgba(0,0,0,0.3);
    box-shadow: 2px 2px 2px rgba(0,0,0,0.3);	
	display: inline-block;
	*display: inline;
	zoom: 1;
	}

/* - - - - - - - - - - - - - - - - - - - - Info */

.info {
	padding: 10px 0 20px;
	}

/* - - - - - - - - - - - - - - - - - - - - Image Nav */

.images_nav {
	margin: 10px 0 0 0;
	display: block;
	}

#content .images_nav ul.images_list {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	margin: 0;
	padding: 0;
	text-align: left;
	}
#content ul.images_list li {
	margin: 0 10px 10px 0;
	padding: 0;
	display: inline-block;
	height: 75px;
	*display: inline;
	zoom: 1;
	}
#content .images_nav ul.images_list li a {
	display: block;
	}
	
/* - - - - - - - - - - - - - - - - - - - - Other Products */

h5.other_product_title,
.other_product_title {
	border: none;
	}
h5.other_product_title,
div.other_product_title h5 {
	padding: 0;
	margin: 0;
	}
h5.other_product_title,
div.other_product_title {
	margin-top: 11px;
	margin-bottom: 9px;
	}
h5.other_product_title a,
.other_product_title a {
	font-weight: bold;
	}
	
.other_product_thumb {
	margin: 0 16px 36px 0;
	}
		
/* ------------------------------------------------------------- Cart */

h3#checkout_total {
	font-weight: normal;
	}

#content table#cart_table,
#content table#cart_table thead, 
#content table#cart_table td, 
#content table#cart_table th,
#content #cart_table tbody tr.row_alt th,
#content #cart_table tbody tr.row_alt td,
#content table,
#content table td,
#content table th {
	border: 0 none;
	}
#content table#cart_table thead {
	background-image: none;
	}
#content table#cart_table thead th#head_item {
	padding-left: 17px;
	}

/* ------------------------------------------------------------- Contact */

#contact_content {
	width: 940px;
	}
#border_shift {
	width: 940px;
	right: 470px;
	}
#border_shift_return {
	width: 940px;
	left: 470px;
	}

#contact_left,
#contact_right {
	width: 340px;
	float: left;
	margin: 0 140px 40px 60px;
	}
#contact_right {
	margin: 0 0 40px 0;
	}

#content #contact_content textarea,
#content #contact_content input[type=text],
#content #contact_content input[type=password],
#content #contact_content input[type=file] {
	width: 320px;
	}
#content #contact_content input#captcha {
	width: 140px;
	}
#content #contact_content select {
	width: 340px;	
	}
#content #contact_content button#contact_submit {
	display: block;
	}
		
/* ------------------------------------------------------------- Custom Pages */

body.custom #content,
body.contact #content {
	margin-top: 40px;
	}
	
/* =================================================================================== Colorbox */

#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative; overflow:visible;}
#cboxLoadedContent{overflow:auto;}
#cboxLoadedContent iframe{display:block; width:100%; height:100%; border:0;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
#cboxOverlay{background:#fff;}
#colorbox{}
#cboxContent{margin-top:32px;}
#cboxLoadedContent{background:#000; padding:1px;}
#cboxLoadingGraphic{background:url(cb-loading.gif) center center no-repeat;}
#cboxLoadingOverlay{background:#000;}
#cboxTitle{position:absolute; top:-22px; left:0; color:#000;}
#cboxCurrent{position:absolute; top:-22px; right:205px; text-indent:-9999px;}
#cboxSlideshow, #cboxPrevious, #cboxNext, #cboxClose{text-indent:-9999px; width:20px; height:20px; position:absolute; top:-20px; background:url(cb-controls.png) 0 0 no-repeat;}
#cboxPrevious{background-position:0px 0px; right:44px;}
#cboxPrevious.hover{background-position:0px -25px;}
#cboxNext{background-position:-25px 0px; right:22px;}
#cboxNext.hover{background-position:-25px -25px;}
#cboxClose{background-position:-50px 0px; right:0;}
#cboxClose.hover{background-position:-50px -25px;}
.cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
.cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
.cboxSlideshow_on #cboxSlideshow.hover{background-position:-100px -25px;}
.cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
.cboxSlideshow_off #cboxSlideshow.hover{background-position:-75px -25px;}
	
/* =================================================================================== Content Forms */

button,
input[type=submit],
input[type=button],
input[type=reset],
#content button,
#content input[type=submit],
#content input[type=button],
#content input[type=reset] {
    width: auto;  
	overflow:visible;
	padding: 8px 10px;
    border: none;  
    font-size: 12px;  
	line-height: 1.0;
    cursor: pointer;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	}

button,
input[type=submit],
input[type=button],
input[type=reset],
#content button,
#content input[type=submit],
#content input[type=button],
#content input[type=reset],
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
#content button:hover,
#content input[type=submit]:hover,
#content input[type=button]:hover,
#content input[type=reset]:hover {
	background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0, rgba(255,255,255,0.5)),color-stop(1, rgba(255,255,255,0)));
    background-image: -webkit-linear-gradient(rgba(255,255,255,0.5), rgba(255,255,255,0));
	background-image: -moz-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0));
	background-image: -o-linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0)); 
    background-image: linear-gradient(top, rgba(255,255,255,0.5), rgba(255,255,255,0));	
	-webkit-box-shadow: inset -1px -2px 0px rgba(255,255,255,0.2);	
	-moz-box-shadow: inset -1px -2px 0px rgba(255,255,255,0.2);
	box-shadow: inset -1px -2px 0px rgba(255,255,255,0.2);
	}

	
/* =================================================================================== Content Typography */

/* - - - - - - - - - - - - - - - - - - - - */

body,
input,
textarea,
select,
option {
	font-size: 12px;
	}

.up_one_font {
	font-size: 13px;	
	}
.up_two_font {
	font-size: 14px;	
	}

h1, h2, h3, h4, h5, h6, h7, h8 {
	font-weight: normal;
	}

h1.entry_title,
h2.entry_title,
h3.entry_title {
	padding-top: 0;
	margin-bottom: 22px;
	}

p.coming_soon,
#product_nav {
	padding-top: 10px;
	font-size: 14px;
	}

#info a,
body.custom #page_main a,
.success #page_main a {
	text-decoration: underline;
	}

/* - - - - - - - - - - - - - - - - - - - - Font */

body,
input,
textarea,
button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

#header_logo,
h1 #header_logo {
	font-family: Raleway, Helvetica, Arial, sans-serif;
	font-weight: normal;
	}

#top_nav,
#content .product_title_container h2.entry_title,
#top_nav form#gift_cert_form,
#top_nav form#gift_cert_form button,
h2#cart_title {
	font-family: Inconsolata, Helvetica, Arial, sans-serif;	
	font-weight: normal;
	}
	
/* =================================================================================== Default Colours */

/* @gui Window Background */
body {
	background-color: #e2e2e2;
	}

/* @gui Page Background */
#wrap,
div#maint_text,
h3.one_moment {
	background-color: #ffffff;
	}
#shop_menu_top li span.tri_marker {
	border-bottom-color: #ffffff;
	}
#content #inventory li {
	color: #ffffff;
	}

/* @gui Header Background */
#header,
#shop_menu_top,
.featured_extra {
	background-color: #efefef;	
	}

/* @gui Page Menu Background */
#top_nav {
	background-color: #252525;	
	}		
		
/* @gui Shop Title */
#header_logo,
#header_logo a {
	color: #000000;
	}
		
/* @gui Headers and Product Titles */
a .shop_thumb_title,
a .shop_thumb_price,
#shop_menu_top a:hover,
#shop_menu_top .current-menu-item a,
h1, h2, h3, h4, h5, h6 {
	color: #000000;
	}

/* @gui Text */	
body {
	color: #737373;
	}

/* @gui Subtle Text */	
.featured_extra,
.featured_extra h2,
.featured_extra a,
.featured_extra a .shop_thumb_title,
.featured_extra a .shop_thumb_price,
#content #inventory h3 {
	color: #999999;	
	} 
#content #inventory .bar {
	background-color: #999999;	
	}
	
	
/* @gui Page Menu Link */	
#top_nav,
#top_nav a,
#top_nav form#gift_cert_form button,
body.contact #top_nav .main_shop_link a,
body.custom #top_nav .main_shop_link a {
	color: #ffffff;
	}
	
/* @gui Page Menu Link Hover */	
#top_nav a:hover,
#top_nav li.current-page-item a,
#top_nav .has_items a,
#top_nav .main_shop_link a,
#top_nav form#gift_cert_form button:hover,
body.contact #top_nav .main_shop_link a:hover,
body.custom #top_nav .main_shop_link a:hover,
#featured a .shop_thumb_title {
	color: #e765ff;
	}
	
/* @gui Category Menu Link */
#shop_menu,
#shop_menu a {
	color: #222222;
	}
	
/* @gui Category Menu Link Hover */
#shop_menu #shop_menu_top a:hover,
#shop_menu #shop_menu_top .current-menu-item a {
	color: #e765ff;
	}

/* @gui Link */
a {
	color: #999999;
	}

/* @gui Link Hover */
a:hover,
#footer a:hover {
	color: #e765ff;
	}

/* @gui Product Status Label Text */
.product_label,
.shop_thumb_img_holder span.product_status {
	color: #ffffff;
	}

/* @gui Product Sale Label Background */
.product_label .product_status.sale,
.shop_thumb.sale .shop_thumb_img_holder span.product_status {
	background-color: #e765ff;
	}

/* @gui Product Sold Out Label Background */
.product_label .product_status.sold,
.shop_thumb.sold .shop_thumb_img_holder span.product_status {
	background-color: #222222;
	}

/* @gui Product Coming Soon Label Background */
.product_label .product_status.soon,
.shop_thumb.soon .shop_thumb_img_holder span.product_status {
	background-color: #999999;
	}
	
/* @gui Button Text */
button,
input[type=submit],
input[type=button],
input[type=reset],
#content button,
#content input[type=submit],
#content input[type=button],
#content input[type=reset] {
	color: #ffffff;
	}
	
/* @gui Button Background */
button,
input[type=submit],
input[type=button],
input[type=reset],
#content button,
#content input[type=submit],
#content input[type=button],
#content input[type=reset] {
	background-color: #000000;
	}
	
/* @gui Button Hover Background */
button:hover,
input[type=submit]:hover,
input[type=button]:hover,
input[type=reset]:hover,
#content button:hover,
#content input[type=submit]:hover,
#content input[type=button]:hover,
#content input[type=reset]:hover {
	background-color: #444444;
	}

/* @gui Input and Cart Row Background */	
#content #cart_table tbody tr.row_alt th,
#content #cart_table tbody tr.row_alt td,
#content table thead,
#content table tfoot,
#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=file] {
	background-color: #fbfbfb;
	}

/* @gui Borders */
blockquote p,
.linebreak,
#content table#cart_table,
#content table#cart_table thead, 
#content table#cart_table td, 
#content table#cart_table th,
#content #cart_table tbody tr.row_alt th,
#content #cart_table tbody tr.row_alt td,
#content table,
#content table td,
#content table th,
#footer_inner,
textarea:hover,
input[type=text]:hover,
input[type=password]:hover,
input[type=file]:hover,
#content textarea:hover,
#content input[type=text]:hover,
#content input[type=password]:hover,
#content input[type=file]:hover,
textarea:focus,
input[type=text]:focus,
input[type=password]:focus,
input[type=file]:focus,
#content textarea:focus,
#content input[type=text]:focus,
#content input[type=password]:focus,
#content input[type=file]:focus,
h3.one_moment {
	border-color: #b8b8b8;
	}
hr {
	background-color: #b8b8b8;
	}
hr {
	color: #b8b8b8;
	}

/* @gui Subtle Borders */
fieldset,
textarea,
input[type=text],
input[type=password],
input[type=file],
#content fieldset,
#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=file],
#border_shift,
#product_share_container {
	border-color: #cccccc;
	}
#content #inventory li {
	background-color: #cccccc; 
	}

/* @gui Footer */
#footer,
#footer a {
	color: #aaaaaa;
	}