body {
	margin: 0;
	padding: 0;
	background: #f0f0f0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #829F5C;
}

h1 {
	letter-spacing: -1px;
	font-size: 28px;
}

h2 {
	font-size: 18px;
}

p, ul, ol {
	margin: 0 0 2em 0;
	text-align: justify;
	line-height: 20px;
}

a:link {
	color: #336633;
}

a:hover, a:active {
	text-decoration: none;
	color: #336633;
}

a:visited {
	color: #336633;
}

img {
	border: none;
}

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

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

/* Form */

form {
	margin: 0;
	padding: 0;
}

legend {
	text-transform: lowercase;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-weight: normal;
	color: #829F5C;
	font-size: 28px;
}
input, textarea, select {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size: 13px;
	color: #777777;
}

/* Header */

#header {
	width: 740px;
	margin: 0 auto;
}

/* Search*/
#searchresults {
	
	width: 700px;
	margin-left: 10px;
	margin: 0 auto;
	min-height: 600px;
	
}

/* Menu */
#menu-wrap {
	width: 750px;
	height: 40px;
	margin: 8px;
	
}

#menu {
	float: left;
	width: 700px;
	height: 35px;
	background: #ffffff;
}

#menu ul {
	margin: 15px 0 0 0px;
	padding: 0;
	list-style: none;
	line-height: normal;
}

#menu li {
	display: block;
	float: left;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 0 25px;
	background: url(../images/img03.gif) no-repeat right 60%;
	text-decoration: none;
	text-transform: lowercase;
	font: 12px Tahoma, Arial, Helvetica, sans-serif;
	color: #777777;
}

#menu a:hover { 
	text-decoration: none; 
	color: #829F5C;
}

#menu .current_page_item a {
	color: #829F5C;
	font-weight: bold;
}

/** LOGO */

#logo {
	float: left;
	width: 750px;
	height: 205px;
	margin-left: 8px;
	background: url(../images/banner.jpg) no-repeat left top;
}

#logo h1, #logo h2 {
	margin: 0;
	padding: 0 0 0 0;
	line-height: normal;
}

#logo h1 { 
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 22px;
	font-style: italic;
	color: #829F5C;
	text-align: right;
	letter-spacing: .5px;
	text-decoration: none; 
}

#logo h1 a {
	text-decoration: none;
	color: #829F5C; 
}

#logo h1 a:hover { 
	text-decoration: none; 
	color: #336633; 
}

#logo h2 {
	margin: 0;
	padding: 0 0 0 20px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #336633;
}
#logo h2 a {
	text-decoration: none;
	color: #336633; 
}

#logo h2 a:hover { 
	text-decoration: underline; 
}

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

#logo p a:hover { 
	text-decoration: underline; 
}

#wrapper {
	width: 770px;
	margin: 0 auto;
	background: url(../images/img01.gif) repeat-y left top;
}

/* Page */

#page {
	width: 750px;
	margin: 0 auto;
}

/* Content */

#content {
	float: right;
	width: 450px;
	padding: 30px 30px 0 0;
}

/* Post */


.post {
	height: auto;
	min-height: 475px;
}


.post .title {
}

.post h1 {
}

.post h2 {
}

.post .entry {
	padding-top: 10px;
}

.entry ul {
	list-style: none;
}

.entry li {
	text-transform: lowercase
}

.entry li a {
	color: #777777;
	text-decoration: none;
	margin: 15px;
}

.entry li a:hover { 
	text-decoration: none; 
	color: #829F5C;
}

.entry h3 {
	font-size: 16px;
}

.post .meta {
	padding: 7px 0 0px 0;
	border-top: 1px dotted #D1D1D1;
}

.post .meta p {
	margin: 0;
	line-height: normal;
	color: #999999;
}

.post .meta .byline {
	float: left;
}
.byline {
	text-transform: lowercase
}

.post .meta .links {
	float: right;
}

.post .meta .more {
	padding-right: 20px;
}

.post .meta .comments {
}

.post .meta b {
	display: none;
}

/* Sidebar */

#sidebar {
	float: left;
	width: 200px;
	padding: 25px 0 0 30px;
}

#sidebar a {
	color: #777777;
	text-decoration: none;
}

#sidebar a:hover { 
	text-decoration: none; 
	color: #829F5C;
}

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

#sidebar li {
	padding-bottom: 15px;
}

#sidebar li ul {
}

#sidebar li li {
	margin: 0;
	padding: 2px 0 2px 0;
	text-transform: lowercase;
	line-height: 15px;
}

#sidebar h2 {
	height: 25px;
}


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

#sidebar legend {
	display: none;
}

/* Search */

#search {
}

#search h2 {
	margin-bottom: 0;
}

#s {
	width: 100px;
	margin-right: 5px;
	padding: 3px;
	border: 1px solid #777777;
}

#x {
	padding: 3px;
	border: none;
	background: #839F5C;
	text-transform: lowercase;
	font-size: 11px;
	color: #FFFFFF;
}

/* Boxes */

.box1 {
	padding: 20px;
}

.box2 {
	color: #BABABA;
}

.box2 h2 {
	margin-bottom: 15px;
	font-size: 16px;
	color: #FFFFFF;
}

.box2 ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.box2 a:link, .box2 a:hover, .box2 a:active, .box2 a:visited  {
	color: #EDEDED;
}

/* Footer */
#footer-wrap {
	width: 750px;
	height: 40px;
	margin: 8px;
	background: #B1D285;
}

#footer {
	margin: 0 auto;
	height: 15px;
	min-height: 20px;
	padding: 0 0 0 0;
	text-transform: lowercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

html>body #footer {
	height: 50px;
}

#footer p {
}

#legal {
	clear: both;
	padding-top: 10px;
	text-align: center;
	color: #336633;
}

#legal a {
	text-decoration: none;
	color: #336633;
}

/* Rollover Featured Image */

#feature {
	padding: 20px 0 0 0;
	text-align: justify;
	line-height: 18px;
}

#feature p {
	border-top: 1px dotted #D1D1D1;
	padding-top: 20px;
}

h2.feature {
	padding: 0 0 0 0px;	
}

h3.feature {
	padding: 0 0 0 0px;	
}

#feature a:link,
#feature a:visited {
	color: #336633;
	text-decoration: none;
}

#feature a:hover,
#feature a:active {
	text-decoration: underline;
	color: #336633;
}

#featureimage a:link,
#featureimage a:visited {
	height: 160px;
	float: left;
	width: 150px;
	margin-top: 20px;
	padding: 0px 15px 0 0;
	background: url(http://jillshaheen.com/images/THUMBfruitsalad.jpg) no-repeat;
}

#featureimage a:hover,
#featureimage a:active {
	height: 160px;
	float: left;
	width: 150px;
	margin-top: 20px;
	padding: 00px 15px 0 0;
	background: url(http://jillshaheen.com/images/THUMB2fruitsalad.jpg) no-repeat;
}

#featureline {
	padding: 0 0 0 165px;
	border-top: 1px dotted #D1D1D1;
	height: 20px;
}