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

body, html {margin: 0; padding: 0; }

body {
	background: #525355 url(images/body_bg.gif);
	font-family: Trebuchet MS, arial, verdana,  sans-serif;
	font-size: 12px;
	line-height: 1.4;
	color: #ffffff;
	}

p {}
a {color: #e3217e; text-decoration: none;}
a:hover {color: #ea8e0c;text-decoration: underline;}

h1, h2, h3 {
	font-weight: normal;
	font-family: arial, verdana,  sans-serif;
color: #e3217e;
	}

h1 {
	margin: 0px 0px 0px 0px;
	font-size: 31px;
	padding-bottom: 5px;
	}
h2 {
	font-size: 1.7em;
	margin-bottom: 2px;
	margin-top: 15px;
	}
h3 {
	font-size: 1.3em;
	margin-bottom: -8px;
	margin-top: 18px;
	}
	
	
h4 {}
h5 {}

hr {
	border: 0;
	border-bottom: 1px solid #ddd;
	background: transparent;
	}

.clear {clear: both;}
.center {text-align: center; margin: 15px;}
.red {color: #ca1a0f;}

/* -----------------
SECTIONS
--------------------*/

#body-inner {
background: url(images/top_bg.gif) top center repeat-x;
}

#container{ 
	width: 935px;
	margin: 0px auto;
background: url(images/top.gif) top right no-repeat;
padding-top: 40px;
	}


#logo {border: 0px;}

.headerimg {
border: 3px solid #2b2b2c;
margin-left: 27px;
}

#content {
	width: 738px;
	float: right;
background: #39393b url(images/content_bg.gif) right repeat-y;
padding: 7px 0px 0px;
margin-right: 0px;

	}

#content-inner {
padding: 30px 32px 90px;
background: url(images/bottom.gif) bottom no-repeat;
min-height: 264px;
}

#content-left {
width: 220px;
float: left
}

#content-left-menu {
width: 210px;
float: left;
font-size:14px;
}

#content-right{
margin-left: 225px;
}

#content-left h3 {margin-top: 10px;}


#sidebar {
	float: left;
	color: #fff;
	font-size: 1.2em;
	padding: 82px 0px 0px;
position: relative;
left: 20px;
	}


#footer {
	font-size: .75em;
	color: #fff;
margin-top: 50px;
	}

.gallery a img {
border: 1px solid #848484;
margin-right: 14px;
margin-top: 14px;
}

.gallery a img.end {margin-right: 0px;}

.gallery a img:hover {
border: 1px solid #E3217E;
}
		
/* -----------------
MENU
--------------------*/	

#menu {	
width: 140px;
background: #e32c6d url(images/menu_bg.gif) top left repeat-y;
 padding: 25px 20px 10px;
	}

#menu ul {
	list-style-type: none; 
	margin: 0px;
	padding: 0px;

	}

#menu li {
	margin: 0px;	}

#menu li a {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	}

#menu li a img {
	border: 0px;
	padding: 8px 0px;
	}


.menuthumbs {
width:120px;
float:left;
margin-left:10px;
margin-right:10px;
text-align:center;
color: #e3217e;
line-height:2em;
}

#menuslge {
width:680px;
}

#menuslge img {
padding-left:3px;
padding-bottom:25px;
}

#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#brunch{
	display: none;
}

#brunch img{
	height: 80vh;
}
