
body {
	background-image: url('sunflower.jpg');
	background-repeat: repeat;
	font-family: Spartan, Futura, Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
}

#container {
	text-align: center;
	width: 750px;
	background: gold;
	border: 0px solid;
	color: black;
	margin:0 auto;
}	

#nav{
	padding: 2em 0 .5em 0;
}

#maincontent {
    /*min-height: 410px;*/
	padding: 0em;
	background: gold;
	margin-bottom: 1em;
	height:auto;
}
		
#banner { 
	height: 50px;
	background: gold;
	border: 0px solid black;
	padding-bottom: .5em;
}

#bannerrecipe { 
	height: auto;
	background: gold;
	border: 0px solid black;
	padding-bottom: .5em;
}

#footer {
    width: 750px;
	height: 145px;
	margin:0 auto;
	padding-top:1.5em;
	text-align: center;
	border-top: 1.5px solid tomato;
	background: darkseagreen;
	clear: both;
}

.topbar{
	padding:0em 1em 0em 1em;
	margin: 5em 1em 0em 1em;
	border: 0px solid black;
	text-decoration: none;
	font-variant: small-caps;
	background-color:#FFF3B2;
	-moz-border-radius: 3px;
			-moz-box-shadow:-10px 9px 9px grey;
			-webkit-border-radius: 3px;
			-webkit-box-shadow:-10px 9px 9px grey;
			-o-border-radius: 3px;
			-o-box-shadow:-10px 9px 9px grey;
			border-radius: 3px;
			box-shadow:-10px 9px 9px grey;
}
 
.top{
	list-style-type:none;
	padding-left: 0;
	margin-left:0;
}	
	
.top a{
	display:block;
	width:8em;
}	
 
#contactlinks{
	float: left;
	width: 260px;
	padding: 1em 0em 0em 4em;
	margin-top:2em 0em 2em 0em;
	text-align:left;
}	

#contactlinksphoto{
	float:right;
	width: 325px;
	padding: 1em 5em 5em 0em;
}

#recipeingredients{
	float: left;
	width: 270px;
	padding: 1em 0em 0em 4em;
	margin-top:2em 0em 2em 0em;
	text-align:left;
}	

#recipephoto{
	float:right;
	width: 325px;
	padding: 1em 5em 2em 0em;
}

p.recipe{
   text-align:justify;
}


#item{
	float: left;
	width: 295px;
	padding: 1em 0em 0em 7em;
	margin:.5em 0em 2em 0em;
}	

#itempaypal{
	float:right;
	width: 295px;
	padding: 5em 2em 5em 0em;
	font-variant: small-caps;
	font-size:14px;
}
#item.lftext{
	text-align:left;
}

a {
	color: black;
	border: 0px solid;
	margin:0 auto;
	padding: 0em;
	text-decoration: none;
	outline:none;
}

a:visited {
	color: black;
	outline:none; 
}
a:hover {
	color: indianred;
	background:transparent;
	outline:none;
}
a:active {
	color: black;
	outline:none;
}

h1 {
	text-align: center;
    letter-spacing: 8px;
	color: black;
	font-variant: small-caps;
}

h2 {
	text-align: center;
    letter-spacing: 8px;
	color: black;
	font-variant: small-caps;
}

h3 {
	text-align: center;
    letter-spacing: 3px;
	color: black;
	font-variant: small-caps;
}

h4 {
	text-align: center;
    letter-spacing: 1px;
	color: black;
	font-variant: small-caps;
}

h5 {
	text-align: center;
    letter-spacing: 4px;
	font-variant: small-caps;
}

h6 {
	font-variant: small-caps;
	font-weight:lighter;
}

#ingred{
	letter-spacing: 1px;
	font-variant: small-caps;
	font-size: 60%
}

ul li{
	font-variant:small-caps;
	list-style-type: square;
    /*list-style-image: url(sunflowerbullet.jpg);*/
	text-align:left;
}

ul li.recipe {
    font-variant:normal; 
    text-align:left justify;
}	


ul li.archive {
    list-style-type:none;
	text-align:center;
}	




