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

html, body {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	background-color: #000;
	/* overflow: hidden; */
	font-family: 'Lora', serif;
}
#bg {
  position: fixed; 
  top: 0; 
  left: 0; 
  /* Preserve aspet ratio */
  min-width: 100%;
  min-height: 100%;
}
.fullBg {
	position: fixed;
	top: 0;
	left: 0;
	overflow: hidden;
}

#maincontent {
	position: absolute;
	left: 0;
	z-index: 50;
	width: 100%;
	/*background: #fff;
	opacity: 0.9; 
	filter: alpha(opacity=90); */
	}

/* header */
#header-wrap {
	position: relative;
	top: 0;
	width: 100%;
	height: 189px;
}
#header-container {
	background-image: url(../images/header_bg.png);
	background-repeat: repeat-x;
	height: 189px;
}
#header {
	width: 870px;
	margin: 0 auto;
	padding-left: 150px;
	position: relative;
}
#ThirstyScholar {
	text-align: left;
	width: 320px;
	margin: 0;
	position: absolute;
	top: 77px;
	color: #fff;
	font-size: 25px;
	font-weight: bold;
}
#headerLogo {
	margin-left: 40px;
	float: left;
}
#header ul {
	margin: 0;
	padding: 0;
	list-style: none;
	position: absolute;
	top: 84px;
	right: 30px;
}
#header ul li {
	float: left;
	margin-right: 5px;
}
#header ul li a {
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	margin-right: 20px;
	text-decoration: none;
}
#header ul li a:hover {
	color: #FC9;
}
/* main wrapper */
#wrapper {
	position: relative;
	width: 1000px;
	margin: 10px auto;
	color: #fff;
}
#content {
	font-family: 'Average Sans', sans-serif;
	color: #FFE6CC;
	font-size: 14px;
	line-height: 20px;
}
#contentLeft {
	background-image: url(../images/paper_bg.png);
	background-repeat: no-repeat;
	margin: 15px 0 0 8px;
	padding: 15px 10px;
	float: left;
	min-width: 160px;
	min-height: 490px;
	font-size: 14px;
	font-weight: bold;
	color: #251312;
}
#design {
	color: #FFE6CC;
	font-size: 10px;
	position: absolute;
    bottom: 0;
}
#contentTitle-small-left {
	font-family: 'Lora', serif;
	font-size: 17px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
#contentRight {
	background-image: url(../images/main_bg.png);
	margin-left: 200px;
	padding: 20px;
	min-height: 400px;
}
#contentRight-scroll {
	height: 500px;
	overflow: auto;
	background-image: url(../images/main_bg.png);
	margin-left: 170px;
	padding: 20px;
}
#contentTitle {
	font-family: 'Lora', serif;
	color: #FFF;
	text-align: center;
	font-size: 23px;
	font-weight: bold;
}
#contentTitle-small {
	font-family: 'Lora', serif;
	color: #FFF;
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px;
}
a:link {
	color: #FFE6CC;
}
a:visited {
	color: #FFE6CC;
}
a:hover {
	color:#FC9;
}
a:active {
	color:#FC9;
}
/* Menu content */
#kitchenHours {
	margin-top: 10px;
	margin-left: 80px;
	width: 300px;
	float: left;
}
#menu {
	margin-right: 50px;
	margin-top: 10px;
	width: 150px;
	float: right;
}
/* Photos content */
#gallery {
	margin: 0;
	width: 100%;
	height: 700px;
	border: 0;
}
#map {
	float: right;
	padding: 10px;
}
/* footer
#footer-wrap {
	position: fixed;
	bottom: 0;
	width: 100%;
}
#footer-container {
	position: relative;
	background-image: url(../images/footer_bg.png);
	height: 40px;
}
#footer {
	width: 800px;
	margin: 0 auto;
	padding: 10px 10px 10px 130px;
	font-family: 'Average Sans', sans-serif;
	color: #ccc;
	font-size: 12px;
	position: relative;
}
#footerDesign {
	float: right;
}
 */