
/*to pad cell*/
td.leftpad {padding-left:10px;}

/*links*/
a, 
a:visited{text-decoration:none;color:#9CF;outline:0;}
a:hover{text-decoration:none;color:#06C;}

a img { border: none ; }

/*type style*/
.plain{font-family:Georgia, Palatino, Palatino linotype, times, times new roman, serif;
	font-size:14px; line-height:1.5em}



/*box around picture*/
.greenframe{padding:4px; border:1px solid #009933;}


/*list on index page*/	
#aboutme{
	list-style:none;
	}

#aboutme li{
	padding:1em;
	}

/*bagel ingredient list*/
#ingredients{
	list-style:none;
	}
	
/*recipe instruction list*/
#recipe li{
	padding:2em;
	}

/*navigation bar*/
#nav {
	margin:0;
	padding:0;
	background:#fff;
	float:left;
	width:650px;
	height:42px;
	border:0;
	}

#nav li{
	display:inline;
	margin:0;
	padding:0;
	float:left;
	}

#nav a:link,
#nav a:visited{
	line-height:42px;
	text-decoration:none;
	color:#333;
	padding:0px 40px 0px 10px;
	float:left;
	width:auto;
	font-family:Georgia, Palatino, Palatino linotype, times, times new roman, serif;
	font-size:16px;
	font-weight:bold;
	outline:0;
	}
#nav a:hover{
	color:#009933;
	}
	
/*How nav looks based on body id*/

/*This part needs to be on the home page*/
#home #nav-home a {
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat 0 0;
	text-indent:-9999px;
	}
	
#bio #nav-bio a,
#bagels #nav-bagels a,
#blog #nav-blog a {
	color:#009933;
	}

#bio #nav-bio a:hover,
#bagels #nav-bagels a:hover,
#blog #nav-blog a:hover{
	color:#009933;
	}
	
	
/*This part needs to be on bio page*/
#bio #nav-home a{
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat -200px 0;
	text-indent:-9999px;
	}
#bio #nav-home a:hover {
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat 0 0;
	text-indent:-9999px;
	}
/*This part needs to be on the bagels page*/

#bagels #nav-home a{
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat -200px 0;
	text-indent:-9999px;
	}
#bagels #nav-home a:hover {
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat 0 0;
	text-indent:-9999px;
	}

/*This part needs to be on blog page*/
#blog #nav-home a{
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat -200px 0;
	text-indent:-9999px;
	}
#blog #nav-home a:hover {
	width:28px;
	height:28px;
	background:url(images/home.gif) no-repeat 0 0;
	text-indent:-9999px;
	}