@charset "utf-8";


/* CSS Document */
/*
	=========================================================
	Master CSS Reset
	Author: Shanda Peterson
	=========================================================
*/
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, font, img, ins, kbd, q, s, samp, span small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	text-align: left;
	font-family:Verdana, Geneva, sans-serif;
	
	
}
body {
	line-height: 1;
	color: black;
	background: white;
}
/*


/*
	=========================================================
	Master Style
	Author: Shanda Peterson
	=========================================================
*/

body {
	background:url(images/bg-sub.jpg) top left repeat-x #F4F4F4;
}
.float-right {
	float:right;
}
.float-left {
	float:left;
}
.clear-both {
	clear:both;
}
strong {
	font-weight:bold;
}
#narrow ul {
	margin-left:50px;
}
#narrow ul li {
	margin-bottom:15px;
	color:#666;
	font-size:16px;
}
h1 {
	color:#B92C00;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:33px;
	margin:3px 0px 15px 0px;
	
}
h2 {
	color:#641B2D;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:27px;
	margin:15px 0px 15px 0px;
	clear:both;
}

#sidebox h3 {
	font:bold 20px Palatino Linotype, Book Antiqua, Palatino, serif; 
	color:#FFFFFF;
}

#sidebox h3.widget-header {color:#B92C00;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:20px;
	margin:3px 0px 15px 0px;
}
p {
	font-family:Verdana, Geneva, sans-serif;
	color:#666;
	font-size:16px;
	line-height:24px;
	margin-bottom:15px;
	
}

#content li {	
	color:#666;
}

p.clear-both {
	margin-bottom:0px;
}

a {
 color:#B92C00;
 text-decoration:none;
}

a:hover{
		color:#641B2D;
}

/*
	=========================================================
	Template Styles
	Author: Shanda Peterson
	=========================================================
*/
#wrap {
	position:relative;
	width:960px;
	margin:0 auto;
}
#header {
	position:relative;
	width:960px;
	height:126px;
	background:url(images/header-new.jpg) top left no-repeat;
}
#header a#logo {
	position:relative;
	display:block;
	width:330px;
	height:85px;
	float:left;
}

#slogan {
	positon:relative;
	width:200px;
	float:right;
	margin-right:350px;
	text-align:center;
	margin-top:50px;
	color:#B92C00;
		
}
#header #states {
	clear:both;
}
#header #states ul {
	position:relative;
	margin:0px 0px 0px 40px;
}
#header #states ul li {
	position:relative;
	float:left;
	display:inline;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#666;
	font-size:14px;
	font-weight:bold;
	background:url(images/bullet1.jpg) 9px right no-repeat;
	padding:2px 11px 2px 5px;
	height:18px;
	line-height:18px;
	
}
#header #states ul li.last {
	background:none;
}
#header #states ul li a {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	color:#666;
	font-size:14px;
}
#nav {
	position:relative;
	width:960px;
	float:right;
}
#nav ul {
	position:relative;
	width:960px;
	text-align:center;
	margin:0 auto;
	background:url(images/nav-bg.jpg) top left repeat-x;
}
#nav ul li {
	position:relative;
	float:left;
	display:inline;
	
	margin-top:1px;
	_margin-top:0px;
	width:106px;	
	background:url(images/nav-right.jpg) top right no-repeat;
}
#nav ul li a {
	position:relative;
	display:block;
	height:41px;
	line-height:41px;
	background:url(images/nav-left.jpg) top left no-repeat;
	text-align:left;
	text-decoration:none;
	line-height:16px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:16px;
	color:#FFF;
	margin-left:0px;
	font-weight:bold;
	display:block;
	padding:7px 22px 0px 22px;
	border-right:solid 1px #661524;
	
}
#nav ul li a {

	

	
}
#nav ul li.page-item-3 {
	margin-left:0px;

}
#nav ul li.page-item-3 a {
	background:none;
	padding-left:25px;
	line-height:31px;
}


#nav ul li a:hover {
	background:url(images/nav-bg-hover.jpg) top left repeat-x;
	color:#79001D;
}

body.page-id-3 #content {
	
}
#content {
	position:relative;
	width:860px;
	padding:20px 50px;
	clear:both;
	
}

#narrow {
	position:relative;
	width:600px;
	float:left;
}

#sidebox {
		position:relative;
	width: 250px;
	float:right;
}

#sidebox ul {
	margin:0px;
}
#sidebox li {
	list-style:none;
}

#sidebox ul.sizelist li, #sidebar ul.sizelist li {
		margin-bottom:15px;
		color:#666;
		list-style:disc;
		margin-left:15px;
}
#footer {
	width:100%;
	height:153px;
	background:url(images/footer-bg.jpg) top left repeat-x;
}
#footer-text {
	position:relative;
	width:960px;
	margin:0 auto;
	padding:20px 0px 0px 0px;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
}
div.copyright {
	position:relative;
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:normal;
	text-decoration:none;
	clear:both;
	margin-top:100px;
	text-align:center;
}

#footer-text a {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
}

#bottom-links {
	position:relative;
	margin-left:25px;
}
#footer-text li {
	font-family:Verdana, Geneva, sans-serif;
	color:#FFF;
	font-size:12px;
	float:left;
	display:inline;
}
#footer-text li a {
	padding:0px 10px;
}
#footer-text ul#states-list {
	position:relative;
	margin:35px 0px 0px 175px;
	text-align:center;
	clear:both;

}
#footer-text #states-list li a{
	font-size:18px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-weight:bold;
	background:url(images/bullet2.jpg) 9px right no-repeat;
	padding:0px 27px 0px 17px;
	
}

#footer-text #states-list li a.last {
	background:none;
}

/*
	=========================================================
	Home Page Rotator
	Author: Shanda Peterson
	=========================================================
*/


#rotator {
	width: 950px;
	margin: 0px;
	position: relative;
	z-index: 2;
	padding:0px 5px;
}
#rotator-bg {

	clear:both;
	width:960px;
}
#rotator-top {
	
}
#rotator .wrapper {
	padding: 0px 0px 0px 0px;
	overflow: hidden;
	position:relative;
	width: 960px;
	height:439px;
}
#rotator .arrow {
	display:none;
}
#rotator ul {
	width: 9999px;
	list-style: none;
	margin:0px;
}
#rotator ul li.items {
	width: 960px;
	float: left!important;
	display: inline!important;
	background: none!important;
	padding: 0 0 100px 0!important;
	height: 439px;
	margin: 0px;
	overflow:hidden;

}

div#map-img {
	float:left;
	position:relative;
	width:290px;
}

div#fulllocations{
	float:left;
	width:640px;
	background:url(images/winebutton.jpg) top left repeat-x #6E0019;
	border:1px solid #620010;
	padding:5px 10px 25px 10px;
}
div#fulllocations h1{
	color:#FFF!important;
}

p.location-list {
	float:left;
	width:200px;
	padding-left:10px;
}
p.location-list strong {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#FFF!important;
	font-weight:bold;
	margin-bottom:15px!important;
	line-height:18px;
	
}
br.none {
	position:relative;
	
}
p.location-list a {
	color:#FFC;
}
p.location-list a:hover {
	color:#FFF;
}


p.location-list strong a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#fff;
	display:block;
	margin-bottom:5px;
	
}
p.location-list strong a:hover {
	color:#FFC;
}



p.location-list b {
	position:relative;
	font-size:13px;
	margin-bottom:10px;
	color:#FFF;
}
img.hunt-map {
	border:#BA2C00 1px solid;
}
.boxes {
	padding-top:75px;
}

/*
	=========================================================
	Home Page Styles
	Author: Shanda Peterson
	=========================================================
*/

#video-player {
	float:left;
	width:345px;
}

#video-text {
	float:right;
	width:475px;
}

.hp-form {
	float:right;
	width:250px;
}

.hp-text-left {
	position:relative;
	width:550px;
	float:left;
}
/*
	=========================================================
	Main Location Styles
	Author: Shanda Peterson
	=========================================================
*/

ul.locations, #sidebar ul.locations {
	margin-left:50px;
	font-size:14px;
	
}
ul.locations li, #sidebar ul.locations li {
		margin-bottom:15px;
		color:#666;
}

ul.locations li a {
	font-size:16px;
}

/*
	=========================================================
	Size Guide Styles
	Author: Shanda Peterson
	=========================================================
*/

#size-guide {
	padding:0px;
	margin:0px;
	border-left:1px solid #999;
	border-right:1px solid #999;
}

#size-guide td {
	font-size:12px;
	padding:5px;
	text-align:center;
	vertical-align:middle;
	color:#666;
	margin:0px;
	border-bottom:1px solid #999;
	line-height:15px;
	border-left:1px solid #CCC;
	border-right:1px solid #CCC;

	
}
#size-guide tr {
	margin:0px;
}
#size-guide p {
	font-size:12px;
	text-align:center;
	line-height:15px;
}
#size-guide .heading-row td{
	background-color:#B92C00;
	font:"Palatino Linotype", "Book Antiqua", Palatino, serif 12px;
	color:#FFF;
	font-weight:bold;
	padding:5px;
	border:1px solid #a32401;
	margin:0px;
}

#size-guide tr.odd {
	background-color:#EEE;
	
}

/*
	=========================================================
	Packing and Storage Tips Styles
	Author: Shanda Peterson
	=========================================================
*/
body.page-id-116 div#narrow ul, body.page-id-8 div#content ul{
	margin-left:50px;
	font-size:14px;
	
}
body.page-id-116 div#narrow ul li, body.page-id-8 div#content ul li {
	margin-bottom:15px;
	color:#666;
}

body.page-id-116 div#narrow ul li a, body.page-id-8 div#content ul li a {
	font-size:16px;
}

/*
	=========================================================
	Wine Storage
	Author: Shanda Peterson
	=========================================================
*/
#sidebar .winestorageaddy {
	background:url(images/winebutton.jpg) top left repeat-x #6E0019;
	position:relative;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:24px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:14px;
	color:#FFF;
	margin-left:0px;
	font-weight:bold;
	display:block;
	padding:7px 22px 7px 22px;
	border:solid 1px #7D2000;
	margin:0 auto;
	width:236px;
	margin-bottom:15px;
}
#sidebar .winestorageaddy p {
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:14px;
	color:#FFF;
}

a.winestats {	
	background:url(images/winebutton2.jpg) top left repeat-x #BB2D00;
	position:relative;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:24px;
	font-family:Palatino Linotype, Book Antiqua, Palatino, serif;
	font-size:16px;
	color:#FFF;
	margin-left:0px;
	font-weight:bold;
	display:block;
	padding:7px 22px 7px 22px;
	border:solid 1px #7D2000;
	margin:0 auto;
	width:236px;
	
}

body#page-id-9 object {
	position:relative;
	float:left;
}

body#page-id-9 .wine-storage-li li{
	position:relative;
	float:right;
	width:100px;
}
/*
	=========================================================
	Locations
	Author: Shanda Peterson
	=========================================================
*/
.mapp-poweredby {
	display:none;
}

