/*****************************
HTML STYLES
*****************************/
body {
	margin: 0;
	font-family:Tahoma, Geneva, sans-serif;
	color: #FFFFFF;
	background: #361907 url(images/bg.jpg) repeat-x center top;
	font-size: 13px;
	text-align: center;
}
a {
	color: #ffc152;
}
a:hover {
	color: #FFFFFF;
}
img {
	border: none;
}

/*****************************
UNIVERSAL STYLES
*****************************/
.leftColumn {
	float: left;
	width: 45%;
	padding: 2%;
}
.rightColumn {
	float: right;
	width: 45%;
	padding: 2%;
}

/*****************************
LAYOUT STYLES
*****************************/
#container {
	width: 875px;
	margin: 0 auto;
	text-align: left;
}
#header {
	background: url(images/header.jpg) no-repeat;
	width: 875px;
	height: 185px;
}
#logo h1 {
	display: none;
}
#logo img {
	width: 875px;
	height: 145px;
}
#content {
	width: 855px;
	background: url(images/content-bg-header.jpg) no-repeat;
	margin: 0;
	padding: 10px;
}
#content h1 {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 60px;
	font-weight: normal;
	color: #170c02;
	padding: 14px 0 0 35px;
	margin: 0;
	text-transform:uppercase;
}
#content h2 {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 30px;
	font-weight: normal;
	color: #F9F2E3;
	padding: 10px 0 0 0;
	margin: 5px;
	border-bottom: solid 1px #000000;
	text-transform:uppercase;
}
#contentContainer {
	width: 875px;
	background: url(images/content-bg.jpg);
}
#contentFooter {
	width: 875px;
	height: 15px;
	background: url(images/content-bg-footer.jpg) no-repeat;
}
#footer {
	clear: both;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 5px;
	padding: 10px 0;
}
.copyright {
	color: #bf7547;
}

/*****************************
DIRECTIONS PAGE STYLES
*****************************/
#map {
	width: 500px; 
	height: 400px;
	margin: 15px;
	color: #000000;
	float: left;
}
#map a,
#map a:hover {
	color: #CC0000;
}
#address {
	font-size: 16px;
}
.tel {
	padding: 10px 0 0 0;
}


/*****************************
EVENTS PAGE STYLES
*****************************/
.eventIntro {
	font-size: 16px;
}

/*****************************
HOME PAGE STYLES
*****************************/
#contentHome {
}
#contentHomeLeft {
	width: 315px;
	height: 580px;
	float: left;
	overflow: auto;
	background: url(images/home-content-left.jpg) no-repeat;
}
#contentHomeRight {
	width: 560px;
	height: 580px;
	float: right;
}
.announcementBlock {
	margin: 5px;
	padding: 10px;
}
.announcementBlock h1 {
	font-size: 22px;
	margin: 5px;
	padding: 5px 5px 0 5px;
	font-family: Georgia, Tahoma, "Times New Roman", Times, Serif;
	font-style: italic;
	color: #E0D5C5;
}
.announcementBlock p {
	margin: 0;
	padding: 0 5px 5px 5px;
}
.announcementBlock img {
	margin: 5px;
}

/*****************************
MARTINI PAGE STYLES
*****************************/
.martini {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 0 5px;
	color: #f9d9bb;
}
table#whiteWine caption,table#redWine caption {
font-size:2em;
margin-top:1em;
}
table#whiteWine,table#redWine {
width:22em;
}
table.drinkSpecialTable {
width:18em;
}
.drinkSpecialTable .dayOfWeek {
text-align:center;
font-weight:bold;
color:#f9d9bb;
background-color:#000;
}
/*****************************
MENU PAGE STYLES
*****************************/
.dish {
	font-family:Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	padding: 5px 5px 0 5px;
	color: #f9d9bb;
	text-transform:uppercase;
}
.menuHilite .dish {
	color:#A72C2F;
}
.menuHilite p {
	color:#000;
}
.menuHilite {
	background-color:#FC9;
}
.description {
	margin: 0;
	padding: 0 10px 10px 10px;
}
.menuNote {
	background: #2c1609;
	color: #b9a9a0;
	border: solid 1px #907a6e;
	margin: 5px 40px;
	padding: 10px;
	text-align: center;
}
.menuDisclaimer {
	font-size: 10px;
	text-align: center;
	clear: both;
}

/*****************************
PHOTO GALLERY STYLES
*****************************/
#galleryPage {
	margin: -65px 0 0 0;
	text-align: center;
}
#galleryPage form {
	margin: 0;
	padding: 0;
	text-align: right;
}
/*****************************
WEBCAM STYLES
*****************************/
#webCam {
	text-align: center;
}
#webCamIframe {
	margin: auto;
	width: 100%;
	height: 400px;
	border: none;
	overflow: hidden;
	background: #000000;
}