* {
	margin: 0;
	padding: 0;
	font-size: 100%;
}

body {
	margin: 0;
	font-family: adrianne;	font-weight: normal;
	font-size:1em;
	line-height:1.5em;
	color: #666;
	background: #FAFAF9;
}

ul, ol {
	margin-bottom: 1em;
}

li {
	list-style: none;
}

h1, h2, h3, h4, h5, h6 {
	font-size: 1em;
	font-weight: normal;
	text-decoration: none !important;
	text-transform: uppercase;
	text-align: center;
	font-family: "Basic", "Helvetica Neue", Helvetica, Arial, sans-serif;
	margin: 0.25ex 0;
	padding: 0.25ex 0;
	letter-spacing: 0.1em;
}
h1 {
	font-size: 2em;
	display: none;
	text-indent: -999px;
	overflow: hidden;
}
h2 {
/* 	font-size: 1.5em; */
	font-size: 38px!important;
	line-height: 1.2em;
	clear: both;
/* 	padding: .25em 0; */
	padding: 1.5em 0;
}
h3 {
	font-size: 1.5em;
	font-weight: normal;
	clear: both;
	margin: 2.5em 0 1.5em 0;
}

p {
	margin-bottom: 1em;
	font-size: 1em;
	color: #666;
	line-height: 1.2em;
}
/* --------------------------------------------

	GENERAL LINKS

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

a {
	color: #000;
	outline: none;
	text-decoration: none;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	transition: all 200ms linear;
}
a:active {
	opacity: .5;
}
a:hover, p a:hover, #footer a:hover {
	color: #FE5C5D;
	border: none;
	outline: none;
	text-decoration: none;
}
#main .entry-content a {
}
:focus {
	-moz-outline-style: none;
}

/* Text elements

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


p {
	margin-bottom:1em;
}
ul {
	margin: 0 0 1em .5em;
}
ol {
	margin: 0 0 1em .5em;
}
ul {
 list-style:;
}
ol {
	list-style-type: decimal;
}
ol ol {
	list-style:upper-alpha;
}
ol ol ol {
	list-style:lower-roman;
}
ol ol ol ol {
	list-style:lower-alpha;
}
ul ul, ol ol, ul ol, ol ul {
	margin-bottom:0;
}
dl {
	margin:0 1.5em;
}
dt {
	font-weight:bold;
}
dd {
	margin-bottom:1em;
}
strong {
	font-weight: bold;
}
cite, em, i {
	font-style: italic;
	-webkit-hyphens:	none;
	-moz-hyphens:		none;
	hyphens:			none;
}
blockquote {
	font-style: italic;
	margin: 2em;
	-webkit-hyphens:	none;
	-moz-hyphens:		none;
	hyphens:			none;
}
blockquote em, blockquote i, blockquote cite {
	font-style: normal;
}
pre {
	font:1em Monaco, monospace;
	line-height:1.5em;
	margin-bottom:1.5em;
}
code {
	font:1em Monaco, monospace;
}
abbr, acronym {
	cursor: help;
}
ins {
	text-decoration:none;
}
sup,  sub {
	height: 0;
	line-height: 1;
	vertical-align: baseline;
	position: relative;
}
sup {
	bottom: 1ex;
}
sub {
	top: .5ex;
}

input {
	font-family: "Basic", "Futura", "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 1em;
	outline: none;
	border: none;
	border-radius: 0;
	padding: .25em;
	text-align: center;
	-webkit-box-shadow: -1px -1px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    -1px -1px 2px rgba(50, 50, 50, 0.25);
	box-shadow:         -1px -1px 2px rgba(50, 50, 50, 0.25);
	background: none;
	box-sizing: border-box;
}
input:hover, input:active, input:focus {
	background: white;
}

button{
	-webkit-box-shadow: 1px 1px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    1px 1px 2px rgba(50, 50, 50, 0.25);
	box-shadow:         1px 1px 2px rgba(50, 50, 50, 0.25);
}
button:hover{
	color: #FE5C5D!important;
	-webkit-box-shadow: 1px 1px 3px rgba(50, 50, 50, 0.4);
	-moz-box-shadow:    1px 1px 3px rgba(50, 50, 50, 0.4);
	box-shadow:         1px 1px 3px rgba(50, 50, 50, 0.4);
}
button:active{
	color: #FE5C5D!important;
	-webkit-box-shadow: -1px -1px 2px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    -1px -1px 2px rgba(50, 50, 50, 0.25);
	box-shadow:         -1px -1px 2px rgba(50, 50, 50, 0.25);
}


#wrap {
	
	min-width: 940px;
	margin: 0 auto;
	max-width: 940px;*
	/*max-width: 1250px;*/
	width: auto;
	padding: 0 75px;
/* 	padding: 0 75px; */
}




#header {
	margin-bottom: 5px;
}

#header {
	display: block;
	padding: 0;
	margin-top: 0;
	margin-bottom:0;
	height: 190px;
	position: relative;
	overflow: hidden;
	background: url(/css/header_drop.png) no-repeat center bottom #FAFAF9;
	background-size: 100%;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: 	all 200ms ease-out;
	transition: 		all 200ms ease-out;
}
#header:hover{

}

#header.image h1 span {
	display: none;
}

#header h1 {
	font-size: 24px;
	font-weight: normal;
	line-height: 35px;
	display: block;
	padding: 0;
	margin: 0;
	width: 600px;
	float:left;
}

#header h1 span {
	padding: 30px 0 10px;
}
	
#header h1 a {
	display: block;
	text-indent: -1000px;
	overflow: hidden;
	color: #FD0A0C;
	height: 250px;
	width: 600px;
	background: url(logo.png) no-repeat -10px -100px;
	opacity: .9;
}
#header h1 a:hover {
	opacity: 1;
}
#header h1 a:active {
	opacity: .5;
}


/*============================================================
 Main Content Area
============================================================*/

#main {
	float: left;
	width: 100%;
	margin: 0 1.5% 1.5% 0;
	background: #fff;
}


/* Title ---------------------------------------------------*/

#main-title {
	float: left;
	width: 100%;
	margin-bottom: 5px;
	min-height: 50px;
	height: auto !important;
	height: 50px;
}

#main-title h2 {
/* 	margin: 16px 0 13px 13px; */
}


/* Content -------------------------------------------------*/

#main-content {
	float: left;
	/*padding-bottom: 5em;*/
	width:100%;
}

* html #main-content {

}



/*============================================================
 Navigation
============================================================*/

#navigation {
	float: left;
	width: 21.5%;
}

#navigation div {
	clear: both;
	margin-bottom: 5px;
/* 	padding: 0 15px 12px 15px; */
/* 	font-size: 10px; */
/* 	background: #fff; */
}

div.pod {
	display: block;
	position: relative;
	width: 18.5%;
	margin: .75% 0;
	float: left;
}

div.pod h3 {
	display: block;
	margin: 0 -15px 11px 0;
/* 	padding: 4px 9px 6px 9px; */
	font-size: .8em;
	font-weight: normal;
	text-align: left;
}

div.pod h3 {
}

div.pod ul {
	margin: 0 5% 3px 0;
	font-size: .8em;
	color: #999;
}

div.pod li {
	margin-top: 3px;
/* 	padding: 3px 0; */
	list-style: none;
	border-top: #F0F0F0 1px solid;
	font-family: "Basic";
	text-transform: uppercase;
	letter-spacing: .1em;
	color: #999;
}


/*============================================================
 Footer
============================================================*/

#footer {
	clear: both;
	font-family: "Basic", "Helvetica Neue", Helvetica, Arial, sans-serif!important;
	
}



/*============================================================
 Alerts
============================================================*/

p.alert-noproducts,
p.alert-noitems {
	margin: 20px;
	text-align: center;
	font-size: 1em;
}

div#error {
	display: block;
	margin-bottom: 0;
	background: #cf3636;
	text-align: center;
}

div#error h2,
div#error p {
	display: none;
}

div#error ul {
	margin: 0;
/* 	padding: 5px 20px; */
/* 	font-size: 13px; */
	color: #fff;
	line-height: 25px;
}

div#error li {
	padding: .5em;
}

.form-error {
}



/*============================================================
 Site Link
============================================================*/

#website {
	position: absolute;
	top: 0;
	background: #fff;
}

#website a {
	display: block;
/* 	padding: 2px 14px 3px 14px; */
/* 	font-size: 10px; */
	line-height: 10px;
}



/*************************************************************

 Store Pages

*************************************************************/



/*============================================================
 Product List
============================================================*/

#products {
	float: left;
	display: inline;
	margin: 0 0 2em 0;
	width: 100%;
}

#products div.product {
	float: left;
	display: inline;
	width: 18.5%;
	margin: 0 .75%;
}

#products div.product p {
	margin: 0;
	width: 100%;	
	text-align: center;
}

#products .product-img {
	display: block;
	float: left;
	vertical-align: top;
	width: 100%;
}

#products .product-info {
	float: left;
	width: 18.5%;
	margin: 0 .5%;
	opacity: 0;
	transition: all 200ms linear;
	-webkit-transition: all 200ms linear;
}
#products .product-info span.by, #products .product-info span.author{
	font-style: italic;
	font-family: adrianne;	font-weight: normal;
	text-transform: capitalize;
	font=size: 12px;
} 
html #products .product-info {
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0;
	height: 100px;
	background: hsla(0, 100%, 100%, .8);
	padding-top: 10px;

}

#products .product-title {
	margin: 0;
	font-weight: bold;
	line-height: 1em;
	text-align: center;
	font-size: 1em;
}

#products .product-price {
	float: left;
/* 	font-size: 10px; */
	text-align: center;
}

#products .product-status {
/* 	font-size: 10px; */
	font-style: italic;
	margin-left: 1em;
	float: left;
}

#products .product-a {
	float: left;
	clear: left;
	display: block;
	cursor: pointer;
	text-align: center;
	overflow: hidden;
	width: 100%;
	height: 250px;
	position: relative;
	background: white;
	margin-bottom: 1em;
}

#products .product-a:hover .product-info{
	opacity: 1;
}
#products .product-a p {
	text-align: left;
}

#products .product-a:hover h3,
#products .product-a:hover p {
}

#product-1, #product-4, #product-7, #product-10, #product-13, #product-16, #product-19, #product-22, #product-25, #product-28,
#product-31, #product-34, #product-37, #product-40, #product-43, #product-46, #product-49, #product-52, #product-55, #product-58,
#product-61, #product-64, #product-67, #product-70, #product-73, #product-76, #product-79, #product-82, #product-85, #product-88,
#product-91, #product-94, #product-97, #product-100 {
/* 	padding-right: 354px; */
}

#product-2, #product-5, #product-8, #product-11, #product-14, #product-17, #product-20, #product-23, #product-26, #product-29,
#product-32, #product-35, #product-38, #product-41, #product-44, #product-47, #product-50, #product-53, #product-56, #product-59,
#product-62, #product-65, #product-68, #product-71, #product-74, #product-77, #product-80, #product-83, #product-86, #product-89,
#product-92, #product-95, #product-98 {
/* 	margin-left: -352px; */
}

#product-3, #product-6, #product-9, #product-12, #product-15, #product-18, #product-21, #product-24, #product-27, #product-30,
#product-33, #product-36, #product-39, #product-42, #product-45, #product-48, #product-51, #product-54, #product-57, #product-60,
#product-63, #product-66, #product-69, #product-72, #product-75, #product-78, #product-81, #product-84, #product-87, #product-90,
#product-93, #product-96, #product-99 {
/* 	margin-left: -175px; */
}

