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

body  {
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	font: 100% Geneva, Arial, Helvetica, sans-serif;
	background: #291808;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; 
	/* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color:#ececec;
	line-height:1.3em;
}

a:link {color:#C0C0C0; text-decoration:underline;}
a:visited {color:#C0C0C0; text-decoration:underline;}
a:hover {color:#ccffff; text-decoration:underline;}
a:active {color:#CC0000; text-decoration:underline;}


	
#container { 
	background:#280000 url(images/mainBG.png);
	background-repeat:repeat-y;
	width:950px; 
	padding:0px;
	margin: 10px auto; /* the auto margins (in conjunction with a width) center the page */
	text-align: left; /* this overrides the text-align: center on the body element. */
	border:solid 1px #663300; 
	-moz-border-radius:1em;
	-webkit-border-radius:1em;
	border-radius:1em;

} 

.shadow{
box-shadow: 9px 9px 10px #000000;
-webkit-box-shadow: 9px 9px 10px #000000;
-moz-box-shadow: 9px 9px 10px #000000;
filter: progid:DXImageTransform.Microsoft.dropShadow(color=#000000, offX=9, offY=9, positive=true);
}


#header {

	display: block;
	width:100%;
	clear: both;
	margin-bottom:2px;
	text-align:center;
	
	}


/* Tips for sidebar1:
1. Be aware that if you set a font-size value on this div, the overall width of the div will be adjusted accordingly.
2. Since we are working in ems, it's best not to use padding on the sidebar itself. It will be added to the width for standards compliant browsers creating an unknown actual width. 
3. Space between the side of the div and the elements within it can be created by placing a left and right margin on those elements as seen in the ".twoColElsLtHdr #sidebar1 p" rule.
*/

#sidebar1 {
	float: left; /* since this element is floated, a width must be given */
	width: 150px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	padding: 15px 5px 15px 10px; /* padding keeps the content of the div away from the edges */

}
#sidebar2 {
	float: right; /* since this element is floated, a width must be given */
	width:200px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	margin-right:10px;
	padding: 15px 5px 15px 10px; /* padding keeps the content of the div away from the edges */
		
}


#sidebar2 p {color: #ececec;}
#mainContent { 
width:525px;
margin: 0 215px 0 170px; /* the right and left margins on this div element creates the two outer columns on the sides of the page. No matter how much content the sidebar divs contain, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the sidebar spaces when the content in each sidebar ends. */
	padding: 0 10px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	
} 

#footer { 
	clear:both;
	padding:0px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	text-align:center;
	width:100%;
	padding:7px 0 7px 0;
	border-top:solid 1px #663300; 

} 
.copyright {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ text-align:center;
	font-size:12px;
	color:#930;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}

.eatpaintcred {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */ text-align:center;
	font-size:12px;
	color:#630;
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
}
.eatpaintcred a{color:#663300;}

.eatpaintcred a:hover{color:#930;}



.drinks {
border-left:solid 1px #663300;
border-bottom:solid 1px #663300;
padding:2px;}



.drinks h3 {margin-left:10px;}

ul.lst li{
margin:0 0 2px -30px;
list-style:none;
border-bottom:solid 1px #663300;
line-height:18px;
}

ul.lst li em {
float:right;
font-style:normal;
font-weight:normal;
color:#ececec;
}


ul.martini li{
margin:0 0 2px -30px;
list-style:none;
border-bottom:solid 1px #663300;
}

ul.martini li em {

font-style:normal;
font-size:15px;
color:#ececec;
}


.title {color:#BC9D71; font-size:1.2em;}

.press {background:#330000;
-moz-border-radius:1em;
-webkit-border-radius:1em;
border-radius:1em;
padding:2px;}

p.leadway {font-family:futura; margin:5px; padding:5px; color:#FFF; line-height:1.5em;}
p.pressquote {font-family:futura; margin:5px; padding:5px; font-size:90%; color:#fff; border-bottom:1px solid #600;}

p.author{
font-size:10px;
margin: 0;
font-size:.9em;
text-align:right;
padding-right:5px;
font-family:Times New Roman;
font-style:italic;
color:#C30;
}




h1 {font-family: Futura, sans serif; color:#c30; font-weight:100; text-shadow: #000 -5px 5px 5px; margin-left:32px;}

h2  {font-family: Futura, sans serif; color:#099; font-weight:100; text-shadow: #000 -5px 5px 5px; margin-left:32px;} 

h3  {font-family: Futura, sans serif; color:#ccc; font-weight:100; text-shadow: #000 -5px 5px 5px; margin-left:32px;} 

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */





.sexypanels{
list-style-type: none;
margin: 0;
padding: 0;
width: 150px; /* width of menu */

}

.sexypanels li{

}

.sexypanels li a{

font: 18px Futura, sans serif;
display: block;
color:#D9D9D9;
width: auto;
padding: 5px; /* Vertical (top/bottom) padding for each menu link */
margin:5px;
text-decoration:none; 


background-repeat:no-repeat; 
background-position:left; padding:5px 5px 5px 16px;
border-bottom:1px solid #663300;

 /*bottom border of menu link. Should be equal or darker to link's bgcolor*/
}

.sexypanels li a:visited, .sexypanels li a:active{
color: #D9D9D9;
}

.sexypanels li a:hover{

color: #9ff;
border-bottom:1px solid #CC6600;
/*bottom border of menu link during hover. Should be equal or darker to link's hover's bgcolor*/
}


<!--[if IE]>

.sexypanels li a{ /* Menu link width value for IE */
width: 100%;
}

<![endif]-->


/* Miscellaneous classes for reuse */
.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
}
.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}
<!--[if IE 5]>

/* place css box model fixes for IE 5* in this conditional comment */
.thrColFixHdr #sidebar1 { width: 180px; }
.thrColFixHdr #sidebar2 { width: 190px; }
</style>
<![endif]--><!--[if IE]>
<style type="text/css"> 
/* place css fixes for all versions of IE in this conditional comment */
.thrColFixHdr #sidebar2, .thrColFixHdr #sidebar1 { padding-top: 30px; }
.thrColFixHdr #mainContent { zoom: 1; }
/* the above proprietary zoom property gives IE the hasLayout it needs to avoid several bugs */

<![endif]-->