body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #251b11;
	background-color: #251b11;
}

a {
	
}
a:hover {
	
}

h1 {
	margin: 0px;
	font-size: 28px;
	color: #d95936;
}
h2 {
	margin: 0px;
	font-size: 24px;
	color: #d95936;
}
h3 {
	margin: 0px;
	font-size: 16px;
	color: #d95936;
}

form {
	margin: 0px;
}

.home {
	position: relative;
	width: 850px;
	height: 1000px;
	margin: auto;
	background: url(../images/home_image.jpg) bottom left no-repeat;
}
.main {
	position: relative;
	width: 850px;
	margin: auto;
}
.header {
	padding: 15px 30px;
}
.logo {
	float: left;
	width: 220px;
	padding-right: 20px;
}
.menu {
	float: left;
	width: 530px;
	padding-top: 70px;
	background: url(../images/header_bg.jpg) 15px 35px no-repeat;
}
.menu a {
	display: block;
	float: left;
	margin: 3px 4px;
	padding: 7px 10px;
}
.menu a:hover {
	background-color: #d95936;
}
.content {
	position: relative;
	text-align: center;
}
.page {
	padding: 20px 80px;
	line-height: 20px;
	background: url(../images/main_bg.jpg) top center repeat-y;
}

.upcoming {
	float: left;
	width: 200px;
	min-height: 250px;
	padding: 55px 40px 20px 20px;
	text-align: center;
	font-size: 16px;
	background: url(../images/box_upcoming.png) 10px 0px no-repeat;
}
.upcoming h2 {
	color: #fff;
}
.upcoming h3 {
	color: #fff;
}


.main_event {
	float: left;
	width: 420px;
	font-size: 16px;
	text-align: center;
}
.main_event a {
	color: #fff;
	text-decoration: none;
}
.main_event a:hover {
	color: #fff;
	text-decoration: underline;
}
.main_event h1 {
	color: #fff;
}
.main_event h2 {
	color: #fff;
}
.main_event h3 {
	color: #fff;
}

.gallery {
	
}
.gallery .frame_box {
	float: right;
	width: 556px;
	height: 556px;
	text-align: center;
}
.gallery .picture {
	width: 556px;
	height: 556px;
}
.gallery .frame_wide {
	width: 556px;
	height: 556px;
	background: url(../images/frame_wide.png) center no-repeat;
}
.gallery .frame_tall {
	width: 556px;
	height: 556px;
	background: url(../images/frame_tall.png) center no-repeat;
}
.gallery .thumb {
	float: left;
	width: 100px;
	height: 100px;
	margin: 18px;
	cursor: pointer;
}

.specials {
	width: 600px;
	margin: auto;
	padding: 10px;
	border: 2px solid #251b11;
}
.bubble_tea h3:first-child {
	font-size: 24px;
}
.specialty h3 {
	margin-bottom: 15px;
	font-size: 20px;
}
.specialty strong {
	font-size: 16px;
	color: #d95936;
}
.specialty h3:first-child {
	margin-bottom: 0px;
	font-size: 24px;
}

.hours {
	position: absolute;
	top: 85px;
	right: 100px;
	width: 300px;
	font-weight: bold;
	font-size: 14px;
	text-align: center;
}
.hours:first-line {
	font-size: 16px;
	line-height: 36px;
}

.home .event {
	margin: 480px 95px 0px 510px;
	text-align: center;
	color: #fff;
	background: url(../images/live_box.png) top left no-repeat;
}
.home .event .title {
	padding-top: 14px;
	font-size: 22px;
}
.home .event .sub_title {
	font-size: 16px;
}
.home .event .date {
	font-size: 18px;
}
.home .event a {
	font-weight: bold;
	font-style: italic;
	text-decoration: none;
	font-size: 14px;
	color: #000;
}
.home .event a:hover {
	text-decoration: underline;
}

.black {
	color: #251b11;
}
.white {
	color: #fff;
}

.clear {
	clear: both;
}
.preload {
	display: none;
}

