/*
Theme Name: Downtown
Theme URI: http://preview.aarfie.com/bc/downtown/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;
	}
	
#wrap {
	width: 1000px;
	margin: 0 auto;
	padding-bottom: 20px;
	}

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

/* ------------------------------------------------------------- Header */

#header {
	width: 1000px;
	margin: 0 auto;
	}

/* - - - - - - - - - - - - - - - - - - - - Logo Block */

#logo_block {
	width: 1000px;
	position: relative;
	top: 0;
	left: 0;
	z-index: 1;
	overflow: hidden;
	margin-bottom: 3px;
	}
#logo_block.no_img {
	overflow: visible;
	}

h1#header_logo,
#header_logo {
	font-size: 68px;
	line-height: 1.0;
	text-align: left;
	margin: 0;
	padding: 45px 0 20px;
	border-bottom: 1px solid #cccccc;
	}
#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;
	}
.has_img #header_logo,
.has_img h1#header_logo,
.has_img #header_logo a {
	display: block;
	padding: 0;
	}

/* - - - - - - - - - - - - - - - - - - - - Top Slim */
	
#top_slim {
	width: 1000px;
	padding: 2px 0 30px;
	font-size: 10px;
	text-transform: uppercase;
	}
#top_slim_link {
	width: 700px;
	float: left;
	text-align: left;
	}
#top_slim_link ul {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	}
#top_slim_link li {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	display: inline;
	}
#top_slim_cart {
	width: 280px;
	float: right;
	text-align: right;
	}
#top_slim_cart a.cart_icon span {
	padding: 1px 8px;
	margin: 0 14px 0 0;
	background: url(lil-cart.png) no-repeat right top;
	}
#top_slim_cart a.cart_icon:hover {
	text-decoration: none;
	}

#top_slim a:hover,
#top_slim li.current-page-item a,
#top_slim form#gift_cert_form button:hover {
	text-decoration: underline;
	}

#top_slim form#gift_cert_form,
#top_slim form#gift_cert_form button {
	display: inline;
	margin: 0;
	padding: 0;
	background: none;
	border: 0 none;
	font-size: 11px;
	text-transform: uppercase;
	}
#top_slim form#gift_cert_form button {
	cursor: pointer;
	}

#top_slim .bul {
	padding: 0 14px;
	}
	
/* ------------------------------------------------------------- Midsection */

h2#page_title,
h2.extra_title,
h3#page_price_title {
	font-size: 18px;
	font-weight: normal;
	padding: 0;
	margin: 0px;
	text-align: left;
	}
h3#page_price_title {
	font-size: 14px;	
	}
	
#page_title_wrap {
	height: 55px;
	}
h2.extra_title {
	padding-bottom: 35px;
	}

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

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

#footer {
	padding-top: 17px;
	clear: both;
	width: 1000px;
	font-size: 11px;
	margin: 0 auto;
	text-align: left;
	}
#footer_inner {
	padding: 9px 0;
	border-top: 1px solid #ccc;
	width: 1000px;
	position: relative;
	top: 0;
	left: 0;
	}
#footer_copyright_text {
	width: 815px;
	text-align: left;
	font-size: 12px;
	float: left;
	}	
#footer_badge {
	margin-top: 1px;
	text-align: right;
	}
#footer_badge div {
	float: right;
	}

/* =================================================================================== Page */	

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

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

/* ------------------------------------------------------------- Page With Sidebar */

#page_main {
	width: 736px;
	padding: 0 0 0 44px;
	float: left;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	}

#page_side {
	width: 220px;
	padding: 2px 0 0 0;
	float: left;
	font-size: 11px;
	text-align: left;
	position: relative;
	top: 0;
	left: 0;
	height: auto;
	}

/* =================================================================================== Sidebar */

/* ------------------------------------------------------------- Forms & Search */

button#side_search_submit,
input#side_search_text,
#page_side input[type=submit],
#page_side button,
#page_side textarea,
#page_side input[type=text],
#page_side input[type=password],
#page_side input[type=file] {
	display: inline;
	font-size: 11px;
	line-height: 11px;
	height: 11px;
	margin: 0;
	padding: 0;
	}
input#side_search_text,
#page_side textarea,
#page_side input[type=text],
#page_side input[type=password],
#page_side input[type=file] {
	width: 160px;
	padding: 4px 2px;
	border: 1px solid #ccc;
	}
#page_side select {
	width: 180px;
	}
button#side_search_submit,
#page_side input[type=submit],
#page_side button {
	width: auto;
	padding: 1px 5px;
	height: 21px;
	text-align: center;
	cursor: pointer;
	display: none;
	}

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

#shop_menu {
	text-align: left;
	}
	
#shop_menu_top {
	font-size: 18px;
	font-style: italic;
	padding: 8px 0;
	}
#shop_menu_top ul {
	margin: 0;
	padding: 0;
	}
#shop_menu_top li {
	list-style: none;
	list-style-type: none;
	list-style-position: outside;
	padding: 2px 0;
	}
#shop_menu_top ul ul {
	font-size: 13px;
	margin-left: 8px;
	padding-top: 4px;
	}
#shop_menu_top ul ul li {
	padding: 0 0;	
	}

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

/* ------------------------------------------------------------- Social Network Icons */

#page_side .aarfie_social_icons {
	margin: 22px 0 20px 0;
	}
 	
.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);
	}

/* ------------------------------------------------------------- Newsletter Form */

#page_side h3#newsletter_header {
	font-size: 13px;
	font-style: italic;
	margin: 0 0 6px 0;
	}
	

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

/* ------------------------------------------------------------- Home & Products */

body.home #shop_menu_sub {
	display: none;
	}

.shop_thumb {
	width: 225px;
	margin: 0 30px 30px 0;
	float: left;
	}
.shop_thumb.col_3 {
	margin-right: 0;		
	}
	
a.shop_thumb_link,
.shop_thumb_link {
	display: block;
	width: 225px;
	}
.shop_thumb_img_holder {
	width: 225px;
	}
.sml_thumb .shop_thumb_img_holder {
	margin: 0 50px 0 0;
	background-position: left top;
	}
	
.shop_thumb_title,
.shop_thumb_price {
	font-size: 12px;
	display: block;
	padding: 0 0 2px;
	text-align: left;
	}
.shop_thumb_title {
	font-size: 13px;
	padding-top: 13px;
	}

.products_on_sale {
	padding-left: 6px;
	font-style: italic;
	}

/* - - - - - - - - - - - - - - - - - - - - Four Column */

.four_col_products .shop_thumb,
.four_col_products .shop_thumb.col_3 {
	width: 175px;
	margin-left: 0px;
	margin-right: 12px;
	}	
.four_col_products a.shop_thumb_link,
.four_col_products .shop_thumb_link,
.four_col_products .shop_thumb_img_holder,
.four_col_products .sml_thumb .shop_thumb_img_holder {
	width: 175px;
	margin: 0;
	}
.four_col_products .shop_thumb.col_4 {
	margin-right: 0;		
	}

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

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

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

#product_images {
	width: 375px;
	float: left;
	margin: 0 24px 18px 0;
	}

#product_images .image_wrap {
	width: 375px;
	text-align: center;
	overflow: hidden;
	position: relative;
	top: 0;
	left: 0;
	z-index: 3;
	}

#product_images .product_img {
	width: 375px;
	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: 337px;
	float: left;
	margin: 0 0 18px 0;
	}

#content .for_cart_container select {
	width: auto;
	min-width: 150px;
	background-color: #fff;
	line-height: 2.0em;
	height: 2.0em;
	margin-bottom: 0px;
	}
#content .for_cart_container #product-options {
	margin-bottom: 24px;
	}
#content .for_cart_container button#product_addtocart,
#content button#contact_submit,
#content button.checkout_btn,
#content button#update_btn_footer {
	overflow:visible;
	background: none;
	padding: 0 0 2px 0;
	text-transform: uppercase;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	border-bottom: 3px solid #ccc;
	border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	margin-bottom: 22px;
	letter-spacing: 1px;
	}

.after_addtocart {
	float: left;
	font-size: 15px;
	line-height: 28px;
	padding-left: 10px;
	}

.button_container.inactive {
	margin-bottom: 16px;
	}
div#no_addtocart {
    float: left;
    width: auto;  
	padding: 6px 10px;
    border: none;  
    font-size: 12px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	background-color: #aaa;
	color: #fff;
    }
#product_details form {
	margin-bottom: 0;
	}

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

.info {
	padding: 0 0 10px;
	}
#inventory {
	margin: 0 0 22px;	
	}

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

.images_nav {
	margin: 0 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 {
	float: left;
	margin: 0 8px 20px 0;
	padding: 0;
	display: block;
	height: 75px;
	}
#content ul.images_list li.img_5 {
	margin-right: 0;
	}
#content .images_nav ul.images_list li a {
	display: block;
	}
	
/* - - - - - - - - - - - - - - - - - - - - Other Products */

.other_products {
	margin-top: 30px;
	padding: 10px 12px 12px;
	}

h5.other_product_title,
.other_product_title {
	border: none;
	}
h5.other_product_title,
div.other_product_title h5 {
	padding: 0;
	margin: 0;
	text-align: left;
	}
h5.other_product_title,
div.other_product_title {
	margin: 0;
	padding: 0;
	}
h5.other_product_title a,
.other_product_title a {
	font-weight: bold;
	}
.other_product_title h5.in_cat_title {
	text-align: center;
	padding-bottom: 4px;
	}
	
.other_product_thumb {
	width: 56px;
	margin: 10px 8px 0 0;
	}
.other_product_thumb.col_5 {
	margin-right: 0;
	margin-left: 1px;		
	}
		
.other_product_thumb a.thumb_link {
	width: 56px;
	height: 75px;
	}
.other_product_thumb .shop_thumb_img_holder {
	width: 56px;
	height: 75px;
	}
.other_product_thumb span.make_table_outer {
	display: none;
	width: 56px;
	height: 75px;
	display: none;
	}
.other_product_thumb a.thumb_link span.make_cell {
	padding: 0 3px;
	width: 50px;
	font-size: 11px;
	overflow: hidden;
	}
		
/* ------------------------------------------------------------- Cart */

#cart_content {
	margin-top: 0;
	}
#cart_body th .product_img {
	background-position: left top;
	}
.cart_update {
	padding-top: 22px;
	width: 190px;
	}
.cart_total_right {
	width: 400px;
	}
#content button#update_btn_footer {
	border-top: 0 none;
	border-left: 0 none;
	border-right: 0 none;
	font-size: 12px;
	letter-spacing: 0px;
	}
#content button#update_btn_footer:hover {
	background: none;
	}

.item_description a {
	padding-right: 4px;
	}

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

#contact_content {
	width: 736px;
	}
#border_shift {
	width: 736px;
	right: 368px;
	border-right: none;
	}
#border_shift_return {
	width: 736px;
	left: 368px;
	}

#contact_left,
#contact_right {
	width: 344px;
	float: left;
	margin: 0 0 10px 0;
	}
#contact_left {
	margin-right: 48px;
	}

#content #contact_content textarea,
#content #contact_content input[type=text],
#content #contact_content input[type=password],
#content #contact_content input[type=file] {
	width: 324px;
	}

#content #contact_content select {
	width: 344px;	
	}
	
/* =================================================================================== 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 Typography */

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

body,
input,
textarea,
select,
button {
	font-family: Helvetica, Arial, sans-serif;
	font-weight: normal;
	}
	
h1, h2, h3, h4, h5, h6, h7, h8 {
	font-family: 'HelveticaNeue-Light', 'Helvetica Neue Light', 'Helvetica Neue', Helvetica, Arial, sans-serif;
	font-weight: 300;
	}

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

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

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;
	}
#product_nav {
	text-align: center;
	}	

/* =================================================================================== Content Forms */

#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=file],
.search_form_text {
	background: none;
	}
	
/* =================================================================================== Content Images */

body.custom #page_main img {
	padding: 0;
	border: 0 none;
	background: none;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
	
/* =================================================================================== Default Colours */

/* @gui Background */
#content #inventory li,
#content #inventory span.sold {
	color: #000000;
	}
body,
.other_product_thumb a.thumb_link span.make_cell {
	background-color: #000000;
	}

/* @gui Main Dividers */	
#header_logo,
h1#header_logo,
#footer_inner,
#content .for_cart_container button#product_addtocart,
#content button#contact_submit,
#content button.checkout_btn,
#content button#update_btn_footer {
	border-color: #929292;
	}
.shop_thumb_price {
	color: #929292;
	}

/* @gui Footer & Borders */
blockquote p,
.linebreak,
#border_shift,
#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,
#cart_updates,
#content table,
#content table td,
#content table th,
#content #inventory li,
h3.one_moment,
#content fieldset,
#content fieldset,
#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=file],
#content select,
#content textarea:hover,
#content textarea:focus,
#content input[type=text]:hover,
#content input[type=text]:focus,
#content input[type=password]:hover,
#content input[type=password]:focus,
#product_share_container,
.address_map a img {
	border-color: #666666;
	}
hr {
	background-color: #666666;
	}
hr,
#footer_copyright_text,
#footer,
#footer a,
#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=file],
.search_form_text {
	color: #666666;
	}

/* @gui Text */	
body,
#top_slim a,
#header_logo,
#header_logo a,
#shop_menu_top li a,
#page_side h3#newsletter_header,
a.shop_thumb_link,
.other_product_thumb a.thumb_link,
h5.other_product_title a,
.other_product_title a,
#content .for_cart_container button#product_addtocart,
#content button#contact_submit,
#content button.checkout_btn,
#content button#update_btn_footer {
	color: #ffffff;
	}
#content #inventory .bar {
	background-color: #ffffff;
	}

/* @gui Link */	
a,
#shop_menu_top li a:hover,
#shop_menu_top li.current-menu-item > a,
#shop_menu_top li.current-cat > a,
a.shop_thumb_link:hover .shop_thumb_title,
#content .for_cart_container button#product_addtocart:hover,
#content button#contact_submit:hover,
#content button.checkout_btn:hover,
#content button#update_btn_footer:hover {
	color: #4bfdff;
	}	

/* @gui Cart Rows */	
#content #cart_table tbody tr.row_alt th,
#content #cart_table tbody tr.row_alt td,
#content table thead,
#content table tfoot,
h3.one_moment,
#content textarea,
#content input[type=text],
#content input[type=password],
#content input[type=file],
.search_form_text,
.other_products {
	background-color: #2d2d2d;
	}