/*   
Theme Name: Mike's Courtside
Description: Mike,s Courtside Sports Bar and Grill
Author: design-ify
Version: 1.0
*/
/*---------------------------------------------------------------*/
/* ----------------------------RESET--------------------------*/
/*---------------------------------------------------------------*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

/*---------------------------------------------------------------*/
/* ----------------------------STYLES-------------------------*/
/*---------------------------------------------------------------*/

body {
	font-size: 13px;
	line-height: 22px;
	font-family: Arial, sans-serif;
	color: #87827c;
	background-color: #180806;
	min-width: 980px;
	}
	

.shell  { 
	width: 980px; 
	margin: 0 auto;
	}

p:empty {
	display: none;
	}/*-------------cleaning empty p WP-tags---------*/

.left {
	float: left;
	margin: 0 20px 20px 0;
	}

.left_img {
	float: left;
	margin: 0 1px 20px 0;
	padding: 4px;
	background-color: #E2DFD3;
	border: 1px solid #B7AC9E;
}

/*---------------------------------------------------------------*/
/* -----------------------------TOP----------------------------*/
/*---------------------------------------------------------------*/

.top {
	width: 100%;
	height: 89px;
	background: url(img/bg_top.jpg) repeat-x;
	position: relative;
	z-index: 1000;
	}

.top_beer {
	display: block;
	background: url(img/top_beer.png) no-repeat;
	width: 216px;
	height: 56px;
	float: left;
	margin-top: 5px;
	text-indent: -99999px;
	}
	
.logo {
	display: block;
	background: url(http://mikescourtside.com/wp-content/themes/mikesbar/img/logo.png) no-repeat;
	width: 293px;
	height: 60px;
	text-indent: -99999px;
	float: left;
	margin: 10px 0  0 130px;
	}

.sushi_banner {
	float: right;
	width: 165px;
	height: 72px;
	margin-top: 5px;
	}

.sushi_verbiage {
	margin-left: 54px;
	width: 826px;
}

.sushi_verbiage p {
	margin: 0 0 20px 0;
}

.sushi_verbiage b {
	font-weight: bold;
}

/*---------------------------------------------------------------*/
/* ------------------------WRAPPER-------------------------------*/
/*---------------------------------------------------------------*/

#page-background {
	position: fixed;
	top: 89px;
	left: 0;
	width: 100%;
	height: 100%;

	}
	
#page-background-sushi {
	position: fixed;
	top: 0px;
	left: 0;
	width: 100%;
	height: 100%;
	}

.wrapper {
	position: relative;
	z-index: 2;
	overflow: hidden;
	}
	
/*---------------------------------------------------------------*/
/* -----------------------------MAIN-----------------------------*/
/*---------------------------------------------------------------*/

.main {
	width: 980px;
	min-height: 700px;
	overflow: hidden;
	background: url(img/bg_content.jpg) repeat;
	}
	
.main_top_line{
	display: block;
	background: url(img/content_top.png) no-repeat;
	width: 980px;
	height: 9px;
	margin-top: 40px;
	}

.main_bottom_line{
	display: block;
	background: url(img/content_bottom.png) no-repeat;
	width: 980px;
	height: 9px;
	margin-bottom: 40px;
	}
	
/*---------------------------------------------------------------*/
/* -----------------------NAVIGATION-----------------------------*/
/*---------------------------------------------------------------*/

.menu-navigation-container {
	background: url(img/bg_nav.png) no-repeat;
	width: 950px;
	height: 53px;
	float: left;
	margin: 20px 0 20px 15px;
	}

.menu-navigation-container ul {
	line-height: 53px;
	}
	
.menu-navigation-container ul li {
	float: left;
	position: relative;
	z-index:500;
	}
	
.menu-navigation-container ul li a {
	font: 16px/53px Fjalla One;
	text-decoration: none;
	text-transform: uppercase;
	color: #7a7773;
	margin-left: 38px;
	padding: 4px 15px;
	}

.menu-navigation-container ul li a:hover, .menu-navigation-container ul li.current-menu-item a, .menu-navigation-container ul li.current-menu-parent a {
	padding: 4px 15px;
	color: #fff;
	background-color: #dd3e3e;
	}

.menu-navigation-container ul li ul.sub-menu {
	display: none;
	position: absolute;
	left: 38px;
	top: 21px; 
	margin-top: 21px;
	width: 150px;
	overflow: hidden;
	background: #fff;
	border: 1px solid #bdbdbd;
	border-bottom: none;
	z-index: 1000;
	}

.menu-navigation-container ul li:hover ul.sub-menu {
	display: block;
	}

.menu-navigation-container ul li ul.sub-menu li a {
	font: 16px/26px Fjalla One;
	float: left;
	width: 120px;
	margin-left: 0;
	border-bottom: 1px solid #bdbdbd;
	color: #7a7773;
	background-color: #fff;
	}

.menu-navigation-container ul li ul.sub-menu li a:hover {
	background-color: #fff;
	color:#dd3e3e;
	}

.menu-navigation-container ul li ul.sub-menu li.current-menu-item a {
	background-color: #fff;
	color:#dd3e3e;
	}

/*---------------------------------------------------------------*/
/* -------------------------CONTENT------------------------------*/
/*---------------------------------------------------------------*/

.content {
	float: left;
	width: 640px;
	height: 100%;
	overflow: hidden;
	}

.slider {
	margin-left: 15px;
	width: 602px;
	height: 356px;
	padding: 5px;
	background-color: #e2dfd3;
	border: 1px solid #b7ac9e;
	margin-bottom: 20px;
	}
	
.slider img {
	border: 1px solid #918475;
	}
	
.text {
	padding-bottom: 20px;
	}
	
.text h2 {
	background: url(img/bg_h2.jpg) no-repeat;
	width: 303px;
	height: 39px;
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	color: #d6d2ce;
	text-align: left;
	padding-left: 10px;
	margin: 10px 0 10px 15px;
	}

.text p {
	margin: 10px 15px;
	}
	
.text a {
	font: 16px/39px Fjalla One;
	text-transform: uppercase;
	color: #7a7773;
	margin: 10px  0 0 10px;
	}
	
.text a:hover {
	color: #dd3e3e;
	}

/*---------------------------------------------------------------*/
/* ---------------------------SIDEBAR----------------------------*/
/*---------------------------------------------------------------*/	

.sidebar {
	float: right;
	width: 320px;
	height: 100%;
	overflow: hidden;
	margin: 0 15px 20px 0;
	}
	
.main_event {
	background: url(img/bg_event.jpg) repeat;
	width: 320px;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}
	
.main_event h2, .main_menu h2 a, .main_book h2 a, .main_food h2 a, .main_sushi h2 a{
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	text-decoration: none;
	color: #d6d2ce;
	text-align: left;
	margin: 1px 0 1px 10px;
	}
	
.main_menu h2, .main_food h2 {
	color: #fff;
	}
	
.main_menu p, .main_book p, .main_reserv p, .main_food p{
	font-size: 12px;
	color: #d6d2ce;
	margin: -6px 20px 5px 10px;
	z-index: 100;
	}
	
.main_menu p, .main_book p {
	color: #fff; 
	}

.main_event a, .main_menu a, .main_book a, .main_food a, .main_sushi a {
	float: left;
	margin-left: 10px;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	}

.main_event a {
	width: 200px;
	margin-bottom: 10px;
}
	
.main_event a:hover, .main_menu a:hover, .main_book a:hover, .main_food a:hover, .main_sushi a:hover{
	color: #dd3e3e;
	}
	
.event_bottle{
	background: url(img/bg_event_bottle.png) no-repeat;
	width: 52px;
	height: 130px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	}


.main_event_date {
	float: left;
	margin-left: 10px;
    	color: #fff;
    	font-size: 12px;
   	font-weight: bold;
    	text-decoration: none;
    	text-transform: uppercase;
}

.main_event_time {
	float: left;
	margin-left: 10px;
	margin-bottom: 10px;
    	color: #DD3E3E;
    	font-size: 12px;
   	font-weight: bold;
    	text-decoration: none;
    	text-transform: uppercase;
}

.main_event p {
	font: 14px/26px Fjalla One;
	text-transform: uppercase;
	color: #DD3E3E;
	margin: 0px 0px 5px 10px;
	z-index: 100;
	}

.bg_spec{
	background: url(img/bg_specials.png) no-repeat;
	width: 55px;
	height: 71px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	}

.bg_book{
	background: url(img/bg_book.png) no-repeat;
	width: 49px;
	height: 51px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	}
	
	.bg_sushi{
	background: url(img/bg_sushi.png) no-repeat;
	width: 68px;
	height: 50px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 10;
	}
	
.main_menu, .main_food, .main_sushi {
	background: url(img/bg_main_menu.jpg) repeat;
	width: 320px;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
	padding-top:5px;
	margin-bottom: 18px;
	}

.hours_list {
	position: relative;
	background-color: #f1ebe6;
	padding-bottom: 10px;
	border: 1px solid #cac3bb;
	border-top: none;
}


.hours_list h2 {
	background: url(img/bg_h2.jpg) repeat-x;
	height: 39px;
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	color: #d6d2ce;
	text-align: left;
	padding-left: 10px;
	margin: 20px 0 10px 0 ;
}	

.clock {
	background: url(img/clock.png) no-repeat;
	width: 52px;
	height: 39px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 10;
	}
	
.hourse_list ul {}
	
.hours_list ul li {
	font: 14px/28px Georgia;
	padding-left: 10px;
	}
	
.head {
	color:#dd3e3e;
	width: 120px;
	float: left;
	}

.close {
	background: url(img/bg_close.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 30px;
	}

.open {
	background: url(img/bg_open.png) no-repeat;
	width: 16px;
	height: 16px;
	padding-left: 30px;
	}
	
.main_reserv, .main_book { 
	background: url(img/bg_event.jpg) repeat;
	width: 320px;
	overflow: hidden;
	position: relative;
	padding-bottom: 5px;
	margin-bottom: 20px;
	}

.main_reserv h2 a {
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	text-decoration: none;
	color: #d6d2ce;
	text-align: left;
	margin: 1px 0 1px 10px;
	}	
	
.main_reserv h2 a:hover {
	color: #dd3e3e; }
	
.main_reserv_phone {
	display: block;
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	text-decoration: none;
	color: #dd3e3e; 
	text-align: left;
	margin: 5px 0 3px 10px;
	}

.bg_phone {
	background: url(img/bg_phone.png) no-repeat;
	width: 62px;
	height: 62px;
	position: absolute;
	right: 0px;
	top: 0px;
	z-index: 20;
	}
	
.bg_food {
	background: url(http://mikescourtside.com/wp-content/themes/mikesbar/img/bg_food.png) no-repeat;
	width: 58px;
	height: 68px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	z-index: 20;
	}
	
	
/*---------------------------------------------------------------*/
/* --------------------------FOOTER------------------------------*/
/*---------------------------------------------------------------*/

.footer {
	width: 100%;
	height: 114px;
	background: url(img/bg_footer.jpg) repeat-x;
	}
	
.footer_shell{
	width: 980px;
	height: 114px;
	margin: 0 auto;
	position: relative;
	}
	
.bg_footer_left {
	background: url(img/bg_footer_left.png) no-repeat;
	width: 107px;
	height: 114px;
	position: absolute;
	left: 0;
	bottom: 0;
	}
	
.bg_footer_right {
	background: url(img/bg_footer_right.png) no-repeat;
	width: 348px;
	height: 117px;
	position: absolute;
	right: 0;
	bottom: 0;
	}
	
.footer_shell p{
	float: left;
	font: 14px Fjalla One;
	color: #c6b2af;
	text-align: left;
	margin: 28px 0 0px 120px;
	}

.footer_shell p a {
	color: #c6b2af;
	}
	
.footer_shell p a:hover {
	color: #dd3e3e;
	}
	
.facebook {
	display: block;
	background: url(img/icon_facebook.png) no-repeat;
	width: 62px;
	height: 54px;
	text-indent: -99999px;
	margin: -35px 0 0 480px;
}

.twitter {
	display: block;
	background: url(img/icon_twitter.png) no-repeat;
	width: 62px;
	height: 54px;
	text-indent: -99999px;
	margin: -54px 0 0 550px;
}

.facebook:hover, .twitter:hover {
	-moz-transform: rotate(360deg);
    	-moz-transition-duration: 1000ms;
    	-moz-transition-timing-function: ease-out;
	-webkit-transform: rotate(360deg);
    	-webkit-transition-duration: 1000ms;
   	-webkit-transition-timing-function: ease-out;
	-ms-transform: rotate(360deg);
    	-ms-transition-duration: 1000ms;
    	-ms-transition-timing-function: ease-out;
	-o-transform: rotate(360deg);
   	-o-transition-duration: 1000ms;
    	-o-transition-timing-function: ease-out;
	}

/*---------------------------------------------------------------*/
/* --------------------------PAGE--------------------------------*/
/*---------------------------------------------------------------*/	

.page {
	width: 960px;
        overflow: hidden;
        margin-left: 10px;
	}

.page h2 {
	background: url(img/bg_h2.jpg) no-repeat;
	width: 303px;
	height: 39px;
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	color: #d6d2ce;
	text-align: left;
	padding-left: 10px;
	margin: 10px 0 10px 0px;
	}

.page h3 {
	font: 16px Fjalla One;
	text-transform: uppercase;
	color: #7a7773;
	text-align: left;
	margin: 8px 0;
	}

.page h4 {
	font: 16px Fjalla One;
	text-transform: uppercase;
	color: #7a7773;
	text-align: left;
	margin: 0px 0 20px 54px;
	}

.menu_manager h1 {
	font: 18px/39px Fjalla One;
	text-transform: uppercase;
	color: #7a7773;
	}

.spesh_img {
	margin-left: 50px;
	}

.rutgers_img{
	margin-left: -10px;
}

.content_specials {
	margin-left: 54px;
margin-bottom: 50px;
}


/*---------------------------------------------------------------*/
/* --------------------------MENU TABS---------------------------*/
/*---------------------------------------------------------------*/

.tabs {
	width: 960px;
	height: 32px;
	margin-left: 54px;
	margin-bottom: 30px;
margin-top: 10px;
	}

.tabsnav {
	width: 960px;
	height: 32px;
	}

.tabsnav li {
	float: left;
	margin-right: 15px;
	}

.tabsnav li a {
	display: block;
	font: 16px/32px Fjalla One;
	text-decoration: none;
	text-transform: uppercase;
	width: 100px;
	height: 32px;
	background-color: #372d2b;
	color: #b0b0b0;
	padding: 1px 0px 1px 10px;
	-webkit-transition: all .5s ease-out;
	-moz-transition: all .5s ease-out;
	-o-transition: all .5s ease-out;
	-ms-transition: all .5s ease-out;
	transition: all .5s ease-out;
}

.tabsnav li a:hover, .tabsnav li a.active {
	width: 100px;
	height: 32px;
	padding: 1px 0px 1px 10px;
	background-color: #dd3e3e;
	color: #fff;
}

.wprmm_menu, .booking {
	display: none;
}

#wprmm_menu_5, #wprmm_book_5  {
	display: block;
}

#wprmm_menu_6, #wprmm_book_6  {
	display: block;
}

/*---------------------------------------------------------------*/
/* -----------------------PAGE Find us --------------------------*/
/*---------------------------------------------------------------*/

.map {
	float: left;
	width: 490px;
	height: 400px;
	background-color: #fff;
	border: 1px solid #b7ac9e;
	padding: 5px;
	margin: 10px 20px 100px 0px;
	}

/*---------------------------------------------------------------*/
/* --------------------form on book us --------------------------*/
/*---------------------------------------------------------------*/

.block-left {
	float: left;
	width: 350px;
	margin-top: 20px;
}

.block-right {
	float: left;
	width: 350px;
	margin-left: 20px;
	margin-bottom: 60px;
	margin-top: 20px;
}

.wpcf7-form-control {
	width: 350px;
	height: 21px;
border: 1px solid #beb4a8;
}

.wpcf7-select {
	width: 353px;
	height: 26px;
	line-height: 24px;
border: 1px solid #beb4a8;
}

.wpcf7-textarea {
	height: 260px;
border: 1px solid #beb4a8;
}

.wpcf7-submit {
	width: 120px;
	height: 32px;
	margin-left: 233px;
	margin-top: 5px;
}

input[type="submit"] {
	background-color: #dd3e3e;
	border: none;
	color: #fff;
	text-transform: uppercase;
	cursor: pointer;
}

input[type="submit"]:hover {
	border: 2px solid #fff;
}

#wprmm_book_1, #wprmm_book_2, #wprmm_book_3, #wprmm_book_4, #wprmm_book_5 {
	margin: 0 0 0 54px;
}

#wprmm_book_1 p, #wprmm_book_2 p, #wprmm_book_3 p, #wprmm_book_4 p, #wprmm_book_5 p {
	float: left;
	padding-right: 15px;
}

#wpcf7-f228-p15-o1, #wpcf7-f225-p220-o1{
margin: 0px 0 0 50px;
}

/*----------------------------------------oct-----------------------------------


.october {
	background-color: #fff;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}


.leaf_left {
	background: url(img/leaf_left.jpg) no-repeat;
	width: 451px;
	height: 155px;
	position: absolute;
	left: 0;
	top:0;
	z-index: 100;
	}
	
.leaf_right {
	background: url(img/leaf_right.jpg) no-repeat;
	width: 451px;
	height: 155px;
	position: absolute;
	right: 0;
	top:0;
	z-index: 200;
	}

.october_shell {
	width: 900px;
	margin: 10px auto 0 auto;
	}

.october_shell h2 {
	text-align: center;
	color: #916714;
	font: 24px/36px Fjalla One;
	margin: 20px 0;
	z-index: 1100;
	position: relative;
	}
	
.october_shell h3 {
	color: #916714;
	font: 18px/36px Fjalla One;
	margin: 40px 0;
	}
	
.sticker {
	background: url(img/sticker.png) no-repeat;
	width: 900px;
	height: 120px;
	margin: 10px 0 0 0;
	z-index: 1000;
	position: relative;
	}

.infoblock {
	background: url(img/bg_girl.jpg) no-repeat;
	width: 900px;
	height: 700px;
	
}

.green_button {
	background-color: #3e5428;
	color: #f7c028;
	padding: 15px 30px;
	text-align: center;
	font: 18px Fjalla One;
	text-decoration: none;
}

.green_button:hover {
	border: 3px solid #f7c028;
	padding: 12px 27px;
	}
---------------------------------------------------------*/


.banner {
	background-color: #e7f2fe;
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.banner_shell {
	width: 960px;
	margin: 10px auto 30px auto;
	}

.banner_shell h2 {
	text-align: center;
	color: #325e81;
	font: 24px/36px Fjalla One;
	margin: 10px 0;
	position: relative;
	text-transform: uppercase;
	}
	
.banner_shell h3 {
	color: #325e81;
	font: 22px/36px Fjalla One;
	margin: 10px 0 30px 0;
	text-align: center;
	}


.green_button {
	background-color: #325e81;
	color: #f7c028;
	padding: 15px 30px;
	text-align: center;
	font: 18px Fjalla One;
	text-decoration: none;
	margin: 40px  0 100px 420px;
	}

.green_button:hover {
	border: 3px solid #f7c028;
	padding: 12px 27px;
	}

.banner_pict {
	margin: 0 0 0 180px;
	}