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

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #000011; 
	margin: 0; 
	padding: 0;
	text-align: center; 
	color: #FFFFCC; 
}


#container { 
	width: 900px;  
	background: #660000;
	margin: 3% auto; 
	padding: 0;
	border: 1px solid #000000;
	text-align: left; 
	overflow: hidden; 
} 

#header { 
	margin: 5px auto;
	padding: 0;  
	height: 300px;
	background-color: #660000;
	background-image: url(images/header_bkgd4.jpg);
	background-position: center;	
	background-repeat:no-repeat;
} 

#header h1 {
	margin: 0; 
	padding: 0 10px; 
	font-family: "Trebuchet MS";
	font-size: 1.5em;
	color:#FFF7CC;
	background: #660000;
	line-height: 1em;	
}

#header h2 { 
	margin: 10px;
	padding: 0 20px;
}

#content { 
	width: 885px;
	margin:  0 auto;
	border: solid 1px #660000; /* closed gap between header and content */
	padding: 0;
	overflow: hidden; /* to help keep sidebar and maincontent similar lengths. */
}


#sidebar1 { 
	float: left; /* 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: 0; 
	border: 0;
	padding: 15px 10px 15px 0;
}

#maincontent { 
	margin: 0 0 0 220px; 
	padding: 0; 
} 



#footer {
	margin: 0;
	padding: 0;
	background:#660000;
	border-top: 1px solid #4A3328;
} 

#footer p {
	margin: 0; 
	padding: 10px 0; 
	font-size: 0.7em;
	color: #FFFFF9;
	text-align: center;
}


#footer p>a {
	color: #FFFFF9;
}

.fltrt { 
	float: right;
	margin-left: 8px;
}
.fltlft { 
	float: left;
	margin-right: 8px;
}
.clearfloat { 
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.centertext {
	text-align:center;
}

.image_border {
	border: solid 3px #2A3C30;
}

.centered {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.caption {
	position:relative;
	display:block;
	width: 50%;
	font-size:.8em;
	text-align:center;
	font-weight:bold;
	font-style:italic;
	white-space:nowrap;
	background-image: url(images/dance_back.png);
	background-position:center;
	background-repeat: no-repeat;
	/*border-top: solid 2px #B39B54;
	border-right: solid 2px #2A3C30;
	border-bottom: solid 2px #2A3C30;*/
	border-left: solid 2px #B39B54;
}

.center_small_text {
	font-size: .8em;
	text-align:center;
}

.small_text {
	font-size: .9em;
}

.bold {
	font-weight: bold;
}

.center_hr {
	border: 1px solid #B39B8F;
	width: 90%;
	margin: 0 auto;
}

.emphasis {
	font-style:italic;
}

.reverse_text {
	display:block;
	background: #B39B54;
	color: #000011;
}

.nicole_text {
	color:#FFFFFF;
}
#map {
	margin: 0 auto;
	border: 0;
	padding: 0;
	color:#000000;
	font-size: .8em;
}

/***sidebar1 menu and layout***/


#menubar {
	background-color: #660000;
} 

#menubar ul {
	list-style:none;
	margin: 0;
	border: 0;
	padding: 0;
}
	
.menu {
	display:inline-block;
	display:block;
	padding:0;
	margin:2px 0 auto;
	font-family: arial, helvetica, sans-serif;
	white-space:nowrap;
	overflow:hidden;
  }

* html .menu {
	display:block;           /* for IE only */
	width:1px;               /* IE will expand 1px width to fit menu width */
	padding:0 2px;           /* fix bug in IE to get border spacing correct */
  }  
.menu li {
  display:block;             /* ignored by IE */
  
  }
* html .menu li {
  display:block;             /* for IE only */
  }
.menu a {
	display:block;
	padding:0.5em 1em;
	background:#A39039;
	color:#FFF78D; /*  */
	text-decoration:none;
	border-left: 10px solid #B39B54;
	margin-top: 3px;
	overflow: hidden;
  }
 * html .menu a {
  display: block;          /* for IE only */ 
  margin:0 -2px;           /* to correct an IE bug that doubles the border width */  
  }
.menu a:hover {
	border-left: solid 10px #A39039;
	background:#B39B54;
}
  
.menu li a#current {/* current page, move id in the xhtml when showing a new page */
border-left: 10px solid #8F6900;
} 

#sidebar1 h4 {
	color:#FFFFCC;
}

/***main content and layout**/
#maincontent h1 {
	font-size:1.5em;
	color:#FFFFBF;
}
#maincontent h2 {
	text-align:center;
	font-size:1.0em;
	color:#FFFFCC;
}
#maincontent h3 {
	text-align:center;
	font-size:.9em;	
}

#maincontent h3>a {
	font-size: 1em;
	color: #FFFFCC;
}

#maincontent h5 {
	text-align:center;
	
}

a:link {color:#FFFFCC;}
a:visited {color:#FFFFCC;}
a:hover {background-color:#83A956;}
a:active {background-color:#577E2D;}

#right {
	width: 600px;
	margin: 0 auto;
	background-image:url(images/restaurant2.jpg);
	background-repeat:no-repeat;
	background-position:center;
	height: 216px;
}

#yelp {
	text-align:center;
	color:#FFFFE6;
}

#yelp a:link {color: #FFFFCC; text-decoration: none;}     /* unvisited link */
#yelp a:visited {color: #83A956; text-decoration: none;}  /* visited link */
#yelp a:hover {color: #821115; text-decoration: none;}    /* mouse over link */
#yelp a:active {color: #577E2D; text-decoration: none;}   /* selected link */