/* CSS Document */

body {
	color: #663A19;
	padding: 0;
	margin: 0;
	font-family: Verdana, Arial, sans-serif;
	background-color: #ECECD9;
	background-image: url(../images/pageBg.png);
	background-position: 50% 0;
	background-repeat: repeat-y;
	text-align: left;
}

body {
font-size: x-small;
font-size: small;
}

html>body {
font-size: small;
}

.fltRight{
float: right;
}

.fltLeft{
float:left;
}

/*This is where the IDs are */

#wrapper{
	background-image: url(../images/contentBg.jpg);
	width: 806px;
	margin-top: 15px;
	margin-right: auto;
	margin-bottom: 15px;
	margin-left: auto;
	font-size: 11px;
}

#subWrapper{
	padding-left: 14px;
	padding-right: 14px;
	background-image:url(../images/contentBg.jpg);
	margin-bottom: 10px;
}

#contentWrapper{
	padding-top: 30px;
	width: 540px;
	margin-top: 0px;
	margin-right: 25px;
	margin-bottom: 0px;
	margin-left: 30px;
	padding-bottom: 20px;
	float: left;
}

#columnWrapper{
	background-image: url(../images/verticalSep.jpg);
	background-repeat: repeat-y;
	background-position: 50% 0;
}

#content {
	padding: 0px 0px;
	
}

#navigation {
	float: right;
	margin-bottom: 10px;
	
	width: 600px;
	margin-top: 5px;
}

#masthead {
	height: 80px;
	background-color: #ECECD9;
	background-image: url(../images/masthead.jpg) ;
	background-repeat: no-repeat;
}

#sidebar {
	float: left;
	width: 175px;
	/*height: 612px;*/
/* [disabled]background-image:url(../images/sideBar.jpg); */
}

#flashGallery {
	text-align: center;
	height: 340;
	width: 453px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 20px;
	clear: both;
	margin-bottom: 20px;
}


#wineWrapper {
	background-image: url(../images/wineBg.jpg);
	background-position: right top;
	background-repeat: no-repeat;
}

#wineCategory{
padding: 10px 0 10px 0;	
}

#wineCategory h3 {
	font-size: 12px;
	padding-left: 10px;
	padding-bottom: 5px;
}

#pressWrapper {
	width: 500px;
	float: left;
	margin-top: 30px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #7D0000;
	padding-left: 15px;
	
}

#footer {
	background-image:url(../images/footerBg.jpg);
	background-repeat:no-repeat;
	clear: both;
	text-align: center;
	height: 54px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

#footer a {
color: #ffffff;
}

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

#navigation ul {
	list-style-type: none;
	padding: 0;
}


#navigation a{
	font-family: Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	font-size: 16px;
	font-weight: normal;
	padding: 0 10px;
	color: #8a0000;	
	
}

#navigation a:hover {
background-color: #ececd9;
-moz-border-radius: 5px;
border-radius: 5px;
padding: 0 10px;
text-decoration: none;
}

#navigation a:active {
background-color: #ececd9;
}

.navBorder {
	height: 4px;
	/* [disabled]width: 100%; */
	background-image: url(../images/menuNavBorder.jpg);
	background-repeat: repeat-x;
	background-position: center;
	/* [disabled]margin-top: 5px; */
	/* [disabled]margin-bottom: 10px; */
	margin-right: 30px;
	margin-left: 30px;
}

#wineWrapper h1{
	margin-top: 20px;
	margin-bottom: 20px;
}


/*This is where the general classes are*/

.separator {
height: 1px;
background-color: #7D0000;
clear: both;
margin-bottom: 2em;
}

.separatorInvisible {
height: 0;
clear: both;
}

.separatorPad {
	height: 0;
	clear: both;
	padding-bottom: 10px;
}

.separatorDot {
	height: 1px;
	clear: both;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #7D002B;	
}

.date {

font-style: italic;
	
}

.shadowImg {
	-moz-box-shadow: 2px 2px 2px #888;
	-webkit-box-shadow: 2px 2px 2px #888;
	box-shadow: 2px 2px 2px #888;
} 

.home {
font-size: 18px;
	
}

.column{
	float: left;
	padding: 0;
	width: 250px;
}

html>.column {
width: 250px;
}

.dropCap {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 60px;
	float: left;
	clear: none;
	line-height: 40px;
	padding-top: 5px;
	color: #7d0000;
}

.rounded {

-moz-border-radius: 3px;
	border-radius: 3px;	
	
}

.pushTopBot-1 {

margin: 10px 0;
	
}

.pushTopBot-2 {

margin: 20px 0;
	
}

.pushBot-1 {
padding-bottom: 10px;	
	
}

.pushBot-2 {
padding-bottom: 20px;	
	
}

.pushTop-1 {
padding-top: 10px;	
	
}

.pushTop-2 {
padding-top: 20px;	
	
}

.noPad {
padding: 0;	
margin: 0;
}
/* The Grid */

.grid_1,
.grid_2,
.grid_3 {

margin-left: 10px;
margin-right: 10px;
float: left;
display: inline;
	
}

.alpha {

margin-left: 0;
	
}

.omega {
	margin-right: 0;
}

#container3 .grid_1 {
width: 160px;	
}

#container3 .grid_2 {
	width: 340px;
}

#container3 .grid_3 {
width: 520px;	
}

#container4 .grid_1 {
width: 120px;	
}

#container4 .grid_2 {
	width: 260px;
}

#container4 .grid_3 {
	width: 380px;
}

#container4 .grid_4 {
width: 540px;	
}




/*Items and Entries*/

.homeItem {
	padding-top: 5px;
	padding-right: 0;
	padding-bottom: 20px;
	padding-left: 0;
}

.homeItem ul {
list-style-type: none;
padding: 0;
margin: 0;
}

.homeItem li {
	font-size: 12px;
	/* [disabled]list-style-type: disc; */
	line-height: 170%;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	/* [disabled]list-style-position: inside; */
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 0;
	text-align: justify;
	/* [disabled]list-style-image: url(../images/menuItemBullet.jpg); */
	font-weight: bold;
	color: #7D0000;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.infoItem {
	padding: 5px 0 20px 0;
}

.pressYear {
	display: box;
	padding: 10px;
	margin-bottom: 20px;
}

.pressYear p {
	
	font-weight: normal;	
	color: #663A19;	
	
}

.pressYear a {

color: #663A19;	
	
}

.pressYear a:hover {

text-decoration: none;
	
}

.pressYear:hover {
	background-color: #f3ede4;	
	text-decoration: none;
	
}

.pressCategory {
	
margin: 0px 10px;
	
}

.pressYear h2 {

font-size: 22px;	
	
}

.wineItem {
	height: 20px;
	font-size: 11px;
	width: 520px;
	clear: both;
	float: none;
	padding-left: 10px;
	margin-bottom: 5px;
	padding-right: 10px;
}

.wineName {
	color: #7d0000;
	font-size: 11px;
	float:left;
	width: 95%;
	height: 20px;
}

.winePrice {
	width: auto;
	float:right;
	height: 20px;
	text-align: right;
}

.wineDescrip {
	color: #663A19;
	font-style: normal;
	font-size: 9px;
	font-weight: none;
}

/*Press Items Classes*/

.pressItem {
	width: 500px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7D0000;
	clear: both;
	float: left;
	padding-bottom: 5px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.pressItemContent{
	float: left;
	width: 375px;
}

.pressItemHeader {
	width: 375px;
	height: auto;
	margin-bottom: 15px;
}

.pressItemLink {
	background-color: #7D0000;
	float: right;
	color: #ECECD9;
	text-align: center;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 5px;
	padding-bottom: 4px;
	padding-left: 5px;
	bottom: 10px;
	margin-bottom: 5px;
	margin-top: 10px;
	letter-spacing: 0.5px;
}

.pressItem a{
	color: #FFF;
	font-weight: normal;
}

.pressItem h3{
	float: left;
	padding: 0px;
	font-size: 12px;
	margin: 0px;
	line-height: 100%;
}

.pressItem h6{
	padding: 0px;
	margin: 0px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 9px;
	text-align: right;
	font-weight: normal;
	line-height: 100%;
}

.pressItem p{
	line-height: 130%;
	margin: 0px;
	padding: 0px;
	text-align: left;
}

.pressItem img{
	margin-right: 15px;
	float: left;
	width: 100px;
	border: 4px solid #A56969;
	border-radius: 5px;
}

/*Menu Classes*/

#menuNav {

width: 600px;	
	
}

#menuNav ul {
padding: 0;
margin: 10px 10px;
background-color: none;	
}

.star {
	/* [disabled]width: 27px; */
	/* [disabled]height: 27px; */
	/* [disabled]padding:0; */
	background-image: url(../images/menuNav/menuNavStar1_f2.gif);
	background-repeat: no-repeat;
	background-position: center center;
	/* [disabled]display: inline-block; */
}

#menuNav li {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 18px;
	/* [disabled]display: inline-block; */
	height: 20px;
	text-transform:uppercase;
	background-color: none;
	color: #7d0000;
	text-align: center;
	width: 10%;
	padding-top: 0;
	/* [disabled]padding-right: 10px; */
	padding-bottom: 0px;
	/* [disabled]padding-left: 10px; */
}

.wineMenuNav li a, .wineMenuNav li a:hover{
	padding: 0 20px;	
}

.menu {
	background-image: url(../images/menuBg.gif);
	background-repeat: no-repeat;
	background-position: top;
	
}

.menuInfo {
	width: 340px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	font-style: italic;
	margin-right: auto;
	margin-left: auto;
	padding-top: 5px;
	padding-bottom: 5px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #7D0000;
	border-bottom-color: #7D0000;
	margin-top: 5px;
	margin-bottom: 30px;
	text-align: center;
}
.menuCategory {
	width: 320px;
	float: left;
	clear: none;
	margin-left: 110px;
	margin-bottom: 20px;
}

.menuCategoryDbBrd {
	width: 340px;
	float: left;
	clear: none;
	padding-left: 15px;
	padding-top: 10px;
	margin-left: 90px;
	border: 4px double #7D0000;
	margin-bottom: 30px;
}

.menuCategoryDotBrd {
	width: 340px;
	float: left;
	clear: none;
	padding-left: 15px;
	padding-top: 10px;
	margin-left: 90px;
	border: 2px dotted #7D0000;
	margin-bottom: 30px;
}

.menuMidLayout {
	width: 420px;
	float: left;
	clear: none;
	margin-left: 60px;
	margin-bottom: 20px;
}

.menuItem {
	clear: both;
	margin-bottom: 15px;
	float: left;
	width: 320px;
}

.menuMidLayoutItem {
	clear: both;
	margin-bottom: 20px;
	float: left;
	width: 340px;
	padding-top: 0;
	padding-right: 40px;
	padding-bottom: 0;
	padding-left: 40px;
}


.menuItemCol {
	margin-bottom: 15px;
	float: left;
	width: 250px;
	clear: both;
}

.menuItemName {
	float: left;
	margin: 0px;
	padding: 0px;
	width: 85%;
}

.menuItemPrice {
	float: right;
	font-size: 11px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: normal;
	text-align: right;
	overflow: visible;
}

.menuMidLayout h1 {
	font-size: 22px;
	text-decoration: none;
	text-align: left;
	width: 420px;
	margin-bottom: 30px;
	
}

.menu h2 {
	font-size: 22px;
	text-align: center;
	
}

.menuMidLayout h2{
	text-align: left;
	padding-bottom: 0px;
	margin-bottom: 0px;
	font-size: 17px;
	font-weight: normal;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu h3 {
	text-align: center;
	padding: 0 0 15px;
	margin: 0px;
	font-size: 12px;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.menu h4 {
	padding: 0px;
	margin: 0px;
	font-size: 11px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	color: #7D0000;
}

.menu p {
	text-align: left;
	margin: 0px;
	line-height: 120%;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
	font-size: 10px;
}

.menuMidLayout p{
	text-align: left;
	padding-left: 20px;
	font-size: 11px;
	font-style: italic;
	padding-right: 20px;
	margin-top: 0px;
	padding-top: 2px;
}

.menuMidLayoutItemPrice {
	float: right;
	font-size: 18px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	text-align: right;
	overflow: visible;
}

/*HTML Tags Styling*/

a {
	color: #7D0000;
	font-weight: bold;
	text-decoration: none;
	font-family: arial, serif;
	font-size: 12px;	
}

a img, a img.preview {
border: none;
text-decoration: none;
}

a:link img, a:visited img, a:hover img {
border: none;
text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

.btn a{

font-family: Georgia, "Times New Roman", Times, serif;
font-size: 16px;
font-weight: normal;
}

p {
	font-size: 11px;
	line-height: 180%;
	padding-left: 0em;
	margin-bottom: 1em;
	text-align: justify;
	margin-top: 10px;
}

h1,h2 {
color: #7D0000;
font-weight: normal;
font-family: Georgia, Trebuechet MS;
margin: 0 0 10px 0;
padding: 0px;
}

h1{
	font-size: 22px;
	padding-bottom: 2px;
	border-bottom: 1px solid #7D0000;
	width: 250px;
	/* [disabled]height: 30px; */
}

h2{
color: #7D0000;
font-size: 120%;
}

h3 {
	font-size: 14px;
	color: #7D0000;
	font-family: Georgia, "Times New Roman", Times, serif;
	padding-left: 0;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 5px;
	margin-left: 0;
	padding-bottom: 0px;
	line-height: 100%;
}

h3 a {

font-family: inherit;
font-size: inherit;
font-weight: inherit;
	
}

#food h3 {

font-family: 'Droid Serif', Palantino, serif;	
font-weight: normal;
	
}

h6 {
	color: #7D0000;
	font-size: 12px;
	margin: 0;
	padding: 0;
	line-height: 170%;
	font-family: Georgia, "Times New Roman", Times, serif;
}

strong {
	
	
	
}



dt {
	font-size: 12px;
	margin-bottom: 10px;
	font-weight: bold;
	color: #7D0000;
	margin-top: 30px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

dd {
	margin-left: 10px;
	margin-bottom: 20px;
	line-height: 120%;
}

hr {
	background-color: #7d0000;
	border: none;
	height: 1px;
	margin: 20px 0 20px 0;
}

.column h1{
	font-size: 19px;
}

.column h3 {
	text-align: left;
}

.column p {
	padding: 0;
	margin: 0;
	line-height: 180%;
	text-align: justify;
	font-size: 11px;
}

/*Styles for Boxout*/

#boxout {
	float: right;
	width: 260px;
	margin-left: 20px;
	margin-bottom: 0px;
	padding-top: 50px;
}

.boxout img {
margin-bottom: 0em;
}

.boxout img, .boxout p {
	margin-left: 0px;
	margin-right: 0px;
}

.boxout p {
	font-weight: bold;
	font-size: 80%;
	line-height: 1.2em;
	padding: 0;
	color: #7D0000;
}

#boxout2 {
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-bottom: 0px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.boxout2 img {
margin-bottom: 0em;
}

.boxout2 img, #boxout2 p {
	margin-left: 0px;
	margin-right: 0px;
}

.boxout2 p {
	font-weight: bold;
	font-size: 80%;
	line-height: 1.2em;
	padding: 0;
	color: #7D0000;
}

div#topOfPageAnchor {
position: absolute;
top: 0;
left: 0;
height: 0;
width: 0;
}

/*Twitter Feed*/

#twit-div {
	margin-top: 5px;	
}

#twit-div ul {
	font-size: 11px;
	padding: 0px;
}

#twit-div li {
	list-style: none;
	font-weight: normal;
	color: #663A19;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 11px;
	background-color: #f3ede4;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width: 230px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	text-align: left;
}

#twit-div li a {

font-style: italic;
color: #999;
font-weight: normal;

	
}

/*Styles for Hours of Operation Table*/

table.main{
font-size: 11px;

}
tr.default {
	margin: 10px;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 10px;
	padding-left: 0;
}

#hours tr:nth-child(2n+1)  {
	
	background-color: #f3ede4;
	
}

td.column1 {
text-align: left;
}

td.column2 {
	text-align: right;
	
}

.btn {

background-color: #7d0000;
color: #fff;
-moz-border-radius: 10px;
}

.btn:hover {
background-color: #933;	
	
}

/*Styles for beer table*/

table.beer {
	border: double 4px #7D0000;
	width: 420px;
	padding: 10px;	
}

td.beerName {
	width: 50%;
	color: #7d0000;
}

td.beerPlace {
	width: 15%;
	font-style: italic;
	text-align: right;
	font-size: 9px;
}

td.beerVol {
	width: 15%;
	text-align: right;
	font-size: 9px;
}

td.beerPrice {
	width: 10%;
	text-align: right;
	font-size: 9px;
}


/* Special Menu Styles */

#special-menu h3 {

font-size: 14px;
	
}

#special-menu {

text-align: center;	
	
}

#special-menu p {

text-align: center;
padding-bottom: 20px;	
	
}

.special-title {

text-transform: uppercase;
margin-bottom: 8px;
display: block;
	
}

