/* Tiny Kitchen universal styles */

body {
	margin: 0px; 
	text-align:center;

}

td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

.bodystyle {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#777777;
}

.body_small {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
	}

.h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 24px;
	color:#838383;
	}

.h2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bold;
	text-transform:capitalize;
	color:#838383;
}

.h3 {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	color:#838383;
	}


img {
	border-color:#838383;
	}

a:link { 
	text-decoration: none; 
	color: #2F79BE;
	}
a:visited { 
	text-decoration: none; 
	color: #2F79BE;
	}
a:hover, a:active { 
	text-decoration: none;
	color: #003399;
	}
	
/* Tiny Kitchen universal layout */	

#container {
	width:800px;
	margin:0 auto;
	text-align:left;
	position:relative;
   }

#pageHead {
	text-align:left;
	height: 100px;
	width: 800px;
	vertical-align:bottom;
	}
	
#footer {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-top: 100px;
	width: 800px;
	height: 20px;
	text-align:center;
	float: left;
	clear: left;
	}

/* Comment layout */

#comment {
	margin-left: 5px;
	margin-top: 10px;
	margin-right: 6px;
	position: relative;
	}
#footer_recipe {
	height: 50px;
	text-align: right;
	margin-top:10px;
	margin-bottom:10px;
	position: float;
	width: 450px;
	}

/* about pages layout */


#about {
	width:750px;
	margin:20px;
	float: left;
	}

#bullet {
	width:30px;
	height:30px;
	margin-top:5px;
	margin-right:15px;
	float: left;
	}
	
#intro {
	width:700px;
	text-align:left;
	float:left;
	}

#sources {
	width:775px;
	height:500px;
	margin-top:30px;
	background-image:url(../tinykitchen/sketches/sources.gif);
	}
	
#booksimage {
	width: 185px;
	text-align:right;
	float: left;
	}

#bookstext {
	width: 350px;
	text-align:left;
	margin-left:5px;
	margin-right:5px;
	float: left;
	}

#laptopimage {
	width: 225px;
	float: left;
	}


/* recipe layout */

#container_recipe {
	width: 460px;
	text-align:center;
	}

#recipe_body {
	margin: 20px;
	padding:10px;
	text-align:left;
	border: solid 1px #838383;
	position: float;
	width: 400px;
	}
	
	



#search {
	margin-top:20px;
	margin-left:50px;
	padding-left: 20px;
	padding-top:10px;
	padding-bottom:10px;
	border-left:thin solid #838383;
	border-left-width:1px;
	width: 700px;
	}