/*------------------------------------*\
    MAIN
\*------------------------------------*/

/* global box-sizing */
*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
body {
	font:300 11px/1.4 'Helvetica Neue', Helvetica, Arial, sans-serif;
	color:#010101;
	min-height: 840px;
}
/* clear */
.clear:before,
.clear:after {
    content:' ';
    display:table;
}

.clear:after {
    clear:both;
}
.clear {
    *zoom:1;
}
img {
	max-width:100%;
	vertical-align:bottom;
}
a {
	color:#010101;
	text-decoration:none;
}
a:hover {
	color:#444;
}
a:focus {
	outline:0;
}
a:hover,
a:active {
	outline:0;
}
input:focus {
	outline:0;
	border:1px solid #04A4CC;
}
h1, h2, h3, h4 {
	font-weight: normal;
}
cite {
	font-style: normal;
}

/* Everything Else */

* {
	margin: 0;
}
html, body {
	height: 100%;
}
html {
	background: url("img/PaperTile_web.jpg") #fffaf1;
}
body {
	/* background: url("img/PaperTile_web.jpg") #fffaf1; */
	background: url("img/footer-large.jpg") transparent 0 604px repeat-x;
	color: #3f3e3f;
	font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua", Georgia, serif;
	margin: 0;
	min-width: 1024px;
}
.wrapper {
	width: 1024px;
	/* min-height: 100%; */
	/* margin: 0 auto -270px; */
	margin: 0 auto;
	padding-top: 28px;
}
/*
.wrapper:after {
	content: "";
	display: block;
	height: 270px;
}
*/

.logo {
    background: url("img/logo.png") no-repeat scroll 0 0 transparent;
    height: 194px;
    margin: 0 auto 20px;
    text-indent: -9999px;
    width: 336px;
    position: relative;
}
/*
.logo:after {
  background: url("img/PRV188_WebsiteUpdate_Holiday2016.png") no-repeat 0 0 / 100% auto;
  content: '';
  width: 170px;
  height: 170px;
  position: absolute;
  right: -190px;
  top: 0;
}
*/

.logo h1, .logo .h2 {
    margin: 0;
}

.details {
	list-style: none;
	padding: 0;
	margin: 0;
	width: 1024px;
	float: left;
}
.details li { 
	float: left;
	font-size: 12px;
	height: 240px;
	line-height: 20px;
	margin: 0 12px;
	position: relative;
	text-align: center;
	width: 307px;
}
/*
.ie10 .details li,
.ie9 .details li,
.ie8 .details li {
	height: 230px;
}
*/
.details h2 {
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	margin-bottom: 12px;
}
/*
.ie10 .details h2,
.ie9 .details h2,
.ie8 .details h2 {
	letter-spacing: 1px;
}
*/
.details h2:before,
.details h2:after {
	content: ' - ';
	display: inline;
}
.details p {
	line-height: 1.6em;
    margin-bottom: 12px;
}

.social-media {
    list-style: none outside none;
    margin: 0 auto 12px;
    padding: 0;
    width: 128px;
    text-align: center;
}
.social-media li {
	display: inline-block;
	height: 23px;
	margin-left: 3px;
	margin-right: 3px;
	margin-top: 20px;
	width: 23px;
	margin-bottom: 16px;
}
.social-media li a {
	background: url("img/social.png") no-repeat;
	text-indent: -9999px;
	display: block;
	width: 23px;
	height: 23px;
}
.social-media .tw a {
	background-position: 0 -23px;
}
.social-media .ye a {
	background-position: 0 -46px;
}
.social-media .fs a {
	background-position: 0 -69px;
}

a.button {
	background: none repeat scroll 0 0 #CAA955;
	bottom: 0;
	color: #FFFFFF;
	/* letter-spacing: 1px; */
	line-height: 1em;
	padding: 9px 14px 7px;
	text-transform: uppercase;
	margin-top: 4px;
	display: inline-block;
	font-weight: bold;
	font-size: 11px;
}
/*
.wine a.button {
    margin-left: -29px;
}
.visit a.button {
    margin-left: -99px;
}
*/

li.wine,
li.visit {
	padding-left: 38px;
	padding-right: 38px;
}
li.about {
    /*margin: 0 25px;
    padding: 0 15px;*/
    width: 338px;
}
.firefox li.about {
	width: 336px;
	margin: 0 13px;
}

footer {
	display: none;
	
	/*background-image: url("img/footer-large.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-size: 100% auto;
	background-color: transparent;
    height: 270px;
    margin: 0 auto;
    width: 100%;
    min-width: 1024px;*/
}

.contact-info {
	padding-top: 26px;
	text-align: center;
	width: 100%;
	float: left;
	text-transform: uppercase;
	font-size: 11px;
	letter-spacing: 0.03em;
	line-height: 1.7em;
}
body {
	background-position: 50% 100%;
	background-size: 100% auto;
	min-height: 1000px;
}
.disclaimer {
	text-align: center;
	font-size: 10px;
	padding-bottom: 30px;
}
span.small {
	display: block;
	width: 100%;
	height: 6px;
}


/* Responsive */

@media only screen and (max-width:600px) {
	body {	
		background: none;
		min-height: 0;
		min-width: 0;
	}

	.wrapper {
	    width: 320px;
	    /* margin-bottom: -180px; */
	}

	.logo {
		background-image: url("img/logo-small.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 100% 100%;
		background-color: transparent;
    height: 236px;
    width: 274px;
    margin-bottom: 40px;
	}
/*
	.logo:after {
		background: url("img/PRV188_WebsiteUpdate_Holiday2016.png") no-repeat 0 0 / 100% auto;
		content: '';
		width: 220px;
		height: 220px;
		position: absolute;
		right: auto;
		bottom: -240px;
		display: block;
		left: 50%;
		margin-left: -110px;
		top: auto;
	}
*/
	.details {
	    margin: 0 10px;
	    width: 300px;
	}
	.details li, .details li.wine, .details li.about, .details li.visit {
	    background: url("img/divider.png") no-repeat scroll center top transparent;
	    height: auto;
	    margin: 0;
	    padding: 20px 0 0;
	    width: 300px;
	    font-size: 16px;
	}
	.details h2 { font-size: 15px; margin-bottom: 8px; } 
	a.button, .wine a.button, .about a.button, .visit a.button {
	    display: inline-block;
	    left: auto;
	    margin-bottom: 28px;
	    margin-left: 0;
	    margin-top: 18px;
	    padding: 9px 16px 7px;
	    position: relative;
	    width: auto;
	}
	
	.social-media {
		width: 300px;
	}
	.social-media li {
	    height: 38px;
	    width: 40px;
	    margin: 0 6px 20px;
	}
	.social-media li a {
		background-image: url("img/social-small.png");
		background-repeat: no-repeat;
		background-position: 0 0;
		background-size: 40px 160px;
		background-color: transparent;
	    height: 40px;
	    width: 40px;
	}
	.social-media .tw a {
		background-position: 0 -40px;
	}
	.social-media .ye a {
		background-position: 0 -80px;
	}
	.social-media .fs a {
		background-position: 0 -120px;
	}

	.details p {
	    line-height: 1.7em;
	}
	.details p br {
		display: none;
	}

	.wine > p {
	    margin-top: 12px;
	}
	.wrapper:after,
	footer {
		height: 180px;
	}

	footer {
	    background-image: url("img/footer-small.jpg");
	    background-repeat: no-repeat;
	    background-position: 0 0;
	    background-size: 100% auto;
	    background-color: transparent;
	    width: 100%;
	    display: block;
	}
	.contact-info {
		font-size: 16px;
		margin-bottom: 30px;
	}
	.disclaimer {
		font-size: 16px;
		margin-bottom: 30px;
		width: 320px;
		padding: 0 20px;
	}
	span.small {
		height: 16px;
	}
	.mobile-br {
		display: block;
	}
	.disclaimer br {
		content: '';
	}
	.disclaimer br:after {
		display: inline;
		content: ' ';
	}
	.mobile-hide {
		display: none;
	}
}

#content {
	background: url("img/PaperTile_web.jpg") #fffaf1;
}