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

/*new --------------------------*/


.specials {
	font-size:13px;
}

.specials-gold {
	color:#D7A14E;
	font-weight:bold;
}

body {
	background-color: #000000;
	background-image: url(images/19th-bg2.jpg);
	background-repeat: repeat-x;
	background-position:50% 0px;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	min-width:1020px;
}

body,td,th {
	font-family:Palatino Linotype, Georgia, Times New Roman, Times, serif;
	line-height:1em;
}

a { text-decoration:none; color:#D7A14E;}
a:hover { color:white; border-bottom: dotted 1px #D7A14E; }

a.darklink { color:#003300;}
a.darklink:hover {  color: #009900; border:none;}

a img { border:none;}

h1,h2,h3 { margin:0px; padding:0px; line-height:1em;}

hr { border:none; border-top: #FFFF99 dotted 1px;}

.goldtext {
	color:#D7A14E
}

.outer{
	background-image:url(images/19th-bg1.jpg);
	background-repeat:no-repeat;
	background-position:50% 0px;
	height:500px;
	

}

.inner {
	margin:auto;
	width:1020px;
	}
	
.logo { position:absolute; z-index:0; margin:0px; margin-left:-3px;}

.top {
	height:100px;
	}

.top .nav { float:right; margin-right:10px;}
.top .nav a { 
	display:block; 
	float:left; 
	text-decoration:none; 
	
	font-weight:bold;
	color: #132101;
	color:black;
	margin-left:5px; 
	padding:60px 7px 7px 7px;
	font-size:16px; }
	
	
.top .nav a:hover { color:#FFFFFF; background-image:url(images/DarkGreenBG-50pc.png);}

.mainarea { padding:20px;

}

.frontpic { /*border:#00CC00 1px solid;*/ width:835px; height:416px; position:absolute; z-index:100; margin-left:174px;
	background-image:url(images/frontPic1.png); background-repeat:no-repeat;}
.frontpic>div  { margin:8px 0px 0px 8px; background-image:url(images/frontPic-woodBG.jpg); background-repeat:no-repeat; height:100%}

.contactpage {  }
.contactpage>div { padding:20px;}



.weekly-links {margin-top:-50px; padding:0px 50px;}

.weekly-links a { padding:5px; background:#000000; font-size:18px; margin-right:10px;}
.weekly-links a:hover { background:none transparent; background-image:url(images/blackBG-50pc.png);}

.frontleft { float:left; margin-top:130px; width:175px;}
	a.FL-link, .FL-link {
	filter:alpha(opacity=50);
	-moz-opacity:0.50;
	-khtml-opacity: 0.50;
	opacity: 0.50;
		}
	
	a.FL-link:hover, .FL-link:hover {
	filter:alpha(opacity=100);
	-moz-opacity:1.0;
	-khtml-opacity: 1.0;
	opacity: 1.0;
	border:none;
	}

.frontbottom { width:800px; float:right; margin:380px 25px 0px 0px;}

.frontbottom .FBtabs { padding-top:0px; width:190px; float:left; margin-bottom:10px; margin-right:10px; background-position:bottom; }
.frontbottom .FBtabs:hover {  margin-bottom:0px; margin-top:10px;}

.frontbottom .FBtabs>div {background-image:url(images/blackBG-Grad1.png); background-repeat:repeat-x; height:140px;}
.frontbottom .FBtabs:hover>div { background-position:0px -10px;}

.frontbottom .FBtab1 { background-image: url(images/FB-happyhour.jpg);  }
.frontbottom .FBtab2 { background-image:url(images/FB-beerbrunch.jpg); height:160px; }
.frontbottom .FBtab3 { background-image:url(images/FB-party4.jpg); height:153px; }
.frontbottom .FBtab4 { background-image:url(images/FB-GameTime.jpg); height:150px; }


.frontbottom .FBtabs>div>a { display:block; height:100%; border:none;}




.menu{ padding:20px; color:White; float:right; width:800px;}

.menu h1, .menu h2, .menu h3, .menu p  { padding:0px; margin:0px; line-height:normal;}
.menu h2 { margin-top:30px; margin-bottom:10px; padding-bottom:0px; text-transform:uppercase; color: #FFFF99; border-bottom:#996600 dotted 1px;}
.menu h3, .menu h4 { margin:0px 0px 0px 0px; color:#D7A14E}
.menu p { margin-bottom:10px;}

.menu-catagory{ 
}

.menu-title { font-weight:bold;}






.footer { margin:auto; text-align:center; margin-top:50px; color:#A0744B; font-size:12px;}

.footer a {color:#A0744B;}
.footer a:hover { color:white;}



/*light box style --------------------------*/

.LB-black-overlay {
    display: none;
    position: fixed;
    top: 0%;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: #000;
    z-index:1001;
    -moz-opacity: 0.5;
    opacity:.50;
    filter: alpha(opacity=50);
}

.LB-white-content {
    display: none;
    /*position: absolute;
	z-index:1002;
	top:0px;
    width: ;
    height: ;
    padding: 0px;
    margin: ;
    border: 0px solid #666;
    background-color:;
	background-image:url(images/bg-black-25pc.png);
    
	float:left;
	margin-top: 12px;
    margin-left: 12px;*/
}

/*.LB-white-content img { margin:30px 10px 10px 10px; width:680px; }
*/


a#close {
    height: 30px;
    width: 30px;
    position: absolute;
    top: -7px;
    right: -8px;
    background: url(images/close.png) 0 -30px ; display:block;
	
	
}

a#close:hover {
    background: url(images/close.png) 0 0px;
	
} 

a.pdflink { color:#FFFFFF}




