/*
Design by Metamorphosis Design
http://www.metamorphozis.com
Released for free under a Creative Commons Attribution 2.5 License
*/

body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/strip3.jpg) repeat-x;
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font-family: Arial;
	font-size: 13px;
	color: #666666;
}

h1, h2, h3 {
	margin: 0;
	font-weight: normal;
	color:  #4f871b;
}

#logo h1, #logo h2, #logo h3 {
	margin: 0;
	font-weight: normal;
	color:  #ffffff;
}


h1 {
	font-size: 2.6em;
}

h2 {
	font-size: 1.8em;
}

h3 {
	font-size: 1.2em;
	font-weight: bold;
}

p, ul, ol {
	margin-bottom: 1.2em;
}

blockquote {
	font-style: italic;
}

ul {
}

ol {
}

a {
	color: #4f871b;
	text-decoration: none;
}

a:hover {
text-decoration: underline;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
	float: left;
	margin: 0 15px 0 0;
}

img.right {
	float: left;
	margin: 0 0 0 15px;
}

/* Header */

#header {
	width: 900px;
	height: 210px;
	margin: 0 auto;
	padding: 0 40px;
	background: url(images/nomoo2.jpg) no-repeat left bottom;
}

/* Menu */

#menu {
	width: 900px;
	height: 50px;
}

#menu ul {
	margin: 0;
	padding: 5px 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	padding-left: 30px;
	padding-right: 30px;
	padding-top: 5px;
	padding-bottom: 10px;
	height: 25px;
	text-align: center;
	text-decoration: none;
	text-transform: lowercase;
	font-size: 1.8em;
}

#menu  a:hover {
	color: #ffffff;
	text-decoration: underline;
	background: #4f871b
}

/* Logo */

#logo {
	clear: both;
	width: 900px;
	height: 200px;
}

#logo h1, #logo h2 {
	text-transform: lowercase;
	font-style: italic;
}

#logo h1 {
	padding: 70px 0 0 0;
	font-size: 28px;
	font-weight: bold
}

#logo h2 {
	padding: 0 0 0 100px;
	font-size: 14px;
}

#logo a {
	text-decoration: none;
	color: #ffffff;
}

/* Page */

#page {
	width: 900px;
	margin: 0 auto;
	padding: 30px 0;
}

/* Content */

#content {
	float: left;
	width: 580px;
}

.post {
}

.post .date {
	float: left;
	width: 70px;
	margin: 0 15px 0 0;
	padding: 2px 0;
	background: #C9E5FC;
	border: 1px solid #C9E5FC;
	text-align: center;
	font-size: 11px;
	color: #3F4C6B;
}

.post .date b {
	display: block;
	padding: 5px 0;
	background: #F4FAFE;
	font-size: 24px;
	font-weight: normal;
}

.post .title {
	margin: 0;
}

.post .meta {
	margin: 0 0 0 0;
	color: #B2B7C4;
}

.post .entry {
	padding: 20px 0;
	line-height: 200%;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 280px;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	/* margin-bottom: 20px; */
	padding: 25px 20px 20px 20px;
	background: url(images/img06.gif) no-repeat;
}

#sidebar li ul {
	line-height: 240%;
}

#sidebar li li {
	margin: 0;
	padding: 0;
	background: none;
	padding-left: 15px;
	background: url(images/img05.gif) no-repeat left center;
}

#sidebar h2 {
	margin-bottom: 20px;
	text-transform: lowercase;
	color: #ffffff;
}
.title 
{
color: #4f871b
}

#s {
	width: 160px;
}

/* Footer */

#footer {
	clear: both;
	padding: 30px 0;
	background: url(images/footer2.gif) repeat-x;
	/*border-top: 5px solid #C245D1; */
	text-align: right;
        padding-right: 10px;
	font-size: 10px;
}

#footer p {
	margin: 0;
	color: #ffffff;
}

#footer a {
	color: #ffffff;
}

/* Looks like img06 sidebar header...
.products h2 {
	padding: 4px;
	border: 1px solid  #2f570b;
	background: #4f871b;
	background: url(images/gradient.gif) repeat-x;
	color: #ffffff;
}
*/

.products h2, .recipes h2 {
	margin-top: 40px;
	border-bottom:  1px solid  #2f570b;
	border-top:  1px solid  #2f570b;
}

.products h3 {
	margin-top: 0.4em;
}

dt {
	margin-top: 9px;
}

table.ingredientstable {
	margin: 4px;
}

th.cakeheader {
	text-align: left;
	width: 100px;
}

td.leftborder {
	border-left: 1px solid;
}

span.ok {
	font-weight: bold;
        color: #00ff00;
	margin-left: 30px;
	text-decoration: underline;
}

span.maybe {
	font-weight: bold;
        color: #afaf00;
	margin-left: 30px;
	text-decoration: underline;
}

span.notok {
	font-weight: bold;
        color: #ff0000;
	margin-left: 30px;
	text-decoration: underline;
}

.labelling p {
	margin-left: 20px;
}

p.synonyms {
	font-size: 10px;
}
