@charset "UTF-8";

* {padding:0; margin:0;}

body  {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	/*background: #ff3333;*/
	background: url('images/bgpattern.jpg') repeat;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

#container { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-image:url(images/bg900.gif);
	background-repeat:repeat-y;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 


#indexcontainer { 
	width: 900px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background-color:#ffffff;
	/*background-image:url(images/bg.gif);
	background-repeat:repeat-y;*/
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 1px solid #000000;
	text-align: left; /* this overrides the text-align: center on the body element. */
} 



#header { 
	background-image:url(images/header.png);
	height:130px;
	width:900px;	
	/*padding: 0 10px 0 20px;  /* this padding matches the left alignment of the elements in the divs that appear beneath it. If an image is used in the #header instead of text, you may want to remove the padding. */
}  

#navcontainer {
  width: 900px;
  height: 25px; /*if bigger, force a "border" underneath, since the navcontainer is smaller*/
  text-align: center;
}

#thisistheoldnavcontainernowuseexpecttabs ul {    /*the list as a whole*/
  padding-top: 5px;
/*  margin: 0 auto; Don't do this - the 'auto' is screwed up w/ FF for some reason. Do the next 4 lines instead. */ 
  margin:0;
  text-align:center;
  padding-left:0px;
  *padding-left:0;
  background-color: #93d6de;
  border-bottom:black 1px solid;
  border-top:black 1px solid;
  color: White;
  height: 20px;
  width: 780px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:9px;
  font-weight:bold;
	/*  background: url('../img/bar.jpg') top right no-repeat; -----use this if I have the header creeping into the left part of the nav bar.*/
}

#thisistheoldnavcontainer ul li {   
  display: inline;
  background-color: transparent;
  color: White;
  text-decoration: none;
}

#thisistheoldnavcontainer ul li a {    /*each a item in the horiz bar*/
  padding-top: 5px;
  padding-bottom: 7px;
  padding-left:13px;
  padding-right:13px;
  background-color: transparent;
  color: #000000;
  text-decoration: none;
}

#thisistheoldnavcontainer ul li a:hover {
  color: #FFFFFF;
  text-decoration: none;
}


#sidebar1 {
	float: right; /* since this element is floated, a width must be given */
	width: 220px; /* the actual width of this div, in standards-compliant browsers, or standards mode in Internet Explorer will include the padding and border in addition to the width */
	background-color: transparent;
	text-align:center;
	padding-top:15px;
}

#sidebar1 h3 {
font-family:Verdana, Arial, Helvetica, sans-serif;
font-weight: normal;
font-size:12px;
color:#ffffff;
}

#sidebar1 p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  color:#000000;
  margin-left:10px;
  padding-left:15px;
}

#sidebar1 a {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  color:#FFFFFF;
  font-weight:bold;
  text-decoration:none;
}
  
#sidebar1 h3 a {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  color:#FFFFFF;
  text-decoration:none;
  font-weight:bold;
}
#mainContent { 
	margin: 0 250px 0 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 0 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#mainContent p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  padding-bottom: 14px;
  color:#000000;
}

#mainContent a {
  font:inherit;
  font-weight:bold;
  color:#61c856;
  text-decoration:none;
}

#mainContent a:hover {
  font:inherit;
  font-weight:bold;
  color:#FF3333;
  text-decoration:none;
}

#mainContent ul {
margin-left:80px;
}

#mainContent ul li {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  padding-bottom: 14px;
  color:#000000;
}

#mainContent h3 {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  font-weight:bold;
  padding-bottom:16px;
  color:ff3333;
}

#recipes ul {
margin-left:30px;
list-style-type:none;
border-top:#93d6de 3px dotted;
border-bottom:#93d6de 3px dotted;
margin-right:175px;
padding-top:10px;
margin-bottom:10px;
}

#recipes ul li {
line-height:12px;
padding-left:10px;
}

#indexContent { 
	margin: 0; /* the right margin on this div element creates the column down the right side of the page - no matter how much content the sidebar1 div contains, the column space will remain. You can remove this margin if you want the #mainContent div's text to fill the #sidebar1 space when the content in #sidebar1 ends. */
	padding: 15px 20px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
} 

#indexContent p {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  padding-bottom: 14px;
  color:#000000;
}

#indexContent a {
  font:inherit;
  font-weight:bold;
  color:#61c856;
  text-decoration:none;
}

#indexContent a:hover {
  font:inherit;
  font-weight:bold;
  color:#FF3333;
  text-decoration:none;
}

#indexContent ul {
margin-left:380px;
}

#indexContent ul li {
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:12px;
  line-height:16px;
  padding-bottom: 14px;
  color:#000000;
}

#indexContent h1 {
  margin-left: 348px;
  padding-top:14px;
  padding-left:2px;
  margin-bottom:10px;
  border-bottom:#93d6de 3px dotted;
}



#container h1 {
  padding-top:14px;
  padding-left:2px;
  margin-bottom:10px;
  border-bottom:#93d6de 3px dotted;
}

#container h2 {
  margin-top: 16px;
  padding-top:6px;
  padding-left:10px;
  background-color:#61c856;
  color:#ffffff;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:26px;
  font-style:normal;
  letter-spacing:1px;
  height:36px;
  border-bottom:#000000 solid 1px;
  border-top:#000000 solid 1px;
}

#footer {
  height:25px;
  width: 900px;
  background-color:#93d6de;
  margin-top:10px;
  border-top:#000000 solid 1px;
}

#footer p {
	margin: 0; /* zeroing the margins of the first element in the footer will avoid the possibility of margin collapse - a space between divs */
  padding: 4px 20px;
  font-family:Verdana, Arial, Helvetica, sans-serif;
  font-size:10px;
  line-height:16px;
  color:#000000;
}

#footer a {
  font:inherit;
  font-weight:bold;
  color:#000000;
  text-decoration:none;
}

#footer a:hover {
  color:#FFFFFF;
}

.fltrt { /* this class can be used to float an element right in your page. The floated element must precede the element it should be next to on the page. */
	float: right;
	margin-left: 8px;
	border: none;
	padding-bottom: 4px;
}

.fltlft { /* this class can be used to float an element left in your page */
	float: left;
	margin-right: 8px;
}

.clearfloat { /* this class should be placed on a div or break element and should be the final element before the close of a container that should fully contain a float */
	clear:both;
    height:0;
    font-size: 1px;
    line-height: 0px;
}

.border {
   border:black solid 1px;
}

.bookhome {
float:left;
padding: 0 15px 10px 0;
}

.italic {
font-style: italic;
}

.red {
color:#ff3333;
}




