/* @group Universal & Site-wide */

*, html {
	margin: 0;
	padding: 0;
}

.highlighter {
	background-color: #ffff99;
}

/* @end */

/* @group Perimeter */

body {
	margin: 0 0 20px 0;
	padding: 0;
	font: 90%/120% "Trebuchet MS", Trebuchet, trebuchet, Helvetica, helvetica, sans-serif;
	background-color: #dddddd;
}

#content {
	width: 880px;
	margin-left: auto;
	margin-right: auto;
	background-color: white;
	padding-right: 0;
	padding-left: 0;
}

#ad_top {
	background-color: silver;
	float: left;
}

#ad_top a img {
	float: left;
}

#header {
	padding: 6px 0 3px 3px;
}

#nav_bar {
	font-size: 80%;
	line-height: 120%;
	background-color: #2da30e;
	color: white;
	text-align: left;
	padding: 4px 0;
	text-transform: uppercase;
	margin-bottom: 12px;
}

#nav_bar ul {
	margin: 0;
	padding-left: 229px;
}

#nav_bar ul li {
	display: inline;
	padding-top: 4px;
	padding-bottom: 5px;
	border-right: 1px solid white;
	padding-right: 5px;
}

#nav_bar ul li {
	color: white;
}

#nav_bar ul li.first {
	border-right: 1px solid white;
	border-left: 1px solid white;
	padding-left: 3px;
}

#nav_bar ul li.current a {
	color: #a7e598;
	text-decoration: none;
}

#nav_bar ul li a {
	display: inline;
	color: white;
	text-decoration: underline;
	padding: 6px;
}

/* In #column_left, display: inline is a fix for the IE double margin bug, http://www.zoffix.com/css/ie/doublemargin.shtml */

#column_left {
	float: left;
	width: 200px;
	font-size: 85%;
	margin: 0 8px 0 12px;
	padding: 0 0 1em;
	display: inline;
}

#column_left #sidebar-posts {
	margin: 0;
	padding: 0;
}

#column_left div#sidebar-posts h4 {
	text-align: center;
	margin: 0;
	padding: 0.5em 0;
	border: 1px solid #336633;
	background-color: #ddffcc;
	color: #336633;
}

#column_left #sidebar-posts div.sidebar-post {
	padding-top: 12px;
	border-bottom: 2px solid #aaccaa;
}

#column_left #announcements {
	margin: 0;
	padding: 0;
}

#column_left #announcements div.sidebar-post {
	padding-top: 12px;
	border-bottom: 2px solid #aaccaa;
}

#column_left #sidebar-posts div.sidebar-post p, #column_left #announcements div.sidebar-post p {
	margin-bottom: 12px;
}

#column_left div.sidebar-post h2 {
	color: #336633;
	font-size: 140%;
	line-height: 140%;
	font-weight: bold;
	margin-bottom: 0.1em;
	margin-top: 0.1em;
}

#column_left div.sidebar-post h2 a {
	color: #336633;
	text-decoration: none;
}

#column_left div.sidebar-post h2 a:hover {
	color: #1b8a1d;
	text-decoration: underline;
}

#column_left div.sidebar-post h2 a:active {
	color: #587358;
	text-decoration: underline;
}

#column_left div.sidebar-post img {
	margin: 6px auto;
	display: block;
}

#column_right {
	float: left;
	width: 160px;
	margin: 0 6px 0 8px;
	padding-bottom: 1em;
}

html body div#content div#footer {
	margin: 0;
	padding: 4px 12px;
	clear: both;
	color: #336633;
	text-align: left;
	font-size: 80%;
	text-transform: uppercase;
	border-top: 2px solid #2da30e;
}

html body div#content div#footer p {
	margin: 0;
	padding: 0;
}

html body div#content div#footer p a {
	text-decoration: none;
}

.skyscraper {
	margin-bottom: 8px;
}

/* @end */

/* @group Food Directory */

#column_main {
	float: left;
	width: 468px;
	padding: 0 8px 1em 8px;
	border-left: 1px solid silver;
	border-right: 1px solid silver;
	font-size: 85%;
	line-height: 130%;
	margin: 0 0 4px;
}

#bread_crumbs {
	font-size: 95%;
	text-align: center;
}

#search_box {
	background-color: #2da30e;
	text-align: center;
	padding: 22px 10px 24px 10px;
}

#ua_notice {
	text-align: center;
	color: #f3c1c1;
	font-weight: bold;
	font-size: 85%;
}

#ua_notice a {
	color: #f3c1c1;
	text-decoration: underline;
}

#search_box form {
	margin: 0;
	font-size: 85%;
}

#search_box form input.search_input {
	background-color: white;
	border: none;
	font-size: 12pt;
	color: #264b26;
	padding: 2px 4px;
}

div#food_directory {
	width: 468px;
	font-size: 85%;
}

div#food_directory_left {
	float: left;
	width: 230px;
	margin: 0;
	margin-bottom: 2em;
	padding: 0;
}

div#food_directory_right {
	float: left;
	width: 230px;
	margin: 0 0 0 8px;
	margin-bottom: 2em;
	padding: 0;
}

div#food_directory div.directory_group {
	padding: 0;
}

div#food_directory dl {
	margin: 0;
	padding: 0;
}

div#food_directory dt {
	font-weight: normal;
	margin: 0.6em 0 0.4em;
	background-color: #264b26;
	text-align: left;
	color: white;
	padding: 2px 0px 2px 0.5em;
}

div#food_directory dd {
	display: inline;
	margin: 0;
	padding: 0;
}

div#food_directory dd.offline {
	text-decoration: line-through;
	display: none;
}

div#food_directory dd.menu-only {
	color: #aabbaa !important;
}

div#food_directory dd.nondiscloser {
	font-style: normal;
	font-weight: normal;
}

div#food_directory h3 {
	text-transform: uppercase;
	letter-spacing: 0.3em;
	margin: 2.4em 0 0 0;
	font-size: 100%;
	font-weight: bold;
}

div#food_directory a {
	text-decoration: none;
	color: #264b26;
}

/* @end */

/* @group Food Items & Details */

div#results {
	width: 468px;
	font-size: 115%;
	float: left;
	margin: 0 0 20px;
	padding: 0;
}

div#results div#chain_matches {
	font-size: 100%;
	color: #064c06;
	line-height: 1.7em;
	border: 1px dashed #264b26;
	margin: 8px 0;
	padding: 8px 12px;
	background-color: #e6f2e6;
}

div#results div#chain_matches span.label {
	font-weight: bold;
}

div#results div#chain_matches a:link {
	color: #064c06;
	text-decoration: underline;
}

div#results div#chain_matches a:hover {
	color: #7a77fd;
	text-decoration: underline;
}

div#results div#chain_matches a:active {
	color: blue;
	text-decoration: underline;
}

div#results table {
	font-size: 80%;
	margin: 1em 0 0;
	padding: 0;
	width: 100%;
}

div#results_heading {
	margin: 0 0 1em;
	padding-right: 0.5em;
	padding-left: 0.5em;
	background-color: #e6f2e6;
	border: 1px solid #cdd8cd;
	padding-bottom: 0;
}

div#results h3 {
	font-weight: bold;
	color: #064c06;
	text-transform: none;
	font-size: 140%;
	line-height: 140%;
	margin: 0;
	padding-top: 0.5em;
	padding-bottom: 0.2em;
}

div#results h3 a:link {
	color: #064c06;
	text-decoration: underline;
}

div#results h3 a:hover {
	color: #7a77fd;
	text-decoration: underline;
}

div#results h3 a:active {
	color: blue;
	text-decoration: underline;
}

div#results div#results_heading p {
	color: #145c14;
	font-size: 80%;
	border-top: 1px solid #145c14;
	padding-top: 0.5em;
	margin-bottom: 0.5em;
}

div#results h3 span.label {
	font-weight: normal;
	font-style: normal;
}

div#results p .heading_serving {
	font-weight: bold;
}

div#results #the_skinny {
	background-color: white;
	padding: 0.5em 0.5em 0.1em;
	margin-bottom: 0.5em;
	border-top: 1px solid #5f915f;
	border-left: 1px solid #5f915f;
	border-bottom: 1px solid #b2ceb2;
	border-right: 1px solid #b2ceb2;
}

div#results #the_skinny p a {
	color: #064c06;
	text-decoration: underline;
}

div#results h3 span.affix {
	font-weight: normal;
	font-style: normal;
	color: #9bc29b;
}

div#results th {
	text-align: center;
}

div#results th.value {
	border-right: 1px solid silver;
	border-top: 1px solid silver;
}

div#results th.prot {
	text-align: center;
	color: black;
	background-color: #e6f2e6;
}

div#results th.carb {
	color: black;
}

div#results th.fat {
	color: black;
	background-color: #e6f2e6;
}

div#results th.pts {
	color: black;
}

div#results th.cals {
	color: #7d0807;
	background-color: #e6f2e6;
}

div#results td {
	padding-right: 4px;
	padding-left: 4px;
	border-right: 1px solid silver;
	border-bottom: 1px solid silver;
	text-align: left;
}

div#results td.stub {
	font-weight: bold;
	padding-left: 1.5em;
	text-indent: -1em;
}

div#results td.stub.sub {
	padding-left: 2em;
	background-color: #fa100f;
}

div#results td.stub span.brand {
	font-style: italic;
	color: #145c14;
}

div#results td.stub span.details {
	color: #3f3f3f;
	font-weight: normal;
	font-style: normal;
}

div#results td.stub span.package {
	color: gray;
}

div#results td.serving span.metric {
	color: gray;
	font-style: italic;
	white-space: pre;
}

div#results td.value {
	text-align: right;
	white-space: nowrap;
}

div#results td.more a {
	font-weight: bold;
	color: #7188b7;
	font-size: 90%;
	text-decoration: underline;
}

div#results td.group {
	font-weight: normal;
	margin: 0.6em 0 0.2em 0;
	padding: 2px 0px 2px 0.5em;
	background-color: #264b26;
	text-align: left;
	color: white;
}

div#results td.group span.label {
	font-weight: normal;
	font-style: normal;
	color: #b7cdb7;
}

div#results td.group.g {
	color: white;
}

div#results td.group.r {
	color: white;
}

div#results td.group.r a:link {
	color: white;
	text-decoration: underline;
}

div#results td.group.r a:hover {
	color: #a4c5fe;
	text-decoration: underline;
}

div#results td.group.r a:active {
	color: #7a77fd;
	text-decoration: underline;
}

div#results td.group.b {
	color: white;
}

div#results td.value.prot {
	background-color: #e6f2e6;
	color: black;
}

div#results td.value.carb {
	color: black;
}

div#results td.value.fat {
	background-color: #e6f2e6;
	color: black;
}

div#results td.value.pts {
	color: black;
}

div#results td.value.cals {
	font-weight: bold;
	background-color: #e6f2e6;
	color: black;
}

div#results td.value.cals .no_alcohol {
	font-style: italic;
}

span.estimate {
	font-style: italic;
}

.nofiber {
	font-style: italic;
}

span.na {
	color: #c9c9c9;
	font-size: 100%;
	text-transform: uppercase;
}

div#results tr.stealth {
	background-color: #e5e5e5;
	display:none;
}

div#results tr.stealth td.stub {
	font-weight: normal;
	font-style: normal;
	padding-left: 5em;
}

div#results p.food-details {
	color: #3f3f3f;
	font-style: italic;
}

div#results tr.item.sub  td.stub {
	padding-left: 5em;
}

/* @end */

/* @group Static */

div#static {
	font-size: 110%;
	line-height: 140%;
	color: #444444;
}

#static h2 {
	text-align: left;
	margin: 2em 24px 4em 36px;
	font-weight: bold;
}

#static h3 {
	text-align: left;
	font-weight: bold;
	margin-right: 24px;
	margin-top: 2em;
	margin-bottom: 0.5em;
}

#static h4 {
	text-align: left;
	margin-right: 24px;
	margin-top: 2em;
	margin-bottom: 0.5em;
	font-style: italic;
}

#static p {
	margin-left: 36px;
	margin-right: 24px;
	text-indent: 1.4em;
}

#static p.initial {
	text-indent: 0;
	margin-right: 24px;
	margin-left: 36px;
}

#static ul {
	list-style-type: square;
	list-style-position: outside;
	margin: 6px 48px 6px 80px;
}

#static ol {
	list-style-type: decimal;
	list-style-position: outside;
	margin: 6px 48px 6px 80px;
}

#static li {
	margin-top: 3px;
	margin-bottom: 3px;
}

#static .contact p {
	margin-left: 50px;
	margin-top: 6px;
	margin-bottom: 6px;
	text-indent: 0;
}

#static dl {
	padding-left: 0;
	margin-left: 36px;
}

#static dt {
	font-weight: bold;
	padding-top: 0;
	margin-top: 6px;
}

#static dd {
	margin-left: 24px;
	padding-left: 0;
	text-indent: 1.4em;
}

#static dt + dd {
	text-indent: 0em;
}

/* @end */

/* @group Admin */

#importTable {
	width:99%;
	height:300px;
	overflow:scroll;
	background-color:#eef;
	border:1px solid #333;
}

#importTable td, #importTable th, #importTable select {
	font-size: 100%;
}

/* @end */

/* @group Fold Toggle */

.foldToggle {
	color: navy;
	text-decoration: none;
	cursor: pointer;
}

.folded:after {
	content: url("/img/go-down.png");
}                                 


.folded:hover:after {
	content: url("/img/go-down-hover.png");
}                                 


.expanded:after {
	content: url("/img/go-up.png");
}
                               

.expanded:hover:after {
	content: url("/img/go-up-hover.png");
}
/* @end */

/* @group Dibs */

.dibs {
	list-style-type: square;
	list-style-position: outside;
	background-color: lime;
}



/* @end */
