@charset "UTF-8";

/* RESET */
html,body,div,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,pre,form,p,blockquote,fieldset,input { margin: 0; padding: 0; }
h1,h2,h3,h4,h5,h6,pre,code,address,caption,cite,code,em,strong,th { font-size: 1em; font-weight: normal; font-style: normal; }
ul,ol { list-style: none; }
fieldset,img { border: none; }
caption,th { text-align: left; }
table { border-collapse: collapse; border-spacing: 0; }

strong {font-weight:bold;}


body {
	
	/*font: 12px/18px "Lucida Sans Unicode", "Lucida Grande", Arial, sans-serif;*/
	font: 11px/18px "Helvetica Neue", Helvetica, Arial, sans-serif;
	background:url(images/bg_burst_f90.png) #F90 top center no-repeat;
	/*background:url(http://www.horizonsphiladelphia.com/images/bg_deeporange.png) top center;*/
	
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #333;
}

#billboard {background: #FFF; padding-bottom:10px; margin-bottom:10px; border-bottom:1px solid #f6f6f6;}
#container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	padding:0;
	margin-top:0;
	margin-bottom:0;
	border: none;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container {
	width: 780px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: none;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: none;
		margin-top:0;
	margin-bottom:0;
	text-align: left; /* this overrides the text-align: center on the body element. */
}
.container.withincanvas {
	margin: 0 auto;
	padding-top:20px;
	padding-bottom:20px;
}
#header {
	background: none;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
	padding:0;
	margin:0;
}
#header h1 {
	margin: 0; /* zeroing the margin of the last element in the #header div will avoid margin collapse - an unexplainable space between divs. If the div has a border around it, this is not necessary as that also avoids the margin collapse */
	padding: 10px 0; /* using padding instead of margin will allow you to keep the element away from the edges of the div */
}
#mainContent {
	padding: 0 40px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	background: none;
}

#sitemap {
	background-image: url('images/gradient_v80_white.png');
	background-repeat:repeat-x;
	background-color:#fff;
	padding-left:40px;
	padding-right:40px;
	padding-bottom:20px;
	margin-top:0px;
	margin-bottom:10px;
	font-size: 10px;
	color:#666;
	border-top:1px solid #CCC;
	}
#sitemap ul {list-style-type:none;}
#sitemap ul {padding-left:0px;}
#sitemap a {text-decoration:none; color:#666;}
#sitemap a:hover {text-decoration:none; color:#09F; text-decoration:underline;}
#sitemap h4 {font-size:12px; font-weight:bold; margin-top:10px;}

.box {
	background:url(images/box_main.png) top left;
	background-repeat:no-repeat;
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}
.box_decorated {
	background:url(images/box_main_decorated.png) top center;
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}
.box.bottom {
	background:url(images/box_main.png) bottom left;
	
	background-repeat:no-repeat;
	height:25px;
	margin-left:-20px;
	margin-right:-20px;
	padding-left:20px;
	padding-right:20px;
}

.box.small {
	background: #F6F6F6;
	border:1px #CCC solid;
	margin:0px;
	padding-left:5px;
	padding-right:5px;
	padding-top:2px;
	padding-bottom:2px;
}

.canvas { /* SHOULD ONLY BE USED OUTSIDE OF CONTAINER ELEMENT DIV */
	width:780px;
	padding:0px;
	margin:0 auto;
	background:#FFF url(images/gradient_v80_white.png) top left repeat-x;
	text-align:left;
	/*border:1px solid #666;*/
	/*border-top:1px solid #333;
	border-bottom:1px solid #333;*/
}
.white {
	background-color:white;
}

#footer {
	padding: 0 10px; /* this padding matches the left alignment of the elements in the divs that appear above it. */
	background:none;
}
#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
	padding: 10px 0; /* padding on this element will create space, just as the the margin would have, without the margin collapse issue */
	text-align:center;
}


/*IMAGE PLACEMENT */
img.flushleft {
	float:left;
	margin-left:-40px;
}

.float.right { margin-left:25px; margin-right:0px; margin-bottom:25px; margin-top:0px; float:right; }
.float.left { margin-left:0px; margin-right:25px; margin-bottom:25px; margin-top:0px; float:left; }

flush.top {margin-top:-20px;}
flush.left{float:left; margin-left:-40px;}

.content {padding-left:40px; padding-right:40px;}


/*Text Styles*/
h3 {
	font-size:18px;
	color:#ccc;
}

h2 a,h3 a,h4 a {color:#333;text-decoration:none;}
h2 a:hover,h3 a:hover,h4 a:hover {
	color:#09F;
	text-decoration:none;
}
a {text-decoration:none;}
a:hover {text-decoration:underline;}
a.more {white-space:nowrap;}

a{color:#09F;}

strong.phone {
	font-weight:bold;
	white-space:nowrap;
}


.alignright{text-align:right;}
.alignleft{text-align:left;}
.alignjustify{text-align:justify;}

/*IMAGE EFFECTS */

.bordered { border:1px solid #CCC; padding:10px;}

.boxed {text-align:center;}
.boxed a {text-decoration:none; color:#ccc;}
.boxed a:hover .caption {text-decoration:none; color:#9cf;}
a:hover img.bordered {background:#9CF; border-color:#999;}


img.border {
	/*LEGACY CODE: PLEASE LEAVE INTACT */
	padding:3px;
	margin-left:0px;
	margin-right:8px;
	margin-top:0;
	margin-bottom:0px;
	border:1px #CCC solid;
}

a img { border:none; }


p { margin-bottom: 18px; }
h1 { font-weight: bold; font-size: 28px; line-height: 42px; margin-bottom: 18px; }
h2 { font-weight: bold; font-size: 20px; line-height: 30px; margin-bottom: 18px; }
h3 {
	font-weight: bold;
	font-size: 18px;
	line-height: 27px;
	color: #333;
}
h4 { font-weight: bold; font-size: 12px; line-height: 18px; }
p.intro { font-weight: bold; }
.more { text-align: right; }

.caption {
	font-size:10px;
	color:#666;
}
	
.caption.title {
	font-size:11px;
	font-weight:bold;
	color:#333;
	
}

.emphasis {font-style:oblique;}

/*TEXT PLACEMENT*/
p.right { text-align:right; }
p.links.right { line-height:30px; padding-right:15px; border-right:2px solid #CCC;}




/* GRID */
.column { float: left; }
.grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { width: 100%; }

.grid2col .column { width: 49%; }
.grid2col .grid2col .column { width: 47.8%; }
.grid3col .grid2col .column { width: 46%; }
.grid4col .grid2col .column { width: 45%; }

.grid2cola .column.first { width: 66%; }
.grid2cola .column.last { width: 32%; }

.grid2colb .column.first { width: 74.9%; }
.grid2colb .column.last { width: 23%; }

.grid2colc .column.first { width: 32%; }
.grid2colc .column.last { width: 66%; }

.grid2cold .column.first { width: 23%; }
.grid2cold .column.last { width: 74.9%; }

.grid2cole .column.first { width: 79%; }
.grid2cole .column.last { width: 19%; }

.grid2colf .column.first { width: 19%; }
.grid2colf .column.last { width: 79%; }

.grid3col .column { width: 32%; margin-left: 2%; }
.grid2col .grid3col .column { width: 31%; }

.grid3cola .column { width: 58%; margin-left: 2%; }
.grid3cola .column.first,
.grid3cola .column.last { width: 19%; }

.grid4col .column { width: 23%; margin-left: 3%; }

.grid5col .column { width: 18.4%; margin-left: 2%; }

.grid6col .column { width: 15%; margin-left: 2%; }

.column.first, .column.last { margin-left: 0 !important; }
.column.last { float: right !important; }

p.last, ul.last, ol.last, li.last { _width: auto !important; _float: none !important; }

#container:after, #content:after, .grid2col:after, .grid2cola:after, .grid2colb:after, .grid2colc:after, .grid2cold:after, .grid2cole:after, .grid2colf:after, .grid3col:after, .grid3cola:after, .grid4col:after, .grid5col:after, .grid6col:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
#container, #content, .grid2col, .grid2cola, .grid2colb, .grid2colc, .grid2cold, .grid2cole, .grid2colf, .grid3col, .grid3cola, .grid4col, .grid5col, .grid6col { zoom: 1; }
#description {
	font-size: 10px;
}
#name {
	font-size:13px;
	font-weight:bold;
}


/* EXTRAS */
.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}


.gradient.white {background:#FFF url(images/gradient_v80_white.png) top left repeat-x;}


/* WORDPRESS POSTS */
.post span,div,p {margin:0; padding:0;}
.post {margin-bottom:20px; padding-bottom:20px; border-bottom:1px solid #CCC; }
.post span {display:block;}
.post h2.title {margin:0; font-size:14px; font-weight:bold; color:#333;}
.post .date {color:#666; font-size:10px;}
.post .copy {margin:0; padding:0;}
.post .copy p {margin-bottom:12px;}
.post .comment_link { float:right;}
.post .comment_link:after { clear:both;}
.post .metadata {color:#CCC; margin-top:-12px;}

small {font-size:10px;}

.externallink:after {margin-left:3px; content:url('images/icons/externallink.png'); }


/* NAVIGATIONAL MENU */
.wrapper.800px {width:800px; margin:0 auto;}
#navmenu { width:800px; margin:0 auto;}
#globalnav {width:800px; padding-left:0px; list-style:none;}
#globalnav li { display:inline; }
#globalnav li a {
	background-image:url('images/nbar_new.png');
	background-repeat:no-repeat;
	text-indent:-9999px;
	height:0px;
	padding-top:43px;
	float:left;
	overflow:hidden;
	margin-bottom: 10px;
}

/* STATIC STATE */
#navmenu #globalnav li#gnav_menu a { width:121px; background-position: 0 0; }
#navmenu #globalnav li#gnav_about a { width:111px; background-position: -121px 0; }
#navmenu #globalnav li#gnav_press a { width:111px; background-position: -232px 0; }
#navmenu #globalnav li#gnav_gallery a { width:111px; background-position: -343px 0; }
#navmenu #globalnav li#gnav_cookbook a { width:111px; background-position: -454px 0; }
#navmenu #globalnav li#gnav_contact a { width:111px; background-position: -565px 0; }
#navmenu #globalnav li#gnav_location a { width:124px; background-position: -676px 0; }

/* HOVER STATE */
#navmenu #globalnav li#gnav_menu a:hover { background-position: 0px -49px; }
#navmenu #globalnav li#gnav_about a:hover { background-position: -121px -49px; }
#navmenu #globalnav li#gnav_press a:hover { background-position: -232px -49px; }
#navmenu #globalnav li#gnav_gallery a:hover { background-position: -343px -49px; }
#navmenu #globalnav li#gnav_cookbook a:hover { background-position: -454px -49px; }
#navmenu #globalnav li#gnav_contact a:hover { background-position: -565px -49px; }
#navmenu #globalnav li#gnav_location a:hover { background-position: -676px -49px; }

/* ACTIVE/PRESSED STATE */
#navmenu #globalnav li#gnav_menu a:active { background-position: 0px -98px; }
#navmenu #globalnav li#gnav_about a:active { background-position: -121px -98px; }
#navmenu #globalnav li#gnav_press a:active { background-position: -232px -98px; }
#navmenu #globalnav li#gnav_gallery a:active { background-position: -343px -98px; }
#navmenu #globalnav li#gnav_cookbook a:active { background-position: -454px -98px; }
#navmenu #globalnav li#gnav_contact a:active { background-position: -565px -98px; }
#navmenu #globalnav li#gnav_location a:active { background-position: -676px -98px; }

/* DISABLED STATE */
#navmenu #globalnav li#gnav_menu a.selected { background-position: 0px -98px; }
#navmenu #globalnav li#gnav_about a.selected { background-position: -121px -98px; }
#navmenu #globalnav li#gnav_press a.selected { background-position: -232px -98px; }
#navmenu #globalnav li#gnav_gallery a.selected { background-position: -343px -98px; }
#navmenu #globalnav li#gnav_cookbook a.selected { background-position: -454px -98px; }
#navmenu #globalnav li#gnav_contact a.selected { background-position: -565px -98px; }
#navmenu #globalnav li#gnav_location a.selected { background-position: -676px -98px; }


/* SUB NAVIGATION */
ul.subnav {font-weight:bold; list-style-type:none; float:right; width:260px; text-align:right; font-size:12px;}
ul.subnav li {display:inline; padding-left:5px;}
ul.subnav li {border-left:1px solid #CCC;}
ul.subnav li.first{border:none;}
ul.subnav li.selected{color:#CCC;}
ul.subnav li a {text-decoration:none; color:#333;}
ul.subnav li a:hover {color:#9CF;}

/* SUPER SUB NAVIGATION */
ul#supersubnav {float:right; position:relative; font-weight:normal; list-style-type:none; float:right; width:300px; text-align:right; font-size:12px;}
ul#supersubnav li {display:inline; padding-left:5px;}
ul#supersubnav li {border-left:1px solid #CCC;}
ul#supersubnav li.first{border:none;}
ul#supersubnav li.selected{color:#CCC;}
ul#supersubnav li a {text-decoration:none; color:#333;}
ul#supersubnav li a:hover {color:#9CF;}

#billboard-view {height:422px; width:780px; overflow:hidden; border-top:1px solid #CCC; border-bottom:1px solid #ccc; margin-left:-40px; }
#thumbnails { margin-left: -20px; margin-right:-20px; margin-bottom:-20px; padding-left:20px; padding-right:20px; padding-top:10px; padding-bottom:10px; text-align:center; background:#f6f6f6; }
#thumbnails img { cursor:pointer; }

#navlist li
{
display: inline;
list-style-type: none;
padding-right: 20px;
}
/* TEXT FORMATTING (global) */
span#phone { white-space:nowrap; font-weight:bold; }

.justify { text-align:justify;}


p.last { margin-bottom: 30px;}





/* Lightbox2 Effects */
#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(images/lightbox/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(images/lightbox/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }





ul.thumbs {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

ul.thumbs li {
	float: left;
	display: inline;
	border: 1px solid #999999;
	padding:3px;	
	margin-right: 10px;
	margin-bottom: 10px;
}

ul.thumbs li a {
	background: none no-repeat 0;
	text-decoration: none;
	border-top-style: none;
	padding: 0;
	float: left;
	display: inline;
}

ul.thumbs li a:hover {
	background-color: transparent;
}

ul.thumbs a{
	display:block;
	float:left;
	width:120px;
	height:120px;
	line-height:60px;
	overflow:hidden;
	position:relative;
	z-index:1;		
}
	
ul.thumbs a img{
	float:left;
	position:absolute;
}

ul.thumbs a:hover{
	overflow:visible;        
	z-index:1000;
	border:none;
	top:-8px;
	left:-8px;		
}

ul.thumbs a:hover img{
	border: 1px solid #999999;	
	background:#fff;
		padding:3px;
		
}






/* SPRITES */
.icon { width:16px; height:16px; border:none; }

.icon.right { margin-left: 4px; }
.icon.left { margin-right:4px; }

#specials { background:#333; padding:6px; border-bottom:1px solid #9cf;}
#specials .title { color:#CCC; font-weight:bold; padding-right:10px; }
#specials .caption { color:#ccc; font-weight:normal; padding-right:10px; }

#searchBox { background:#666; padding:6px; border-bottom:1px solid #9cf;}
#searchBox .title { color:#ccc; font-weight:bold; padding-right:10px; }
#searchBox .caption { color:#ccc; font-weight:normal; padding-right:10px; }





/* TICKER */
#ticker { padding:0px; min-height: 80px; margin-bottom: 15px;  position: relative; line-height: 18px; }
#ticker p { line-height: 18px; width: 100%; padding-top: 0px; padding-bottom: 0.2em; margin-bottom: 3px; float: left; }
#ticker a#news-link { margin-right: 1em; color: #000; text-align: left; display: block; float: left; }
#ticker a#news-headline { padding-left: 15px; color: #000; float: right; }
#ticker a { color: #000; text-decoration: none; }


.grid2cold .column.last p {
	
}



p.intro { font-size:16px; color:#333; }

a.boxlink{text-decoration:none; border:0;}
a.boxlink:hover {text-decoration:none; border:0}

a.boxlink {color:#666;}
a.boxlink p {color:#666;}
a.boxlink h3 {color:#666;}
a.boxlink:hover h3 {color:#09F;}



/*BUTTONS and ICONS*/







/* Page-top Twitter Ticker */

/* TWITTER INTEGRATION */
/* STYLE */
#twitter_ticker {color:#CCC; font-size:12px; font-style:normal; font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;}
#twitter_ticker a {color:#6CF; text-decoration:none; white-space:nowrap;}
#twitter_ticker a:hover {color:#6CF; text-decoration:underline;}
#twitter_ticker a:visited {color:#6CF;}
#twitter_ticker a:active {color:#6CF;}

/* STRUCTURE */
#twitter_container {width:100%; height:50px; background:#333; padding:0; margin:0; border-bottom:1px solid #9cf; text-align:center;}
#twitter_ticker {width:800px; height:50px; margin:0 auto; overflow:hidden;  text-align:left; padding-right:0px; padding-left:20px;}
#twitter_badge {width:36px; height:36px; margin-top:5px; margin-bottom:5px; float:left;}
#twitter_badge img {border:0;}
#twitter_update {
	height:36px;  
	margin-top:5px; margin-bottom:5px;
	padding-left:15px;
	overflow:hidden;
	}
#twitter_update li {}



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






div.tip {background:url(images/gradient_v800_stretch_gray.png) top left repeat-x #f6f6f6; padding:30px; border:1px solid #666;}
#ingredients div.tip {padding:10px; margin-bottom:18px;}
div.tip h1, div.tip h2, div.tip h3, div.tip h4 {color: #0CF;}
div.tip p {color:#000;}