/*
Theme Name: Uptown Lite
Theme URI: http://www.aarcadethemes.com/product/uptown-lite
Description: A Big Cartel theme by Aarcade
Author: Aarcade
Version: 2
Author URI: http://aarcadethemes.com/
Platform URI: http://bigcartel.com/
*/


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

#content {
	margin-top: 22px;
	}
/* --------------------------- Navigation */
/* Page Menu Padding */
#page_nav.nav {
	padding-top: 8px;
	padding-bottom: 8px;
	padding-left: 0px;
	padding-right: 0px;
	}
/* Category Menu */
#category_nav.nav {
	border: 0 none;
	}
#marker_cnb {
	display: block;
	width: 1000px;
	height: 4px;
	position: relative;
	top: 0;
	left: 0;
	overflow: hidden;
	}
#marker_cnb #marker_cnm {
	display: none;
	width: 0px;
	height: 4px;
	}

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

/* --------------------------- Home & Products */
.shop_thumb {
	margin-bottom: 14px;
	}
/* Details */
.shop_thumb_details {
	min-height: 54px;
	}
.shop_thumb_img_holder,
.shop_thumb_details,
.shop_thumb_title,
.shop_thumb_price,
.shop_thumb span.product_status {
	text-align: center;
	}
.shop_thumb_title {
	padding-top: 14px;
	}
.shop_thumb_price {
	padding-top: 3px;
	}
.shop_thumb span.product_status {
	display: none;
	}
.shop_thumb.sale a span.marker.ps,
.shop_thumb.soon a span.marker.ps,
.shop_thumb.sold a span.marker.ps,
.entry_price .product_status span {
	text-transform: uppercase;
    color: #fff;
	}
.shop_thumb.sale a span.marker.ps,
.shop_thumb.soon a span.marker.ps,
.shop_thumb.sold a span.marker.ps {
	display: block;
	width: 100%;
	font-size: 12px;
	padding: 5px 0 4px;
	position: absolute;
	bottom: 0px;
	left: 0px;
	z-index: 5;
	text-align: center;
	}
.shop_thumb span.marker span {
	padding: 0 8px;
	}
/* Special Products Navigation */
#special_products {
	padding: 0 0 10px 0;
	-moz-border-radius: 0px;
	-khtml-border-radius: 0px;
	-webkit-border-radius: 0px;
	border-radius: 0px;
	}
#special_products h3,
#content #special_products h3 {
	padding: 4px 20px 4px 20px;
	margin-left: 0;
	margin-right: 0;
	border: 0 none;
	font-style: normal;
	text-transform: uppercase;
	font-size: 12px;
	}
/* Pagination */
#product_nav {
	text-align: center;
	}
/* --------------------------- Product */
.product_title_container {
	margin-bottom: 6px;
	}
#content .product_title_container h4.entry_price {
	margin-top: 6px;
	}
#content .for_cart_container {
	margin-top: 8px;
	}
#content .for_cart_container #product-options {
	margin-top: 0px;
	margin-bottom: 0px;	
	}
.entry_price .product_status {
	padding-right: 4px;
	line-height: 1.0;
	}
.entry_price .product_status span {
	padding: 3px 6px 2px;
	font-family: Helvetica, Arial, sans-serif;
	}
body.hide_sold_price #content #product_main.sold .product_title_container h4.entry_price {
	display: block;
	}
body.hide_sold_price #content #product_main.sold .product_title_container h4.entry_price > span {
	display: none;
	}
body.hide_sold_price #content #product_main.sold .product_title_container h4.entry_price > span.product_status {
	display: inline;
	}

/* =========================== Content Blocks */

/* Form Block */
.form_block .form_wrap input[type=text] {
	text-transform: uppercase;
	}

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


#content input[type=submit],
#content input[type=button],
#content button,
#content input[type=reset],
#content input#reset_order,
input[type=submit],
input[type=button],
button,
input[type=reset],
input#reset_order, .button, a.button, input.button,
a.button, input.button{
	padding: 5px;
    font-size: 12px;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
overflow: visible;
border: none;
line-height: 1.0;
color: white;
background-color: #333;
text-transform:capitalize;
font-family: Georgia,"Palatino Linotype", "Book Antiqua", Palatino, serif;
	}