ast/*
Theme Name: Let's Unwine
Description: Let's Unwine website
Version: 2.0
Author: Topfive Designs

/**********************************************************************************************
		
	1. RESET & DEFAULTS
	
	2. LAYOUT
			2.1 Structure
			2.2 Navigation
			2.3 Tables
			2.4 Forms
			
	3. TYPOGRAPHY
			3.1 Headings
			3.2 Paragraphs
			3.3 Links
			3.4 Lists

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


/* 	1. RESET & DEFAULTS
----------------------------------------------------------------------------------------------*/	

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;	
}

.clearfix {
	clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

body {
	font: 12px/1.45em Arial, Helvetica, sans-serif;
	color: #333333;
	background: #f6f3ee url(images/bg-header.png) top center repeat-x;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/* 	2. LAYOUT
===============================================================================================*/	


/* 	2.1 Structure
-----------------------------------------------------------------------------------------------*/

.wrapper {
	margin: 0 auto;
	padding: 0;
	width: 960px;
}
	
#header { 
	width: 960px; 
	height: 94px; 
	margin: 0 auto; 
	padding: 8px 0 0 0;
}

.address {
	float: right;
	width: 300px;
	text-align: right;
}

#top-section {
	background: transparent url(images/bg-top-section.jpg) top center repeat;
	margin-top: -16px;
	height: 410px;
	width: 100%;
	overflow: hidden;
}

#sub-top-section {
	background: transparent url(images/bg-top-section.jpg) top center repeat;
	margin-top: -16px;
	height: 280px;
}

#hero-wrap {
	width: 960px;
	height: 410px;
	padding: 0;
	margin: 0 auto;
	background: #ffffff;
}

#sub-hero-wrap {
	width: 960px;
	height: 280px;
	padding: 0;
	margin: 0 auto;
}

	.feature-image{
		position: absolute;
	}
	
	.feature-image img{
	}

#tagline {
	padding: 40px 10px 25px 10px;
}

#slider-wrap{
	height: 300px;
	overflow: hidden;
	position: absolute;
	width: 960px;	
}

#slider{
	width: 960px;
	height: 300px;
	position: absolute;
}

#slider ul{
	height: 300px;
}

	#slider ul, #slider li{
		margin:0;
		padding:0;
		list-style:none;
	}

	li.hero-slide {
		width: 960px;
		height: 300px;
		height: 300px;
	}
	
		.hero-slide-img{
			height: 300px;
			width: 450px;
			float: left;
			display: block;	
		}
		
		.hero-slide-txt {
			float: left;
			padding-top: 30px;
			width: 420px;
			display: block;
		}

#btn-next, #btn-prev{
	width: 46px;
	height: 46px;
	display: block;
	z-index:1000;
	position: absolute;
	top: 100px;
}

#btn-next a, #btn-prev a{
	width: 46px;
	height: 46px;
	display: block;
	background: url(images/btn-slide.png) 0 0 no-repeat; 
	text-indent: -100000px;	
}

#btn-prev{
	left: 20px;	
}

#btn-next{
	right: 20px;
}


#btn-prev a{
	background-position: 0 -61px;
}

#top-sellers {
	background: #67001a;
	height: 220px;
	padding: 20px 0;
}

.top-seller-box {
	width: 205px;
	height: 200px;
	background: #dddddd;
	float: left;
	padding: 10px;
	margin-right: 20px;
}


.top-seller-box.last-box {
	margin-right: 0;
}

.top-seller-img {
	width: 100%;
	background: #ffffff;
	text-align: center;
	margin-bottom: 5px;
	display: block;
}

.top-seller-img img{
	height: 133px;
	width: auto;
}

.top-seller-box a:hover{
	text-decoration: none;	
}

.top-seller-box a span.read_more{
	color: #67001A;	
}

.top-seller-box a span.read_more:hover{
	text-decoration: underline;	
}



#content-wrapper { 
	clear: both;
	padding: 30px 0;
	background: #f6f3ee url(images/bg-content.jpg) top center;
}

#content-left {
	width: 700px;
	float: left;
}
	
#sidebar {
	float: right;
	width: 225px;
}

#sidebar .top-seller-box {
	float: none;
	margin: 0 0 20px 0;
}
	
#footer { 
	height: 50px;
	padding: 0;
	margin: 0; 
	background: transparent url(images/bg-footer.png);
}

.footer-inner {
	width: 960px;
	margin: 0 auto;
}

.copyright {
	float: left;
	width: 500px;
	padding: 20px 0 0 0;
}

.social-media {
	float: right;
	width: 250px;
	text-align: right;
	padding-top: 10px;
}

.beer-box,
.cider-box {
	background: #ffffff;
	padding: 10px;
	margin-bottom: 20px;
	text-align: center;
}

.beer-box img,
.cider-box img {
	margin: 5px;
}	
	
	
/* 	2.2 Navigation
-----------------------------------------------------------------------------------------------*/

#navigation {
	margin: 0;
	padding: 0;
	width: 960px;
	clear: both;
	height: 60px;
	
}

#navlist li {
	margin: 0;
	float: left;
	position: relative;
	list-style: none;
}

#navlist a {
	display: block;
	margin: 0;
	vertical-align: middle; 
	display: table-cell;
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	color: #6c0618;
	padding: 13px 12px 30px 12px;
}

#navlist a:hover,
#navlist li.current-menu-item a {
	text-decoration: none;
	background-image: url(images/bg-nav.png);
    -webkit-background-size: 100% 100%;
  	-moz-background-size: 100% 100%;
  	background-size: 100% 100%;
  	background-position: top left;
    background-origin: padding-box;
	z-index: 100;
	position: relative;
}

/* 	2.3 Tables
-----------------------------------------------------------------------------------------------*/

table {
	width: 100%;
	margin-bottom: 35px;
}

td {
	vertical-align: top;
	padding: 10px;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	line-height: 1.3em;
}

/* 	2.4 Forms
-----------------------------------------------------------------------------------------------*/

.mailinglist {
	margin-bottom: 30px;
}

.form-items input {
	border: 1px solid #ddd;
	padding: 5px;
	margin-bottom: 5px;
	-moz-box-shadow:    inset 0 0 3px #ddd;
   	-webkit-box-shadow: inset 0 0 3px #ddd;
   	box-shadow:         inset 0 0 3px #ddd;
	width: 210px;
	color: #999;
	font-size: 12px;
}

input.submit-btn {
	-moz-box-shadow:    inset 0 0 0 #ddd;
   	-webkit-box-shadow: inset 0 0 0 #ddd;
   	box-shadow:         inset 0 0 0 #ddd;
	width: 80px;
	padding: 5px;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
	font-weight: normal;
	text-align: center;
	color: #ffffff;
	cursor:  pointer;	
	background: #69011b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2241', endColorstr='#69011b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#9d2241), to(#69011b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #9d2241, #69011b); /* for firefox 3.6+ */ 
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
	
/* 	3. TYPOGRAPHY
===============================================================================================*/	


/* 	3.1 Headings
-----------------------------------------------------------------------------------------------*/

h1, h2, h3, h4 {
	font-family: 'Questrial', cursive;
	color: #6c0618;
	margin-bottom: 20px;
}

#header h1 {
	width: 250px;
	margin: 5px 0 0 0;
	background: transparent url(images/logo-h1.png) 0 0 no-repeat;
	text-indent: -9999px;
	float: left;
}

#header h1 a {
	display: block;
	width: 232px; 
	height: 76px; 
}


h2 {
	font-size: 27px;
	line-height: 1.3em;
	color: #6c0618;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 16px; 
}

/* 	3.2 Paragraphs
-----------------------------------------------------------------------------------------------*/
	
p { 
	color: #696a6c; 
	margin-bottom: 35px;
	font-family: 'Questrial', sans-serif;
	font-size: 15px;
	line-height: 1.3em;
}

#content-left p {
	font-size: 14px;
	margin-bottom: 20px;
	color: #333;
}

#sidebar p {
	color: #999;
}

.address p {
	margin: 0;
	padding: 0;
	color: #f9d457;
}


#tagline p {
	color: #cc6600;
	font-size: 32px;
	font-weight: normal;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: 'Satisfy', cursive;
	text-shadow: 1px 2px #ddd;
}

.hero-slide-txt p {
	color: #999999;
	font-size: 17px;
	line-height: 1.3em;
}

#footer p {
	font-size: 12px;
	color: #666666;
	font-family: 'Questrial', sans-serif;
	margin: 0;
}

.center {
	text-align: center;
}

.top-seller-box p, .top-seller-box-last p, #sidebar p  {
	font-size: 13px;
	line-height: 1.2em;
	margin-bottom: 10px;
}


/* 	3.3. Links
-----------------------------------------------------------------------------------------------*/

a { 
	color: #67001a; 
	text-decoration: none; 
}
a:hover { 
	text-decoration: underline; 
}

#footer a { 
	color: #666666; 
	text-decoration: none; 
}

#footer a:hover {
	color: #67001a;
}

a.btn {
	font-family: 'Questrial', sans-serif;
	font-size: 17px;
	font-weight: normal;
	text-align: center;
	padding: 13px 30px;
	color: #ffffff;
	
	background: #69011b; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9d2241', endColorstr='#69011b'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#9d2241), to(#69011b)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #9d2241, #69011b); /* for firefox 3.6+ */ 
	
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

a.btn:hover {
	text-decoration: none;
	background: #83122e; /* for non-css3 browsers */
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#c13659', endColorstr='#83122e'); /* for IE */
	background: -webkit-gradient(linear, left top, left bottom, from(#c13659), to(#83122e)); /* for webkit browsers */
	background: -moz-linear-gradient(top,  #c13659, #83122e); /* for firefox 3.6+ */ 
}

/* 	3.3. Lists
-----------------------------------------------------------------------------------------------*/

.content_post ul {
	list-style-type: disc;
	margin: 0 0 20px 20px;
}

.content_post ol {
	list-style-type: decimal;
	margin: 0 0 20px 20px;
}

.content_post ul li {
	color: #333333; 
	margin-bottom: 5px;
	font-family: 'Questrial', sans-serif;
	font-size: 14px;
}