@charset "UTF-8";
/* CSS Document */


/* COMMON BACKGROUNDS */
body
{
	background-color: #1e1d19;
	background-image: url("/constants/images/backgrounds/stone_dark.jpg");
	background-attachment: fixed;
}
@media (max-device-width: 500px)
{
	body
	{
		background-image: none;
	}
}

/* div#navchanger + */table.nav,
div#spacer
{
	background-color: #000000;
}

div.tab,
div#popup,
div.close
{
	background-image: url("/constants/images/backgrounds/frost.png");
}
/* END COMMON BACKGROUNDS */


/* COMMON COLORS */
body,
h1,
h2,
h3,
h4,
#body,
#media a.tab_label
{
	color: #cccccc;
}

table.nav
{
	color: #ffffff;
}

#header,
#footer,
table#main
{
	background-color: #522625;
}

a,
div.tab a
{
	color: #a89176;
}

/* SEE BOTTOM FOR BORDER COLORS */

div.current,
ul.quicknav,
table.wholesale tr.item:hover
{
	background-color: #3a1918;
}
/* END COMMON COLORS */


/* COMMON FONTS */
body
{
	font-family: times, serif;
	font-size: 12pt;
	font-stretch: narrower;
}
@media (max-device-width: 500px)
{
	body
	{
		font-size: 20pt;
	}
}

h1,
h2
{
	font-family: 'Damion', arial, sans-serif;
}
table.nav
{
	font-family: 'Goudy Bookletter 1911', arial, sans-serif;
}
/* END COMMON FONTS */


body
{
	width: 900px;
	margin: 0px auto;
	padding: 0px;
}
@media (max-device-width: 500px)
{
	body
	{
		width: 100%;
	}
}


/* PARAGRAPHS */
h1
{
	text-align: center;
	border-bottom: 2px solid;
	font-size: 225%;
	padding: 0px;
	margin: 0px 0px 10px 0px;
	text-shadow: 1px 1px 1px #000000;
}
h2
{
	text-align: center;
	border-bottom: 2px solid;
	font-size: 165%;
	padding: 9px 0px 3px 0px;
	margin: 0px 0px 10px 0px;
	text-shadow: 1px 1px 1px #000000;
}
h3
{
	text-align: left;
	border-bottom: 1px solid;
	font-size: 140%;
	margin: 20px 0px 5px 0px;
	text-align: left;
}
h4
{
	text-align: left;
	border-bottom: 1px solid;
	font-size: 115%;
	margin: 15px 0px 5px 0px;
	text-align: left;
}
h5
{
	font-size: 100%;
	margin: 5px 0px 5px 0px;
	text-align: left;
}

p
{
	margin: 10px 0px;
}
.small
{
	font-size: 80%;
}

h1 + p
{
	margin-top: 0px;
}
h2 + p
{
	margin-top: 0px;
}
h3 + p
{
	margin-top: 0px;
}
h4 + p
{
	margin-top: 0px;
}
h5 + p
{
	margin-top: 0px;
}

p.info
{
	text-align: center;
	font-style: italic;
}

.hundred
{
	width: 100%;
}
.eighty
{
	width: 80%;
}
.seventyfive
{
	width: 75%;
}
.sixty
{
	width: 60%;
}
.fifty
{
	width: 50%;
}
.forty
{
	width: 40%;
}
.w35
{
	width: 35%;
}
.thirty
{
	width: 30%;
}
.fifteen
{
	width: 15%;
}

.textleft
{
	text-align: left;
}
.textcenter
{
	text-align: center;
}
.textright
{
	text-align: right;
}
.textjustify
{
	text-align: justify;
}

div.sidenav
{
	padding: 2px 2px 0px 2px;
	margin: 10px 0px 0px 0px;
}
	div.sidenav h4
	{
		margin: 0px 0px 3px 0px;
	}
	a.current
	{
	}

ul
{
	text-align: left;
}
/* END PARAGRAPHS */


/* IMAGES */
p.image
{
	text-align: center;
}

img.image1,
img.image2,
img.image3
{
	border: 2px solid;
	margin: 5px;
}
img.image1
{
	width: 95%;
}
img.image2
{
	width: 45%;
}
img.image3
{
	width: 30%;
}

img.left
{
	float: left;
	margin-left: 0px;
}
img.right
{
	float: right;
	margin-right: 0px;
}
/* END IMAGES */


/* TABLE SECTIONS */
.heading_top
{
	border-bottom: 1px solid;
}
.heading_left
{
	padding-right: 10px;
	border-right: 1px solid;
	text-align: right;
}
	.heading_left + td,
	.heading_left + th
	{
		padding-left: 9px;
	}
.heading_bottom
{
	border-top: 1px solid;
}
table.texttop td
{
	vertical-align: top;
}
/* END TABLE SECTIONS */


/* HEADER */
#header
{
	width: 100%;
	height: 160px;
	background-image: url("/constants/images/backgrounds/header.jpg");
}

	#media
	{
		padding: 5px 5px 0px 0px;
		margin: 0px;
		text-align: right;
	}
		#media div.medialabel
		{
			margin: 0px;
			padding-right: 1px;
			display: inline;
		}
		#media div.medialabel + div.medialabel
		{
			border-left: 2px solid;
			padding-left: 5px;
		}
			@media (max-device-width: 500px)
			{
				#media div.medialabel + div.medialabel
				{
					padding-left: 9px;
				}
			}
		#media a.tab_label
		{
			text-decoration: none;
			font-size: 90%;
			text-shadow: -1px -1px 0px #2d1a29, 1px 1px 0px #000000;
		}
			@media (max-device-width: 500px)
			{
				#media a.tab_label
				{
					font-size: 120%;
				}
			}
		#media div.medialabel:hover
		{
			cursor: pointer;
		}
			#media div.medialabel:hover a.tab_label
			{
				color: #999999;
				text-shadow: -1px -1px 0px #000000, 1px 1px 0px #2d1a29;
			}
	div.tab
	{
		padding: 3px;
		display: none;
		text-align: left;
		font-weight: normal;
		text-shadow: none;
		border: 2px solid;
		cursor: auto;
		position: absolute;
		top: 23px;
		right: 0px;
		z-index: 6;
		margin-right: 30px;
	}
		@media (max-device-width: 500px)
		{
			div.tab
			{
				margin-right: 0px;
			}
		}
		div#tripadvisor
		{
			font: 115% times;
		}
		div.text
		{
			min-width: 350px;
		}
		div.large
		{
			width: 800px;
		}
			@media (max-device-width: 500px)
			{
				div.large
				{
					width: 90%;
				}
			}
		div#issue
		{
			width: 100%;
			text-align: center;
		}
			img.newsletter
			{
				max-width: 100%;
				border: 2px solid;
				cursor: pointer;
			}
		div.tab a
		{
			text-decoration: underline;
			cursor: pointer;
		}
		div.close
		{
			position: absolute;
			bottom: 0px;
			right: 0px;
			font-size: 150%;
			border: 1px solid #2d1a29;
			border-radius: 20px;
			padding: 0px 15px;
			margin: 5px;
			cursor: pointer;
		}
	div#tabs_close
	{
		position: absolute;
		top: 0px;
		left: 0px;
		height: 160px;
		width: 60%;
	}
/* END HEADER */


/* NAV BAR */
table.nav
{
	margin: 0px;
	width: 100%;
	height: 30px;
	font-size: 16px;
	text-transform: uppercase;
	letter-spacing: 0px;
	position: relative;
	z-index: 3;
}
	@media (max-device-width: 500px)
	{
		table.nav
		{
			font-size: 17pt;
		}
	}
div#navchanger + table.nav
{
	background-color: none;
}
table#main + table.nav
{
	border-bottom: none;
}
	table.nav td
	{
		height: 23px;
		padding: 0px;
		padding-top: 3px;
		margin: 0px;
		text-align: center;
	}
		@media (max-device-width: 500px)
		{
			table.nav td
			{
				padding-top: 0px;
			}
		}
		table.nav td a
		{
			color: #bbbbbb;
			text-decoration: none;
			padding: 5px 5px;
		}
			@media (max-device-width: 500px)
			{
				table.nav td a
				{
					padding: 0px 5px;
				}
			}
		table.nav td a:hover
		{
			color: #ffffff;
		}
		table.nav td a:active
		{
			color: #55c2b5;
		}
/* END NAV BAR */


/* SLIDESHOW */
div#spacer
{
	height: 10px;
	width: 900px;
	margin-top: 315px;
	position: relative;
	z-index: 3;
}
div#slideshow
{
	height: 315px;
	width: 900px;
	margin: 0px auto;
	position: absolute;
	top: 190px;
	z-index: 2;
	overflow: hidden;
}
	div#slideshow img
	{
		width: 100%;
	}
	img#current
	{
	}
	img#next
	{
		display: none;
	}
/* END SLIDESHOW */


/* MAIN SECTION */
table#main
{
	text-align: justify;
	margin: 0px;
	width: 100%;
}
	table#main td.left
	{
	}
	table#main td.main
	{
		vertical-align: top;
		padding: 0px 10px 10px 10px;
	}
	table#main td.main + td
	{
		border-left: 2px solid;
	}
	table.hours
	{
		border: 2px solid;
		margin: 0px auto;
	}
		table.hours td
		{
		}
	table.events
	{
		text-align: left;
		width: 100%;
	}
		table.events td.event_date
		{
			width: 15%;
			vertical-align: top;
		}
		table.events td.event_time
		{
			width: 25%;
			vertical-align: top;
		}
		table.events td.event_name
		{
			text-indent: -10px;
			padding-left: 10px;
		}
	iframe.events
	{
		border: 2px solid;
		width: 99%;
		height: 200px;
		margin: 0px auto;
		display: block;
	}
	iframe.map
	{
		border: 2px solid;
		width: 99%;
		height: 600px;
		margin: 0px auto;
		display: block;
	}
	iframe.calendar
	{
		border: 2px solid;
		width: 95%;
		height: 600px;
		margin: 0px auto;
		display: block;
	}
	table#main img
	{
		margin: 5px;
	}
	ul.quicknav
	{
		list-style: none;
		text-align: center;
		padding: 5px 0px 5px 0px;
		margin: 0px 0px 0px 0px;
	}
		ul.quicknav li
		{
			display: inline;
			margin: 0px 10px;
			color: #a88963;
		}
	table#main td.sidenav
	{
		width: 200px;
		list-style-type: none;
		margin: 0px;
	}
		div.sidenav
		{
			padding: 5px 10px;
		}
/* END MAIN SECTION */





/* WINES */
div#winelist
{
	text-align: left;
}
	table.list
	{
		width: 100%;
		display: inline-table;
		vertical-align: top;
		text-align: left;
		margin-right: 10px;
	}
	table.wholesale
	{
		width: 100%;
	}
		table.wholesale p
		{
			margin: 0px;
		}
	table.list td.picture
	{
		width: 100px;
	}
		table.list td.picture img
		{
			border: 2px solid;
		}
	table.list td.buy
	{
		width: 130px;
		padding-left: 5px;
		text-align: center;
	}
		table.list td.buy h5
		{
			text-align: center;
		}
	table.list td.description
	{
		text-align: justify;
	}
	table.list p.awards
	{
		text-align: left;
	}
	.hidden
	{
		display: none;
	}
	.visible
	{
		display: inherit;
	}
	.block
	{
		display: block;
	}
	.soldout
	{
		color: #FF0000;
	}
	.onsale
	{
		color: #33A093;
	}
	select.soldout
	{
		display: none;
	}
	img.bottle
	{
		width: 100px;
		margin: 0px;
		border: 2px solid;
	}
/* END WINES */


/* GALLERY */
div.gallery
{
	text-align: center;
}
	img.gallerypic_small
	{
		cursor: pointer;
		border: 2px solid;
		margin: 2px;
	}
	div#popup
	{
		display: none;
		width: 100%;
		height: 100%;
		position: fixed;
			top: 0px;
			left: 0px;
			z-index: 6;
	}
		table#gallery
		{
			height: 100%;
			width: 100%;
			margin: 0px auto;
		}
		.gallerybutton_left, .gallerybutton_right
		{
			width: 50px;
			height: 50px;
			z-index: 3;
			cursor: pointer;
			background-repeat: no-repeat;
		}
		table#gallery td#pic
		{
			text-align: center;
			width: 60%;
		}
			img.gallerypic_large
			{
				max-height: 600px;
				max-width: 100%;
				border: 2px solid;
				cursor: pointer;
			}
		table#gallery td.left
		{
			cursor: pointer;
			background-image: url("/constants/images/arrow-left.png");
			background-position: 100% 50%;
			background-repeat: no-repeat;
		}
		table#gallery td.right
		{
			cursor: pointer;
			background-image: url("/constants/images/arrow-right.png");
			background-position: 0% 50%;
			background-repeat: no-repeat;
		}
/* END GALLERY */


/* FORM */
table.form
{
	width: 100%;
}
table.order
{
	width: 60%;
	margin: 0px auto;
	border: 2px solid;
}
input,
textarea
{
	border: 1px solid;
}
input.button,
button
{
	border: none;
	border-radius: 10px;
	cursor: pointer;
}

input,
textarea,
input.button,
button,
select
{
	background-color: #a88963;
}
.optional
{
	background-color: #a89176;
}
input.button:hover,
button:hover
{
	background-color: #caab85;
}
input.button:active,
button:active
{
	background-color: #866741;
}
input,
textarea,
.optional,
input.button,
button
{
	color: #000000;
	border-color: #000000;
}
/* END FORM */


#footer
{
	background-image: url("/constants/images/backgrounds/glasses.png");
	background-repeat: no-repeat;
	background-position: 0% 50%;
	width: 100%;
	margin: 0px;
	padding: 1px 0px;
	font: 90% times;
	text-align: center;
	font-style: italic;
}


/* COMMON COLORS */
h1,
h2,
h3,
h4,
img.image1,
img.image2,
img.image3,
td.heading_top,
td.heading_left,
td.heading_bottom,
th.heading_top,
th.heading_left,
th.heading_bottom,
div.tab,
img.newsletter,
table#main td.main + td,
table.hours,
img.gallerypic_small,
img.gallerypic_large,
iframe.map,
iframe.calendar,
table#main img,
table.order
{
	border-color: #3a1918;
}
#media h1,
#media h2,
#media h3,
#media h4
{
	border-color: #333333;
}
#media div.medialabel + div.medialabel
{
	border-color: #cccccc;
}
/* END COMMON COLORS */

/* OVERRIDES */

img.noborder
{
	border-style: none;
}
