/* GENERAL fonts */
* {
margin:0px;
padding:0px;
}
P, OL, UL, DIV, {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	font-size: 10pt;
}


h1 {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
	color:#000000;
	font-size: 16pt;
	text-align: center;
        font-weight: normal
}

h2 {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
	color:#000000;
	font-size: 12pt;
        font-weight: bold
}


h3 {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
	color:#FFFFFF;
	font-size: 12pt;
	background-color: #cf3830;
	text-align: center;
        width: 280px;
}

h4 {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
	color:#000000;
	font-size: 14pt;
        font-style: italic;
	text-align: left;
        font-weight: normal
	}

/* 10 pt white text */
.10w{font-size: 10pt;}
p.10w{font-weight:normal; color:#FFFFFF;}

/* 12 pt text */
.12{font-size: 12pt;}
p.12{font-weight:normal; color:black;}

/* 12 pt text BOLD*/
.12b {font-size: 12pt;}
p.12b {font-weight:bolder; color:black;}

/* 14 pt text */
.14 {font-size: 14pt;}
p.14 {font-weight:normal; color:black;}

/* 15 pt text-Headers*/
.15{font-size: 15pt;}
p.15{font-weight:normal; color:black;}

/* 16 pt text-Headers*/
.16{font-size: 16pt;}
p.16{font-weight:normal; color:black;}


P, H1, H2 {margin: 0px 0px 5px 0px;}

/* 18 pt Links */
.18{font-size: 18pt;}
a.18{font-weight:normal; color:black;}
a.18:link {font-size: 18pt; color:#cf3830;}
a.18:visited{font-size: 18pt;color:#398042;}
a.18:active{font-size: 18pt; color:#800000;}
a.18:hover{font-size: 18pt; color:#800000;}

/* 10 pt WHITE links for dark background*/
.10w {font-size:10pt;}
a.10w {font-weight:normal; color:white;}
a.10w:link {font-size: 10pt; color:#FFFFFF;}
a.10w:visited {font-size: 10pt; color:#FFFFFF;}
a.10w:active {font-size: 10pt; color:#FDE6C2;}
a.10w:hover {font-size: 10pt; color:#FDE6C2;}

/* 12 pt links */
.12 {font-size:12pt;}
a.12 {font-weight:normal; color:black;}
a.12:link {font-size: 12pt; color:#cf3830;}
a.12:visited {font-size: 12pt; color:#398042;}
a.12:active {font-size: 12pt; color:#800000;}
a.12:hover {font-size: 12pt; color:#800000;}

/* 12 pt links underlined, BOLD*/
.12u {font-size:12pt;}
a.12u {font-weight: normal; color: black;}
a.12u:link {
     font-size: 12pt; 
     color:#cf3830; 
     text-decoration: underline; 
     font-weight: normal;
}
a.12u:visited {
     font-size: 12pt; 
     color:#398042; 
     text-decoration: underline; 
     font-weight: normal;}
}
a.12u:active {
     font-size: 12pt; 
     color:#800000; 
     text-decoration: none; 
     font-weight: normal;
}
a.12u:hover {
     font-size: 12pt; 
     color:#800000; 
     text-decoration: none; 
     font-weight: normal;
}

/* 14 pt links */
.14 {font-size:12pt;}
a.14 {font-weight:normal; color:black;}
a.14:link {font-size: 14pt; color:#cf3830;}
a.14:visited {font-size: 14pt; color:#398042;}
a.14:active {font-size: 14pt; color:#800000;}
a.14:hover {font-size: 14pt; color:#800000;}

/* 10 pt BOLD links */
.10b {font-size:10pt;}
a.10b {font-weight:bold; color:black;}
a.10b:link {font-size: 10pt; font-weight:bold; color:#cf3830;}
a.10b:visited {font-size: 10pt; font-weight:bold; color:#398042;}
a.10b:active {font-size: 10pt; font-weight:bold; color:#800000;}
a.10b:hover {font-size: 10pt; font-weight:bold; color:#800000;}

/* 12 pt BOLD links */
.12b {font-size:12pt;}
a.12b {font-weight:bold; color:black;}
a.12b:link {font-size: 12pt; font-weight:bold; color:#cf3830;}
a.12b:visited {font-size: 12pt; font-weight:bold; color:#398042;}
a.12b:active {font-size: 12pt; font-weight:bold; color:#800000;}
a.12b:hover {font-size: 12pt; font-weight:bold; color:#800000;}

/* 10 pt Body text links */
a:link  {font-size: 10 pt; font-weight: normal; text-decoration: underline; color: #9B2B24;}
a:hover {font-size: 10 pt; font-weight: normal; text-decoration: none; color:#999966;}
a:active {font-size: 10 pt; font-weight: normal; text-decoration: none; color:#999966;}
a:visited {font-size: 10 pt; font-weight: normal; text-decoration: underline; color:#9B2B24;}
a:hover {font-size: 10 pt; font-weight: normal; text-decoration: none; color:#999966;}


input.search{font-size:8pt;border:1px solid #800000;background-color:white;}
.search{font-size:9pt;}
a.search{font-weight:normal;color:black;}
a.search:link{color:#cf38300;}
a.search:visited{color:#398042;}
a.search:active{font-size:10pt;color:#800000;}
a.search:hover{font-size:10pt;color:#800000;}

input.fav{font-size:8pt;border:1px solid #800000;background-color:white;position:absolute;right:10px;}
.fav:{font-size:9pt;}
a.fav:{font-weight:normal;color:black;}
a.fav:link{color:#cf38300;}
a.fav:visited{color:#398042;}
a.fav:active{font-size:10pt;color:#800000;}
a.fav:hover{font-size:10pt;color:#800000;}

BODY {
scrollbar-arrow-color: 9B2B24;
scrollbar-base-color: 999966;
scrollbar-dark-shadow-color: 9B2B24; 
scrollbar-track-color: FDE6C2; 
scrollbar-face-color: 999966; 
scrollbar-shadow-color: FDE6C2; 
scrollbar-highlight-color: white;
scrollbar-3d-light-color: 999966;
font-family: Verdana, Geneva, "ms sans serif", sans-serif;
   color: black; 
   font-style: normal; 
   font-size: 12pt; 
}


hr.1 {
  color: #999966;
  background-color: #999966;
}


/* ECC text-for eBay and plain html pages*/
.ecc{color:#ffffff; 
     font-size: 10pt;
     font-family: Times New Roman, Times, serif;
     font-style: italic; 
}
p.ecc{color:#ffffff; 
     font-size: 10pt;
     font-family: Times New Roman, Times, serif;
     font-style: italic; 
}

TD#ecc {
     color:#ffffff; 
     font-size: 10pt;
     font-family: Times New Roman, Times, serif;
     font-style: italic; 
     text-align: center;
}

/* Text for eBay and plain html pages*/
.ebay {color:#CC0000; 
     font-size: 18pt;
     font-family: Verdana, Geneva, "ms sans serif", sans-serif;
     font-weight: normal; }
p.ebay{color:#CC0000; 
     font-size: 18pt;
     font-family: Verdana, Geneva, "ms sans serif", sans-serif;
     font-weight: normal;}

.ebay2 {color:#CC0000; 
     font-size: 14pt;
     font-family: Verdana, Geneva, "ms sans serif", sans-serif;
     font-weight: normal;}
p.ebay2 {color:#CC0000; 
     font-size: 14pt;
     font-family: Verdana, Geneva, "ms sans serif", sans-serif;
     font-weight: normal;}

/* SFS text-for eBay and plain html pages*/
.sfs{color:#FFFFFF; 
     font-size: 36pt;
     font-family: Times New Roman, Times, serif;
     text-align: center;}
p.sfs{color:#FFFFFF; 
     font-size: 36pt;
     font-family: Times New Roman, Times, serif;
     text-align: center;}

/* SFS text-for email recipe pages*/
.sfs2{color:#FFFFFF; 
     font-size: 24pt;
     font-family: Times New Roman, Times, serif;
     text-align: center;}
p.sfs2{color:#FFFFFF; 
     font-size: 24pt;
     font-family: Times New Roman, Times, serif;
     text-align: center;}

TD#SFS {
     color:#FFFFFF; 
     background: #9B2B24;
     font-size: 36pt;
     font-family: Times New Roman, Times, serif;
     text-align: center;
}

TD#topphotos {
     background: #9B2B24;
}

TD#topleft {
     background: #FDE6C2;
     color:#999966; 
     font-size: 10pt;
     font-family: Verdana, Geneva, "ms sans serif", sans-serif;
}

TD#tbackground {
     background: #FDE6C2;
}

TD#addfav {
     background: #999966;
     font-style: italic;
}

TD#sidemenu {
     background: #9B2B24;
}

TD#updated {
     color:#FFFFFF; 
     font-size: 10pt;
     font-family: Times New Roman, Times, serif;
     font-style: italic; 
}

table.1 {
     border-color="#9B2B24" 
     border-color-dark="#9B2B24"
     border-color-light="#F2C8C6"
}

/* Last Update */
.lastupdate {
   font-size: 10pt;
   color: #000000;   /* black */
   line-height: 150%; 
   text-align: center;
}


/* Bottom menu links */
a.menu2:link  { 
        font-size: 10 pt;     
	font-weight: normal; 
	text-decoration: underline; 
	color: #9B2B24;
}

a.menu2:hover {
        font-size: 10 pt;     
	font-weight: normal; 
	text-decoration: none;
        color:#999966;
}

a.menu2:active {
        font-size: 10 pt;     
	font-weight: normal; 
	text-decoration: none;
        color:#999966;
}

a.menu2:visited {
        font-size: 10 pt;     
	font-weight: normal; 
	text-decoration: underline;
        color:#9B2B24;
}

a.menu2:hover {
        font-size: 10 pt;     
	font-weight: normal; 
	text-decoration: none;
        color:#999966;
}



TD#footer {border-top: dotted 1px #dba24d;}
TD#footer P {
	font-size: 8pt;
	text-align: center;
}


/* Content column */
TD#content {
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	vertical-align: top; 
}

/* Side menu links non-generated*/
.menu1 {font-size:12pt; padding-left:1px; background:#9B2B24; text-decoration: none;
}
a.menu1 {font-weight:normal; padding-left:1px; color:black; background:#9B2B24; text-decoration: none;
}
a.menu1:link {font-size: 12pt; color:#FFFFFF; padding-left:1px; text-decoration: none;
background:#9B2B24;}
a.menu1:visited {font-size: 12pt; color:#FFFFFF; padding-left:1px; text-decoration: none;
background:#9B2B24;}
a.menu1:active {font-size: 13pt;color:#FFFFFF; padding-left:1px; text-decoration: none;
background:#9B2B24;}
a.menu1:hover {font-size: 13pt;color:#999966; padding-left:1px; text-decoration: none;
background:#9B2B24;}

/* Menu 1 column */
TD#menu_1 {	
	vertical-align: top; 
	width: 140px;	
	padding-top: 2px;
        background: #9B2B24;
}
TD#menu_1 DIV {
	width: 140px;
        background: #9B2B24;
}
TD#menu_1 DIV.menu1-level1-no A {
	color:#FFFFFF;
	text-decoration: none;
        font-size: 12pt;
        background: #9B2B24;
}
TD#menu_1 DIV.menu1-level2-no A {
	color:#FFFFFF;
	text-decoration: none;
        font-size: 10pt;
        background: #9B2B24;
}
TD#menu_1 DIV.menu1-level3-no A {
	color:#FFFFFF;
	text-decoration: none;
        font-size: 8pt;
        background: #9B2B24;
}

TD#menu_1 DIV.menu1-level1-no A:hover {
	color:#999966;
        text-decoration: none;
        font-size: 13pt;
        background: #9B2B24;
}
TD#menu_1 DIV.menu1-level2-no A:hover {
	color:#999966;
        text-decoration: none;
        font-size: 11pt;
        background: #9B2B24;
}

TD#menu_1 DIV.menu1-level3-no A:hover {
	color:#999966;
        text-decoration: none;
        font-size: 9pt;
        background: #9B2B24;
}

/*  MENU 1, level 1, normal state (NO) */
TD#menu_1 DIV.menu1-level1-no {
  font-size: 12pt;
  padding-top:2px;
  padding-left:1px;
  background: #9B2B24;
}
/*  MENU 1, level 1, active state (ACT) */
TD#menu_1 DIV.menu1-level1-act {
  border-bottom: 1px solid #FDE6C2;
  font-weight:normal;
  font-size: 12pt;
  padding-top:2px;
  padding-left:1px;
  background:#9B2B24;
  text-decoration: none;
}
TD#menu_1 DIV.menu1-level1-act A {
  color:#FDE6C2;
  font-size: 12pt;
  text-decoration: none;
  background:#9B2B24;
}


/*  MENU 1, level 2, normal state (NO) */
TD#menu_1 DIV.menu1-level2-no {
  font-size: 10pt;
  padding-left:10px;
  background: #9B2B24;
}
/*  MENU 1, level 2, active state (ACT) */
TD#menu_1 DIV.menu1-level2-act A{
  font-size: 10pt;
  font-weight:normal;
  padding-left:10px;
  color:#FDE6C2;
  background: #9B2B24;
}

/*  MENU 1, level 3, normal state (NO) */
TD#menu_1 DIV.menu1-level3-no {
  font-size: 8pt;
  padding-left:20px;
  background: #9B2B24;
}
/*  MENU 1, level 3, active state (ACT) */
TD#menu_1 DIV.menu1-level3-act A{
  font-size: 8pt;
  font-weight:normal;
  padding-left:20px;
  color:#FDE6C2;
  background: #9B2B24;
}


/*  MENU 2, level 1, general for all table cells: */
TR#menu_2 TD {
  background-color: #333366;
  width: 10%;
  text-align: center;
  padding: 0px 2px 0px 2px;
}
TR#menu_2 TD A {
  color: white;
  font-size: 10px;
  font-family: verdana, arial;
  text-decoration: none;
}
TR#menu_2 TD A:hover {
  text-decoration: underline;
}
TR#menu_2 TD.oddcell {
  background-color: #666699;
}
TR#menu_2 TD.menu2-level1-act {
  background-color: #88292A;
}



/* Style for the Path-menu: */
TD#path {
  white-space: nowrap;
  background-color: #F8F8EC;

  font-family: verdana, arial;
  font-size: 11px;
  font-style: italic;
  font-weight: bold;
  padding: 1px 1px 5px 5px;
}
TD#path A {
  text-decoration: none;
  color:black;
}
TD#path A:hover {
  text-decoration: underline;
}

/*RECIPES*/

/*In the list view, the description and the "by: name"*/
td.recipe {  font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
     font-size: 10pt; 
     color:#000000
}

/*What?*/
a {  font-family: Verdana, Geneva, "ms sans serif", sans-serif; font-size: 12pt}

/*The word "Recipe Category"*/
.name_cat {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: bolder;
	font-size: 10pt;
}

/*The name of the category (Drinks, Breads, etc)*/
.category {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: normal;
	font-size: 10pt;
}

/*The word "Recipe"*/
.name_rec {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: bolder;
	font-size: 10pt;
}

/*The name of the recipe*/
.title {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: normal;
	font-size: 14pt;
}

/*This is the word "Author"*/
.name_auth {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: bolder;
	font-size: 10pt;
}

/*Name of the Author*/
.author {  font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
     font-size: 10pt; 
     color:#000000
}


/*This is the word "Description"*/
.name_desc {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: bolder;
	font-size: 10pt;
}

/*Recipe description*/
.description {  font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
     font-size: 10pt; 
     color:#000000
}

/*This is the word "Ingredients"*/
.name_ing {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: bolder;
	font-size: 10pt;
}

/*List of ingredients*/
.ingredients {  font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
     font-size: 10pt; 
     color:#000000
}

/*This is the word "Instructions"*/
.name_inst {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
 	color:#000000;
	font-weight: bolder;
	font-size: 10pt;
}

/*Recipe instructions*/
.instructions {  font-family: Verdana, Geneva, "ms sans serif", sans-serif; 
     font-size: 10pt; 
     color:#000000
}

/*This is the image caption*/
.caption {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	color: #cf38300;
        font-size: 8pt;
	font-weight: normal;
	text-align: center;
}

/*In the list view, the category header (Breads, Drinks, etc) */
.categoryHeader {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	color:#FFFFFF;
	font-weight: normal;
	font-size: 13pt;
	background-color: #cf3830;
	text-align: center;
}

/*What?*/
.list_title {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
font-size:12pt;
	font-weight: normal;
}

/*What?*/
.browseby {
  font-family: Verdana, Geneva, "ms sans serif", sans-serif;
  font-size: 12pt;
  font-weight: bold;
  color:#cf3830;
}


/*In the browse list, click "show more" to see all recipes in that category*/
.showMore {
 font-family: Verdana, Geneva, "ms sans serif", sans-serif;
  font-size: 10pt;
  font-weight: bold;
  color:#cf3830;
}


/*What?*/
.tx-recipe-pi1 .tx-recipe-pi1-browsebox P { font-family:Verdana, Geneva, "ms sans serif", sans-serif; font-size:8pt; color:red; }

/*What?*/
.tx-recipe-pi1 .tx-recipe-pi1-browsebox P SPAN.tx-recipe-pi1-browsebox-strong { font-family:Verdana, Geneva, "ms sans serif", sans-serif; font-size:10pt; }

/*What?*/
.tx-recipe-pi1 .tx-recipe-pi1-browsebox TD P { font-family:Verdana, Geneva, "ms sans serif", sans-serif; font-size:10pt; }


#dropmenudiv{
position:absolute;
background-color: #E3FFB0;
border:1px solid black;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: #C7FF5E;
}

/* Sample CSS definition for the example list. Remove if desired */
.navlist li {
list-style-type: square;
width: 135px;
background-color: #FFFFB9;
}


/* begin styles for RSS Feed */

.rssttl {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	font-size: 12pt;
	font-style: normal;
	color: #FFFFFF;
	font-weight: bold;
        margin: 0px 0;
	padding: 0;
}

.rss-box {
	width: 100%;
	background-color: #FDE6C2;
	text-align: left;
	vertical-align: middle;
	margin: 0px;
	padding: 5px;
	height: 100%;
	border-top: 1px solid #999966;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
	border-left: 1px solid #999966;
}

.rss-items {
	padding:5px;
	color:#9B2B24;
	margin: 0px;
}

p.rss-title {
	margin: 0px;
	padding: 3px;
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	font-size: 12pt;
	font-weight: normal;
	text-align: center;
	color: #000000;
	background-color: #999966;
	border-top: 1px solid #999966;
	border-right: 1px solid #999966;
	border-bottom: 1px solid #999966;
	border-left: 1px solid #999966;
}

.rss-title, rss_title a {
	text-decoration: none;
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	font-size: 11pt
	background-color: #000000;
	color: #000000;
	text-align: left;
	border-left-width: 0px;
	border-left-style: solid;
	border-left-color: #ffffff;
}

.rss-item  {
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	font-size: 10pt;
	font-weight: normal;
	color: #000000;
	list-style: none;
	margin-bottom: 6px;
	padding: 0;
}

.rss-item a {
	color: #ffffff;
	font-size: 10pt;
	font-weight: normal;
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	text-decoration: none;
	text-align: left;
	vertical-align: bottom;
}
	
.rss-item a:visited {
	color:#9B2B24;
}
.rss-item a:hover {
	color:#9B2B24;
	text-decoration: underline;
}

.rss-date {
	font-size: 12px;
	font-weight: normal;
	color: #999966;
	font-family: Verdana, Geneva, "ms sans serif", sans-serif;
	} 
/* buttons modeled from http://www.wellstyled.com/css-inline-buttons.html */

.pod-play {
   _width:12em;
   margin: 0 0.2em; padding: 0.1em 0; _padding:0;
   
   white-space:nowrap;
   text-decoration: none;
   vertical-align:middle;
   background: #fb6;
   color: black;
   }
.pod-play em {
   _width:1em; _cursor:hand;
   font-style: normal;
   margin:0; padding: 0.1em 0.5em;
   background: white;
   color: #222;
   }
.pod-play span {
   _width:1em; _cursor:hand;
   margin:0; padding: 0.1em 0.5em 0.1em 0.3em;
   }
.pod-play:hover {
   background: #666;
   color: white;
   }
.pod-play:hover em {
   background: black;
   color: white
   }
