/* styles for grace's section */

/* default links */
a:link {color: #060; background-color: transparent;}
a:visited {color: #339; background-color: transparent;}
a:hover {color: #369; background-color: transparent;}

h1	{
	background-color: #236; 
	}
h2 {  
	color: #236;
	}
h3 {
	/*margin: 0 0 0 30px;	*/
	}
	
.no_line {border:none}

/* NB - skip link is graphic, change colour for each area */

/* lists for recipes, poems */
div#list {
	padding: 0;
	}
div#list ul {
	list-style: none;
	}

/* ******** content area ******** */
div#content {
	padding: 10px 20px;
	}

div#sidebar p{
	position: absolute; 
	left: 0px; 
	right: 0px;
	width: 145px; 
	margin: 15px;
	padding: 10px;
	top: 240px; 
	font-size: 1.2em;	
	}

/* styles current item in nav (no link) as banner colour */
div#nav ul li  span {
	color: #236;
	background-color: transparent;
	font-weight: bold;
	}

/* styles current item in nav (no link) as banner colour */
div#subnav ul li  span {

	}



