/* Leucadia Pizza */

* {
	margin:0;
	padding:0;
}
body {
 	font-family: "freight-sans-pro", Calibri, Arial, Helvetica, sans-serif;
	color:#fff;
	background: #000;
	font-size:14px;
	text-align:left;
	/* background:url(/images/backgrounds/bg.gif) repeat; */
	margin:0 auto; 
}

ul {
	list-style-type:none;
}

div.clear {
	clear:both;
	height:1%;
}
a, a:visited {
	color:#fff;
}
.home h2 {
	color:#fff;
	font-size:42px;
	font-weight:normal;
	letter-spacing:1px;
	padding:0 0 10px 0;
	text-shadow: 2px 2px 0px rgba(51, 51, 51, 1);
	line-height: 46px;

}
.home h2.sub {
	color:#fff;
	padding:10px 0 0 0;
	font-size: 24px;
	border-top: 3px solid #fff;
	text-shadow: 2px 2px 0px rgba(51, 51, 51, 1);
	line-height: 30px;
}
h1 {
	font-size:32px; 
	color: #099;
	font-weight:500;
	padding:0 0 10px 0;
}
h2 {
	font-size:26px; 
	color: #666;
	font-weight:500;
	padding:0 0 10px 0;
}
h3 {
	font-size:22px;
	padding:0 0 15px 0;
		font-weight:500;
}
h4 {
	font-size:20px;
	padding:0 0 5px 0;
		font-weight:500;
}
#wrapper {
	margin:0 auto;
	text-align:left;
	width:1260px;
	background:#000;
	/* background: url(/images/backgrounds/wrapper-bg.gif) repeat-y #f7f7f7; */
	overflow:auto;
	position: relative;
}
#header {
	width: 100%;
	border-bottom:6px solid #007f89;
	background:#000;
	height: 83px;
	-webkit-background-size: 100%;
}
#header .logo {
	float: left;
	width:184px;
	height:83px;
	text-indent:-9999px;
	background-color: #fff;
	background-image: url(../images/logo.png);
	background-repeat: no-repeat;
	background-position: 10px 6px;
}
#header-inner {
	padding: 0 0 0 0px;
	width: 1260px;
	margin: 0 auto;
}
/* Nav */
#nav {
	padding:0 0 0 50px;
	padding: 20px 0 0 25px;
	float: left;
}
#nav li {
	float:left;
	font-size:18px;
	line-height:40px;
	padding:2px 25px 0 0;
}
#nav li a {
	text-decoration:none;
	opacity: 1;
	transition: opacity .15s ease-in;
	-moz-transition: opacity .15s ease-in;
	-webkit-transition: opacity .15s ease-in;
}
#nav li a:hover {
	color:#eee;
	opacity: 0.75;
	border-bottom: 2px solid #eee;
}
/* banner */
#banner {
	position:relative;
	border-bottom:6px solid #007f89;
	background:#000;
	height:435px;
	width:100%;
	z-index:1;
}
#banner .slideshow {
	float:left;
	width:1260px;
	position:relative;
	z-index:2;
}
#banner #banner-block {
	position: absolute;
	width:320px;
	top: 195px;
	right: 95px;
	z-index: 1000;
}
#banner #banner-block p {
	color:#fff;
	width:280px;
	font-size:12px;
	line-height:16px;
}
#banner #banner-block p a {
	color:#fff;
	font-weight:bold;
}
#banner #banner-links {
	display: none;
	position:absolute;
	bottom:10px;
	right:60px;
	z-index:1000;
}
#banner #banner-links a {
	color:#fff;
	display:block;
	position:relative;
	background:#fff;
	line-height:40px;
	margin:0 0 15px 0;
	border-radius: 50%;
  	width: 10px;
  	height: 10px;
  	text-indent:-9999px;
}
#banner #banner-links a:hover {
	color:#eee;
}

/* subpage-header */
.subpage-header {
	width: 1260px;
	height: 260px;
	border-bottom:6px solid #aaa;
}
.subpage .subpage-header {
	background:url(/images/backgrounds/subpage-header3.jpg) no-repeat;
}
.about .subpage-header {
	background-image:url(/images/backgrounds/subpage-header-menu-about.jpg);
	background-repeat:no-repeat;
}
.menu .subpage-header {
	background:url(../images/subpage-header-menu.jpg) no-repeat;
}
.specials .subpage-header {
	background-image:url(/images/backgrounds/subpage-header-menu-specials.png);
	background-repeat:no-repeat;
}
.contact-us .subpage-header {
	background-image:url(/images/backgrounds/subpage-header-menu-locations.png);
	background-repeat:no-repeat;
}

.quote-header {
	background-image:url(/images/backgrounds/subpage-header-menu-locations.png);
	background-repeat:no-repeat;
}
/* subpages */
.subpage .left-column {
	float: left;
	width: 660px;
	padding: 20px 20px 20px 150px;
}
.subpage .right-column {
	float: right;
	width: 340px;
	padding:20px 60px 20px 20px;
}
.subpage .left-column h1 {
	font-size: 36px;
	color: #099;
	font-weight: normal;
	font-family: "freight-sans-pro", sans-serif;
}
.subpage .left-column h5 {
	font-size: 24px;
	color: #099;
	font-weight: normal;
	font-family: "freight-sans-pro", sans-serif;
}
.subpage .left-column p {
	padding:0 0 18px 0;
	font-size: 16px;
	font-weight: normal;
	font-family: "freight-sans-pro", sans-serif;
	color:#666;
}
.subpage .left-column p a {
	color:#333;
	text-decoration: underline;
}
.subpage .right-column p {
	padding:0 0 20px 0;
		color:#666;
}

/* Menu */
.menu .menu-box {
	padding: 10px 0 0 0;

}

.menu dl {
	padding:0 0 20px 0;
	font-size: 16px;
}
.menu dl dt {
	float: left;
	display: inline-block;
	width: 440px;
	padding: 0 0 15px 0;
	font-weight: bold;
	border-bottom: 2px solid #e6e7e8;
	margin: 0 0 10px 0;
}
.menu dl dt span {
	font-weight: normal;
}
.menu dl dd {
	float: left;
	display: inline-block;
	width: 200px;
}

/* Catering */
.catering #catering-txt {
	float: left;
	width: 660px;
	/* padding: 20px 20px 20px 80px; */
}


/* specials */
.specials .left-column {
	width: 400px;
}
.specials .box-specials {
	text-align: center;
}
.specials .left-column h1 {
	text-align: center;
}
.specials .left-column .box-specials h5 {
	text-align: center;
	text-shadow:0px 1px 0px rgba(100, 100, 100, 1);
}
.specials .left-column h5 span {
	font-size: 20px;
	text-shadow:0px 1px 0px rgba(100, 100, 100, 1);
}
.specials .right-column {
	float:left;
}
.specials .image-special {
	padding: 50px 0 0 0;
}
.specials .image-special img {
	border: 4px solid #ccc; 
}
.specials .left-column .bottom-tier h4,
.specials .bottom-tier .left-column h4 {
	text-align: left;
}

/* page content */
.page-content {
	width:1260px;
	overflow: hidden;
}
.page-content p {
	padding:0 0 15px 0;
	line-height:20px;
}

/* block tier */
.block-tier {
	background: url(/images/backgrounds/block-tier.jpg) no-repeat;
	width:1110px;
	height: 346px;
	padding: 41px 0 0 150px;
}
.block-tier a { 
	text-decoration: none;
	float: left;
	margin:0 50px 0 0;
}
.block-tier a.last { 
	margin: 0;
}
.block-tier .box {
	display: inline-block;
	background:#88abac;
	width: 288px;
	height: 288px;
	padding: 6px;
	-moz-box-shadow: 5px 5px #4d6c6d;
	-webkit-box-shadow: 5px 5px #4d6c6d;
	box-shadow: 5px 5px #4d6c6d;
	-webkit-transition: background 0.5s linear;
	-moz-transition: background 0.5s linear;
	-o-transition: background 0.5s linear;
	transition: background 0.5s linear;
}
.block-tier .box:hover {
	background: #ddd;
	background: rgba(220, 220, 220, 1);
}
.block-tier .box-inner {
	border: 1px solid #fff;
	width: 285px;
	height: 285px;
}
.block-tier .box h3 {
	font-size: 36px;
	color: #333;
	text-align: center;
	padding: 71px 0 30px 0;
	font-weight: normal;
}
.block-tier .box p {
	text-align: center;
	font-style: italic;
	font-size: 18px;
	color: #333;
	width: 250px;
	margin: 0 auto;
	line-height: 24px;
	font-family: Georgia, serif;
	font-weight: normal;
}

/* box two */
.block-tier .box-two {
	background:#e7e7e7;
	-moz-box-shadow: 5px 5px #88abac;
	-webkit-box-shadow: 5px 5px #88abac;
	box-shadow: 5px 5px #88abac;	
}
.block-tier .box-two .box-inner {
	border: 1px solid #999;
}
/* box three */
.block-tier .box-three {
	background:#4d6c6d;
	-moz-box-shadow: 5px 5px #d4d2d2;
	-webkit-box-shadow: 5px 5px #d4d2d2;
	box-shadow: 5px 5px #d4d2d2;	
}
.block-tier .box-three h3,
.block-tier .box-three p {
	color: #fff;
}
.block-tier .box-three .box-inner {
	border: 1px solid #999;
}
.block-tier .box-three:hover {
	background: #88abac;
	background: rgba(136, 171, 172, 1);
}

/* bottom tier */
.bottom-tier {
	padding: 50px 0 0 0;
	overflow: hidden;
	width: 100%;
	height:260px;
	background: url(/images/backgrounds/bottom-tier.jpg) no-repeat;
}
.bottom-tier .left-column {
	float:left;
	padding: 0 0 0 150px;
	width: 680px;
	color: #686053;
}
.bottom-tier .left-column h4,
.bottom-tier .right-column h4 {
	font-size:36px;
	font-weight: normal;
	padding: 0;
	color: #000;
	text-shadow: 1px 1px #fff;
}
.bottom-tier .left-column h5 {
	font-size:24px;
	font-weight: normal;
	letter-spacing: 1px;
	color: #000;
}
.bottom-tier .left-column .location {
	float: left;
	padding:10px 50px 20px 0;
	font-size: 14px;
}
.bottom-tier .left-column .location p {
	padding:0 0 8px 0;
	color: #000;
	font-size: 16px;
	}
.bottom-tier .left-column .location a {
	color:#007f89;
	text-decoration:none;
	line-height:1.6em;
	font-size:20px;
	font-weight:500;
}
.bottom-tier .left-column .location a:hover {
	color:#000;
}
.bottom-tier .right-column {
	float:right;
	width: 350px;
	color: #686053;
	font-size:18px;
	padding: 0px 60px 20px 0;
}
.bottom-tier .right-column h4 {
	color: #000;
}
.bottom-tier .right-column p {
	padding-right:100px;
	color: #000;
}
.bottom-tier .right-column .link-list {

}
.bottom-tier .right-column .link-list a {
	color: #000;
	text-decoration:none;
	font-size:14px; 
}
.bottom-tier .right-column .link-list a:hover {
	color:#007f89;
/* form */
.bottom-tier .right-column .form-home {
	display: block;
	border: none;
}
.bottom-tier .right-column .form-home div {
	padding:0 0 5px 0;
}
.bottom-tier .right-column .form-home label {
	width:96px;
	color: #000;
	display: inline-block;
}
.bottom-tier .right-column .form-home input {
	width: 229px;
	height: 27px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid #dfdfe0;
	font-style: 16px;
	line-height: 25px;
}
.bottom-tier .right-column .form-home button {
	display: block;
	width:88px;
	height:32px;
	margin:0 0 0 242px;
	background: url(/images/buttons/submit.png) no-repeat;
	font-weight: 18px;
	text-align: center;
	border: none;
	cursor: pointer;
	font-size: 15px;
	font-family: sans-serif;
}



.typekit-badge {
	display: none !important
}
.hr-thin {
	width:100%;
	height:2px;
	background-color:#E6E7E8;
	margin:0 auto;
	margin:15px 0 10px 0;
}
.hr-brick {
	width:100%;
	height:2px;
	background-color:#cdb796;
	margin:0 auto;
	margin:15px 0 10px 0;
	opacity:0.7;
        filter:alpha(opacity=70);
			-moz-box-shadow: 0 0 1px 1px #ccc;
        -webkit-box-shadow: 0 0 1px 1px#ccc;
        box-shadow: 0 0 1px 1px #ccc;
}
.hr {
	width:100%;
	height:4px;
	background-color:#E6E7E8;
	margin:0 auto;
	margin:15px 0 10px 0;
}
.aboutus-image {
		float:right;
		padding:4px;
		margin:10px  10px 10px 20px;
		border: solid 1px #CCC;
		-moz-box-shadow: 0 0 3px 3px #ccc;
        -webkit-box-shadow: 0 0 3px 3px#ccc;
        box-shadow: 0 0 3px 3px #ccc;
		opacity:0.7;
        filter:alpha(opacity=70); /* For IE8 and earlier */
}
.socialIcons {
	padding-top:10px;
	float:left;
	opacity:0.8;
    filter:alpha(opacity=80); /* For IE8 and earlier */
	

