/*  
Theme Name: Delectables
Theme URI: http://creativeslice.com/
Description: WordPress theme for Delectables
Author: Creative Slice
*/

@import url("strip.css");

body {
	font: 76% arial, sans-serif;
	text-align: center;
	color: #333;
	background: #381b63; 
	/* background: url(images/green-back3.gif) repeat-x #381b63;*/
}

a:link {
	color: #86a863;
}
a:visited {
	color: #86a863;
}
a:hover {
	color: #72944e;
}

input, textarea {
	padding:4px;
	font-size: 12px;
	color:#381b63;
font: arial, sans-serif;
}

label {
	display:block;
	margin:5px 0;
}


#wrapper {
 margin: 0 auto;
 width: 800px;
 position: relative;
}


/* ------------------------------------- Header ---------------------------- */


#header {
background: #86a863;
}
#header img {
padding: 10px;
}

#speedylunch {
	position: absolute;
	top: 3px;
	right: 12%;
}

#number {
	position: absolute;
	top: 10px;
	left: 4%;
width: 250px;
color: #381b63;
font-size: 12px;
}

#number h2 {
font-size: 20px;
font-family: Georgia, "Times New Roman", Times, serif;
}
#number strong {
color: #fcf247;
}

#number em {
font-size: 11px;
color: white;
}

/* -------------------- Nav -------------------- */

#nav {clear: both;
	font-size: 14px;
background: #72944e;
border-top: 1px solid #ccdaaa;
border-bottom: 1px solid #ccdaaa;
height: 36px;
	line-height: 36px;
	z-index: 2;
	position: relative;
}

#menu {
margin: 0 auto;
width: 700px;
}

#menu li {
	display: inline;
z-index: 4; 
float: left;
}

#menu a {
	text-decoration:none;
display: block;
	color: #eaf2d1;
	padding: 0 15px;
font-weight: bold;
}

#menu a:hover, #menu .current_page_item a:hover {
color: #fcf247;
background: #381b63;
}


#menu .current_page_item a {
	color: #fcf247;
	background: #381b63;
}

#menu .current_page_item ul li a {
	color: #fff;
	background: #72944e;
}

#menu ul a {
	display: block;
	font-size: 12px;
	text-decoration: none;
	padding: 5px;
	width: 130px;
line-height: 20px;
	background: #72944e;
border-bottom: 1px solid #ccdaaa;
border-right: 1px solid #ccdaaa;
border-left: 1px solid #ccdaaa;
}

#menu ul a:hover {
	background: #381b63;
}

#menu li ul {
	position: absolute;
	width: 130px;
	left: -999em;
}

#menu li ul li {
	width: 120px;
}

#menu li:hover ul, #menu li.sfhover ul {
	left: auto;
}


/* ---------------------------------------- Sidebar ---------------------------- */

#sidebar {
float: left;
width: 165px;
padding: 15px 15px 0 0;
color: #fff;
 }

#sidebar a {
color: #fcf247;
}

#sidebar li {
list-style: none;
padding: 2px 0;
}


#quote {
font-size: 15px;
font-family: Georgia, "Times New Roman", Times, serif;
font-style: italic;
}
/* -------------- HOME ---------------- */

#banner {
clear: both;
margin: 0 auto;
background: #86a863;
border-bottom: 1px solid #ccdaaa;
}
#hometop {
width: 800px;
height: 360px;
margin: 0 auto;
}

#slideshow {
float: left;
}

#slideshow img {
border-left: 1px solid #ccdaaa;
border-right: 1px solid #ccdaaa;
}

#homeright {
color: #fff;
float: left;
padding: 8px;
width: 220px;
text-align: left;
}

#homeright li {
margin-bottom: 8px;
padding: 8px;
border: 1px solid #ccdaaa;
background: #fff;
}

#homeright strong {
font-size: 18px;
font-weight: normal;
}
#homeright a, #homeright a:visited {
color: #72944e;
text-decoration: none;
}
#homeright a:hover {
color: #381b63;
}

#homecontent {
text-align: left;
width: 560px;
color: white;
float: left;
}


#homecontent h2 {
	font-size: 2em;
	margin: .5em 0;
font-style: italic;
font-weight: normal;
color: #fcf247;
}

#homecontent h3 {
font-size: 1.5em;
margin: .7em 0 .4em 0;
font-weight: normal;
color: #fcf247;
}

#homecontent p {
	font-size: 1em;
	margin: .5em 0;
	line-height: 1.4em;
}

#homecontent ol {
list-style: decimal;
}

#homecontent li {
line-height: 1.4em;
margin: 0 2em;
}

/* ------------------------- Content --------------------- */


#content {
text-align: left;
width: 600px;
padding: 10px;
float: left;
background: white;
margin-top: 15px;
}

#content h2 {
	font-size: 2.5em;
	margin-bottom: .2em;
color: #72944e;
font-weight: normal;
font-family: times new roman, times, georgia;
}

#content h2 a {
	color:#72944e;
}

#content h2 a:hover {
	color:#381b63;
}

#content h3 {
font-size: 1.8em;
font-family: times new roman, times, georgia;
color: #381b63;
font-weight: normal;
padding: 1em 0 .2em .6em;
}
#content p {
	font-size: 1em;
	margin: .5em 0;
	line-height: 1.4em;
}

#content ul {
list-style:circle;
}

#content ol {
list-style-type:decimal;
}

#content li {
margin-left: 30px;
padding: .2em;
}

#content ol {
margin-left: 5px;
}

#content img {
padding: 8px;
margin: 5px;
border: 1px solid #ccc;
background: #eee;
}

#content li em {
font-weight: normal;
color: #86a863;
padding-left: 8px;
}

#content strong, #content em {
color: #381b63;
}

.alignleft {
float: left;
}
.alignright {
text-align: right;
}

small {
color: #999;
}

#content .postmetadata {
font-size: .9em;
color: #381b63;
text-align: center;
padding-top: 10px;
}


/* ------------ Menu ------------ */

.entry h4 {
color: #381b63;
font-size: 1.4em;
}
.wptable {
	border-width: 1 px;
	border-color: #F4F4EC;
	border-style: solid;
	}

.wptable th {
	background-color: #381b63;
color: #fff;
border: 2px solid #381b63;
font-size: 1.1em;
}

.wptable td {
padding: 5px;
}

.wptable tr.alt {
 	background-color: #F4F4EC;
}


/* --------------------------- Footer ---------------------------- */

#footer {
color: #b0adbf;
font-size: .9em;
padding-top: 20px;
margin: 20px 0;
clear: both;
text-align: right;
line-height: 1.5em;
}

#footer p {
margin-bottom: 1em;
}

#footer a, #footer a:visited {
color: #b0adbf;
}
#footer a:hover {
color: #fff;
}
