/*
* Global Goods Styles
*
* Based on Skeleton V1.2
* Skeleton V1.2
* Copyright 2011, Dave Gamache
* www.getskeleton.com
* Free to use under the MIT license.
* http://www.opensource.org/licenses/mit-license.php
* 6/20/2012
*/

/* Table of Content
==================================================
	#Site Styles
	#Page Styles
	#Media Queries
	#Font-Face */

/* #Site Styles
================================================== */

body {
	background: #5a0908;
	/* background: #5a0908 url(../images/bg.jpg) repeat-x; */
}

.container {
	position: relative;
}


.page {
	background: white;
	-webkit-box-shadow: 0 25px 40px -10px rgba(0,0,0,.7); 
	   -moz-box-shadow: 0 25px 40px -10px rgba(0,0,0,.7); 
	        box-shadow: 0 25px 40px -10px rgba(0,0,0,.7); 
}

.nobackground {
	background: none;
}

/* #header
================================================== */
.header {
	height: 253px;
	width: 960px;
	background: url(../images/header-960.png) no-repeat;
	position: relative;
	z-index: 5;
}

.logo2 {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
}
.globalhome {
	position: absolute;
	bottom: 18px;
	left: 67px;
	font-weight: bold;
	font-style: italic;
	font-size: 20px;
	color: #5a0908;
	text-decoration: none;
	text-shadow: 2px 2px 3px rgba(0,0,0,0.5);
}
.globalhome-light {
	color: white;
}

.viewcart {
	position: absolute;
	bottom: 22px;
	left: 270px;
	z-index: 99;
	display: block;
	width: 73px;
	height: 48px;
	background: url(../images/view-cart.png) no-repeat;
}

.wholesale {
	position: absolute;
	top: 195px;
	right: 55px;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
	   -moz-box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
  	        box-shadow: 0 2px 5px 0 rgba(0,0,0,.5);
}

/* #footer
================================================== */
.footer {
	color: #ffffff;
	margin-top: 20px;
}
.footer h5 {
	color: #cb6f02;
	font-weight: bold;
	text-decoration: underline;
}
.footer a, .footer a:visited {
	text-decoration: none;
	color: #ffffff;
}

.footer a:hover {
	text-decoration: underline;
	color: #cb6f02;
}

.footer p {
	font-size: 95%;
	line-height: 130%;
}

/* #Lists
================================================== */

ul.indent { 
	padding-left: 10px;
	margin-top: 4px;
	border-left: 1px solid rgba(255,255,255,0.4);
}


/* #Typography
================================================== */
h2, h2 a { color: #5a0908; }
h3, h3 a { color: #cb6f02; }
h4, h4 a { color: #5a0908; }
a, a:visited { color: #cb6f02; }
a:hover { color: #5a0908; }
.center { text-align: center; }
.right { text-align: right;}
.padding { padding: 5px; }
.floatr { float: right;}
.floatl { float: left;}
.price {
	color: #5a0908;
	font-size: 1.4em;
	font-weight: bold;
	display: block;
	position: relative;
	bottom: 10px;
}
.free {
	color: #5a0908;
	font-size: 1.3em;
	font-weight: bold;
	display: block;
}

/* #Colors
================================================== */
.red{ color: #5a0908; }
.yellow{ color: #cb6f02; }


/* #video
================================================== */
.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
}
 
.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* #Images
================================================== */
div.social {
	padding: 10px;
}
div.social a, a:visited, a:hover {
	text-decoration: none;
}
.social-icon {
	margin: 10px;
	display: inline-block;
    margin-bottom: 0;
    vertical-align: middle;
}


/* #Forms
================================================== */
form.newsletter-form {
	z-index: 9;
	position: absolute;
	top: 203px;
	left: 405px;
}

form.newsletter-form input[type="text"],
form.newsletter-form input[type="password"],
form.newsletter-form input[type="email"],
form.newsletter-form textarea,
form.newsletter-form select {
	border: 2px solid #5a0908;
	padding: 6px 4px;
	outline: none;
	-webkit-border-radius: 2px;
	   -moz-border-radius: 2px;
	        border-radius: 2px;
	font: 13px "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #fff;
	margin: 0;
	width: 160px;
	max-width: 100%;
	display: block;
	margin-bottom: 20px;
	background: #c77b73; 
}
form.newsletter-form ::-webkit-input-placeholder { color: white; }
form.newsletter-form :-moz-placeholder { /* Firefox 18- */ color: white; }
form.newsletter-form ::-moz-placeholder {  /* Firefox 19+ */ color: white; }
form.newsletter-form :-ms-input-placeholder { color: white; }

.submit-image {
	position: absolute;
	bottom: 17px;
	left: 175px;
}

div.newsletter-mobile { display: none; }

/* #Custom buttons
================================================== */

.button2 {
		background: #5a0908; /* Old browsers */
		background: #5a0908 -moz-linear-gradient(top, rgba(255,255,255,.2) 0%, rgba(0,0,0,.2) 100%); /* FF3.6+ */
		background: #5a0908 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.2)), color-stop(100%,rgba(0,0,0,.2))); /* Chrome,Safari4+ */
		background: #5a0908 -webkit-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Chrome10+,Safari5.1+ */
		background: #5a0908 -o-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* Opera11.10+ */
		background: #5a0908 -ms-linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* IE10+ */
		background: #5a0908 linear-gradient(top, rgba(255,255,255,.2) 0%,rgba(0,0,0,.2) 100%); /* W3C */
	  border: 1px solid #aaa;
	  border-top: 1px solid #ccc;
	  border-left: 1px solid #ccc;
	  -moz-border-radius: 3px;
	  -webkit-border-radius: 3px;
	  border-radius: 3px;
	  color: #fff;
	  display: inline-block;
	  font-size: 12px;
	  font-weight: bold;
	  text-decoration: none;
	  /* text-shadow: 0 1px rgba(255, 255, 255, .25); */
	  cursor: pointer;
	  margin-bottom: 20px;
	  line-height: normal;
	  padding: 8px 10px;
	  font-family: "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif; }

	.button2:hover {
		color: #fff;
		background: #973130; /* Old browsers */
		background: #973130 -moz-linear-gradient(top, rgba(255,255,255,.3) 0%, rgba(0,0,0,.3) 100%); /* FF3.6+ */
		background: #973130 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.3)), color-stop(100%,rgba(0,0,0,.3))); /* Chrome,Safari4+ */
		background: #973130 -webkit-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Chrome10+,Safari5.1+ */
		background: #973130 -o-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* Opera11.10+ */
		background: #973130 -ms-linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* IE10+ */
		background: #973130 linear-gradient(top, rgba(255,255,255,.3) 0%,rgba(0,0,0,.3) 100%); /* W3C */
	  border: 1px solid #888;
	  border-top: 1px solid #aaa;
	  border-left: 1px solid #aaa; }

	.button2:active {
		color: #fff;
		border: 1px solid #666;
		background: #5a0908; /* Old browsers */
		background: #5a0908 -moz-linear-gradient(top, rgba(255,255,255,.35) 0%, rgba(10,10,10,.4) 100%); /* FF3.6+ */
		background: #5a0908 -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,.35)), color-stop(100%,rgba(10,10,10,.4))); /* Chrome,Safari4+ */
		background: #5a0908 -webkit-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Chrome10+,Safari5.1+ */
		background: #5a0908 -o-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* Opera11.10+ */
		background: #5a0908 -ms-linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* IE10+ */
		background: #5a0908 linear-gradient(top, rgba(255,255,255,.35) 0%,rgba(10,10,10,.4) 100%); /* W3C */ }

	.button2:visited {
		color: #fff;
	}

/* #Page Styles
================================================== */
.space {
	margin-top: 20px;
}

.product {
	background-color: #f2f2f2;
	border: 1px solid #ccc;
	padding: 0;
	margin: 0;
	margin-bottom: 20px;
}

.product-info {
	margin: 2px 10px;
}


/* #Media Queries
================================================== */

	/* Smaller than standard 960 (devices and browsers) */
@media only screen and (max-width: 959px) {
	h1 {
		font-size: 30px;
	}
	h3 {
		font-size: 23px;
	}
	.wholesale {
		display: none;
	}
}

	/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px) {
	.header {
		height: 253px;
		width: 768px;
		background: url(../images/header-768.png) no-repeat;
		position: relative;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px) {
	.nav { display: none; }
	form.newsletter-form { display: none; }
	
	div.newsletter-mobile {
		display: block;
		text-align: center;
		padding-top: 25px;
		border-top: 1px solid #ccc;
		border-bottom: 1px solid #ccc;
		margin: 25px;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px) {
	.header {
		height: 197px;
		width: 420px;
		background: url(../images/header-420.png) no-repeat;
		position: relative;
	}
	.padding { padding: 2px; }
}

/* Mobile Portrait Size to Mobile Landscape Size (devices and browsers) */
@media only screen and (max-width: 479px) {
	.header {
		height: 140px;
		width: 300px;
		background: url(../images/header-300.png) no-repeat;
		position: relative;
	}
	
	.globalhome {
		position: absolute;
		bottom: 9px;
		left: 38px;
		font-size: 17px;
		text-shadow: 1px 1px 2px rgba(0,0,0,0.5);
	}
	.viewcart {
		position: absolute;
		bottom: 67px;
		left: 210px;
		background: url(../images/view-cart_sm.png) no-repeat;
		
	}
	h1 {
		font-size: 160%;
		line-height: 120%;
	}
	h3 {
		font-size: 125%;
		line-height: 120%;
	}
	.padding { padding: 2px; }
	
}


/* #Font-Face
================================================== */
/* 	This is the proper syntax for an @font-face file
		Just create a "fonts" folder at the root,
		copy your FontName into code below and remove
		comment brackets */

/*	@font-face {
	    font-family: 'FontName';
	    src: url('../fonts/FontName.eot');
	    src: url('../fonts/FontName.eot?iefix') format('eot'),
	         url('../fonts/FontName.woff') format('woff'),
	         url('../fonts/FontName.ttf') format('truetype'),
	         url('../fonts/FontName.svg#webfontZam02nTh') format('svg');
	    font-weight: normal;
	    font-style: normal; }
*/