@charset "utf-8";
/* CSS Document */

body
{
	background: #5b662e url(images/sagraBistro_background_green.png) top left repeat;	
	font-family: Arial, Helvetica, sans-serif;
}

h1, h2
{
	color: #5b662e;
	font-weight: normal;
}

h3, h4, h5, h6
{
	color: #000;
	font-weight: normal;
}

#body_content a
{
	text-decoration: none;
	color: #5b662e;
}

#body_content a:hover
{
	text-decoration: underline;	
}

.no-hand
{
	cursor: default;	
}

#main
{
	margin-top: 45px;
}

/* HEADER */
#header
{
	background: url(images/main_top_bg.png) top center no-repeat;
	width: 940px;
	height: 170px;
	padding-top: 24px;
}

#header #nav-container
{
	margin: 0px;	
}

#header #nav li
{
	display: inline;
}

#header #nav li a
{
	background: url(images/navigation.png) no-repeat;
	float: left;
	height: 0;
	overflow: hidden;
	position: relative;
	top: 76px;
	left: 51px;
	padding-top: 37px;
	text-indent: -9999px;
}

#header #nav li#nav-home a{
	background-position: 0px 0px;
	width: 128px;
}	

#header #nav li#nav-home a:hover{
	background-position: 0px -47px;
}	

#header #nav li#nav-the-bistro a{
	background-position: -128px 0px;
	width: 147px;
}	

#header #nav li#nav-the-bistro a:hover{
	background-position: -128px -47px;
}	

#header #nav li#nav-about-us a{
	background-position: -275px 0px;
	width: 138px;
}	

#header #nav li#nav-about-us a:hover{
	background-position: -275px -47px;
}	

#header #nav li#nav-photo-gallery a{
	background-position: -414px 0px;
	width: 179px;
}	

#header #nav li#nav-photo-gallery a:hover{
	background-position: -414px -47px;
}	


#header #nav li#nav-blog a{
	background-position: -592px 0px;
	width: 70px;
}	

#header #nav li#nav-blog a:hover{
	background-position: -592px -47px;
}	

#header #nav li#nav-the-bistro ul 
{
	position: absolute;
	top: 32px;
	left: -8px;
	height: 0;
	width: 600px;
	display: none;
	z-index: 5000;
}

#header #nav li#nav-the-bistro ul li
{
	text-indent: -9999px;
}

#header #nav li#nav-the-bistro ul #nav-sub-menu a
{
	background-position: 0px -86px;
	width: 62px;
	height: 20px;
	padding-top: 0;
	margin-left: 10px;
}

#header #nav li#nav-the-bistro ul #nav-sub-menu a:hover
{
	background-position: 0px -112px;
}

#header #nav li#nav-the-bistro ul #nav-sub-location a
{
	background-position: -62px -86px;
	width: 88px;
	height: 20px;
	padding-top: 0;
}

#header #nav li#nav-the-bistro ul #nav-sub-location a:hover
{
	background-position: -62px -112px;
}

#header #nav li#nav-the-bistro ul #nav-sub-private-dining-room a
{
	background-position: -150px -86px;
	width: 182px;
	height: 20px;
	padding-top: 0;
}

#header #nav li#nav-the-bistro ul #nav-sub-private-dining-room a:hover
{
	background-position: -150px -112px;
}

#header #nav li#nav-the-bistro ul #nav-sub-reservations a
{
	background-position: -332px -86px;
	width: 119px;
	height: 20px;
	padding-top: 0;
}

#header #nav li#nav-the-bistro ul #nav-sub-reservations a:hover
{
	background-position: -332px -112px;
}

#header #nav li#nav-the-bistro ul #nav-sub-birthday-club a
{
	background-position: -451px -86px;
	width: 118px;
	height: 20px;
	padding-top: 0;
}

#header #nav li#nav-the-bistro ul #nav-sub-birthday-club a:hover
{
	background-position: -451px -112px;
}

#header #nav li#nav-about-us ul 
{
	position: absolute;
	top: 32px;
	left: 116px;
	height: 0;
	width: 500px;
	display: none;
        z-index: 5000;
}

#header #nav li#nav-about-us ul li
{
	text-indent: -9999px;
}


#header #nav li#nav-about-us ul #nav-sub-about-the-chefs a
{
	background-position: 0px -137px;
	width: 137px;
	height: 20px;
	padding-top: 0;
	margin-left: 10px;
}

#header #nav li#nav-about-us ul #nav-sub-about-the-chefs a:hover
{
	background-position: 0px -166px;
}

#header #nav li#nav-about-us ul #nav-sub-in-the-news a
{
	background-position: -137px -137px;
	width: 112px;
	height: 20px;
	padding-top: 0;
}

#header #nav li#nav-about-us ul #nav-sub-in-the-news a:hover
{
	background-position: -137px -166px;
}

#header #nav li#nav-about-us ul #nav-sub-upcoming-events a
{
	background-position: -249px -137px;
	width: 152px;
	height: 20px;
	padding-top: 0;
}

#header #nav li#nav-about-us ul #nav-sub-upcoming-events a:hover
{
	background-position: -249px -166px;
}



#header_main
{
	background: url(images/main_bg.png) top center repeat-y;
	height: 100%;
}
#header_main #logo
{
	margin-left: 26px;	
}

/* BODY */
#body
{
	background: url(images/main_bg.png) top center repeat-y;
	margin: 0;
}

#body_content
{

}

#body_content ul
{
	margin-left: 25px;
}

#body_content p
{
	margin: 10px 0;	
}

/* FOOTER */
#footer
{
	background: url(images/footer_bg.png) top center no-repeat;
	width: 940px;
	height: 176px;
}

#footer #footer_content{
	text-align: right;
	position: relative;
	top: 128px;
	left: 0px;
	font-size: 12px;
	margin-left: -18px;
}

#footer #footer_content #footer_sign_up
{
	margin-right: 12px;	
}

#footer #footer_content a
{
	color: #000;
}

#footer #footer_content img
{
	vertical-align: middle;
	border: none;
	margin-left: 4px;
}

/* COPYRIGHT */
#copyright
{
	color: #fff;
	text-align: center;
	font-size: 10px;
	padding-bottom: 24px;
}

#copyright a
{
	color: #fff;
	text-decoration: none;
}

#copyright a:hover
{
	text-decoration: underline;	
}

#copyright p:first-child
{
	margin-right: 25px;	
}

#copyright .copyright_items
{
	display: inline;
}

.menu_space{
        height: 20px;
}

#footer_sites{
	margin-right: 20px;	
}

.prev {
	float: left;
}

.next {
	float: right;
}

.thumbs img
{
	margin: 4px;
	padding: 2px;
	border: 1px #ccc solid;

}

.album
{
	margin: 7px 0;
	padding: 7px;
	border: 1px #ccc solid;
}

.album .image 
{
	float: right; 
	margin-left: 5px;
}


.album h2.name
{
	font-size: 1.2em;
	font-weight: bold;
	margin: 0;
	padding: 0;
}