body {background: #FFF9CB;
      background-image: url('images/bkgrnd.jpg');
      background-repeat: repeat-x;
      margin: px 10px 0px 10px;
      font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
      font-size: 12.5px;
      color: black;
      }

img {border:0; font-size:60%;}

a:link {color: #8B0000; font-weight: bold; text-decoration: none;}     /* unvisited link */
a:visited {color: #8B0000; font-weight: bold; text-decoration: none;}  /* visited link */
a:hover {color: #8B0000; text-decoration: underline;}      /* mouse over link */
a:active {color: #FF0000; font-weight: bold;}                           /* selected link */

p {font-size: 12.5px;
  }

#main { width:100%;
      }

.fp1 { width: 40%;
       border: 1px solid #000;
       float:left;
       padding:10px;
       margin-left:10px;
       margin-right:10px;
       margin-bottom:10px;
      }

.fp2 { width: 92%;
       border: 1px solid #000;
       float:left;
       padding:10px;
       margin-left:10px;
       margin-right:10px;
       margin-bottom:10px;
      }
      
.recipelist {
            }

#sidebar {
           font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
           font-size:80%;
         }
         
date {     margin-top: -15px;
           font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
           font-size:80%;
         }
         
p.note { font-family: 'Palatino Linotype','Times New Roman', Times, serif;
         font-style: italic;
         font-stretch: wider;
         margin-left: 25px;
         margin-right: 25px;
       }

.note { font-family: 'Palatino Linotype','Times New Roman', Times, serif;
         font-style: italic;
         font-stretch: wider;
         margin-left: 25px;
         margin-right: 25px;
       }

.first { font-family: 'Palatino Linotype','Times New Roman', Times, serif;
          color: #006400;
          font-weight: bold;
          font-style: italic;
          font-size: 22px;
        }

.note { font-family: 'Palatino Linotype','Times New Roman', Times, serif;
        font-style: italic;
        font-stretch: wider;
      }

.small { font-size: 80%;
       }
       
.smallcaps {font-size:80%;
            font-variant:small-caps;
           }

p.menu  {
         color:#006400;
         font-family:Verdana;
         font-size:10px;
         font-weight:bold;
       }

.menu a:link {color: #006400; font-weight: bold; text-decoration: none;}     /* unvisited link */
.menu a:visited {color: #006400; font-weight: bold; text-decoration: none;}  /* visited link */
.menu a:hover {color: ##006400;; text-decoration: underline;}      /* mouse over link */
.menu a:active {color: #FF0000; font-weight: bold;}                           /* selected link */


.footer { border-bottom: 1px dotted #ccc;
        }

h1,h2,h3,h4,h5,h6 {
                    font-family: 'Palatino Linotype','Times New Roman', Times, serif;
                    color: #006400;
                    margin: 15px 0 2px 0;
                    padding-bottom: 2px;
                  }

blockquote { color:#222;
             border:1px #FC0 dotted; 
             background:#FFDEAD;
             padding:10px 20px 10px 20px; 
             margin:10px 25px 10px 25px;
           }

ul.menu { list-style-type: none;
          font-size: 11px;
          margin-left: 0;
          padding-left: 1em;
          text-indent: -1em;
        }

ul
   { font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
     font-size: 80%;
     font-style: normal;
     list-style: none;
	margin-left: 0;
	padding-left: 0;
   }

ul ul
   {
    font-size: 95%;
    margin-left: 0;
    padding-left: 1em;
    text-indent: -1em;
   }

ul.ingred
   {
     font-size: 12.5px;
     list-style-type: none;
     margin-left: 0;
     padding-left: 0;
   }

ul.recipe
   {
     font-size: 12.5px;
     list-style-type: decimal;
     margin-left: 1em;
     padding-left: 0;
   }


ul.none
   {
   list-style-type: none;
   font-size: 80%;
   line-height: 1.5;
     margin-left: 0;
     padding-left: 0;
   }

.blockquote {
              color:#222; 
              border:1px rgb(195, 175, 215) dotted;
              background: rgb(233, 226, 240);
              padding:10px 20px 10px 20px; 
              margin:10px 25px 10px 25px;
              font-size: 85%;
            }
			



