@charset "utf-8";
/* Massapequa Diner CSS Document */

/* RESET */
@import url(reset.css);
@import url(http://fonts.googleapis.com/css?family=Oswald:400,700|Open+Sans:400,300);

/* DEFAULT STYLES */
body {
	background-color:#171717;
	font-size:16px;
	line-height:16px;
	font-family: Helvetica, Arial, Sans-Serf;
	color:#000000;
	background-image: url(../images/bg-tile.jpg);

}

p {
	padding-bottom:15px;
	line-height:21px;
}

ul { margin-bottom:24px; }

h1, h2, h3, h4 { font-family:'Open Sans' }

h1 {
	font-size:52px;
	line-height:48px;
	margin-bottom:15px;
	color:#000000;
	text-transform:uppercase;
	font-weight:300 !important;
}

h2 {
	font-size:36px;
	line-height:32px;
	margin-bottom:15px;
	color:#000000;
	font-weight:300 !important;
}

h3 {
	font-size:32px;
	line-height:24px;
	margin-bottom:15px;
	color:#000000;
	font-weight:normal !important;
}

h4 {
	font-size:28px;
	line-height:22px;
	margin-bottom:15px;
	color:#000000;
	font-weight:normal !important;
}

h2.facebook { background:url(../images/thumbs_up_sm.png) no-repeat 210px 0px; }

h2.vote_header {
	font-family:'LeagueGothicRegular';
	font-size:60px;
	line-height:50px;
	margin-bottom:15px;
}

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

.left-align { text-align:left; }

.right-align { text-align:right; }

.alignright {
	float:right;
	margin:0 0 10px 10px;
}

.alignleft {
	float:left;
	margin:0 10px 10px 0;
}

.aligncenter {
	margin:4px 0 10px 0;
	text-align:center;
}

.flt-right { float:right; }

.flt-left { float:left; }

.quote-right {
	float:right;
	margin:10px 0 0 10px;
}

.quote-left {
	float:left;
	margin:0 10px 10px 0;
}

.quote {
	border-bottom:1px dotted #949494;
	padding-bottom:15px;
	margin-bottom:15px;
}

iframe {
	border:0px;
	margin:0px;
	padding:0px;
}

img.noborder { border:none !important; }

.Vspacing { height:50px; }

.Wspacing { width:50px; }


/* LINKS AND COLOR CLASSES */
.orange { color:#c46831; }

a {
	color:#332736;
	text-decoration:none;
}

a:hover { }

a.feature {
	font-family: Helvetica, Arial, Sans-Serf;
	color:#fff;
	text-decoration:none;
}

a.feature:hover { }

a.footer {
	color:#979797;
	text-decoration:none;
}

a.footer:hover { text-decoration:underline; }

/* NAVIGATION */
#navigation {
	position:absolute;
	height:40px;
	left: 0px;
	right: 0px;
	margin-top:655px;
	z-index: 2;

}


#navigation div {
	background-color: #000000;
	border: 1px solid #9B9693;
	width: 930px;
	height: 40px;
	margin: 0px auto;
}

/* Distributed Navigation */
#navigation div {
	text-align:justify;
	clear:both;
	font-size:16px;
	line-height:40px;
	padding: 0px 30px 0px 30px;
	background-repeat:no-repeat;
	background-position:right -161px;
	background-attachment: scroll;
}

#navigation div * {display:inline}

#navigation div a {
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}

#navigation div a:hover {
	text-decoration:underline;
}

#navigation div .stretcher {
display:inline-block;
position:relative;
width: 100%;
height: 0
}

#pageNavigation {
	position:absolute;
	height:40px;
	left: 0px;
	right: 0px;
	margin-top:205px;
	z-index: 2;
}
#pageNavigation div {
	background-color: #000000;
	border: 1px solid #9B9693;
	width: 930px;
	height: 40px;
	margin: 0px auto;
}

/* Distributed Navigation */
#pageNavigation div {
	text-align:justify;
	clear:both;
	font-size:16px;
	line-height:40px;
	padding: 0px 30px 0px 30px;
	background-repeat:no-repeat;
	background-position:right -161px;
	background-attachment: scroll;
}

#pageNavigation div * {display:inline}

#pageNavigation div a {
	display:inline-block;
	color:#ffffff;
	text-decoration:none;
}

#pageNavigation div a:hover {
	text-decoration:underline;
}

#pageNavigation div .stretcher {
display:inline-block;
position:relative;
width: 100%;
height: 0
}

#nav {
	margin:0;
	padding:0;
	list-style:none;
}

#nav li {
	float:left;
	border-left:2px solid #fff;
	padding:0 25px 0 25px;
}

#nav li.first { border-left:none; }

#nav li a {
	font-family: Helvetica, Arial, Sans-Serf;
	font-size:20px;
	color:#fff;
	text-decoration:none;
}

#nav li a:hover { color:#c46831; }

#nav li a.selected { color:#c46831; }

/* MAIN STYLES */
#bg-wrapper {
	background:#030303 url(../images/bg-tile.jpg) repeat-x repeat-y top center  ;
	overflow:hidden;
}

#header {
	background:url(../images/header_bg.jpg) center bottom no-repeat;
	background-color: #7c7b7a;
}

.full_width_divider {
	background:url(../images/full_divider.png) no-repeat center top;
	height:2px;
}

#header-rsz {
	width:990px;
	height:236px;
	margin:0 auto;
	overflow:hidden;
}

#Logo {
	height: 111px;
	width: 489px;
	margin: 60px auto 0px auto;
	display: block;
}


#feature_full {
	overflow:hidden;
	background:url(../images/slide_bg.jpg) #000000 repeat top center;
	border-top: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;

}

#feature_full_rsz {
	width:990px;
	height:428px;
	margin:0 auto;
}

.slideshow {
	height: 519px;
	width: 990px;
	margin: auto;
}

.slideshow img { }

#feature_txt_box {
	padding:65px 0 0 15px;
	position:absolute;
	z-index:9999;
}

#feature_bg {
	position:absolute;
	left:0;
	right:0;
	height:427px;
	margin-top:205px;
	z-index: 1;
}

.caption {
	color: #FFFFFF;
	text-align: right;
	font-size: 3em;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 1em;
	height: 100;
	width: 660px;
	margin: auto;
	position: relative;
	top: -180px;
	left: 140px;
	z-index: 99;
	text-shadow: 0px 0px 8px #000000;
	filter: dropshadow(color=#000000, offx=0, offy=0);
}

#content {
	padding-top: 31px;
	background-image: url(../images/bg-tile.jpg);
	background-repeat: repeat;
	background-position: center top;
}
#content .border {
	background: url('../images/bg_boarder.jpg') repeat-x 0px 0px ;
	width: 992px;
	margin: 0px auto;
}
#content-rsz {
	width:920px;
	margin:0 auto;
	padding:10px 20px 10px 20px;
	overflow:hidden;
	background-color: #ffffff;
}
#pageContent-rsz {
	width:920px;
	margin:0 auto;
	padding:40px 20px 10px 20px;
	overflow:hidden;
	background-color: #ffffff;
}

#pageContent {
	padding-top: 10px;
	border-top: 1px solid #ffffff;
	background-repeat: repeat;
	background-position: center top;
}
#pageContent .border {
	background: url('../images/bg_boarder.jpg') repeat-x 0px 0px ;
	width: 992px;
	margin: 0px auto;
}
#pageContent-rsz {
	width:920px;
	margin:0 auto;
	padding:10px 20px 10px 20px;
	overflow:hidden;
	background-color: #ffffff;
}


#left_content {
	width:676px;
	overflow:hidden;
	float:left;
}

#right_content {
	width:264px;
	overflow:hidden;
	float:right;
}

.two_col {
	width:600px;
	padding-top: 40px;
	overflow:hidden;
}

.two_col2 {
	width:260px;
	padding-top: 40px;
	overflow:hidden;
}

.diner_info { overflow:hidden; }

#diner_info_left {
	float:left;
	width:206px;
}

#diner_info_right {
	background:url(../images/chalkboard2.png) no-repeat;
	float:right;
	width:264px;
	height:335px;
}

#footer {  }

#footer-rsz {
	width:960px;
	margin:0 auto;
	padding:25px 0 25px 0;
	overflow:hidden;
	font-size:14px;
}

#copyright { text-align: center; }

#bowen { float:right; }

/* BEST OF LI DROPDOWN*/
#vote { }

#vote_btn { float:right; }

.slidingDiv {
	height:175px;
	background:url(../images/slidingDiv_bg.png) repeat-x #99CCFF;
}

.slidingDiv_content {
	width:990px;
	height:175px;
	margin:0 auto;
	background:url(../images/starburst.png) no-repeat center top;
	overflow:hidden;
}

.best_of_li_logo {
	float:left;
	padding:23px 0 0 120px;
}

.vote_txt {
	float:right;
	padding:50px 120px 0 0;
}

.vote_txt a {
	font-size:30px;
	color:#fff;
	text-decoration:none;
}

.vote_txt a:hover { text-decoration:underline; }

.show_hide { display:none; }

/* BACK TO TOP BUTTON */

#back_to_top {
	text-align:center;
	background-color:#040404;
}

/*----PDF OBJECT----*/

#pdf {
	width: 100%;
	height: 800px;
}


.gallary .item{
	display: inline-block;
	margin: 20px 40px;
}

.gallary {
	margin: 0px auto;
	display: block;
}

.gallary img {
	border: 3px solid #000000;
	
}

span.dlMenu {
	padding: 10px;
}

.deliveryCopy {
	text-align: center;
	font-size: 1.5em;
	line-height: 1.5em;
}