/* Background
================================================================================================================== */
/*
    
		body {
			background: #ffffff url(//cdn.shopify.com/s/files/1/0309/9869/t/2/assets/bg-custom.jpg?12846418688323610285) repeat-x top center;
            
		}
	
*/

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

/* Body */
body,
table tr td, table tr th,
input[type="text"], textarea,
.button,
.order_total td,
.cart #total h3, .product-details-price, #product-details-right #buy #price, .cart #complete #total h3 span 
{
	font-family: Helvetica, Arial, sans-serif;
}

/* Headers */
h1, h2, h3,
.product-details,
#product-details-right h1,
#product-details-right #price,
.cart #total h3 span,
.order_total .total,
.large-red
{
	font-family: Helvetica, Arial, sans-serif;
}
#header #logo h2.logo a {
	font-size: 3.6em;
}
#product-details-right h1, 
#content h1, 
.post .title,
.formatted h1 
{
	font-size: 2.7em;
}
#related h2, .formatted h2 {
	font-size: 1.95em;
}
.formatted h3 {
	font-size: 1.575em;
}
.formatted h4 {
	font-size: 1.2em;
}
#comments h2, .order_total .total {
	font-size: 1.65em;
}
.cart #total h3 span {
	font-size: 1.2em;
}
#product-details .sold-out {
	font-size: 1.575em;
}
.product-details-title a {
	font-size: 1.35em;
}


/* Navigation */
#nav li a {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 1.5em;
}

/* Colours
================================================================================================================== */

/* Primary Color - */
a, 
a:visited,
.comment .author
{
	color: #138ed1;
}

.button-wrapper,
.footer-right #social li a,
.product-sale span 
{
	background-color: #138ed1;
}
#nav 
{
	background-color:none;
}
#thumbs .active img, #nav li ul {
	border-color: #138ed1;
}

.status_paid, .status_authorized, .status_fulfilled {
	background-color: #138ed1 !important;
}

/* Primary Color - Darkened */
a:hover, 
a:visited:hover
{
	color: #126ab3;
}
.button-wrapper:hover, 
.footer-right #social li a:hover 
{
	background-color: #126ab3;
}

/* Nav Link Color */
#nav li a {
	color: #126ab3;
}

/* Design Extras
================================================================================================================== */

/* Roundness */


/* Shadows */


/* Product Images */

.product-image img {
	width: 207px;
}
#product-details-left #image img {
	width: 360px;
}



.product-overlay {
	display: none;
}
