  html {
	background-color: #252525;
}

body {
	float: left;
	width: 100%;
	padding: 0;
	margin: 0 auto;
	background-color: #fbe4de;
	font-family: 'Droid Serif', serif;
}
a{
	color: #fff;
}

.homepage #page h2 {
	text-align: center;
}
.google-review-text {
    color: #000;
}
#logo {
	display: table;
	height:70px;
	margin-top: 2px;
	font-size: 3.3em;
	line-height: 1.5em;
	background-repeat:no-repeat;
	background-position:left;
}

#logo a {
	display: block;
	font-family: 'Allura', cursive;
	text-decoration: none;
	font-size: 1.5em;
	text-shadow: 0 1px 2px rgba(0, 0, 0, .5), 0 0 3px #fff;
	text-align: center;
	color: #fff;
	margin-top: 25px;
}
#tag-line {
	cursor: default;
	max-width: 327px;
	margin-top: -26px;
	color: #fff;
	font-size: 2em;
	line-height: 1.5em;
	text-transform: uppercase;
	text-align:center;
}
#tag-line a{
	color: #fff;
	text-decoration: none;
}
#header-wrapper{
	background: #000;
	border-top: 7px solid #707070;
	border-bottom: 5px solid #fff;
}
#header{
	max-width: 960px;
	margin: auto;
}
#address{
	color: #fff;
	text-align: right;
	margin-top: 15px;
	font-size: 1.3em;
}
#navigation {
	margin-left: -30px;
	background: #252525;
	text-transform: uppercase;
	font-size: .9em;
}
#navigation ul {
    width: auto;
}
#navigation a {
	color: #FFF;
}

#navigation li:hover a {
	color: #FFF;
}

#navigation ul ul {
	border-bottom: 3px solid #3a3a3a;
}
#navigation li ul a,
#navigation li:hover ul a {
	color: #000;
}

#breadcrumbs {
	background: #000;
	border-bottom: 1px solid #F6F6F6;
	max-width: 960px;
	margin: auto;
}
#shopping-cart .product .price, #shopping-cart .product .sale-price{
	color: #fff;
}
#page{
	max-width: 960px;
	margin: auto;
	background: #000;
}

#homepage-banner{
	margin-top: 15px;
	box-shadow:0 0 5px rgba(0, 0, 0, .4);
}
.ribbon-text{
	background: #fff;
	text-align: center;
	color: #000;
	padding: 20px;
	margin-top:28px;
}
.tagline{
	font-family: 'Allura', cursive;
	font-size: 2.3em;
	line-height: .8em;
}
.shop-text{
	margin-top: 12px;
	font-size: .9em;
}
.ribbon-lft{
	border:32px solid transparent; 
    border-bottom: 50px solid #fff;
    border-top: 50px solid #fff;
    border-right: 25px solid #fff; 
	margin-left: 23px;
	margin-top: 44px;
}
.ribbon-rght{
	border:32px solid transparent; 
    border-bottom: 50px solid #fff;
    border-top: 50px solid #fff;
    border-left: 25px solid #fff;
	margin-top: 44px;
	margin-right: 23px;
	margin-left: -30px;
}
.btn-primary,
.btn-primary:visited {
	background: #161616;
	border-color: #292929;
}

.btn-primary:focus,
.btn-primary:active,
.btn-primary:hover {
	background: #060606;
	border-color: #262626;
}


#category .product .button {
	width: 5em;
	margin: auto;
}

#footer {
	color: #fff;
	background: #000;
	max-width: 960px;
	margin: auto;
	border-top: 5px solid #707070;
}

#footer a {
	color: #fff;
	text-decoration: none;
}	

#footer .footer-title {
	font-weight: bold;
}

#footer ul {
	position: relative;
	padding: 20px 0;
	list-style-type: none;
}

#footer2 {
	padding: 20px 0;
	color: #fff;
	font-size: .8em;
	background: #000;
	max-width: 960px;
	margin: auto;
}

.checkout #footer2 {
	background: linear-gradient(to bottom, #CCC 0, #EEE 4px);
}

#footer2 a {
	color: #fff;
}

#footer2 a:hover {
	color: #fff;
}
@media screen and (max-width: 991px)
{
	#page{
		max-width: 754px;
	}
	#footer{
		max-width: 754px;
	}
	#footer2{
		max-width: 754px;
	}
	.tagline{
		font-size: 2em;
	}
	#navigation a{
		padding: 0 6px;
	}
	#navigation{
		font-size: .9em;
	}
}
@media screen and (max-width: 768px)
{
	#logo {
		font-size: 2.1em;
	}
	#tag-line {
		font-size: 1.3em;
	}
	#footer2 {
		font-size: .65em;
	}
	#page{
		max-width:none;
	}
	#footer{
		max-width:none;
	}
	#footer2{
		max-width:none;
	}
	#wrapper{
		background: none;
	}
}

@media screen and (min-width: 768px)
{
	#website-controls {
		margin-top: 15px;
	}

	#navigation li:hover {
		background: #3a3a3a;
	}

	#search {
		margin-left: -15px;
		margin-right: -15px;
	}
}

@media screen and (max-width: 767px)
{
	.ribbon-text{
		margin-top: 14px;
		margin-right: 75px;
		margin-left: 75px;
	}
	#address{	
		text-align: center;
		font-size: 1em;
	}
	#header{
		background: none;
	}
	#logo{
		margin: auto;
	}
	#tag-line {
		margin: auto;
	}
	
}

@media screen and (max-width: 497px)
{
	.ribbon-text{
		display:  none;
	}
}

@media (min-width: 767px){
	.email-subscription-form {
		padding-top: 20px;
		max-width: none;
	}

	.email-subscription-form br {
		display: none;
	}

	.email-subscription-form h4 {
		float: left;
		width: 180px;
		padding-right: 20px;
	}

	.email-subscription-form input[type="email"] {
		float: left;
		height: 44px;
		width: calc(100% - 360px);
		max-width: 300px;
		border-right: none;
		border-top-right-radius: 0;
		border-bottom-right-radius: 0;
	}

	.email-subscription-form input[type="submit"] {
		height: 44px;
		width: 180px;
		border-left: none;
		border-top-left-radius: 0;
		border-bottom-left-radius: 0;
	}
}