/*****************************************************************
	Description:	Master stylesheet for Bistro-921.com
	Author:			420 Design	fourtwentydesign.com
	Version:		2007.05
*****************************************************************/

body {
	margin: 0;
	padding: 0;
	font: small/1.5em Arial, Helvetica, sans-serif;
	background: url(/images/bg-body.gif);
	color: #4d1701;
}



/*	GLOBAL
-------------------------------------------------------------------*/
.clearer {
	clear: both;
	height: 1px;
	overflow: hidden;
	margin-top: -1px;
}

p a { color: #4d1701; }

p a:hover { text-decoration: none; }

h1, h2, h3, h4, h5, h6 { font-family: Georgia, "Times New Roman", Times, serif; }

#masthead h1, h1 a {
	background: url(/images/921logo.gif) no-repeat;
	width: 177px;
	height: 145px;
	display: block;
}

#masthead h1 {
	position: absolute;
	top: 12px;
	left: 33px;
}

#masthead h1 span {
	display: none;
}

#leftColumnSpan2 h1 {
	font-weight: normal;
	border-bottom: 1px solid #4d1701;
}

h2 {
	color: #932100;
	font-weight: normal;
	margin-bottom: .5em;
}

h3, h3 a { 
	color: #932100;
	font-weight: normal;
}

h3 a:hover { text-decoration: none; }

.reservation {
	background: url(/images/icon-reserved.jpg) no-repeat 0 10px;
}

.reservation h3 {
	padding-left: 110px;
}

.columnOne h4,
.columnTwo h4,
.columnThree h4 {
	color: #b61f11;
	margin-bottom: -10px;
}

h4 span {
	font-weight: normal;
}

p.pagination {
border-top: 1px solid #e9be9a;
padding-top: .6em;
margin: 0 27px;
font-size: 85%;
}


/*	MASTHEAD
-------------------------------------------------------------------*/
#mastheadContainer {
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 299px;
	background: url(/images/bg-mastheadContainer.gif) repeat-x 0 0;
}

#masthead {
	margin: 0 auto;
	padding: 0;
	width: 746px;
	height: 299px;
	background: url(/images/masthead-home.png) no-repeat !important;
        background: url(/images/masthead-home.gif) no-repeat;
	position: relative;
}




/*	CONTENT - basic
-------------------------------------------------------------------*/
#contentContainer {
	width: 100%;
	margin: 0;
	padding: 0;
}

#content {
	width: 726px;
	margin: 0 auto;
	background: url(/images/bg-content.png) repeat-y 0 0 !important;
        background: url(/images/bg-content.gif) repeat-y 0 0;
}

/* 2-column layout - 1 wide, 1 narrow */
#leftColumnSpan2 {
	width: 436px;
	float: left;
	margin: 0 14px 0 25px;
	padding: 0;
	overflow: hidden;
}

#rightColumnSpan1 {
	width: 216px;
	float: right;
	margin: 0 25px 0 0;
	padding: 0;
}

/* skinny columns - 3-column layout */
.columnSpan1 {
	width: 216px;
	float: left;
}

.columnOne {
	margin: 0 16px 0 25px;
}

.columnTwo {
	margin: 0;
}

.columnThree {
	margin: 0 25px 0 0;
	float: right;
}




/*	NAVIGATION
-------------------------------------------------------------------*/
ul#nav {
	text-align: center;
	list-style: none;
	display: block;
	background: url(/images/bg-nav.png) no-repeat !important;
        background: url(/images/bg-nav.gif) no-repeat;
	height: 37px;
	margin: 0 0 1.3em 0;
	padding: .5em 0 0 0;
	font-family: Georgia, "Times New Roman", Times, serif;
}

ul#nav li {
	display: inline;
	margin: 0;
	padding: 0 .8em;
}

ul#nav li a {
	color: #932100;
	text-decoration: none;
	font-size: 95%;
}

ul#nav li a:hover {
	text-decoration: underline;
}

ul#nav li.current a:hover {
	text-decoration: none;
}



/*	FOOTER
-------------------------------------------------------------------*/
#footerContainer {
	width: 100%;
	margin-top: 2em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 80%;
	color: #ac7845;
}

#footer {
	width: 726px;
	height: 40px;
	margin: 0 auto;
	background: url(/images/bg-footer.png) no-repeat 0 0 !important;
        background: url(/images/bg-footer.gif) no-repeat 0 0;
	border-bottom: 1px solid #b8b6ad;
}

#footer p#copyright {
	float: left;
	line-height: 1em;
	margin: 1.7em 0 0 25px;
	padding: 0;
}

#footer p#credit {
	float: right;
	line-height: 1em;
	margin: 1.7em 25px 0 0;
	color: #cda676;
}

#footer p#credit a {
	color: #cda676;
}

#footer p#credit a:hover {
	text-decoration: none;
}



/*	MENU SIDENAVS
-------------------------------------------------------------------*/
#rightColumnSpan1 ul.sidenav {
	color: #4d1701;
	list-style: none;
	margin: 0;
	padding: 0;
}

#rightColumnSpan1 ul.sidenav li {
	margin: .2em 0 .5em 1.4em;
}

#rightColumnSpan1 ul.sidenav li a {
	color: #4d1701;
}

#rightColumnSpan1 ul.sidenav li a:hover { text-decoration: none; }

#rightColumnSpan1 ul.sidenav li.active a {
	text-decoration: none;
}

#rightColumnSpan1 h2 a {
	color: #932100;
}

#rightColumnSpan1 h2 a:hover {
	text-decoration: none;
}