/*  
CMS Modify CSS
*/

html {
    position: relative;
    min-height: 100%;
}

/* width overrride from main_style.css - default to 960px */

#wrapper, #header, #page,
#home-allcontent #header,
#footer, #bottom-footer-sections,
#footer-top-section {
	width:960px;
}

#inner-header, 
#footer, #bottom-footer-sections,
#footer-top-section {
	width:100%;
	max-width: 960px;
}

/* end width override */


body {
	padding: 0;
	margin-top:0px;
	font-size: 13px;
	text-align: left;
	color: #000;
	background:#000;
}

body#home {
	display:none; /* HIDES ALL CONTENT ON THE PAGES */
}




body, th, td, input, textarea, select, option {
	font-family: Arial, Times, serif;
}

#top-content { /* this will hide by default this div *****************/
	display:block;
	margin:auto;
	margin-top:0px;
	height:auto; /*must be set to auto to allow header to sit directly below */
	width:100%;
	max-width:100%;
	overflow:hidden;
}


#wrapper { 
	border: none;
	width:100%;
	margin:auto;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
background:none;
	display:none;
	}
	
#page { 
	border: none;
	width:960px;
	margin:auto;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding:0px;
background:#000;
	display:none;
	}
	
	
#content, #content-full-width {
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
}

#content-full-width {
}

#main-content {
	width:96%;
	padding:2%;
	padding-top:1%;
}

#wysiwyg-content {
}

h1 {
	font-size: 2.1em; line-height: auto; 
}

h2 {
	font-size: 1.9em; line-height: auto;
}

h3 {
	font-size: 1.7em;
}

h4, h5, h6 {
	font-size: 1.6em;
}

p { font-size: 1.5em;
	margin: 0;
	padding: 0;
}

hr { margin: 0px; padding: 0px;  color: #fff;
}

/* Header */

#header {
	display:block;
	margin:auto;
	margin-top:0px;
	height:200px;
	width:960px;
	min-width:100%;
	max-width:100%;
	background:none;
}

#inner-header {
	background:none;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	width:100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	margin-top:0px;
	background:none;
}


#home-allcontent #header {
	display:block;
	margin:auto;
	margin-top:0px;
	height:400px;
	width:960px;
	min-width:100%;
	max-width:100%;
	background:none;
}

#home-allcontent #inner-header {
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	width:100%;
	max-width: 960px;
	height: 100%;
	margin: 0 auto;
	margin-top:0px;
	background:none;
}



#header-logo {
margin:0px;
padding:0px;
float:left;
padding-top:0px;
margin-left:2%; 
margin-top:2%;
	 width: 20%;
    height: auto;
z-index:1999;
 }
 
 #header-logo img {
	 width: 100%;
    height: auto;
 }
 
 
#home-allcontent #header-logo {
margin:0px;
padding:0px;
float:left;
padding-top:0px;
margin-left:3%; 
margin-top:3%;
	 width: 35%;
    height: auto;
z-index:1999;
 }
#home-allcontent #header-logo img {
	 width: 100%;
    height: auto;
 }


#city {
display:none;
}

#address {
display:none;
}

#sidebar-address {
	display:none;
}

#address p {font-weight:normal;}

p .phone-number {
	font-weight:bold;
	font-size:16px;
}

/* Page */

#page {
}


#page-bgtop {
	background: none;
}

#page-bgbtm {
	background: none;
}



/* Content */




/* Home Custom CSS */



/* home specials box */
#home-specials {
	display:none;
}

#header-address {
margin:0px;
padding:0px;
float:right;
width:auto;
height:auto; 
z-index:9999;
text-align:right;
padding:8px;
margin-right:7px;
border-radius: 6px 6px 0px 0px;
-moz-border-radius: 6px 6px 0px 0px;
-webkit-border-radius: 6px 6px 0px 0px;
background:url(../images/trans-repeater_90.png) repeat;
position:absolute;
bottom:0;
right:0;

	}
	
#header-address p {
	margin:0px;padding:0px;
	font-size:14px;
	line-height: 1.2em;
	color:#000;
	}
	
#header-address p .phone-number {
	font-weight:bold;
	color:#000;
	font-size:26px;
	line-height:1.2em;

	}


#header-address {
		display:none;
	}
	
#home-allcontent #header-address {
		display:block;
	}



/* Main Sidebar */

#nav-wrapper {
	margin:0;
background:#dee1e5;
border-radius: 3px;
-moz-border-radius: 3px;
-webkit-border-radius: 3px;
padding:4px;
width:inherit;
}

#nav-wrapper ul li {
	margin:0;
	padding:0;
}

/* defaults to show built in page links in sidebar navigation */
#static-vertical-nav {
}




/* sidebar social links default to show */
#social-sidebar-links {
	display:none;
}

#social-header-links {
	width:auto;
	float:right;
	margin-top:8px;
	clear:right;
	margin-right:8px;
}

#social-header-links ul li {
display:inline;
}

#social-header-links img {
	margin-left: 4px;
	width:30px;
	height:30px;
}

/* horizontal nav hide  - styling for this is in horizontal-nav.css */
#horizontal-wrapper {
	}

/* side social icons - default to hide - stying for this area is below */
#social-icons-right-side {
position:fixed; margin-top:353px;margin-left:795px;
width:45px; 
}


#sidebar {
}

#sidebar a {
	margin:0;padding:0;
	text-decoration: none;
	color: #fff; font-weight: bold;
	background:none;
}

#sidebar h2 a { 
color:#EBDB6D;
}

#sidebar a:hover {
	text-decoration: none;
	color:#ccc;
}

#sidebar p {
}

 
#sidebar ul, #sidebar ul li ul {
	margin: 0;
	list-style: none;
 padding:0px;
 }
 
 #sidebar ul {
 }

#sidebar li {
}

#sidebar li ul {
	width:inherit;
}


#sidebar li li { 
width:inherit;
	padding: 8px;
	background:#111;
	border:.1em solid #646464;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
	margin-bottom:3px;
}


#sidebar ul li ul li ul  {
	padding:0;margin:0;
	background:#111;
	border:.1em solid #646464;
	-webkit-border-radius: 2px;
    -moz-border-radius: 2px;
	border-radius: 2px;
	width:auto;
	min-width:140px; max-width:220px;
	margin-left:-10px; margin-top:15px;
	padding-top:4px;
	padding-bottom:4px;
}

#sidebar ul li ul li ul li  {
	padding:0;margin:0;
}


#sidebar ul li ul li ul li {
	background:none;
width:auto;
min-width:110px;
	padding-left:10px;
	border:none;
}

#sidebar ul li ul li:hover,
#sidebar ul li ul li ul li:hover {
color:#CCC;
position:relative;
z-index:9000;
}



#sidebar ul li ul li:hover ul {
}

#sidebar ul li li:hover,
#sidebar ul li li:visited, 
#sidebar ul li li:active
 {
color:#333;
}





#sidebar h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 15px;
	font-size: 15px;
	color: #FFE7E0;
}

#sidebar h3 {
	margin: 0;
	height: 15px;
	padding: 8px 0px 10px 15px;
	font-size: 14px;
	color: #000000;
}


/* second option sidebar */
#sidebar2 { 
	margin:0px; padding:0px;
	float: right;
	width: 195px;
	margin-top: 10px;
	color: #fff;
	margin-right:-15px;
}
#sidebar2 ul {
	margin: 0;
	list-style: none;
 padding:0px;}

#sidebar2 li {
}

#sidebar2 li ul {
	margin-bottom: 3px;
}

#sidebar2 li li {
	border-bottom: 1px solid #660000;
	padding: 3px 0px 3px 0px;
}

#sidebar2 ul li ul li ul li{
	border-bottom: 1px solid #000000;
	padding: 0px;
}

#sidebar2 h2 {
	margin: 0;
	height: 35px;
	padding: 8px 0px 10px 15px;
	font-size: 15px;
	color: #FFE7E0;
}

#sidebar2 h3 {
	margin: 0;
	height: 15px;
	padding: 8px 0px 10px 15px;
	font-size: 14px;
	color: #000000;
}

#sidebar2 a {
	text-decoration: none;
	color: #fff; font-weight: bold;
}

#sidebar2 h2 a { color:#EBDB6D;
}

#sidebar2 a:hover {
	text-decoration: none;
	color:#fff200;
}

#sidebar2 p {
}

#hours {width:100%;color:#fff;
line-height: 1.2em;
margin-bottom:10px;
}
#hours .bold-font {font-weight:bold;}
#hours p {font-weight:normal; font-size:12px;}


#main-list {list-style-type:disc;}

#main-list li {
margin-left: 21px; 
line-height: 145%;
font-size: 12px; }

.list-header { font-weight: bold; 
color:#60678A; font-size: 15px; 
margin-top: 10px;}
h4 { font-weight: bold; color:#990000; 
font-size: 15px; 
margin-top: 0px; 
margin-bottom: 6px;}

.list-sub { font-weight: normal; color:black; font-size: 14px; margin-top: 10px; line-height: 140%;}

#h-line {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 285px; 
height: 1px; }

#h-line2 {
margin-left: 2px; 
marign: 0px; 
padding:0px; 
width: 275px; 
height: 1px; }


/*form styling */

#form-box {
padding: 0px 0px 0px 0px; 
width: 300px;
height: auto;
margin: 0px 0px 0px 0px;
padding-top: 0px;
}

.thank-you {
font-size: 20px; 
font-style: italic; 
color: red; }


/* coupon club top */

#coupon-club-top {
	position:absolute;
	z-index:4000;
	margin-left:666px;
	margin-top:162px;
	width:248px; background:#E9E9E9;
	border:.2em dotted #333;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	padding: .7em;
	background:url(../images/body-bg-repeater.png) repeat;
	opacity:0.9;
 	filter:alpha(opacity=90);
	color:#fff;
}

.coupon-club-title {
	font-size: 25px;
	font-weight:bold;
	color:#FC3;
}

#coupon-club-top .email-form {
margin-top: 8px;
line-height: 160%;
}

/*  
coupon club
*/

#coupon-club {
padding: 0px; 
margin: 0px;
width:500px; 
height: 253px;
background: url(../images/coupon-club.jpg) no-repeat center top;
}

#coupon-club-text {
margin-left:70px; 
padding-top: 94px; 
width: 360px;}

#coupon-club p{
padding-top: 50px; 
padding-left: 10px;}

.small-text {
font-size: 10px; }

#club-disclaimer { padding:0px;margin:0px;line-height:.9em;margin-top:3px;}
.disclaimer-text {font-size: 10px; }

#coupon-club .email-form {
margin-top: 8px;
line-height: 160%;
}

#coupon-specials { 
}

#menu-margin-top {
margin:0px; padding:0px; 
float:left; 
margin-top:-128px; 
padding:0px;}

#coupon-specials h2{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, 
sans-serif;font-size:22px;
font-weight: bold;
font-style:normal;
padding-top: 3px; 
padding-bottom: 3px;
}

#coupon-specials h3{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-size: 16px;
}

#coupon-specials p{ 
padding:0px;margin:0px;
line-height: 1.2em;
font-family:Arial, Helvetica, sans-serif;
font-size: 12px;
padding-top:5px; 
padding-bottom: 1px;
}

#coupon-line {
width: 500px; margin: 0px; padding:0px;}

#print-page a {
color:#FF0000;}

.small-text {
font-size: 10px; }

#menu-navigation {
margin:0px;padding:0px;
}

#menu-wrapper {
	margin-bottom:20px;
}

#menu-navigation a {
color:#C0273F;}


/*  
left specials box
*/
#sidebar {
	display:none;
}

#lunch-specials { 
margin-top: 10px; 
margin-left: 4px;
color:#000000; 
font-family:Arial, Helvetica, sans-serif;
width: 183px;
margin-bottom:17px;
display:none;
}

#specials-top {
width:183px;
height:55px;
}

#specials-content {
	background-color:#fff; 
	margin-top:-3px;
}

#lunch-specials a { 
color:#FF0000;}

#lunch-specials a:hover { 
color:#FF9900;}

#lunch-specials-bottom {
height:0;margin-bottom:8px;
margin-top:-3px;
}

#lunch-specials ul li .specials-title {
	font-weight:bold;}


#lunch-specials h2 {
margin:0px; padding: 0px;
font-weight:bold; 
font-size: 15px;
text-align:center;
color: #000;
font-family:Arial, Helvetica, sans-serif;
padding-top:4px; 
margin-bottom:-10px;}

#lunch-specials ul {
margin:0px; padding: 0px; }

#lunch-specials p {
font-size: 11px;
margin:0px; 
padding:0px; 
color:#000;
padding-left: 5px; 
padding-bottom:5px; 
line-height: 100%;}

#lunch-specials ul li{
font-size: 11px; 
margin:0px; 
padding: 0px; 
padding-left: 5px; 
padding-right:5px; 
border-bottom:none;}


.breadcrumbs { 
color:#000;
}


.hide-field input
{
}

#google-map iframe {
	}
#print-menu {
	}

#float-right {float:right;}
#clear {clear:both;}


#coupon-line hr {

  }
  
  
  
  
  /* side social icons */
  


  
#online-ordering-side-button {
display:none;
}

#online-ordering-top-button {
}





#widget {
	color:#000;
}


#contactinfo {  /* this is the wrapper for the in page form option ********/
width: 50%;
margin: 0 auto;
}
#contactinfo p a {
	color:#000;
}




@media screen and (max-width: 990px) {
	
	
body {
	max-width:100%;
	min-width:100%;
	overflow:hidden;
}
	
#horizontal-wrapper { /*** hide this to show the reduced menu */
	display:none;
}

/**** STYLE FOR REDUCED MENU BACKGROUND COLOR *****************/
#reduced-menu-button { 
	display:block;
	position:relative;
}

#header {
	display:block;
	margin:auto;
	margin-top:0px;
	height:20vw;
	width:100%;
	max-height:inherit;
	min-width:100%;
	max-width:100%;
	background:none;
}


#inner-header {
	background-image:url(../images/header-image.png);
	background-repeat:no-repeat;
	background-size:100%;
background-position:top;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	max-width: 960px;
	height: inherit;
	margin: 0 auto;
  width: 100%;
}


#home-allcontent #header {
	display:block;
	margin:auto;
	margin-top:0px;
	height:40vw;
	width:100%;
	max-height:inherit;
	min-width:100%;
	max-width:100%;
	background:none;
}


#home-allcontent #inner-header {
	background-image:url(../images/header-image.png);
	background-repeat:no-repeat;
	background-size:100%;
background-position:top;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	max-width: 960px;
	height: inherit;
	margin: 0 auto;
  width: 100%;
}


#page {
	width:100%;
}
	


#order {
	display:block;
	margin:auto;
	margin-top:0px;
	height:10vw;
	width:100%;
	max-height:inherit;
	min-width:100%;
	max-width:100%;
	background:none;
}


#order a {
	background-image:url(../images/side-online-order-button.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	max-width: 182px;
	height: inherit;
	margin: 0 auto;
  width: 100%;
  	width:182px;height:40px;
  	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}


#order li {
	width:182px;height:40px;
	background:none;
}

#order a {
}

#order a:hover {
	background-image:url(../images/side-online-order-button_hover.png);
	background-repeat:no-repeat;
	background-size:100%;
	background-position:center;
	margin:auto;
	position:relative;
	z-index:4001;
	padding:0;
	max-width: 182px;
	height: inherit;
	margin: 0 auto;
  width: 100%;
  	width:182px;height:40px;
  	-webkit-border-radius: 7px;
    -moz-border-radius: 7px;
    border-radius: 7px;
}



}


@media screen and (max-width: 768px) {



#home-allcontent #header-address,
#header-address {
		display:none;
	}
	
	
#sidebar {
display:none;
}



/* Content */

#page {
	width:100%;
	padding:0px;
	margin: 0 auto;
}



#home-allcontent #content-full width,
#content-full-width,
#content{
	padding: 0px; margin:0px;
	float: right;   /* float right for left sidebar */
	width: 97%;
	padding-top: 0px;
	margin-top: 0px;
	border-radius: 0px;
-moz-border-radius: 0px;
-webkit-border-radius: 0px;
padding:1.5%;
margin-bottom:25px;
}


#main-content { 
float:right; 
width:100%;
margin:0;
padding:0;
}

#content-full-width #coupon-wrapper {
	margin-top:10px;
	width:706px;
	}
	
#coupon-wrapper h2 {
	margin-top:-10px;
	line-height:1.2em;
	width:63%;
	}
	
	#coupon-body,
#coupon-address,
#coupon-disclaimer,
.present-line {
	width:63%;
	text-align:left;
	}
	
	
#home-slider-wrapper {
}
	
	

	
}



@media screen and (max-width: 700px) {
	
#coupon-club-top, #coupon-club, #header-ordering-button,
#social-header-links {
	display:none;
}

	
}


@media screen and (max-width: 300px) {
	
body, #wrapper, #content, #content-full-width, #page, #header {
	min-width:300px;
}
	
#header {
	height:65px;
	width:100%;
}

#home-allcontent #header {
	height:125px;
	width:100%;
}
	
}