/*
THEME NAME: Sandbox
THEME URI: http://www.plaintxt.org/themes/sandbox/
DESCRIPTION: Rich with powerful and dynamic semantic class selectors, Sandbox is a canvas for CSS artists
VERSION: 1.6.1
AUTHOR: <a href="http://andy.wordpress.com/">Andy Skelton</a> &amp; <a href="http://www.plaintxt.org/">Scott Allan Wallick</a>
AUTHOR URI:
TAGS: sandbox, microformats, hcard, hatom, xoxo, widgets, blank slate, starter theme, minimalist, developer
*/
@charset "utf-8";
body {
	font: 14px Cochin, Baskerville, 'palatino linotype', Georgia, serif;
	background-image: url(http://www.uptownloungenyc.com/wp-content/themes/uptown/images/Uptown3.jpg);
	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;
	max-width:1440px;
}
.twoColLiqLtHdr #main h1 {
	font-family: EcuyerDAX;
	color: #371601;
}
.twoColLiqLtHdr #main h2 {
	font-family: EcuyerDAX;
	color: #000;
}
.twoColLiqLtHdr #container {
	width:980px;
	background: rgb(255, 255, 255); /* The Fallback */
	background: rgba(255, 255, 255, .4);
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000;
	text-align: left;
	overflow:auto;
	margin-top:6%;
	/* this overrides the text-align: center on the body element. */
}


#navbar {
	margin:0px 0px 0px 0px;
        padding:10px 0px 20px 0px;
	background-color:#3d5544;
        width:980px;
        z-index:8;
       
	position:relative;
	text-align:center;
	border-bottom:1px solid #000;
        height:50px;
        
}

.nav li {

list-style-type:none;

}

.nav li a {
position : absolute;
top : 0px;
margin:0;
padding : 0;
display : block;
height : 50px;
text-indent : -9999px;
overflow : hidden;
background: url(http://www.uptownloungenyc.com/wp-content/themes/uptown/images/navbar2.gif) no-repeat;

}



li#nav_about a {
left : 0px;
width : 90px;
background-position : 0 0;
}
li#nav_menu a {
left : 90px;
width : 85px;
background-position : -90px 0;
}
li#nav_daily a {
left : 175px;
width : 207px;
background-position : -175px 0;
}
li#nav_event a {
left : 382px;
width : 220px;
background-position : -382px 0;
}
li#nav_cater a {
left : 602px;
width : 136px;
background-position : -602px 0;
}
li#nav_gallery a {
left : 738px;
width : 124px;
background-position : -738px 0;
}
li#nav_contact a {
left : 862px;
width : 118px;
background-position : -862px 0;
}
li#nav_about a:hover {
background-position : 0 -120px;
border-bottom:none;
}
li#nav_menu a:hover {
background-position : -90px -120px;
border-bottom:none;
}
li#nav_daily a:hover {
background-position : -175px -120px;
border-bottom:none;
}
li#nav_event a:hover {
background-position : -382px -120px;
border-bottom:none;
}
li#nav_cater a:hover {
background-position : -602px -120px;
border-bottom:none;
}
li#nav_gallery a:hover {
background-position : -738px -120px;
border-bottom:none;
}
li#nav_contact a:hover {
background-position : -862px -120px;
border-bottom:none;
}
/* Tips for sidebar1:
1. since we are working in percentages, it's best not to use padding on the sidebar. It will be added to the width for standards compliant browsers creating an unknown actual width. 
2. 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 ".twoColLiqLtHdr #sidebar1 p" rule.
3. Since Explorer calculates widths after the parent element is rendered, you may occasionally run into unexplained bugs with percentage-based columns. If you need more predictable results, you may choose to change to pixel sized columns.
*/
.twoColLiqLtHdr #sidebar1 {
	float: left;
	width: 400px; /* since this element is floated, a width must be given */
	/* the background color will be displayed for the length of the content in the column, but no further */
	padding: 0px 0;
        display:none; /* top and bottom padding create visual space within this div  */
}
#logo {
	width:330px;
	margin:60px 0px 26px 40px;
	text-indent: -9999px;
}
/* Tips for mainContent:
1. the space between the mainContent and sidebar1 is created with the left margin on the mainContent div.  No matter how much content the sidebar1 div contains, the column space will remain. You can remove this left margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends.
2. to avoid float drop at a supported minimum 800 x 600 resolution, elements within the mainContent div should be 430px or smaller (this includes images).
3. in the Internet Explorer Conditional Comment below, the zoom property is used to give the mainContent "hasLayout." This avoids several IE-specific bugs.
*/
.twoColLiqLtHdr #main {
	width:920px;

	padding:10px 10px 0px 10px;
	margin:100px 10px 30px 10px;
	background-color:#FFF;
	border: 2px solid #fff;
	background-image:url(http://www.uptownloungenyc.com/wp-content/themes/uptown/images/cityscenes.gif);
	background-repeat:repeat;
	min-height:770px;
}
#footer {
	margin: 0 auto;
	width:980px;
        border-left: 1px solid #000;
        border-right: 1px solid #000;
	
	background-color:#60492f;
	
	text-align:center;
	padding:10px 0px 10px 0px;
}

#footer a:link {

color:#800000;



}
#foot li {
	
	display:inline;
	padding:10px 10px 0px 10px;
	margin:0px 0px 0px 0px;
	text-align:center;
	font-size:1em;
	color:#fff;
}

#address {
	float:left;
	margin:0 auto;
	margin-bottom:16px;
}

#addy li {
	font-family:EcuyerDAX;
	font-size:1.75em;
	list-style-type:none;
	
	

}

#map {
	padding:50px 0px 0px 0px;
	margin:50px 0px 20px 15px;
	border:0px;

	
}


#map img {border:none;}



.info {
	font-size:.714em;
}
   
      a:hover {background:#ffffff; text-decoration:none;} /*BG color is a must for IE6*/
   
      a.tooltip span {display:none; padding:2px 3px; margin:280px 190px 0px 0px; width:130px;}
   
      a.tooltip:hover span{display:inline; position:absolute; background:#ffffff; border:1px solid #cccccc; color:#60492f;}

.alignnone {

margin-left: 30px;
border: 2px solid #000;
}


#photogallery1 {
float:right;
padding-right:20px;
}
.aligncenter{
margin-bottom:20px;
}
#photogallery2 {
float:left;
margin-right:35px;
padding-left: 20px;
}
.alignleft{
margin-bottom:20px;
}

.alignright{
margin-bottom:20px;
}

.menudesc {

font-style: italic;
font-weight: lighter;
font-size:x-small;

}

#starters {

width: 440px;
float: right;
margin-top:90px;



}

#starters2 {

width: 440px;

}

#pizzas {

width: 440px;
float:right;

}

#pastas {

width: 440px;

}
#salads {

width: 440px;
float:right;

}
#entrees {

width: 440px;
float:right;
margin-top:90px;




}
#entrees2 {

width: 440px;



}

#bread {

width: 440px;


}


h3 {

font-family: Byron;
font-size: 2em;
color: #371601;



}


.choice {
font: 1em Cochin, Baskerville, 'palatino linotype', Georgia, serif;
}

#wine {

float:right;
margin-right:100px;
font-size:1.714em;

}
#wine a:link {

color:#371601;

}



/* 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;
}
