/* THIS CSS PRODUCES A CENTERED 2 COLUMN LAYOUT WITH HEADER AND HORIZONTAL NAV */
/* ALL PNG BACKGROUND GRAPHICS WILL HAVE ADDITIONAL SELECTORS IN IE6.CSS */

/* BEGIN STRUCTURE */
:focus {-moz-outline-style: none;} /* removes dotted border around FF links */

html, body {
	margin:0;
	padding:0;
	height:100.1%; /* keeps vertical scroll bar visible in browsers so layout doesn't 'bounce' page to page */
	text-align:center; /* combined with container {margin:0 auto 0 auto} this centers a page */
	background-color:#859a95;
}

div#container {
	position:relative; 
	width:894px;
	margin:0 auto 0 auto; /* combined with body {text-align:center} this centers a page */
	margin-top:5px;
	text-align:left;
	background-color:#fff;
	background-image:url("/dev/img/bg-middle.gif");
	background-position:top left;
	background-repeat:repeat-y;
	border:0px solid black;
}

div#branding {
    position:relative;
	height:149px;
	background-image:url("/dev/img/bg-top.gif");
	background-position:top left;
	background-repeat:no-repeat;
	border:0px solid #000;
}

#branding img#logo {
	position:absolute;
	top:19px;
	left:17px;
}

#branding img#photo {
	position:absolute;
	top:19px;
	left:299px;
}

ul#nav {
	width:860px;
	margin:0;
	margin-bottom:10px;
	margin-left:17px;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	background-color:#a9340c;
	border:0px solid black;
}

#nav a{
	display:block;
	border:0px solid black;
}

ul#nav li span {margin-left:-8000px;}

ul#nav, #nav a {height:41px;}

/*ie6.css*/
#home, #blogcast, #meat, #deli, #catering, #nutrition, #contact {
	float:left;
	height:41px;
	margin:0px 2px 0px 2px;
}

#home {width:71px;margin-left:6px;}
#home a, #home a:visited {background:url("/dev/img/btn-home.gif") top left no-repeat;}
#home a:hover {background:url("/dev/img/btn-home.gif") top center no-repeat;}

#blogcast  {width:145px;}
#blogcast a, #blogcast a:visited {background:url("/dev/img/btn-blogcast.gif") top left no-repeat;}
#blogcast a:hover {background:url("/dev/img/btn-blogcast.gif") top center no-repeat;}

#meat {width:159px;}
#meat a, #meat a:visited {background:url("/dev/img/btn-meat.gif") top left no-repeat;}
#meat a:hover {background:url("/dev/img/btn-meat.gif") top center no-repeat;}

#deli {width:151px;}
#deli a, #deli a:visited {background:url("/dev/img/btn-deli.gif") top left no-repeat;}
#deli a:hover {background:url("/dev/img/btn-deli.gif") top center no-repeat;}

#catering {width:101px;}
#catering a, #catering a:visited {background:url("/dev/img/btn-catering.gif") top left no-repeat;}
#catering a:hover {background:url("/dev/img/btn-catering.gif") top center no-repeat;}

#nutrition {width:101px;}
#nutrition a, #nutrition a:visited {background:url("/dev/img/btn-nutrition.gif") top left no-repeat;}
#nutrition a:hover {background:url("/dev/img/btn-nutrition.gif") top center no-repeat;}

#contact {width:94px;}
#contact a, #contact a:visited {background:url("/dev/img/btn-contact.gif") top left no-repeat;}
#contact a:hover {background:url("/dev/img/btn-contact.gif") top center no-repeat;}

table#content {
    margin-bottom:10px;
	margin-left:17px;
	width:860px;
	background-color:#e7e7da;
	border:0px solid #000;
}

td#content_main {
    
	width:529px;
	vertical-align:top;
	padding:20px 25px 15px 25px;
	border:0px solid #000;
}

td#content_sub {
	background-image:url("/dev/img/bg-content-sub.gif");
	background-position:top left;
	background-repeat:repeat-y;
	width:229px;
	vertical-align:top;
	padding:20px 20px 10px 20px;
	background-color:#dbdbd3;
	border:0px solid #000;
}

div#site_info {
    position:relative;
	color:#fff;
	height:36px;
	margin:0px 17px 0px 17px;
	padding:20px 20px 10px 20px;
	background-color:#727b6b;
	border:0px solid #000;
}

p#contact_info {
    position:absolute;
    top:20px;
    left:20px;
    padding-right:20px;
    border-right:1px solid #a6aca2;
}

div#site_info_nav {
    position:absolute;
    top:20px;
    left:310px;
}

#site_info ul {
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
}

#site_info li {display:inline;}

#site_info a {color:#fff;text-decoration:none;}

#site_info a:visited {text-decoration:none;}

#site_info a:hover {color:#fff;text-decoration:underline;}

div#bottom {
	background-image:url("/dev/img/bg-bottom.gif");
	background-position:top left;
	background-repeat:no-repeat;
	height:18px;
}

/* END STRUCTURE */

/* BEGIN GENERAL TYPOGRAPHY */
body {
	font-family:arial, sans-serif;
	font-size:62.5%;
	color:#2f2f2f;
}

h1, h2, h3, h4, h5 {
	margin:0px;
	margin-bottom:5px;
}

p, ul, ol, .p {font-size:12px;}

h1 {font-size:22px;font-weight:normal;margin-bottom:4px;} 

h2 {font-size:16px;font-weight:bold;}


h3 {font-size:14px;}

h4 {font-size:12px;}

p {
	margin:0px;
	margin-bottom:10px;
}

a {
	color:#004fbb;
	text-decoration:underline;
}

a:visited {}

a:hover {text-decoration:none;}

ul {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:url("/dev/img/dot.png");
}

ol {
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:30px;
	text-indent:0px;
	text-decoration:none;
}
li {padding-bottom:6px;}
/* END GENERAL TYPOGRAPHY */

/* BEGIN VARIOUS TAGS AND CLASSES */
.standard_font {font-size:12px;}
.padding_10 li {padding-bottom:10px;}
img {border:0;}
.30px_bottom_margin {margin-top:30px;}
.center {text-align:center;}
.bold {font-weight:bold;}
.italic {font-style:italic;}
.small {font-size:1.1em;}
.left {text-align:left;margin-left:0px;}
.no_spacing {margin:0px; padding:0;}
.light, .tableLight {background-color:#e7e7da;}
.dark, .tableDark, .AspNet-GridView-Alternate {background-color:#dbdbd1;}
.adminBar {background-color:#2d4122;}
.tableHighlight {background-color:#5f4f4b;}
.white {color:#FFFFFF;}
.hidden {display:none;}
.icon {vertical-align:middle;}
.red {color:Red;}
a.no_link, a.no_link:visited, a.no_link:hover {color:#000;text-decoration:none;}

ul#comments_list {list-style-image:none;padding-left:0px;list-style:none;}

.gridview td {padding:5px;}

.clear {
	clear:both;
	height:0px;
	border:0px solid #000;
}

.photo {
	float:left;
	margin:0 11 11 0px;
	padding:3px;
	background:#fff;
	border:1px solid #acc0a5;
}

ul.striped, ol.striped { 
	margin:0;
	padding:0;
	padding-bottom:10px;
	padding-left:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
}
ul.striped li, ol.striped li {}
ul.striped li a, ol.striped li a {
	display:block;
	font-weight:bold;
	font-size:14px;
	margin:0;
	padding:0;
	padding-top:6px;
	padding-right:10px;
	padding-bottom:6px;
	padding-left:10px;
	text-decoration:none;
	border:0px solid black;
}
ul.striped li a.indent, ol.striped li a.indent {padding-left:30px;}
ul.striped li a:visited, ol.striped li a:visited {}
ul.striped li a:hover, ol.striped li a:hover, ul.striped li a:hover span.no_link, ol.striped li a:hover span.no_link {
	background-color:#0080ff;
	color:#fff;
}
/* END VARIOUS TAGS AND CLASSES */

/* BEGIN SPECIAL CLASSES (DELETE IF NOT BEING USED ON SITE */
ul.nav_sub_list {
	margin:0;
	padding:0px;
	text-indent:0px;
	text-decoration:none;
	list-style:none;
	list-style-image:none;
	padding-bottom:20px;
	border:0px solid black;
}
.nav_sub_list li {

	padding-bottom:2px;
}
.nav_sub_list li.small a {font-size:12px;padding-left:10px;}
.nav_sub_list li {
	display:block;
	
	font-weight:bold;
	font-size:14px;
	margin:0;
	margin-top:1px;
	padding:0;

	text-decoration:none;
	
	border:0px solid black;
}
.nav_sub_list li a {
	display:block;
	
	font-weight:bold;
	font-size:14px;
	margin:0;
	margin-top:1px;
	padding:0;
	padding-top:5px;
	padding-right:10px;
	padding-bottom:5px;
	padding-left:0px;
	text-decoration:none;
	
	border:0px solid black;
}
.nav_sub_list li a:visited {}
.nav_sub_list li a:hover {color:#000;}
.nav_sub_list li#first_sub_nav a {
	padding-top:6px;
}

div.box {
	position:relative;
	background-color:#000033;
	width:400px;
	padding:20px;
	padding-bottom:10px;
	color:#fff;
	overflow-y:hidden;
}
.box img {
	max-width:400px;
}
div.corner_top_left, div.corner_top_right, div.corner_bottom_right, div.corner_bottom_left{
	position:absolute;
	width:10px;
	height:10px;
	background-position:top left;
	background-repeat:no-repeat;
}
div.corner_top_left {
	top:0px;
	left:0px;
	background-image:url("/dev/img/corner-top-left.png");
}
div.corner_top_right {
	top:0px;
	right:0px;
	background-image:url("/dev/img/corner-top-right.png");
}
div.corner_bottom_right {
	bottom:0px;
	right:0px;
	background-image:url("/dev/img/corner-bottom-right.png");
}
div.corner_bottom_left {
	bottom:0px;
	left:0px;
	background-image:url("/dev/img/corner-bottom-left.png");
}

#video_thumbs {
	padding:10px;
	list-style:none;
	list-style-image:none;
}
#video_thumbs li {
	clear:both;
	margin-bottom:20px;
}
#video_thumbs li img {
	float:left;
	margin-right:10px;
	margin-bottom:20px;
}
#video_thumbs h4 {
	font-size:13px;
	margin:0;
	padding:0;
}
#video_thumbs p {
	font-size:11px;
	margin-bottom:4px;
}
#video_thumbs p.stars {
	margin-top:4px;
	margin-bottom:2px;
}
#video_thumbs p.stars img {float:none;margin:0;}

#news_list {
	padding:0;
	padding-bottom:10px;
	list-style:none;
	list-style-image:none;
}
#news_list li {
	background-image:url("/dev/img/bg-rule-dotted.gif");
	background-repeat:repeat-x;
	background-position:bottom left;
	margin-bottom:6px;
}
#news_list h3 {
	font-size:12px;
	margin:0;
}
#news_list p {
	font-size:11px;
	margin-bottom:4px;
}
#news_list p.date {
	font-style:italic;
	padding-bottom:6px;
	text-align:right;
}

ul.spaced li {font-weight:bold;padding-bottom:5px;}

div.commentos {font-size:12px;}
/* END SPECIAL CLASSES */

/* BEGIN SIFR */
/* These are standard sIFR styles... do not modify */

.sIFR-flash {
	visibility: visible !important;
	margin: 0;
}

.sIFR-replaced {
	visibility: visible !important;
}

span.sIFR-alternate {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 0;
	display: block;
	overflow: hidden;
}

/* Hide Adblock Object tab: the text should show up just fine, not poorly with a tab laid over it. */
.sIFR-flash + div[adblocktab=true] {
  display: none !important;
}

/* These "decoy" styles are used to hide the browser text before it is replaced... the negative-letter spacing in this case is used to make the browser text metrics match up with the sIFR text metrics since the sIFR text in this example is so much narrower... your own settings may vary... any weird sizing issues you may run into are usually fixed by tweaking these decoy styles */

.sIFR-hasFlash h1 {
	visibility: hidden;
}

/*.sIFR-hasFlash h2 {
	visibility: hidden;
	letter-spacing: -9px;
	font-size: 55px;
}

.sIFR-hasFlash h3 {
	visibility: hidden;
	letter-spacing: -6px;
	font-size: 25px;
}

.sIFR-hasFlash h4 {
	visibility: hidden;
	letter-spacing: -5px;
	font-size: 21px;
}

.sIFR-hasFlash h5#pullquote {
	letter-spacing: -4px;
	visibility: hidden;
	font-size: 24px;
}*/

/* END SIFR */

/* BEGIN CUSTOM, SITE SPECIFIC STYLES */
/*ie.css*/
div#audio_player {
    border-left:5px solid white;
    border-bottom:5px solid white;
    background:#8ca09b;
    padding:15px 10px 13px 10px;
    margin:0px 0px 15px 15px;
    position:absolute;
    top:-20px;
    right:-25px;
    color:#fff;
}
#audio_player h2 {}

/* END CUSTOM, SITE SPECIFIC STYLES */