/*****
@FONT-FACE
*****/
@font-face {
	font-family: 'Silkscreen';
	src: url('fonts/silkscreen/slkscr-webfont.eot');
	src: local('‰÷¼'), url('fonts/silkscreen/slkscr-webfont.woff') format('woff'), url('fonts/silkscreen/slkscr-webfont.ttf') format('truetype'), url('fonts/silkscreen/slkscr-webfont.svg#webfontR9lP7Fqf') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SilkscreenBold';
	src: url('fonts/silkscreen/slkscrb-webfont.eot');
	src: local('‰÷¼'), url('fonts/silkscreen/slkscrb-webfont.woff') format('woff'), url('fonts/silkscreen/slkscrb-webfont.ttf') format('truetype'), url('fonts/silkscreen/slkscrb-webfont.svg#webfontFTXBv0No') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SilkscreenExpandedNormal';
	src: url('fonts/silkscreen/slkscre-webfont.eot');
	src: local('‰÷¼'), url('fonts/silkscreen/slkscre-webfont.woff') format('woff'), url('fonts/silkscreen/slkscre-webfont.ttf') format('truetype'), url('fonts/silkscreen/slkscre-webfont.svg#webfonthCkdX28U') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'SilkscreenExpandedBold';
	src: url('fonts/silkscreen/slkscreb-webfont.eot');
	src: local('‰÷¼'), url('fonts/silkscreen/slkscreb-webfont.woff') format('woff'), url('fonts/silkscreen/slkscreb-webfont.ttf') format('truetype'), url('fonts/silkscreen/slkscreb-webfont.svg#webfontCEKyBP09') format('svg');
	font-weight: normal;
	font-style: normal;
}

/*****
BASE CSS
*****/
body {
	background: #BDDFB3 url(../images/glow.png) top no-repeat;
	color: #333;
	overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
	font-family: Molengo;
}
h2 {
	font-size: 2.5em;
	margin-bottom: .5em;
}
h3 {
	font-size: 2em;
	margin-bottom: .5em;
	color: #666;
}
h4 {
	font-size: 1.5em;
	margin-bottom: .5em;
}
p {
	font-family: helvetica,sans-serif;
	font-size: 1em;
	margin-bottom: 1em;
}
dt {
	font-weight: bold;
}
dd {
	margin-bottom: 10px;
}
a {
	color: #275331;
	text-decoration: none;
}
a:hover, a.selected {
	color: #333;
	text-shadow: 0px 0px 10px #8DE473;
}
a.coming {
	cursor: default;
} 
div {
	overflow: hidden;
}
.blurb {
	font-size: 1.1em;
	font-family: georgia;
	font-style: italic;
	margin: 0; padding: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
}

/*****
GRID
*****/
.container_12 {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}
.container {
	width: 100%;
}
.grid {
	float: left;
	position: relative;
	display: inline;
}
.clear {
	clear: both;
}
.half {
	width: 264px;
	float: left;
	margin-right: 20px;
}

.full {
	width: 548px;
	clear: both;
}


/*****
LAYOUT
*****/
#header {
	margin-top: 20px; margin-bottom: 20px;
	height: 123px;
}
#navigation {
	margin-top: 20px;
}
#content {
	margin-top:0;
}
#footer {
	margin-bottom: 5px;
}

/*****
HEADER
*****/
#header {
	position: relative;
	overflow: visible;
}
#logo {
	height: 123px; width: 200px;
	background: url(../images/logo.png) center no-repeat;
	float: left;
}
#logo h1 {
	text-indent: -9999px;
}

/*****
MEDIA OVERLAY
*****/
#media {
	background-color: #e4f2e0;
	border: solid 10px #FFF;
	-webkit-border-top-left-radius: 20px;
	-moz-border-radius-topleft: 20px;
	border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 20px;
	-moz-border-radius-topright: 20px;
	border-top-right-radius: 20px;
	width: 220px;
	position: absolute;
	right: 0;
	top: 40px;
	z-index: 20;
	padding: 10px;
	margin: -10px;
}
#media p {
	margin: 0; padding: 0;
	font-size: 12.0px;
}
#media #cm {
	margin-bottom: 10px;
	text-align: center;
}
#media #cm form {
	margin: 0; padding: 0;
}
#media #cm input {
	border: none;
	margin-top: 5px;
	font-size: 12px;
}
#media #cm #ooukr-ooukr {
	width: 170px;
	height: 18px;
	padding: 5px 0 5px 5px;
	border-right: none;
	margin-right: 0;
	font-family: Georgia;
	font-style: italic;
	padding-right: 35px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}
#media #cm #submit {
	margin-left: -35px;
	width: 30px;
	background: none;
	font-weight: bold;
}
#media #facebook {
	margin-top: 10px;
	margin-bottom: 10px;
}
#media #twitter {
	margin-bottom: 10px;
	text-align: center;
}
#media #foursquare {
	margin-bottom: 10px;
}
#media #foursquare #specials {
	padding-left: 20px; padding-right: 20px;
	font-size: .7em;
	font-style: italic;
}
#media #foursquare #specials li {
	margin-bottom: .5em;
}
#media #foursquare #specials li#sayWhat {
	text-align: right;
	font-style: normal;
}


/*****
NAVIGATION
*****/
#navigation {
	background: #8DE473;
	border-top: solid 1px #FFF; border-bottom: solid 1px #FFF;
}
#navigation ul {
	list-style: none;
	margin: 0;
}
#navigation li {
	display: inline;
	font-size: 20px;
	line-height: 2em;
	margin-right: 1em;
	letter-spacing: .1em;
	margin-top: 0; margin-bottom: 0;
	padding-top: 0; padding-bottom: 0;
	text-shadow: 0px 1px #FFF;
}
#navigation a, #feature a {
	color: #00642F;
}
#navigation a:hover, #navigation a.selected, #feature a:hover, #feature a.selected {
	color: #FFF;
	text-shadow: 1px 1px #222;
}
#navigation a.coming:hover, #feature a.coming:hover {
	color: #00642F;
	text-shadow: 0px 1px #FFF;
}

/*****
CONTENT
*****/
#content {
	background-color: #FFF;
}
#content #left {
	width: 140px;
}
#content #vitals {
	background-color: #e4f2e0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-shadow: 0px 1px #FFF;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	padding: 5px;
}
#content #vitals table#hours {
	text-align: left;
	width: 100%;
}
#content #vitals table#hours tr td:first-child {
}
#content #vitals table#hours tr td:last-child {
	text-align: right;
	font-weight: bold;
	font-size: 1.3em;
}
#content #feature, #content #sneak {
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 12px;
	text-shadow: 0px 1px #FFF;
}
#content #sneak {
	background-color: #8DE473;
	padding: 5px;
	margin-right: 1px; margin-left: 1px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	-moz-box-shadow: 0px 2px 2px #333;
	-webkit-box-shadow: 0px 2px 2px #333;
	box-shadow: 0px 2px 2px #333;
}
#content #sneak p {
	margin: 0; padding: 0;
}
#content #feature li {
	margin: 0; padding: 5px;
	padding-right: 20px;
	background: #DDD url(../images/arrow.png) right no-repeat;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-bottomleft: 5px;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	text-align: right;
	font-weight: bold;
	margin-bottom: 5px;
}
.featureHover {
	background: #8DE473 url(../images/arrow.png) right no-repeat !important ;
	cursor: pointer;
}
.featureSelected {
	background: #8DE473 url(../images/arrow.png) right no-repeat !important ;
}
#meatHome {
	padding: 10px;
	width: 549px;
	height: 353px;
	background: url(../images/Open.png) center no-repeat;
}
#meatHome img {
	box-shadow: 0px 3px 4px #333;
	-moz-box-shadow: 0px 3px 4px #333;
	-webkit-box-shadow: 0px 3px 4px #333;
}
#meatHome h1 {
	line-height: 1em;
	margin-bottom: 10px;
}
#meatSneak {
	padding: 10px;
	width: 549px;
}
#meatSneak h1 {
	font-size: 2.5em;
	width: 550px;
	height: 461px;
	text-indent: -9999px;
	background: url(../images/taberCorn.png) center no-repeat;

}
#meatSneak h2 {
	font-size: 1.5em;
	margin: 20px 20px 10px 20px;
}
#meatSneak p {
	margin: 0px 20px 1em 20px;
}
#meatSneak img#rsvp {
	width: 229px;
	height: 126px;
	position: relative;
	left: 50%;
	margin-left: -114px;
}
#meatHome #playVideo {
	position: absolute;
	left: 50%;
	margin-left: -66px;
	top: 20%;
}
#meatHome #closeVideo {
	position: absolute;
	top: 0px;
	right: 20px;
	z-index: 30;
}
#meatConnect {
	padding: 10px;
	width: 549px;
}
#meatHome #promoVideo {
	height: 336px;
}
#meatHome h1 {
	font-size: 3em;
}
#meatVendors,#meatMap,#meatAbout,#meatVendor {
	padding: 10px;
	width: 549px;
}
#meatVendors ul.featured {
	border-bottom: dashed 3px #333;
	margin-bottom: 20px;
	padding-bottom: 15px;
}
#meatVendors li {
	font-family: helvetica,sans-serif;
	font-size: 1.5em;
}
#meatVendors .blurb {
	font-size: 1.1em;
	font-family: georgia;
	font-style: italic;
	margin: 0; padding: 0;
	margin-bottom: 1em;
	line-height: 1.2em;
	padding-left: 10px;
	margin-left: 3px;
	border-left: solid 3px #999;
}
#meatVendors li.premium {
	font-size: 1.8em;
}
#meatVendors li ul {
	line-height: 0em;
	margin-bottom: 10px;
}
#meatVendors li.tags {
	font-size: 8px;
	font-family: silkscreen;
	display: inline;
	margin-right: 0px;
	border: solid 1px #DDD;
	padding: 3px;
	padding-bottom: 2px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

/*****
TUMBLR
*****/
ol.tumblr_posts {
	border-top: solid 1px #333;
}
.tumblr_title {
	font-size: 2em;
}

/*****
VENDOR PAGE
*****/
#meatVendor {
	overflow-x: hidden;
}
#meatVendor .breadcrumb {
	margin-bottom: 5px;
	border-bottom: solid 1px #999;
}
#meatVendor #details {
	float: left;
	width: 309px;
	margin-right: 10px;
}
#meatVendor #details p {
	margin:0;
	margin-bottom: 5px;
	line-height: 1.2em;
}
#meatVendor h2 {
	font-size: 36px;
	margin-bottom: 5px;
}
#meatVendor h3 {
	font-family: georgia;
	font-size: 1.1em;
	font-style: italic;
	margin: 0; padding: 0; margin-bottom: 10px;
}
#meatVendor #siteLink {
	font-size: 1.3em;
}
#meatVendor table {
	text-align: left;
	font-size: 0.8333em;
	margin-top: 20px;
	float: left;
}
#meatVendor tr td {
	padding-right: 15px;
}
#vendorHours tr td:last-child {
	text-align: right;
}
#meatVendor .half {
	width: 264px;
	float: left;
	margin-right: 20px;
	padding-top: 20px;
}

#meatVendor .full {
	padding-top: 20px;
	width: 548px;
	clear: both;
}
#premiumContent, .gridWrapper {
	width: 571px;
	overflow-x: hidden;
	position: relative;
	clear: both;
}
#testimonialEmbed p {
	font-family: georgia,serif;
	font-style: italic;
}
#testimonialEmbed .sincerely {
	font-family: helvetica,sans-serif;
	font-style: normal;
	font-size: .83333em;
	text-align: right;
}

/*****
FOOTER
*****/
#footer {
	text-align: center;
}
#footer p {
	font-size: .83333em;
	/*margin: 0 0 50px 0;*/
}
#newBadge {
	position: absolute;
	top: 205px;
	left: 50%;
	margin-left: -500px;
}

/*****
FLICKR
*****/
#flickr_badge_uber_wrapper {
	width: 1500px;
	overflow-x: hidden;
}
#flickr_badge_wrapper {
	overflow-x: hidden;
}
.flickr_badge_image {
	float: left;
}
