<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
html {
	position: relative;
    min-height: 100%;
}

body {
	font-size:16px;
	margin: 0 0 100px; /* bottom = footer height */
}

body,
.brand,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
}

.brand a, .brand a:active, .brand a:visited, .brand a:hover {
	text-decoration:none;
	color:#ffffff;
}

a
{
	background-color: transparent;
	color:#e08000;
}
a:active,a:visited
{
	color:#e08000;
	outline: 0;
	text-decoration:none;
}

a:hover
{
	color:#e08000;
	outline: 0;
	text-decoration:underline;
}



/* ===== Recipe Specific Styling ===== */
div.recipe_steps div table tbody tr:last-child td {
 border-bottom:0;
}

table.recipe-summary tbody tr td,
table.recipe-summary-below tbody tr td
{
  border-bottom:0px;
  padding-top:0px !important;
  padding-bottom:0px !important;
  padding-left:0px !important;
}

.recipe_step_prep p {
	margin-bottom: 0.5em;
}

.recipe-steps div.informaltable table {
  border-collapse: collapse;
}

.recipe_ing_table {
	vertical-align:top;
}

.recipe_ing_table table {
	margin-bottom:0;
}

.recipe_amount {
	vertical-align:top;
	border-bottom:0;
	width: 5em;
	padding-top:0;
	padding-right: 1em;
	padding-bottom: 4px;
}

.recipe_product {
	vertical-align:top;
	border-bottom:0;
	width: 10em;
	padding-top:0;
	padding-right:0;
	padding-bottom: 4px;
}

.recipe_step_prep {
	vertical-align:top;
	width: 50em;
	padding-left: 1em;
}

.recipe_step_prep p {
	margin-top: 0px;
	padding-top: 0px;
}


div.recipe_steps div table tbody tr:last-child td {
 border-bottom:0;
}


/* ===== Recipe Story Blocks ===== */
div.block_region_right {
	float:right;
}

div.block_right {
	width:15em;
	padding: 0 1em 10em 2em;
	font-size: 120%;
}

/* ===== DocBook Nav Header / Footer ===== */
div.navheader table tbody tr th,
div.navheader table tbody tr td,
div.navfooter table tbody tr th,
div.navfooter table tbody tr td
{
	border-bottom:0;
	padding: 0;	
}

div.navheader table tbody tr td[align=left],
div.navfooter table tbody tr td[align=left],
div.navheader table tbody tr th[align=left],
div.navfooter table tbody tr th[align=left]
{
	text-align: left;
	width: 15%;
}

div.navheader table tbody tr td[align=center],
div.navfooter table tbody tr td[align=center],
div.navheader table tbody tr th[align=center],
div.navfooter table tbody tr th[align=center]
{
	text-align: center;
	width: 70%;
}

div.navheader table tbody tr td[align=right],
div.navfooter table tbody tr td[align=right],
div.navheader table tbody tr th[align=right],
div.navfooter table tbody tr th[align=right]
{
	text-align: right;
	width: 15%;
}

/* ===== TagCloud ===== */
.tag-cloud-container {
  text-align : justify;
}

#content ul.tag-cloud,
#content ul.tag-cloud li,
ul.tag-cloud,
ul.tag-cloud li {
  display: inline;
  margin:0;
  padding:0 0.25em 0 0;
}

.level1 {
  font-size : 1em;
}
.level2 {
  font-size : 1.2em;
}
.level3 {
  font-size : 1.4em;
}
.level4 {
  font-size : 1.6em;
}
.level5 {
  font-size : 1.8em;
}
.level6 {
  font-size : 2em;
}
.level7 {
  font-size : 2.2em;
}
.level8 {
  font-size : 2.4em;
}
.level9 {
  font-size : 2.6em;
}
.level10 {
  font-size : 2.8em;
}

.footer {

	height:50px;
	padding-top:15px;
	background-color:rgba(255,255,255,0.9);
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    overflow:hidden;
}

/* Tables*/
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; 
}
  
  
/*
p {
	font-size:100%;
}
*/

.panel-body p a {
	font-weight:700;
}


/* Meal Chart */
.meal_chart {
	width:100%; 
	height:100px; 
	display:block;
}

.meal_chart li {
	padding:0px; 
	display:inline; 
	float:left; 
	height:100%;
}
.meal_chart li a {
	height:100%;
	display:block; 
}

.beigenoise {
	background: url(beigenoise.jpg);
}

.bluenoise {
	background: url(bluenoise.jpg);
}

.brownnoise {
	background: url(brownnoise.jpg);
}

.greennoise {
	background: url(greennoise.jpg);
}

.greynoise {
	background: url(greynoise.jpg);
}

.pinknoise {
	background: url(pinknoise.jpg);
}

.purplenoise {
	background: url(purplenoise.jpg);
}

.rednoise {
	background: url(rednoise.jpg);
}

.yellownoise {
	background: url(yellownoise.jpg);
}
.orangenoise {
	background: url(orangenoise.jpg);
}

.meal_chart_legend {
	width:100%; 
	display:block; 
	list-style:none; 
	margin-top: 20px;
}

.meal_chart_legend li {
	display:inline; 
	float:left; 
	margin-right: 25px;"
}

.meal_chart_legend li a {
	margin-top:-5px; 
	margin-right: 5px;
	width:30px;
	height:30px;
	-moz-border-radius:15px;
	-webkit-border-radius:15px;
	border-radius:15x;
	display:block;
	float:left; 
}

.box {
	margin-bottom:30px !important;
}

.img-thumbnail {
	margin-top:15px;
}


a:focus {
	outline: none !important;
}
#photos_and_slideins &gt; a,
#photos_and_slideins &gt; a:active,
#photos_and_slideins &gt; a:visited,
#photos_and_slideins &gt; a:focus,
#photos_and_slideins &gt; a:hover {
	outline:none;
	text-decoration:none;
} 
</pre></body></html>