<!-- 01.24.09 
	moved disclaimer class to this file from mommyhood.css 
	did not work
-->

<!-- 01.24.09 added a new body it worked... then didn't work...-->
body{
     background-image: url(../images/background.jpg);
     border-style:     solid;
     border-color:     black;
     border-width:     thick;
        font-family:      "Comic Sans MS";
        font-size:        large;
        font-weight:      bold;
     text-align:       center;
     line-height:      1.0em;
     margin:		0%;
     width:		99%;
}

#recipes{
	  background-color: Bisque;
          border-style:     solid;
          border-width:     thick;
          border-color:     black;
          text-align:       center;
          line-height:      1.0em;
	  padding:	    1%;
	  width:	    100%;
          clear: 	left;
          }
          
#recipes h1{
         font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
          }
          
#recipes h2{
       font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
            }


  
  li{
     list-style-type: square;
     }
     
  #ingredients.ingredients{
     font-family: Courier;
     font-weight: bold;
     font-size:   medium;
     padding-left: 25%;
     text-align: left;
  }
  
  #times.times{
      padding-left: 25%;
      text-align: center;
      font-family: Helvetica;
      font-weight:          bold;
      font-size:            medium;
  }
  
 
  #directions.directions{
      padding-left: 25%;
      text-align: left;
      font-family: Helvetica;
      font-weight:          normal;
      font-size:            medium;
  }
             
 #recipe{
  border-color:	 	black;
  border-width: 	thin;
  border-style: 	ridge;
  background-color: rgb(113, 226, 249);
  padding:          10px;
  margin-left:            20%;
  margin-right:		  20%;
  text-align:        left; 
 }
 
  #recipe h2{
            font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
          }


#recipe.recipe_details{
      padding: 	 		15px;
             font-family:      "Comic Sans MS";
         font-size:        xx-large;
         font-weight:      bold;
            color:  black;
            margin:            1%;
            line-height:      1.0em;
            text-align:        center;
          }

#recipe.inspiration{
   
     text-align:       center;
     padding:          10px;
     margin-left:      0%;
     margin-right:     0%;
     line-height:      1.0em;
     font-family:      "Comic Sans MS";
     font-size:        18px;
     font-weight:      bold;
     color:	       black;
}
         
#main.disclaimer{
             background-color: red;
             border-color:	black;
             border-width: 	1px;
             border-style: 	solid;
             text-align:        center;
             line-height:      1.0em;
             color:            black;
	     padding:          1%;
}
             
#main.disclaimer h3{
        text-align:    center;
        font-family:      "Comic Sans MS";
        font-size:        small;
        font-weight:      bold;
	padding:		1%;
        line-height:   1.0em;
    }

<!-- 01.24.09 changed font size -->
#main.disclaimer.disclaimer{
    font-family:       Helvetica;
    font-size:         small;
    font-weight:       bold;
    text-align:        center;
    color:             black;
    padding:	       1%;
  }

         

#disclaimer{
             background-color: red;
             border-color:	black;
             border-width: 	3px;
             border-style: 	solid;
             text-align:        center;
	     margin-left:      10%;
	     margin-right:     10%;
             line-height:      1.0em;
             color:            black;
	     padding:          1%;
}


             
#disclaimer h3{
        text-align:    center;
        font-family:      "Comic Sans MS";
        font-size:        small;
        font-weight:      bold;
	padding:		1%;
        line-height:   1.0em;
    }

<!-- 01.24.09 changed font size -->
#disclaimer.disclaimer{
    font-family:       Helvetica;
    font-size:         small;
    font-weight:       bold;
    text-align:        center;
    color:             black;
    padding:	       1%;
  }
  

<!-- 01.24.09 added table -->
table{
	background-color: rgb(113, 226, 249);
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 20px;
	margin-bottom: 20px;
	
}

<!-- 01.24.09 added table data and header-->
td, th {
	background-color: rgb(113, 226, 249);
	padding: 10px;
	margin-left: 10px;
	margin-right: 10px;
	margin-top: 10px;
	margin-bottom: 10px;
}
			
