/*
Theme Name: Anthony's Cheesecake
Description: The official theme of <a href="http://www.anthonyscheesecake.com">Anthony's Cheesecake</a>. For WordPress 3.1 and higher.
Version: 1.0
Author: Dan Remollino
Author URI: http://www.combobreaker.com
Tags:
*/

@font-face {
	font-family: 'ChanticleerRoman';
	src: url('fonts/chanticleer_roman_webfont.eot');
	src: url('fonts/chanticleer_roman_webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/chanticleer_roman_webfont.woff') format('woff'),
		url('fonts/chanticleer_roman_webfont.ttf') format('truetype'),
		url('fonts/chanticleer_roman_webfont.svg#Chanticleer') format('svg');
	font-style: normal;
	font-weight: normal;
}

@font-face {
	font-family: 'ChanticleerRoman';
	src: url('fonts/chanticleer_roman_webfont.eot');
	src: url('fonts/chanticleer_roman_webfont.eot?#iefix') format('embedded-opentype'),
		url('fonts/chanticleer_roman_webfont.woff') format('woff'),
		url('fonts/chanticleer_roman_webfont.ttf') format('truetype'),
		url('fonts/chanticleer_roman_webfont.svg#Chanticleer') format('svg');
	font-style: normal;
	font-weight: bold;
}

* {
	outline: 0px;
	margin:	0px;
	border:	0px;
	padding: 0px;
	font-family: 'ChanticleerRoman', serif;
	text-shadow: 0 0 10px rgba(79, 65, 19, .7), 0 1px 0 #ddd;
}

/* ========================= */
/* !START - (X)HTML5 Support */
/* ========================= */

article,
aside,
footer,
header,
hgroup,
nav,
section {
	display: block;
}

/* ======================= */
/* !END - (X)HTML5 Support */
/* ======================= */

/* ====================== */
/* !START - Tag Selectors */
/* ====================== */

a:link,
a:visited {
	color: #922131;
	text-decoration: none;
}

a:hover,
a:active {

}

blockquote {
	width: 400px;
	margin: 0 auto 10px;
	border: 1px solid #f9f5e8;
	padding: 25px 25px 25px 85px;
	background: #ede3c0 url('images/bg_blockquote_top.png') no-repeat 20px 15px;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .3), 1px 1px 0 #ede3c0, -1px -1px 0 #ede3c0, 1px -1px 0 #ede3c0, -1px 1px 0 #ede3c0;
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .3), 1px 1px 0 #ede3c0, -1px -1px 0 #ede3c0, 1px -1px 0 #ede3c0, -1px 1px 0 #ede3c0;
	box-shadow: 0 0 10px rgba(79, 65, 19, .3), 1px 1px 0 #ede3c0, -1px -1px 0 #ede3c0, 1px 1px 0 #ede3c0, -1px -1px 0 #ede3c0;
}

body {
	background: #555 url('images/bg_site.png') repeat;
	color: #312400;
}

form {
	margin-bottom: 10px;
	border: 1px solid #ddd;
	padding: 5px;
	background: #bfbcaa;
	color: #312400;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

input {
	font-size: 14px;
}

input[type="button"],
input[type="submit"] {
	position: relative;
	height: 25px;
	padding: 0 5px;
	border: 1px solid #1b0104;
	font-family: 'ChanticleerRoman';
	line-height: 24px;
	font-size: 14px;
	color: #fff9d9;
	text-shadow: 0 0 10px #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #8f2030, 0 -1px 0 #000;
	background: url('images/bg_sidebar_h1.png') repeat-x;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .7);
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .7);
	box-shadow: 0 0 10px rgba(79, 65, 19, .7);
}

	input[type="button"]:before,
	input[type="submit"]:before {
		position: absolute;
		left: 0;
		content: url('images/bg_sidebar_h1_cap.png');
	}

	input[type="button"]:after,
	input[type="submit"]:after {
		position: absolute;
		right: 0;
		content: url('images/bg_sidebar_h1_cap.png');
	}

	input[type="button"]:hover,
	input[type="submit"]:hover {
		cursor: pointer;
	}

	input[type="submit"] {
		display: block;
	}

input[type="email"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
	margin-bottom: 5px;
	border: 1px solid #80691f;
	padding: 1px 0 1px 2px;
	color: #312400;
	background: #bfbba3;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .7), inset 0 0 10px rgba(79, 65, 19, .5);
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .7), inset 0 0 10px rgba(79, 65, 19, .5);
	box-shadow: 0 0 10px rgba(79, 65, 19, .7), inset 0 0 10px rgba(79, 65, 19, .5);
}

textarea {
	width: 99.3%;
	height: 150px;
	font-size: 14px;
}

label {
	display: block;
	font-family: 'ChanticleerRoman';
	font-size: 14px;
}

p {
	margin-bottom: 10px;
}

table {
	width: 100%;
}

th {
	text-align: left;
}

tr {
	text-align: right;
}

ul {
	list-style-position: inside;
	margin: 0 0 10px 25px;
}

.clear {
	clear: both;
}

/* ==================== */
/* !END - Tag Selectors */
/* ==================== */

.site-wrapper {
	width: 1000px;
	margin: 15px auto;
	background: url('images/bg_sidebar.png') repeat;
	-webkit-box-shadow: 0 0 5px #000;
	-moz-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.site-header {
	position: relative;
	width: 998px;
	height: 249px;
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	border-right: 1px solid #000;
	background: url('images/header_site.jpg') no-repeat;
}

.ac_header_logo {
	position: absolute;
	top: 5px;
	left: 5px;
}

/* ================================ */
/* !START - primary site navigation */
/* ================================ */

#site-header-navigation-container {
	height: 35px;
	border: 1px solid #1b0104;
	background: url('images/bg_navigation.png') repeat-x;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
	position: relative;
	z-index: 1;
}

	#site-header-navigation-container ul {
		list-style-type: none;
		margin: 0;
		text-align: center;
		font-size: 18px;
	}

		#site-header-navigation-container ul li {
			display: inline-block;
			height: 35px;
			line-height: 0;
		}

		#site-header-navigation-container ul li:first-child:before {
			content: url('images/bg_navigation_sep.png');
		}

		#site-header-navigation-container ul li:after {
			content: url('images/bg_navigation_sep.png');
		}

        /*
		#site-header-navigation-container ul li.current-menu-item {
            background: url('images/1x1_black_10.png') repeat;
		}

		#site-header-navigation-container ul li:hover {
            background: url('images/1x1_white_5.png') repeat;
		}

		#site-header-navigation-container ul li:active {
            background: url('images/1x1_black_25.png') repeat;
		}
        */

			#site-header-navigation-container ul li a {
				display: inline-block;
                position: relative;
                top: -11px;
				padding: 10px 5px 10px 1px;
				color: #f3ecd4;
            	text-shadow: 0 0 10px #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #8f2030, 0 -1px 0 #000;
			}

    		#site-header-navigation-container ul li:first-child a {
				padding: 10px 5px 10px 5px;
    		}

/* ============================== */
/* !END - primary site navigation */
/* ============================== */

.content-wrapper {
	border-left: 1px solid #000;
	border-right: 1px solid #000;
}

/* ================ */
/* !START - sidebar */
/* ================ */

.sidebar {
	float: left;
	width: 190px;
	padding: 10px 5px 0;
	font-size: 14px;
}

.sidebar table,
.sidebar ul {
	margin-bottom: 3px;
}

.sidebar p:not(:last-child) { margin-bottom: 12px; }

.widget {
	margin-bottom: 10px;
	-moz-box-shadow: 0 0 5px #000;
	-webkit-box-shadow: 0 0 5px #000;
	box-shadow: 0 0 5px #000;
}

.widget-title {
	position: relative;
	left: -1px;
	width: 190px;
	height: 23px;
	text-align: center;
	border: 1px solid #1b0104;
	color: #fff9d9;
	font-family: 'ChanticleerRoman';
	line-height: 24px;
	font-size: 18px;
	text-shadow: 0 0 10px #000, 1px 0 0 #000, -1px 0 0 #000, 0 1px 0 #8f2030, 0 -1px 0 #000;
	background: url('images/bg_sidebar_h1.png') repeat-x;
	-moz-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .5);
	box-shadow: 0 0 5px rgba(0, 0, 0, .5);
}

	.widget-title:before {
		position: absolute;
		left: 0;
		content: url('images/bg_sidebar_h1_cap.png');
	}

	.widget-title:after {
		position: absolute;
		right: 0;
		content: url('images/bg_sidebar_h1_cap.png');
	}

.widget-content {
	border: 1px solid #80691f;
	padding: 5px 5px 0;
	background: #f3ecd4;
	-moz-box-shadow: inset 0 0 10px rgba(79, 65, 19, 1);
	-webkit-box-shadow: inset 0 0 10px rgba(79, 65, 19, 1);
	box-shadow: inset 0 0 10px rgba(79, 65, 19, 1);
}

    .widget h2 {
    	margin: 0 auto 3px;
    	font-size: 12px;
    	font-family: 'ChanticleerRoman';
    	text-shadow: 0 0 5px rgba(79, 65, 19, 1), 0 1px 0 #eee;
    	width: fit-content;
    }

	.widget img {
		display: block;
		max-width: 176px;
		border: 1px solid #720715;
		margin: 3px auto 5px;
		-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
		-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
		box-shadow: 0 0 10px rgba(79, 65, 19, .5);
	}

/* ======================= */
/* !START - order by phone */
/* ======================= */

.sidebar-phone {
	display: block;
	margin: 0 auto;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
}

/* ===================== */
/* !END - order by phone */
/* ===================== */

/* ==================== */
/* !START - store hours */
/* ==================== */

#widget-custom_html-2 th {
    vertical-align: top;
}

/* ================== */
/* /END - store hours */
/* ================== */

/* ================== */
/* !START - follow us */
/* ===================*/

#widget-php_widget-5 {
	text-align: center;
}

	#widget-php_widget-5 img {
		display: inline-block;
		border: 0;
		margin: 3px 0 0;
	}

/* ================ */
/* !END - follow us */
/* ================ */

/* =========================== */
/* !START - newsletter sign-up */
/* =========================== */

/* make copy container have bottom margin consistant with site */
#widget-newsletterwidget-3 p:first-child {
	margin-bottom: 10px;
}

/* make text box full width of content area */
#widget-newsletterwidget-3 input[type="text"] {
	width: 162px;
}

/* make submit button have bottom margin consistant with last item in widget containers */
#widget-newsletterwidget-3 input[type="submit"] {
	margin-bottom: 2px;
}

/* ========================= */
/* !END - newsletter sign-up */
/* ========================= */

/* ============== */
/* !END - sidebar */
/* ============== */

.main-content {
	float: left;
	width: 776px;
	min-height: 800px;
	border: 1px solid #80691f;
	padding: 10px 10px 0;
	background: #f3ecd4;
	-moz-box-shadow: inset 0 0 10px rgba(79, 65, 19, 1), -1px 0 5px #000;
	-webkit-box-shadow: inset 0 0 10px rgba(79, 65, 19, 1), -1px 0 5px #000;
	box-shadow: inset 0 0 10px rgba(79, 65, 19, 1), -1px 0 5px #000;
}

.main-content img {
	max-width: 776px;
}

.hentry h1 {
	font-family: 'ChanticleerRoman';
	color: #720715;
}

.home .hentry h1 {
	font-size: 2em;
}

.page-header {
	width: 759px;
	height: 75px;
	margin-bottom: 10px;
	border: 1px solid #720715;
	padding: 125px 0 0 15px;
	font-size: 60px;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
	box-shadow: 0 0 10px rgba(79, 65, 19, .5);
}

.slider-wrapper {
	display: block;
	width: 774px;
	height: 350px;
	margin-bottom: 10px;
	border: 1px solid #720715;
	font-size: 60px;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
	box-shadow: 0 0 10px rgba(79, 65, 19, .5);
}

#page-header-home {
	background: url('images/header_page_003.jpg') no-repeat;
}

#page-header-todays-specials {
	background: url('images/header_page_002.jpg') no-repeat;
}

#page-header-breakfast-menu {
	background: url('images/header_page_002.jpg') no-repeat;
}

#page-header-lunch-menu {
	background: url('images/header_page_004.jpg') no-repeat;
}

#page-header-menu {
	background: url('images/header_page_002.jpg') no-repeat;
}

#page-header-dinner-menu {
	background: url('images/header_page_004.jpg') no-repeat;
}

#page-header-cheesecake-menu {
	background: url('images/header_page_001.jpg') no-repeat;
}

#page-header-catering {
	background: url('images/header_page_005.png') no-repeat;
}

#page-header-reviews {
	background: url('images/header_page_004.jpg') no-repeat;
}

.gallery {
	list-style-type: none;
	width: 768px;
	margin: 0 auto;
}

	.gallery li {
		float: left;
		width: 234px;
		height: 234px;
		margin: 0 8px 16px;
		background: #fafafa;
		border-top: 2px solid #fff;
		border-right: 2px solid #eee;
		border-bottom: 2px solid #eee;
		border-left: 2px solid #fff;
		text-align: center;
		-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
		-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5);
		box-shadow: 0 0 10px rgba(79, 65, 19, .5);
	}

		.gallery li img {
			height: 200px;
			width: 200px;
			margin-top: 16px;
			border: 1px solid #cacaca;
			-moz-box-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
			-webkit-box-shadow: -2px -2px 0 #eee, 2px 2px 0 #fff;
			box-shadow: 2px 2px 0 #fff, -2px -2px 0 #fff, 2px -2px 0 #fff, -2px 2px 0 #fff;
		}

/* ============== */
/* !START - menus */
/* ============== */

.ac-menu {
	position: relative;
	width: 550px;
	margin: 25px auto 10px;
	border: 1px solid #ddd;
	padding: 25px 50px 10px;
	background: #bfbcaa;
	color: #312400;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

	.ac-menu section {
		margin-bottom: 50px;
	}

	.ac-menu header img {
		display: block;
		margin: 0 auto 25px;
	}

	.ac-menu h1 {
		color: #312400;
		font-size: 32px;
	}

	.ac-menu h2 {
		font-size: 24px;
	}

	.ac-menu .dish-list {
		display: grid;
		grid-template-columns: 60% 20% 20%;
		justify-items: end;
		margin-bottom: 35px;
	}

		.ac-menu .dish-list .dish-name-desc {
			justify-self: start;
			margin-top: 10px;
		}

		.ac-menu .dish-list .dish-name-desc:first-child {
			margin-top: 0;
		}

			.ac-menu .dish-list .dish-name-desc .dish-desc {
				font-size: 14px;
			}

.food-menu {
	position: relative;
	width: 550px;
	margin: 25px auto 10px;
	border: 1px solid #ddd;
	padding: 25px 50px 0;
	background: #bfbcaa;
	color: #312400;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

.menu-meta {
	margin-bottom: 25px;
}

.menu-heading {
	text-align: center;
}

	.menu-heading h1 {
		font-size: 35px;
	}

	.menu-heading h1 img {
		max-width: 550px;
	}

	.menu-heading h2,
	.menu-heading h2 time {
		font-size: 20px;
		font-family: 'ChanticleerRoman';
	}

.menu-notes {
	margin-bottom: 25px;
}

.meal-name {
	margin: 0;
	font-family: 'ChanticleerRoman';
}

.food-list {
	padding-left: 10px;
}

.dish-name {
	color: #720715;
	font-weight: bold;
	font-family: 'ChanticleerRoman';
}

.dish-sizes {
	margin-right: 8px;
	text-align: right;
}

.dish-size {
	margin-left: 35px;
	color: #720715;
}

.dish-price {
	float: right;
	margin-left: 35px;
}

.dish-desc {
	max-width: 350px;
	margin-bottom: 10px;
	clear: both;
	font-size: 12px;
}

#food-menu-cheesecake .dish-desc {
	max-width: 225px;
}

.menu-footer {
    display: flex;
	font-family: 'ChanticleerRoman';
	font-size: 14px;
	justify-content: space-between;
}

/* ============ */
/* !END - menus */
/* ============ */

/* ================ */
/* !START - reviews */
/* ================ */

.review {
	margin-bottom: 10px;
	padding-left: 25px;
}

.review-meta {
	margin-bottom: 10px;
}

/* ============== */
/* !END - reviews */
/* ============== */

/* =================== */
/* !START - contact us */
/* =================== */

#contact-us {
	width: 600px;
	margin: 0 auto 10px;
}

/* ================= */
/* !END - contact us */
/* ================= */

.site-footer {
	height: 15px;
	border: 1px solid #1b0104;
	padding: 0 5px;
	background: url('images/bg_footer.png') repeat-x;
	color: #fff9d9;
	font-size: 10px;
	line-height: 16px;
	clear: both;
	text-shadow: 0 0 3px #000, 0 1px 0 #8f2030, 0 -1px 0 #000;
}

	.site-footer small {
		font-size: 10px;
		text-shadow: 0 0 3px #000, 0 1px 0 #8f2030, 0 -1px 0 #000;
	}


/* =================== */
/* !START - store menu */
/* =================== */

#store-menu {
	position: relative;
	width: 1946px;
	height: 1050px;
	-webkit-column-count: 3;
	-moz-column-count: 3;
	column-count: 3;
	-webkit-column-gap: 50px;
	-moz-column-gap: 50px;
	column-gap: 50px;
	border: 1px solid #d5d3c7;
	padding: 50px;
	background: url('images/bg_store_menu.jpg') repeat;
}

#store-menu header {
	text-align: center;
}

#store-menu header .widget {
	box-shadow: none;
}

#store-menu header .newsletter-widget input,
#store-menu header .newsletter-widget label {
	display: inline;
	margin: 0 5px 0 0;
}

#store-menu header .newsletter-widget input[type="text"] {
	width: 250px;
}

#store-menu header form {
	position: relative;
	left: 11px;
	width: 579px;
}

.break-inside-fix {
	position: relative;
	display: inline-block;
	width: 100%;
}

	#store-menu .meal-name {
		font-size: 50px;
	}

	#store-menu .meal-desc {
		font-size: 18px;
	}

	#store-menu .dish-name {
		font-size: 26px;
	}

	#store-menu .dish-price {
		position: absolute;
		right: 0;
		font-size: 26px;
	}

	#store-menu .dish-desc {
		max-width: 450px;
		font-size: 18px;
	}

#store-menu-notes {
	position: absolute;
	bottom: 25px;
	left: 50px;
}

#store-menu-notes img {
	max-height: 15px;
	vertical-align: -3px;
	-moz-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	-webkit-box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
	box-shadow: 0 0 10px rgba(79, 65, 19, .5), 1px 1px 0 #000, -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000;
}

/* ================= */
/* !END - store menu */
/* ================= */
