/*******************************************************************************

	CSS on Sails Framework
	Title: Pizza California
	Author: XHTMLized (http://www.xhtmlized.com/)
	Date: March 2012

********************************************************************************

	1. BASE
		1.1 Reset
		1.2 Accessibility Navigation & Hide
		1.3 Clearfix
		1.4 Fonts
		1.5 Default Styles
		1.6 Image Replacement		

	2. COMMON
		2.1 Container
		2.2 Header
		2.3 Navigation
		2.4 Content
		2.5 Sidebar
		2.6 Footer

	3. PAGES
		3.1 Home
		3.2 Catering
		3.3 Community
		3.3a Coupons
		3.4 Contact
		3.5 Local Flavors
		3.6 Local Flavors Popup
		3.7 Location
		3.8 Menu
		3.9 Our Story


	4. PRINT

*******************************************************************************/


/* 1. BASE
--------------------------------------------------------------------------------
==============================================================================*/


/* 1.1 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, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}

ol, ul {
	list-style-image: none;
	list-style-type: none;
}

blockquote, q {
	quotes: none;
}

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

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

a[href], label[for], select, 
input[type=checkbox], input[type=radio] {
	cursor: pointer;
}

button, input[type=button], input[type=image], 
input[type=reset], input[type=submit] {
	padding: 0;
	overflow: visible;
	cursor: pointer;
}

button::-moz-focus-inner, 
input[type=button]::-moz-focus-inner, 
input[type=image]::-moz-focus-inner, 
input[type=reset]::-moz-focus-inner, 
input[type=submit]::-moz-focus-inner {
	border: 0;
}


/* 1.2 Accessibility Navigation & Hide
------------------------------------------------------------------------------*/

#accessibility-nav {
	position: absolute;
	top: 0;
	left: -9999em;
	z-index: 1000;
}

#accessibility-nav a {
	position: absolute;
	top: 0;
	white-space: nowrap;
}

#accessibility-nav a:active,
#accessibility-nav a:focus {
	left: 9999em;
}

.hide {
	position: absolute !important;
	left: -9999em !important;
}


/* 1.3 Clearfix
------------------------------------------------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
}

.ie7 .clearfix {
	zoom: 1; 
}


/* 1.4 Fonts
------------------------------------------------------------------------------*/ 


/* 1.5 Default Styles
------------------------------------------------------------------------------*/

body {
	font: 13.3px/20px Tahoma, Arial, Helvetica, sans-serif;
	color: #5a4a42;
	background: url('../images/common/background.png') #eeeae3;
}

hr {
	display: none;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

del {
	text-decoration: line-through;
}

th, td {
	vertical-align: top;
}

th {
	font-weight: normal;
	text-align: left;
}

address, cite, dfn {
	font-style: normal;
}

abbr, acronym {
	border-bottom: 1px dotted #999;
	cursor: help;
}

input, textarea, select {
	font-family: Arial, Helvetica, sans-serif;
}

textarea {
	 overflow: auto;
}

a, a:visited {
	text-decoration: none;
	color: #00f;
	
}

a:hover, a:active, a:focus {
	text-decoration: underline;
	color: #f00;
}


/* 1.6 Image replacement
------------------------------------------------------------------------------*/

.ir {
	display: block;
	position: relative;
	overflow: hidden;
}

.ir span {
	display: block;
	position: absolute;	
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1;
}

.ie7 .ir a span,
.ie7 a.ir span {
	cursor: pointer;
}


/* 2. COMMON
--------------------------------------------------------------------------------
==============================================================================*/


/* 2.1 Container
------------------------------------------------------------------------------*/

.container {
	position: relative;
	width: 960px;
	margin: 0 auto;
}


/* 2.2 Header
------------------------------------------------------------------------------*/

#header {
	position: relative;
	height: 146px;
}

#header .shadow {
	display: block;
	width: 909px;
	height: 30px;
	background: url(../images/common/header-bg.png) no-repeat;
	position: absolute;
	right: -70px;
	top: 130px;
}

#header.home .shadow {
	background: none;
}

#header .site-name {
	width: 136px;
	height: 135px;
	text-indent: -9999px;
	position: absolute;
	left: -5px;
	top: 5px;
}

#header .site-name span {
	background: url(../images/common/logo.png) no-repeat;
}

#header .call-us {
	position: absolute;
	top: 20px;
	right: 246px;
	width: 207px;
	height: 22px;
	text-indent: -9999px;
	background: url(../images/common/call-us.png) no-repeat;
}

#header .order-online {
	position: absolute;
	top: 0;
	right: 0;
	width: 166px;
	height: 63px;
	text-indent: -9999px;
	background: url(../images/common/order-online.png) no-repeat;
}

#header .order-online:hover {
	background-position: 0 -64px;
}

#header nav {
	position: absolute;
	right: -5px;
	top: 90px;
}

#header li {
	float: left;
	display: block;
	margin-left: 25px;
	text-indent: -9999px;
}

#header li a {
	display: block;
	height: 16px;
	width: 100px;
	padding: 5px;
	background: url(../images/common/navigation.png) no-repeat;
}

#header li.about-us a {
	width: 96px;
	background-position: 5px 5px;
}

#header li.about-us a:hover {
	background-position: 5px -19px;
}

#header li.menu a {
	width: 52px;
	background-position: -131px 5px;
}

#header li.menu a:hover {
	background-position: -131px -19px;
}

#header li.catering a {
	width: 90px;
	background-position: -314px 5px;
}

#header li.catering a:hover {
	background-position: -314px -19px;
}

#header li.beer a {
	width: 48px;
	background-position: -225px 5px;
}

#header li.beer a:hover {
	background-position: -225px -19px;
}

#header li.employment a {
	width: 128px;
	background-position: -443px 5px;
}

#header li.employment a:hover {
	background-position: -443px -19px;
}

#header li.location a {
	width: 101px;
	background-position: -613px 5px;
}

#header li.location a:hover {
	background-position: -613px -19px;
}


/* 2.3 Navigation
------------------------------------------------------------------------------*/

#navigation {
	width: 155px;
	float: left;
	color: #5a4a42;
	margin: 46px 0 0 10px;
	font-size: 15px;
	line-height: 28px;
}

#navigation a {
	color: #5a4a42;
	text-decoration: none;
	display: block;
}

#navigation a.active,
#navigation a:hover,
#navigation a:active {
	color: #5f9849;
}

#navigation a.active {
	background: url(../images/common/active.png) no-repeat;
}

#navigation .story a {
	background-position: 72px 50%;
}

#navigation .local a {
	background-position: 90px 50%;
}

#navigation .location a {
	background-position: 63px 50%;
}

#navigation .contact a {
	background-position: 77px 50%;
}

#navigation .gift a {
	background-position: 72px 50%;
}

#navigation .gift a {
	background-position: 72px 50%;
}
#navigation .officeparty a {
	background-position: 80px 50%;
}

#navigation .fund a {
	background-position: 83px 50%;
}
#navigation .caliclub a {
	background-position: 125px 50%;
}
#menu-beer-bg {
	background: url(../images/menu/menu.png) no-repeat;
	display: block;
	width: 254px;
	height: 277px;
	position: relative;
    top: -2000px;
    left: -258px;
}


/* 2.4 Content
------------------------------------------------------------------------------*/

#content {
	width: 795px;
	margin: 46px 0 0px 165px;
}

#content h1 {
	height: 55px;
	display: block;
	text-indent: -9999px;
	background-repeat: no-repeat;
	margin-bottom: 37px;
}

#content p {
	margin: 25px 0;
}

#content a, 
#content a:visited, 
#content a:active, 
#content a:hover {
	color: #5D9447;
	text-decoration: none;
}

.clear {
	clear: both;
}

/* 2.5 Sidebar
------------------------------------------------------------------------------*/

#sidebar {
	float: left;
	width: 200px;
}


/* 2.6 Footer
------------------------------------------------------------------------------*/

#footer {
	clear: both;
	position: relative;
	margin-top: -290px;
	height: 290px;
	background: url(../images/common/footer-bg.png) no-repeat 50% 100%;
}

html, body {
	height: 100%;
}

.container {
	min-height: 100%;
}

#home, #content {
	overflow:visible;
	padding-bottom: 250px;
}

body:before {
	content:"";
	height:100%;
	float:left;
	width:0;
	margin-top:-32767px;/
}

#footer-bg {
	clear: both;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	height: 290px;
	height: 250px;
	background: url('../images/common/background.png') #eeeae3;
}

#footer .holder {
	width: 960px;
	height: 290px;
	margin: 0 auto;
	position: relative;
}

#footer .get-social {
	position: absolute;
	top: 114px;
	left: 12px;
}

#footer .get-social span,
#footer .get-social a {
	display: block;
	float: left;
	height: 24px;
	text-indent: -9999px;
	background: url(../images/common/get-social.png) no-repeat;
}

#footer .gs {
	width: 93px;
}

#footer .get-social .fb {
	margin-left: 12px;
	width: 25px;
	background-position: -105px 0px;
}

#footer .get-social .fb:hover {
	background-position: -105px -25px;
}

#footer .get-social .tw {
	margin-left: 6px;
	width: 26px;
	background-position: -136px 0px;
}

#footer .get-social .tw:hover {
	background-position: -136px -25px;
}

.bottom {
	position: absolute;
	top: 194px;
	color: #fff;
	font-size: 15px;
	line-height: 22px;
}

.bottom .tel,
.bottom .fax {
	font-weight: normal;
}

.bottom .copy {
	font-weight: normal;
	font-size: 11px;
	line-height: 20px;
}

.copy a {
	color: #fff;
}

.copy a:hover,
.copy a:active {
	color: #639e4c;
	text-decoration: none;
}

.column {
	width: 225px;
	margin-left: 20px;
	float: left;
}

.column.first {
	margin-left: 0;
}

.tell {
	display: block;
	width: 215px;
	height: 49px;
	text-indent: -9999px;
	background: url(../images/common/tell.png) no-repeat;
	margin-top: 10px;
}

.tell:hover,
.tell:active {
	background-position: 0 -51px;
}

/* 3. PAGES
--------------------------------------------------------------------------------
==============================================================================*/


/* 3.1 Home
------------------------------------------------------------------------------*/

#home {
	margin: 0 0 0px 0;
}

#home .carousel {
	height: 462px;
	overflow: hidden;
	position: relative;
}

#home .carousel img {
	height: 462px;
	width: 960px;
}

#home .carousel li {
	float: left;
}

.carousel input.carousel-control {
	display: none;
}

.carousel-pagination {
	position: absolute;
	bottom: 12px;
	right: 15px;
}

.carousel-pagination a {
	padding: 2px;
	float: left;
	display: block;
	cursor: pointer;
}

.carousel-pagination a span {
	display: block;
	width: 15px;
	height: 15px;
	background: url(../images/home/pagination.png) no-repeat -18px 0;
	text-indent: -9999px;
}

.carousel-pagination a.active span {
	background-position: 0 0;	
}

#sub {
	margin: 12px -40px 0 -20px;
}

#sub li {
	float: left;
	width: 225px;
	margin: 0 10px;
}


/* 3.2 Catering
------------------------------------------------------------------------------*/

.catering h1 {
	background-image: url(../images/catering/catering.png);
}

.catering h2 {
	margin: -5px 0 -24px;
	font-weight: bold;
}

.catering img {
	float: right;
	margin-top: -70px;
}

#navigation.catering a {
	background: none;
}


/* 3.3 Community
------------------------------------------------------------------------------*/

.community h1 {
	background-image: url(../images/community/community.png);
}
.caliclub h1 {
	background-image: url(../images/rewards/headline.png);
}
.community img {
	float: right;
	margin-top: -10px;
}

.caliclub img {

}
.banner img {
	float: right;
	margin-top: -10px;
}
/* 3.3a Coupons
------------------------------------------------------------------------------*/

.coupons h1 {
	background-image: url(../images/coupons/coupon_offers.png);
}

.coupon img {
	float: right;
	margin-top: -10px;
}


/* 3.4 Card Activation
------------------------------------------------------------------------------*/

.cardactivation h1 {
	background-image: url(../images/activation/cardactivation.png);
}

.cardactivation h2 {
	font-weight: bold;
}

#content.cardactivation p {
	margin: 0;
	clear: both;
}

.cardactivation .hours {
	margin: 25px 0;
}

.cardactivation-left {
	width: 305px;
	float: left;
}

.cardactivation-right {
	float: left;
	width: 470px;
}

.cardactivation form {
	margin: 20px 0;
}

.cardactivation label {
	clear: both;
    display: block;
    float: left;
    margin: 5px 0 13px;
    width: 105px;
}

.cardactivation input,
.cardactivation textarea {
	width: 283px;
	margin: 5px 0 0 0;
	border: 1px solid #999999;
	border-top: 1px solid #737373;
	font-size: 13.3px;
}

.cardactivation textarea {
	height: 100px;
}

.cardactivation button {
	margin: 15px 0 0 313px;
	background: url(../images/contact/submit.png) no-repeat transparent;
	border: 0;
	text-indent: -9999px;
	width: 77px;
	height: 37px;
	display: block;
}

.cardactivation button:hover {
	background-position: 0 -37px;
}

.cardactivation label.error {
	color: red;
	width: 250px;
}

.cardactivation p.bigger {
	font-size: 15px;
}



/* ======================== FASD ======================== */

.cardActivation h1 {
	background-image: url(../images/activation/cardactivation.png);
}

.results{
	float:left;
}

.formContainer {
	display: block;
	position: relative;
	width:384px;
	overflow: hidden;
	padding: 2px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.formDimmer {
	position: absolute;
	top:0;
	left:0;
	width:384px;
	height: 400px;
	background: url('../../form_resources/white70.png');
	text-align:center;
	display: none;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.formDimmer img {
	margin-top: 120px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}


.inputRow{
	width:384px;
	margin-bottom: 8px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.inputGroup, .buttonGroup{
	float:left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.buttonGroup{
	margin-top: 2px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.formContainer fieldset {
	margin-bottom: 12px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.formContainer label, 
.formContainer input, 
.formContainer select{
	float:left;
	clear: left;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.input-12 {
	width: 374px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.input-9 {
	width: 278px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.input-6 {
	width: 182px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.input-3 {
	width: 86px;
	margin-right: 10px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.formContainer label{
	font-size: 10px;
	text-transform: uppercase;
	color: #666;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}
.formContainer label span {
	font-size: 9px;
	color: #333;
	margin-left: 4px;
}

.formContainer input, 
.formContainer select{
	border: 1px solid #aaa;
	padding: 1px;
	font-size: 13px;
	color:#444;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
	
}

.formContainer select {
	height:20px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

.primaryButton{
	background: url(../../form_resources/submit.png) no-repeat;
	border: 0;
	text-indent: -9999px;
	width: 77px;
	height: 37px;
	display: block;
	margin-left: 2px;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box;
}

button:hover {
	cursor: pointer;
	background-position: 0 -37px;
}

.formError {
	display: none;
	float: left;
	clear: both;
	padding: 6px;
	font-size: 12px;
	background:#F9F2C2;
	text-align: center;
	color: #938416;
	-webkit-box-sizing: border-box;
  	-moz-box-sizing: border-box;
  	box-sizing: border-box; 
}

.activationThanks{
	font-size: 16px;
	font-weight: bold;
	color:#5a4a42;
}

.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
	}
* html .clearfix             { zoom: 1; } /* IE6 */
*:first-child+html .clearfix { zoom: 1; } /* IE7 */



/* 3.4 Contact
------------------------------------------------------------------------------*/

.contact h1 {
	background-image: url(../images/contact/contact.png);
}
.contact h2 {
	font-weight: bold;
}

#content.contact p {
	margin: 0;
	clear: both;
}

.contact .hours {
	margin: 25px 0;
}

.contact-left {
	width: 305px;
	float: left;
}

.contact-right {
	float: left;
	width: 470px;
}

.contact form {
	margin: 20px 0;
}

.contact label {
	clear: both;
    display: block;
    float: left;
    margin: 5px 0 13px;
    width: 105px;
}

.contact input,
.contact textarea {
	width: 283px;
	margin: 5px 0 0 0;
	border: 1px solid #999999;
	border-top: 1px solid #737373;
	font-size: 13.3px;
}

.contact textarea {
	height: 100px;
}

.contact button {
	margin: 15px 0 0 313px;
	background: url(../images/contact/submit.png) no-repeat transparent;
	border: 0;
	text-indent: -9999px;
	width: 77px;
	height: 37px;
	display: block;
}

.contact button:hover {
	background-position: 0 -37px;
}

.contact label.error {
	color: red;
	width: 250px;
}

.contact p.bigger {
	font-size: 15px;
}

/* 3.5 Local Flavors
------------------------------------------------------------------------------*/

.local-flavors h1 {
	background-image: url(../images/local-flavors/local-flavors.png);
}

.map {
	position: relative;
	top: 15px;
	left: -108px;
	background-image: url(../images/local-flavors/map.png);
	width: 810px;
	height: 709px;
}

.map li {
	position: absolute;
	text-align: center;
}

#content .map a,
#content .map a:visited,
#content .map a:hover,
#content .map a:active {
	color: #5a4a42;
	display: block;
	width: 150px;
	line-height: 18px;
}

.map a span {
	width: 143px;
	height: 115px;
	display: block;
	margin-bottom: -5px;
}

.map a.tomatoes span,
.map a.garlic span {
	width: 141px;
	height: 114px;
}

.map li.beer {
	top: 80px;
	left: -45px;
}

.map .beer span {
	background-image: url(../images/local-flavors/beer.png);
}

.map .beer a:hover span,
.map .beer a:active span,
.map .dough a:hover span,
.map .dough a:active span,
.map .wine a:hover span,
.map .wine a:active span {
	background-position: 0 -116px;
}

.map .tomatoes a:hover span,
.map .tomatoes a:active span,
.map .garlic a:hover span,
.map .garlic a:active span {
	background-position: 0 -114px;
}

.map li.dough {
	top: 276px;
	left: 16px;
}

.map .dough span {
	background-image: url(../images/local-flavors/dough.png);
}

.map li.garlic {
	top: 525px;
	left: 24px;
}

.map .garlic span {
	background-image: url(../images/local-flavors/garlic.png);
}

.map li.tomatoes {
	top: 251px;
	left: 768px;
}

.map .tomatoes span {
	background-image: url(../images/local-flavors/tomatoes.png);
}

.map li.wine {
	top: 512px;
	left: 759px;
}

.map .wine span {
	background-image: url(../images/local-flavors/wine.png);
}



/* 3.6 Local Flavors Popup
------------------------------------------------------------------------------*/

#shade {
	background-color: black;
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 10;
	display: none;
}

#lightbox {
	display: none;
	z-index: 20;
	position: fixed;
	width: 854px;
	background-color: white;
	top: 10%;
	left: 50%;
	margin-left: -427px;
	min-height: 420px;
	-moz-box-shadow: 0px 0px 24px rgba(0,0,0,0.46);
	-o-box-shadow: 0px 0px 24px rgba(0,0,0,0.46);
	-webkit-box-shadow: 0px 0px 24px rgba(0,0,0,0.46);
	box-shadow: 0px 0px 24px rgba(0,0,0,0.46);
}

#lightbox div {
	display: none;
	padding: 0 40px 50px 0;
	position: relative;
}

#lightbox img {
	position: absolute;
	top: -10px;
	left: 25px;
}

#lightbox a.close {
	position: absolute;
	top: -46px;
	right: 4px;
	background: url(../images/local-flavors-popup/close.png) no-repeat 50% 50%;
	display: block;
	width: 11px;
	height: 11px;
	text-indent: -9999px;
	padding: 10px;
}

#lightbox h1 {
	margin: 53px 0 -17px;	
}

#lightbox h2 {
	font-weight: bold;
	font-size: 15px;
}

#lightbox h1,
#lightbox h2,
#lightbox p {
	margin-left: 294px;
}

#lightbox .beer h1 {
	background-image: url(../images/local-flavors-popup/beer.png);
}

#lightbox .dough h1 {
	background-image: url(../images/local-flavors-popup/dough.png);
}

#lightbox .garlic h1 {
	background-image: url(../images/local-flavors-popup/garlic.png);
}

#lightbox .tomatoes h1 {
	background-image: url(../images/local-flavors-popup/tomatoes.png);
}

#lightbox .wine h1 {
	background-image: url(../images/local-flavors-popup/wine.png);
}

#lightbox a,
#lightbox a:hover,
#lightbox a:visited,
#lightbox a:active {
	color: #b31b2a;
}


/* 3.7 Location
------------------------------------------------------------------------------*/

.location h1 {
	background-image: url(../images/location/location.png);
}

.location h2 {
	font-weight: bold;
}

#content.location p {
	margin: 0;
}

.location .hours {
	margin: 25px 0;
}

.google-map {
	float: right;
	border: 2px solid #b5aca8;
	position: relative;
    top: -44px;
    margin-left: 50px;
}

.picture-right {
	float: right;
	position: relative;
    top: -84px;
    margin-left: 50px;
}

/* 3.8 Menu
------------------------------------------------------------------------------*/

#navigation.menu .pizza a {
	background-position: 42px 50%;
}

#navigation.menu .catering a {
	background-position: 103px 50%;
}


#navigation.menu .starters a {
	background-position: 60px 50%;
}

#navigation.menu .salads a {
	background-position: 50px 50%;
}

#navigation.menu .desserts a {
	background-position: 66px 50%;
}

#navigation.menu .beer a {
	background-position: 42px 50%;
}

#navigation .sub-pizza a,
#navigation .sub-pizza a:hover,
#navigation .sub-pizza a:active,
#navigation .sub-pizza a:visited {
	background: none;
	color: #5f9849;
}

#navigation .sub-pizza a:hover,
#navigation .sub-pizza a:active {
	color: #5A4A42;
}

.sub-pizza {
	margin: 7px 0 10px;
}

.sub-pizza a {
	margin: -8px 0;
	font-size: 13px;
}

#menu-bg {
	background: url(../images/menu/menu.png) no-repeat;
	display: block;
	width: 254px;
	height: 277px;
	position: relative;
	top: 36px;
	left: -128px;
}

h1.fresh-specials {
	background-image: url(../images/menu/fresh-specials.png);
	margin-top: 7px;
}

h1.signature-pizzas {
	background-image: url(../images/menu/signature-pizzas.png);
}

h1.classic-combinations {
	background-image: url(../images/menu/classic-combinations.png);
}

h1.create-your-own {
	background-image: url(../images/menu/create-your-own.png);
}

h1.by-the-slice {
	background-image: url(../images/menu/by-the-slice.png);
}

h1.starters {
	background-image: url(../images/menu/starters.png);
}

h1.salads {
	background-image: url(../images/menu/salads.png);
}

h1.desserts {
	background-image: url(../images/menu/desserts.png);
}

h1.soft-drinks {
	background-image: url(../images/menu/soft-drinks.png);
}

h1.beer {
	background-image: url(../images/menu/currently_on_tap.png);
}

h1.draft-beer {
	background-image: url(../images/menu/draft-beer.png);
}

h1.bottled-beer {
	background-image: url(../images/menu/bottled-beer.png);
}

h1.wine {
	background-image: url(../images/menu/wine.png);
}

h1.pizzas {
	background-image: url(../images/menu/pizzas.png);
}

h1.beverages {
	background-image: url(../images/menu/beverages.png);
}



.menu table {
	width: 100%;
	margin: -75px 0 40px;
	font-size: 12px;
}

.menu table.first {
	margin-top: -60px;
}

.menu table h3 {
	font-weight: bold;
}

.menu table .first {
	width: auto;
	padding: 0 55px 10px 0;
}

.menu table .price {
	width: 60px;
	text-align: right;
	vertical-align: top;
}
.menu tbody .price {
	font-weight: bold;
	padding-top: 3px;
}

.menu thead .price {
	padding-bottom: 15px;
}

.menu tbody tr {
	background: url(../images/menu/border.png) repeat-x 0 94%;
}

.menu .fresh tbody tr.last,
.menu .signature tbody tr.last {
	height: 80px;
}

.menu .classic tbody tr.last {
	height: 60px;
}

.menu div {
	float: left;
	width: 150px;
	min-height: 277px;
	line-height: 17px;
}

.menu div h3 {
	padding: 20px 0;
}


/* 3.9 Our Story
------------------------------------------------------------------------------*/

.our-story h1 {
	background-image: url(../images/our-story/our-story.png);
}

.our-story img.first {
	float: left;
	position: relative;
	top: -10px;
	left: -30px;
	margin-right: -5px;
}

.our-story img.second {
	float: right;
	position: relative;
	top: -5px;
	margin-left: 20px;
}

.our-story p.right {
	width: 400px;
	
}

/* Gift Cards
------------------------------------------------------------------------------*/

.gift-cards h1 {
	background-image: url(../images/gift-cards/gift-cards.png);
}

/* Employment
------------------------------------------------------------------------------*/

.employment h1 {
	background-image: url(../images/employment/employment.png);
}
/*Office Party
------------------------------------------------------------------------------*/
.office-party h1 {
	background-image: url(../images/office-party/office-party.png);}

.office-party h2 {
	font-weight: bold;
}

#content.office-party p {
	margin: 0;
	clear: both;
}

.office-party .hours {
	margin: 25px 0;
}

.office-party-left {
	width: 305px;
	float: left;
}

.office-party-right {
	float: left;
	width: 470px;
}

.office-party form {
	margin: 20px 0;
}

.office-party label {
	clear: both;
    display: block;
    float: left;
    margin: 5px 0 13px;
    width: 105px;
}

.office-party input,
.office-party textarea {
	width: 283px;
	margin: 5px 0 0 0;
	border: 1px solid #999999;
	border-top: 1px solid #737373;
	font-size: 13.3px;
}

.office-party textarea {
	height: 100px;
}

.office-party button {
	margin: 15px 0 0 313px;
	background: url(../images/contact/submit.png) no-repeat transparent;
	border: 0;
	text-indent: -9999px;
	width: 77px;
	height: 37px;
	display: block;
}

.office-party button:hover {
	background-position: 0 -37px;
}

.office-party label.error {
	color: red;
	width: 250px;
}

.office-party p.bigger {
	font-size: 15px;
}
#rewardslist{
	list-style-type:disc;
	list-style-iamge:none;
	list-style-position:inside;
}
/* 4. PRINT
--------------------------------------------------------------------------------
==============================================================================*/


@media print {

	body { 
		font: normal normal 12pt/1.5em "Times New Roman", Times, serif; 
	}

	a[href]:after { 
		content: " (" attr(href) ") "; 
		font-size: 90%; 
	}

	a[href^="/"]:after { 
		content: " (http://domain.com" attr(href) ") "; 
	}

	#accessibility-nav, 
	.hide { 
		display: none !important; 
	}
	#deliverymaps1{
		font-size: inherit;
	}
}	
