/* 
	Bistro 71
	
	Table of Content
	
	1. Resets
	2. Base Styling/Page Contraints
	3. Header
	4. Content
	5. Footer
	6. Generic Classes
	
*/

/*mmmmm Resets mmmmm*/
@import url("reset.css");

/*mmmmm Base Styling / Page Constraints mmmmm*/
body {
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	background:url(../imgs/bkg_body.png) repeat;
}
#wrapper {
	margin:0 auto;
	width:1000px;
	background-color:#FF0000;
}
#header {
	background:url(../imgs/bkg_header.png) repeat-x;
	position:relative;
	height:128px;
}
#navigation {
	background-color:#d9c092;
	border-top:1px solid #FFF;
	border-bottom:1px solid #E7D8BE;
	height:26px;
	position:relative;
}
#content {
	background-color:#f1eadd;
}
#footer {
	background-color:#d9c092;
	border-top:1px solid #f1eadd;
	position:relative;
	height:80px;
}

a {color:#776263;}
a:hover {color:#76494c;}

/*mmmmm Header mmmmm*/
#header #logo {
	position:absolute;
	left:134px;
	top:46px;
}
#header #tagline {
	position:absolute;
	top:76px;
	right:85px;
	text-align:center;
	width:318px;
}
#header #tagline h4 {
	color:#d0b785;
	text-transform:uppercase;
	font-size:0.7em;
	letter-spacing:2px;
}
#header p {
	position:absolute;
	top:6px;
	right:85px;
	color:#d9c092;
	font-size:0.65em;
	text-transform:uppercase;
}

#header a {
	color:#f1eadd;
}

/*mmmmm Navigation mmmm*/
#navigation ul {
	position:absolute;
	top:6px;
	left:67px;
}
#navigation ul li {
	float:left;
}
#navigation ul li a {
	display:block;
	padding:0 1.55em;
	text-transform:uppercase;
	color:#211e1f;
	text-decoration:none;
	font-weight:bold;
	font-size:0.75em;
}
#navigation ul li a:hover,
#home li.home a,
#restaurant li.restaurant a,
#menu li.menu a,
#event li.event a,
#jobs li.jobs a,
#direction li.direction a {
	color:#6e5758;
	background:url(../imgs/bkg_navItem.png) no-repeat center left;
}
#restaurant li.restaurant ul,
#home li.home ul,
#menu li.menu ul,
#event li.event ul,
#jobs li.jobs ul,
#direction li.direction ul {
	display:block;
}
#navigation #sub-navigation {
	background-color:#e7d8be;
	position:absolute;
	top:25px;
	left:0px;
	width:100%;
	height:25px;
}
#navigation #sub-navigation ul {
	margin-left:0.6em;
}
#navigation #sub-navigation ul li a {
	font-size:0.66em;
	padding:3px 0.8em;
	background-image:none !important;
}
/*mmmmm Content mmmmm*/
#content h2 {
	color:#776263;
	text-transform:uppercase;
	font-size:1.2em;
	margin:26px 0 8px;
}

#content h3 {
	color:#211e1f;
	text-transform:uppercase;
	font-size:1.2em;
	margin:26px 0 8px;
}

#content #right-column {
	float:right;
	width:428px;
	padding-right:10px;
}
#content p {
	color:#211e1f;
	font-size:0.75em;
	line-height:1.9em;
}

.subpage {
	padding-top:30px;
	min-height:350px;
}
.subpage h2 {
	font-size:0.9em !important;
	margin-top:0 !important;
}

.subpage h3 {
	font-size:12px !important;
	margin-top:20px !important;
}
.subpage #right-column {
	width:400px !important;
	padding-right:80px !important;
}

#content .imageBox {float:left; width:499px;}
#content .imageBox p {line-height:16pt; text-align:center; font-size:11px; }

/*mmmmm News mmmmm*/
#news {
	background-color:#e7d8be;
	height:95px;
	padding:9px 0 9px 0;
}
#news h4 {
	border-right:1px solid #D0B785;
	color:#6A5657;
	float:left;
	font-size:0.7em;
	height:56px;
	letter-spacing:1px;
	margin-left:28px;
	padding:40px 27px 0;
	text-transform:uppercase;
}
#news ul {
	float:right;
}
#news ul li {
	width:795px;
	color:#675455;
}
#news ul li span {
	float:left;
	width:490px;
	font-size:0.75em;
	line-height:1.5em;
}
#news ul li strong {
	display:block;
	color:#211e1f;
	font-size:0.75em;
	text-transform:uppercase;
}
#news ul li strong span {
	float:none;
	width:auto;
	font-size:1.2em;
	margin:0 5px 0 2px;
	color:#645253;
}
#news ul li img {
	float:right;
	margin:-31px 51px 0 0;
}
/*mmmmm Footer mmmmm*/
#footer p {
	color:#211e1f;
	font-size:0.7em;
	text-transform:uppercase;
	top:10px;
	left:156px;
	line-height:14pt;
}

span.label,span.spacer,span.multiple span {float:right; font-size:11px;} 
span.multiple {float:left;} 
div.clear {clear:both;padding-top:5px;} 

/*mmmmm Generic Classes mmmmm*/



.floatLeft {
	float:left;
}
.floatRight {
	float:right;
}
ul li.last, ul li a.last {
	border-right:none !important;
}
.clearfix:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0;
}
.clearfix {
    display: inline-block;
}
html[xmlns] .clearfix {
    display: block;
}
* html .clearfix {
    height: 1%;
}
