@charset "UTF-8";
/* GLOBAL PAGE LAYOUT STYLES */
@font-face {
 font-family: 'EricaTypeRegular';
 src: url('/assets/erika_type-webfont.eot');
 src: local('☺'), url('/assets/erika_type-webfont.woff') format('woff'), url('/assets/erika_type-webfont.ttf') format('truetype'), url('/assets/erika_type-webfont.svg#webfontjnsFfC3X') format('svg');
 font-weight: normal;
 font-style: normal;
}
body {
	font-family: Georgia, "Times New Roman", Times, serif;
	margin: 0;
	background-image: url(/images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #F2EDDA;
}
a {
	color: #000;
}
a img {
	outline: none;
	border: none;
}
#container {
	width: 1085px;
	margin: 12px auto;
}
#left_column {
	float: left;
	width: 268px;
	height: 746px;
	position: relative;
}
#middle_column {
	float: left;
	width: 459px;
	margin: 0 0 0 35px;
}
#right_column {
	float: right;
	width: 300px;
	height: 746px;
	position: relative;
}
#logo_text {
	margin: 26px 0 20px 92px;
}
#logo_bear_left {
	position: absolute;
	left: 40px;
	bottom: 0;
}
#logo_bear_right {
	position: absolute;
	left: 10px;
	bottom: 0;
}
#navigation {
	margin: 181px 0 0 56px;
	font-family: 'EricaTypeRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 24px;
	text-transform: uppercase;
}
#reservation {
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 1000;
	background-image: url(/images/seal_reservation.png);
	background-repeat: no-repeat;
	width: 158px;
	height: 159px;
	text-indent: -9999px;
}
#reservation:hover {
	background-image: url(/images/seal_reservation_hover.png);
}
#delivery {
	position: absolute;
	right: 0px;
	top: 46px;
	z-index: 500;
	background-image: url(/images/seal_delivery.png);
	background-repeat: no-repeat;
	width: 136px;
	height: 137px;
	text-indent: -9999px;
}
#delivery:hover {
	background-image: url(/images/seal_delivery_hover.png);
}
#address {
	font-family: 'EricaTypeRegular', Georgia, "Times New Roman", Times, serif;
	margin: 46px 81px 0 0;
	text-transform: uppercase;
	text-align: right;
	font-size: 16px;
	line-height: 20px
}
#stamps {
	margin: 31px 0 0;
}
#singleplatform_widget {
	margin: 48px 0 0;
	width: 220px;
	height: 272px;
	background-color: #333;
}
#footer {
	clear: both;
	padding: 40px 0 0;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: 1.2px;
}
#facebook {
	display: block;
	width: 100px;
	height: 35px;
	padding: 0 0 6px;
	background-image: url(/images/icon_facebook.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#facebook:hover {
	background-image: url(/images/icon_facebook_hover.png);
}
#twitter {
	display: block;
	width: 100px;
	height: 35px;
	padding: 0 0 6px;
	background-image: url(/images/icon_twitter.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#twitter:hover {
	background-image: url(/images/icon_twitter_hover.png);
}
#foursquare {
	display: block;
	width: 118px;
	height: 35px;
	padding: 0 0 6px;
	background-image: url(/images/icon_foursquare.png);
	background-repeat: no-repeat;
	text-indent: -9999px;
}
#foursquare:hover {
	background-image: url(/images/icon_foursquare_hover.png);
}
/* PRELOADED IMAGES */
#preload1 {
	background: url(/images/seal_reservation_hover.png) no-repeat -9999px -9999px;
}
#preload2 {
	background: url(/images/seal_delivery_hover.png) no-repeat -9999px -9999px;
}
#preload3 {
	background: url(/images/icon_facebook_hover.png) no-repeat -9999px -9999px;
}
#preload4 {
	background: url(/images/icon_twitter_hover.png) no-repeat -9999px -9999px;
}
#preload5 {
	background: url(/images/icon_foursquare_hover.png) no-repeat -9999px -9999px;
}
/* TEXT STYLES */
p {
	margin: 0 0 12px;
	padding: 0;
	font-size: 13px;
	line-height: 22px;
}
.big_text {
	font-weight: bold;
	font-size: 18px;
}
.text_red {
	color: #EE3A43;
}
#middle_column a:hover, #footer a:hover {
	color: #EE3A43;
}
#footer a {
	text-decoration: none;
}
/* NAVIGATION STYLES */
#navigation ul {
	padding: 0;
	margin: 0;
}
#navigation li {
	padding: 0;
	margin: 0 0 12px;
	list-style-type: none;
	width: 170px;
}
#navigation a {
	display: block;
	padding: 0 0 0 5px;
	margin: 0;
	width: 165px;
	height: 36px;
	text-decoration: none;
}
#schedule #navigation #subnav {
	display: block;
}
#navigation #subnav {
	font-size: 18px;
	text-transform: lowercase;
	margin: 0 0 20px;
	display: none;
}
#navigation #subnav li {
	height: 18px;
	margin: 0 0 2px;
}
#navigation #subnav a {
	height: 18px;
}
/* NAVIGATION ACTIVE AND HOVER STATES */
#menu #nav_menu a, #nav_menu a:hover {
	background-image: url(/images/nav_menu_active.png);
	background-repeat: no-repeat;
}
#schedule #nav_schedule a, #nav_schedule a:hover {
	background-image: url(/images/nav_schedule_active.png);
	background-repeat: no-repeat;
}
#team #nav_team a, #nav_team a:hover {
	background-image: url(/images/nav_team_active.png);
	background-repeat: no-repeat;
}
#map #nav_map a, #nav_map a:hover {
	background-image: url(/images/nav_map_active.png);
	background-repeat: no-repeat;
}
#schedule #schedule_sports a, #schedule #schedule_social a, #navigation #subnav a:hover {
	color: #EE3A43;
}
/* HOME PAGE STYLES */
#home .slideshow {
	margin: 0 0 30px;
}
/* MENU PAGE STYLES */
#menu #main_content {
	background-image: url(/images/pic_menu.jpg);
	background-repeat: no-repeat;
	width: 459px;
	height: 620px;
	position: relative;
}
#menu #main_content #brunch_menu {
	position: absolute;
	top: 186px;
	left: 229px;
	width: 138px;
	height: 38px;
	display: block;
	text-indent: -9999px;
}
#menu #main_content #brunch_menu:hover {
	background-image: url(/images/menu_brunch_hover.jpg);
}
#menu #main_content #lunch_menu {
	position: absolute;
	top: 228px;
	left: 241px;
	width: 140px;
	height: 42px;
	display: block;
	text-indent: -9999px;
}
#menu #main_content #lunch_menu:hover {
	background-image: url(/images/menu_lunch_hover.jpg);
}
#menu #main_content #dinner_menu {
	position: absolute;
	top: 276px;
	left: 230px;
	width: 155px;
	height: 50px;
	display: block;
	text-indent: -9999px;
}
#menu #main_content #dinner_menu:hover {
	background-image: url(/images/menu_dinner_hover.jpg);
}
#menu #main_content #cocktails_menu {
	position: absolute;
	top: 334px;
	left: 218px;
	width: 162px;
	height: 42px;
	display: block;
	text-indent: -9999px;
}
#menu #main_content #cocktails_menu:hover {
	background-image: url(/images/menu_cocktails_hover.jpg);
}
#menu #main_content #delivery_menu {
	position: absolute;
	top: 426px;
	left: 229px;
	width: 138px;
	height: 48px;
	display: block;
	text-indent: -9999px;
}
#menu #main_content #delivery_menu:hover {
	background-image: url(/images/menu_delivery_hover.jpg);
}
/* SPORTS & SOCIAL SCHEDULE PAGE STYLES */
#sports {
	background-image: url(/images/pic_sports.jpg);
	background-repeat: no-repeat;
	width: 459px;
	height: 352px;
}
#sports h1, #social h1 {
	padding: 30px 0 0;
	margin: 0;
	text-align: center;
	font-family: 'EricaTypeRegular', Georgia, "Times New Roman", Times, serif;
	font-size: 28px;
	text-transform: uppercase;
	color: #EFEAD9;
	font-weight: normal;
}
#sports table, #social table {
	color: #EFEAD9;
	font-size: 13px;
	margin: 15px auto 0;
}
#sports a, #social a {
	color: #EFEAD9;
	text-decoration: none;
}
#sports a:hover, #social a:hover {
	color: #EE3A43;
}
.table_heading {
	font-family: 'EricaTypeRegular', Georgia, "Times New Roman", Times, serif;
	text-transform: uppercase;
	text-align: center;
}
.schedule_date {
	font-size: 20px;
}
#previous_link {
	font-size: 12px;
	float: left;
	padding: 6px 0 0;
	display: block;
}
#next_link {
	font-size: 12px;
	float: right;
	padding: 3px 0 0;
	display: block;
}
#previous_block {
	float: left;
	width: 60px;
	min-height: 1px;
}
#next_block {
	float: right;
	width: 60px;
	min-height: 1px;
}
/* OUR TEAM PAGE STYLES */
.clearboth {
	clear: both;
}
#map-view-container {
	position: relative;
}
#map-container {
	float: left;
}
#map-view-container img.map {
	position: relative;
	z-index: 100;
}
#map-view-container img.region {
	display: none;
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 20;
}
#map-view-container img.regionBg {
	left: 0px;
	position: absolute;
	top: 0px;
	z-index: 19;
}
#name-container {
	float: left;
	font-size: 17px;
}
#name-container ul {
	display: none;
	margin: 0;
	padding: 0;
}
#name-container ul.selected {
	display: inline;
}
#name-container ul li {
	list-style-type: none;
	margin: 29px 0 0;
	padding: 0;
	width: 459px;
	text-align: center;
}
#name-container .selected-list ul li {
	list-style-type: none;
}
/* MAP AND HOURS PAGE STYLES */
#map #main_content a {
	text-decoration: none;
	border-bottom: 1px solid #999;
}
#map #main_content a:hover {
	border-bottom: 1px solid #EE3A43;
}
#map .left {
	float: left;
	width: 230px;
	margin: 45px 0 0;
}
#map .right {
	float: right;
	width: 205px;
	margin: 45px 0 0;
	font-style: italic;
	font-size: 18px;
	line-height: 25px;
}
#map .address {
	font-size: 24px;
	line-height: 32px;
}
#map .phone {
	font-size: 18px;
	line-height: 28px;
}
#map .email {
	font-size: 15px;
	display: block;
}
#map .copy {
	font-size: 11px;
	display: block;
	margin: 20px 0 0;
}
#map .left small {
	font-size: 12px;
	line-height: 24px;
}
#map .right small {
	font-size: 12px;
}

