body {
	font-family: Verdana;
	font-size: .7em;
	line-height: 1.4em;
	margin : 0;
	padding: 0px;
	/* background: url('/images/squid_36.gif') repeat; */
	color: #000;
    background-color: #9393AA;
}
#container {
	width: 670px;
	margin: 1em auto;
	border: 1px solid #72663D;
	background-color:#f9f9ff;
}
#nav { 
	margin-bottom: 1em;
	border-bottom:1px solid #DDD; 
/*	padding:1em 1em 1em 1em; */
	padding: 0;
/*	background-color: #D0CFAE; */
	background-color: #FFFFFF;
}
	#nav img {
		border: 0;
	}
.ad {
	border: 1px solid #909090;
	padding: 3px;
	margin: 30px 7% 10px 7%;
	width: 86%;
}
.ad p { margin-top: 0; margin-bottom: 0; }
.menuetc {
	width: 15em;
	top: 0;
	left: 0;
	/* border: 1px solid #888800; */
	float: left;
	font-size: .8em;
	margin-left: 1px;
	padding-top: 1em;
}
	.menuetc ul {
		list-style: none;
		margin: 0;
		margin-left: 0;
		padding: 0;
		border: 0;
		font-weight: bold;
		text-align: center;
	}
	.menuetc li {
		margin: 0;
		padding: 0;
		display: inline; 
		list-style: none;
	}
	.menuetc li a {
		display: block;
		
		background-color: #C3C3DA;
		color: #460046;
		text-decoration: none;
		width: 94%;
		
		border-left: 1px solid #666666;
		border-right: 1px solid #666666;
		border-bottom: 1px solid #666666;
		padding: 5px;
	}
	.menuetc li a:visited {
		color: #460046;
	}
	.menuetc li a:hover {
		background-color: #D3D3EA;
		color: #060006;
	}
	.menuetc p {
		padding-left: 5px;
	}
.main {
	border: 0px solid #000000;
	width: 37em;
	margin-left: 15em;
	padding: 1px 5em 3em 1em;
    min-height: 500px;
}

.main img {
	padding: 4px;
	border: 1px solid #E0E0E0;
	margin: 3px;
}
.frontbox {
	margin: 20px 7% 0 7%;
	background-color: #F0F0C0;
	border: 1px solid #909090;
	padding: 0 7px 7px 7px;
}
img.noborder { border: 0; margin: 0; padding: 0; }
img.front {
	padding: 3px;
	border: 1px solid #E0E0E0;
	margin: 0;
}
h1 {
	font-size: 1.5em;
	border-bottom: 1px solid #909090;
	padding-bottom: 3px;
	margin-bottom: -8px;
	line-height: 1.2em;
}
h2 {
	font-size: 1.3em;
	border-bottom: 1px solid #D0D0D0;
	padding-bottom: 2px;
	margin-bottom: -8px;
}
h3 {
	font-size: 1.1em;
	padding-bottom: 2px;
	margin-bottom: -5px;
}
h3.date {

}
input {
	font-size: .9em;
	background-color: #FEFBE9;
}
textarea {
	font-size: 1em;
	background-color: #FEFBE9;
}
option {
	font-size: .9em;
	background-color: #FEFBE9;
}
a {
	color: #660000;
}
	a:hover {
		background-color: #F0F0F0;
		color: #FF0000;
	}
	a:visited {
		color: #AA0000;
	}
td { 
	padding-bottom: 2em;
	vertical-align: top;
}
p.current strong {
	font-size: 1.1em;
	font-weight: bold;
	line-height: 1.4em;
}
p.comment { margin-left: 6px; }
p.comment-name { text-align: right; border-bottom: 1px dotted #D0D0D0; }
table.recipe-search {
     border-left: 1px solid #999;
     border-top: 1px solid #999;
}
     table.recipe-search th {
          font-size: 12px;
          border-bottom: 1px solid #999;
          border-right: 1px solid #999;
          background-color: #DEDBC9;
          color: #333;
     }
     table.recipe-search td {
          font-size: 10px;
          border-bottom: 1px solid #999;
          border-right: 1px solid #999;
          background-color: #FCFCFC;
     }
     table.recipe-search td a {
          text-decoration: none;
     }
     table.recipe-search td a:hover {
          border-bottom: 1px dotted;
     }

}

/* Wordpress */
ul.post-meta {
	list-style: none;
}

ul.post-meta span.post-meta-key {
	font-weight: bold;
}

.feedback {
	color: #ccc;
	text-align: right;
	clear: all;
}

.meta {
	font-size: .9em;
}

.meta li, ul.post-meta li {
	display: inline;
}

.meta ul {
	display: inline;
	list-style: none;
	margin: 0;
	padding: 0;
}

.meta, .meta a {
	color: #808080;
	font-weight: normal;
	letter-spacing: 0;
}

.storytitle {

}

.storytitle a {
	text-decoration: none;
}
.storycontent {
    margin-left: 10px;
    margin-top: -6px;
    border-bottom: 1px solid #E9E9E9;
}