/**********************************************
	Element/Tag Selectors
**********************************************/
body {
	font: 16px "Times New Roman", Times, serif;
	color: #454242;
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 1);
	background-image: url(./images/background-body.png);
}
@media
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 192dpi) {
	body {
		background-size: 64px 64px;
		background-image: url(./images/background-body@2x.png);
	}
}

h1, h2, h3, h4, h5, h6 {
	font-family: 'Bullen';
	font-weight: bold;
}
h1 { font-size: 30px; text-transform: uppercase; }
h2 { font-size: 26px; text-transform: uppercase; }
h3 { font-size: 22px; text-transform: uppercase; }
h4 { font-size: 18px; text-transform: uppercase; }
h5 { font-size: 14px;}
h6 { font-size: 10px;}
.clearfloat {
	clear: both;
}


/**********************************************
	Containers & Spacers
**********************************************/
.spacer {
	margin: 0;
	padding: 0;
	height: 10px;
}
.gridContainer.top {
	border-top: 1px solid #d5d5d5;
}
.gridContainer.bottom {
	margin-bottom: 2%;
	border-bottom: 1px solid #d5d5d5;
}


/**********************************************
	Header
**********************************************/
#logo img {
	padding: 8px;
}




/**********************************************
	Navigation & Address Strip
**********************************************/
.strip-top {
	height: 6px;
	background-image: url(../images/background-strip-top.png);
	background-repeat: repeat-x;
	box-shadow: none;
	box-shadow: inset 0 6px 6px -6px rgba(0, 0, 0, 0.8), 
					inset 6px 0 6px -6px rgba(0, 0, 0, 0.8), 
					inset -6px 0 6px -6px rgba(0, 0, 0, 0.8);
}
@media
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 192dpi) {
	.strip-top {
		background-image: url(../images/background-strip-top@2x.png);
		background-size: 5px 6px;
	}
}
.strip-content {
	background-image: url(../images/background-strip-middle.png);
	background-repeat: repeat;
	box-shadow: none;
	box-shadow: inset 6px 0 6px -6px rgba(0, 0, 0, 0.8), 
					inset -6px 0 6px -6px rgba(0, 0, 0, 0.8);
}
.strip-bottom {
	height: 6px;
	background-image: url(../images/background-strip-bottom.png);
	background-repeat: repeat-x;
	box-shadow: none;
	box-shadow: inset 0 -6px 6px -6px rgba(0, 0, 0, 0.8),
					inset 6px 0 6px -6px rgba(0, 0, 0, 0.8), 
					inset -6px 0 6px -6px rgba(0, 0, 0, 0.8);
}
@media
	(-webkit-min-device-pixel-ratio: 2), 
	(min-resolution: 192dpi) {
	.strip-bottom {
		background-image: url(../images/background-strip-bottom@2x.png);
		background-size: 5px 6px;
	}
}

/**********************************************
	Slider & Page Title
**********************************************/
.slider p {
	font-size: 24px;
}

/**********************************************
	Navigation
**********************************************/
.nav {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
}
.nav li {
	margin: 0;
	padding: 0;
}
.nav li a {
	text-transform: uppercase;
	color: #ffde00;
	font-family: 'Bullen';
	font-weight: bold;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.53);
}
.nav li.current-menu-item a {
	color: #fff;
}
.nav li a:hover {
	color: #fff;
	text-decoration: none;
}

#address address {
	font-family: 'Bullen';
	font-weight: bold;
	font-style: normal;
	color: #ededed;
	text-shadow: -1px -1px 1px rgba(0, 0, 0, 0.53);
}

/**********************************************
	Slider
**********************************************/
div.ls-s-1 {
	background-image: url(../images/white_trans_75.png);
	background-repeat: repeat;
	margin: 0 auto !important;
	width: 100% !important; 
}
div.ls-s-1 h2 {
	margin: 0;
	padding: 15px;
	line-height: 1.25;
	font-size: 20px;
}
@media only screen and (min-width: 481px) {
	div.ls-s-1 h2 {
		font-size: 24px;
	}
}
/**********************************************
	Boxes
**********************************************/
.box-inner {
	border: 1px solid #c9c9c9;
}
.box h2 {
	margin: 0 0 15px 0;
	padding: 10px;
	color: #007775;
	background-color: #d7d7d7;
	box-shadow: 0px 9px 8px 0px rgba(0, 0, 0, 0.06);
	text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);
	text-transform: uppercase;
	text-align: center;
	border-bottom: 1px solid #cacaca;
}

/**********************************************
	Hours
**********************************************/
.workinghourswidget {
	padding-left: 6%;
	padding-right: 2%;
	padding-bottom: 4%;
	line-height: 1.5;
	text-align: center;
}
.workinghourswidget > h4.widgettitle {
	display: none;
}
.workinghourswidget th {
	text-align: left;
	text-decoration: underline;
}
.workinghourswidget td {
	font-size: 20px;
	padding-bottom: 0 !important;
}
.business_hours_table_heading {
	text-align: center !important; 
}
.business_hours_table_day {
	text-align: left;
}

/**********************************************
	Location
**********************************************/
.location-map {
	margin-left: auto;
	margin-right: auto;
	width: 90%;
	height: 250px;
	border: 1px solid #c9c9c9;
	display: block;
}
.location-link {
	margin-top: 2%;
	margin-bottom: 4%;
	text-align: center;
	display: block;
}

/**********************************************
	Specials
**********************************************/
.special-items {
	margin: 0;
	padding: 0;
	list-style-type: none;
	margin: 0 auto;
	display: block;
}
.special-items li .special-image {
	width: 25%;
	float: left;
}
.special-items li img {
	padding: 1px;
	width: 25%;
	float: left;
	border: 2px solid #007775;
	display: block;
}
.special-items li .special-description {
	float: left;
	margin-left: 5%;
	width: 66%;
}
.special-items li .special-description h4 {
	margin: 0;
	padding: 0;
}
.special-items li .special-description p {
	margin: 0 0 5px 0;
	padding: 0;
}
.specials-notice {
	/*margin: 0; 
	padding: 0 10px 10px; 
	text-align: center;
	border-top: 1px solid #999;*/
	
	background-color: #d7d7d7;
	border-top: 1px solid #cacaca;
	box-shadow: 0 -9px 8px 0 rgba(0, 0, 0, 0.05);
	/*color: #007775;*/
	margin: 5px 0 0;
	padding: 10px;
	text-align: center;
	/*text-shadow: 1px 1px 1px rgba(255, 255, 255, 0.67);*/
	/*text-transform: uppercase;*/
}

/**********************************************
	Menu's
**********************************************/
.menu-section p {
	text-align: center;
}
.menu-box-inner {
	padding-bottom: 10px;
}
.menu-section-part > .inner {
	padding: 0 10px;
	position:relative;
	background: #d7d7d7;
}

/* Regular line pricing */
.menu-section dl {
	position:relative;
	margin: 3px 0;
	width:100%;
	border-bottom:1px solid #d7d7d7;
}
.menu-section dl.narrow-item {
	margin: 0;
}
.menu-section dd{
    line-height:1.2em;
    position:relative;
    padding:0 5.5em 0 0;
    text-align:left;
    border-bottom:1px dotted #454242;
    clear:both;
    margin:0 0 .4em 0;
    min-height:0;
}
.menu-section dd.big-list {
	padding-right: 160px;
}
* html .menu-section dd{
    border:none;
    height:1%;
}
.menu-section dt{
	 background:#d7d7d7;
    padding:1px 0 1px 5px;
    position:absolute;
    bottom:0px;
    right:-1px;
    z-index:99;
}
.menu-section dt.list-medium {
	right: 120px;
}
.menu-section dt.list-large {
	right: 60px;
}
.menu-section dd span{
    margin:0 ;
    position:relative;
    top:.25em;
    padding:0 5px 0 0;
	 background:#d7d7d7;
	 text-transform: uppercase;
}
.menu-section dd span small {
	text-transform: none;
}



/* Boxed Pricing */
ul.boxed-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	border: 1px solid #454242;
	border-bottom: none;
}
ul.boxed-menu > li {
	margin: 0;
	padding: 0;
	border-bottom: 1px solid #454242;
}
ul.boxed-menu > li > p {
	margin: 0;
	padding: 0 0 5px 0;
}
ul.boxed-menu > li > p.title {
	text-transform: uppercase;
	padding: 5px;
}
div.boxed-pricing {
	display: table;
	clear: both;
	width: 100%;
}
div.boxed-pricing > ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-align: center;
	width: 100%;
	display: table-row;
	clear: both;
}
div.boxed-pricing > ul > li {
	display: table-cell;
	text-align: center;
}








/**********************************************
	Footer
**********************************************/
.footer {
	padding-bottom: 2%;
	border: none;
	background-color: inherit;
	box-shadow: none;
	text-align: center;
}
.footer h4 {
	margin: 0;
	padding: 0;
	text-transform: none;
}
.footer address {
	margin: 0;
	padding: 3px 0 0 0;
	font-style: normal;
}
.footer p {
	margin: 0;
	padding: 3px 0 0 0;
}
.footer p.designed-by {
	font-size: 12px;
}

















