/* 
Theme Name: Leslie Land
Theme URI: http://www.leslieland.com/
Description: Custom theme for Leslie Land
Version: 2.0
Author: Keith Solomon
Author URL: http://solowebdesigns.net
*/

/**
	Unless otherwise noted, all code in this theme complies with the GNU GPL 2.0 license.
	For a copy, please refer to the following link: http://www.gnu.org/licenses/gpl-2.0.html
	
	Theme Files:
	  THEME FUNCTIONS:
	  ----------------------
	* functions.php 		- Defines functions for use in various parts of the theme.
	* includes/search.php	- Helper plugin to make search results nicer (adds search term highlighting and page content searching).

	  THEME STYLES:
	  ----------------------
	* style.css				- Defines and controls styles for the site (this file).
	* css/reset.css			- CSS global style reset.
	* css/ie.css			- Generic Internet Explorer style fixes.
	* css/ie6.css			- Internet Explorer 6 specific style fixes.
	* css/ie7.css			- Internet Explorer 7 specific style fixes.
	* css/screen.css		- Screen-specific site styles.
	* css/print.css			- Printer-friendly site styles.

	  THEME TEMPLATES:
	  ----------------------
	* header.php 			- Controls the header section of the site.
	* index.php				- Controls the main content section of the site's front page (when not using a home.php template).
	* single.php			- Controls the main content section of the site for individual blog posts.
	* comments.php			- Controls the comments section of single post pages.
	* page.php				- Controls the main content section of the site for static WordPress pages.
	* archive.php			- Controls the main content section of the site for archive (category, date, etc) pages.
	* searchform.php		- Defines the stock search form for inclusion in various parts of the theme.
	* search.php			- Controls the main content section of the site for search results.
	* sidebar.php			- Controls the sidebar content on all pages of the site, configured for WordPress widgets.
	* footer.php			- Controls the footer section of the site.
**/

body {
	background: #693;
	border-top: 7px solid #3f013f;
	color: #fff;
	font: 62.5% Georgia, serif;
	text-align: center;
}

/** WRAPPERS */
#home-wrap {
	background: url(images/home-wrap-bg.png) no-repeat;
	font-size: 1.24em;
	height: 950px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#leslie-wrap {
	background: url(images/leslie-bg.png) no-repeat;
	font-size: 1.24em;
	height: 1105px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#work-wrap {
	background: url(images/work-bg.png) no-repeat;
	font-size: 1.24em;
	height: 980px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#page-spacer {
	height: 1202px;
	width: 855px;
}

#book-wrap {
	background: #111D05 url(images/book-bg.png) repeat-y;
	font-size: 1.24em;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#foliage {
	background: url(images/foliage.png) no-repeat;
	height: 1202px;
	width: 855px;
}

#book-foot {
	background: url(images/book-foot.png) no-repeat;
	height: 22px;
	width: 1000px;
}

#blog-foot {
	background: url(images/blog-foot.png) no-repeat;
	height: 22px;
	width: 1000px;
}

#cnt-wrap {
	background: url(images/cont-bg.png) no-repeat;
	font-size: 1.24em;
	height: 861px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#cnslt-wrap {
	background: url(images/gardenconsulting_bg.png) no-repeat;
	font-size: 1.24em;
	height: 680px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#speak-wrap {
	background: url(images/speaking_bg.png) no-repeat;
	font-size: 1.24em;
	height: 1400px;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}

#wrapper {
	background: url(images/wrap-bg.png) no-repeat;
	font-size: 1.24em;
	margin: 0 auto;
	text-align: left;
	width: 1000px;
}
/* /WRAPPERS **/

/** MISCELLANEOUS */
a:link, a:visited, a:active {
	color: #960;
	text-decoration: none;
}

a:hover {
	/*color: #ff9;*/
	text-decoration: underline;
}

.clear {
	clear: both;
	line-height: 1;
	margin: 0;
	padding: 0;
}

.left {
	display: inline;
	float: left;
}

.right {
	float: right;
}

.feed {
	background: url(images/icon-feed.png) no-repeat 0 50%;
	padding: 1px 0 1px 15px;
}

strong.search-excerpt {
	background: yellow;
	padding: .2em .3em;
}
/* /MISCELLANEOUS **/

/** HEADER */
#header {
	background: url(images/header-bg.png) repeat-x;
	border-bottom: 2px solid #619230;
	float: left;
	height: 164px;
	margin: 0;
	width: 991px;
}

/** SEARCH BOX */
#search {
	float: right;
	height: 21px;
	margin-right: 24px;
	margin-top: 4px;
	text-align: right;
	width: 727px;
}

#search #s {
	background: url(images/search-box.png) no-repeat;
	border: none;
	color: #666;
	font-family: Arial, sans-serif;
	font-size: 1.13em;
	height: 21px;
	padding: 2px 0 0 5px;
	width: 195px;
}

#search #searchsubmit {
	background: url(images/search-btn.png) no-repeat;
	border: none;
	height: 20px;
	width: 29px;
}
/* /SEARCH BOX **/

/** LOGO */
#logo {
	background: url(images/logo.png) no-repeat;
	float: left;
	height: 140px;
	margin-left: 15px;
	margin-top: 9px;
	width: 221px;
}

#logo a {
	display: block;
	height: 140px;
	width: 221px;
}

#logo a img {
	border: none;
	text-decoration: none;
}

#logo a:hover {

}
/* /LOGO **/

/** NAVIGATION */
#nav {
	float: left;
	font-size: 1.2em;
	margin: .5em 0 0;
	width: 752px;
}

.nav-sec {
	border-right: 1px solid #693;
	display: inline;
	float: left;
	font-size: 12px;
	height: 112px;
	margin-right: 10px;
}

.first {
	margin-left: 29px;
	padding: 0 3px;
	width: 79px;
}

.garden {
	padding: 0 3px;
	width: 103px;
}

.kitchen {
	padding: 0 3px;
	width: 104px;
}

.forage {
	padding: 0 3px;
	width: 106px;
}

.forage #forage-nav {
	padding-top: 4px;
}

.house {
	padding: 0 3px;
	width: 103px;
}

.last {
	border-right: none;
	margin-right: 0;
	padding: 0 0 0 3px;
	width: 78px;
}

.nav-sec h3 {
	font-size: 16px;
}

.nav-sec a:link, .nav-sec a:visited, .nav-sec a:active {
	color: #fff;
	font: 11px Verdana, sans-serif;
	padding: 0px;
	text-decoration: underline;
}

.nav-sec a:hover {
	/*color: #960;*/
	color: #ff9;
}

#nav li {
	margin-bottom: .45em;

}

/** DROPDOWN MENUS */
#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
}

#nav li {
	list-style: none;
}

#nav li.target {
	background: #d2e1c3 url(images/arrow.png) no-repeat 78px center;
	color: #3f013f;
	margin-top: 20px;
	padding: 0 8px 3px;
	width: 78px;
}

#nav li a, #nav li a:link, #nav li a:visited {
	display: block;
}

#nav li li a, #nav li li a:link, #nav li li a:visited {
	width: 94px;
}

#nav li li a:hover, #nav li li a:active {
	color: #fff;
}

#nav li ul {
	background: #d2e1c3;
	height: auto;
	left: -999em;
	margin: 0 0 0 -8px;
	padding: 5px;
	position: absolute;
	width: 84px;
	z-index: 9999;
}

#nav li li {

}

#nav li ul a { 
	color: #693;
	width: 94px;
}

#nav li ul a:hover, #nav li ul a:active { 
	color: #960;
}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul {
	display: block;
	left: auto;
}

#nav li:hover, #nav li.sfhover {
	position: static;
}
/* /DROPDOWN MENUS **/
/* /NAVIGATION **/
/* /HEADER **/

/** CONTENT */
#home-content {
	display: inline;
	float: right;
	font-size: 14px;
	line-height: 20px;
	margin-right: 92px;
	margin-top: 73px;
	width: 435px;
}

#home-content img {
	margin-bottom: 3em;
}

#home-content a {
	color: #960;
}

#home-content a:hover {
	color: #ff9;
}

#page-content {
	display: inline;
	float: right;
	margin-right: 92px;
	margin-top: 73px;
	width: 435px;
}

#page-content img {
	margin-bottom: 3em;
}

#page-content a {
	color: #960;
}

#page-content a:hover {
	color: #ff9;
}

#content {
	background: #f0f3e8;
	border: 1px solid #99ba76;
	border-bottom: none;
	border-top: none;
	color: #3f013f;
	float: left;
	margin: 0;
	overflow: hidden;
	padding: 0 29px;
	width: 501px;
}

#cont-wrap {
	background: url(images/cont-wrap.png) repeat-y;
	float: left;
	margin-left: 2px;
	margin-top: 218px;
	width: 1000px;
}

.content {
	font-size: 13px;
	line-height: 20px;
}

.content p {
	margin-bottom: 1em;
}

.content a.more-link {
	float: left;
	margin-bottom: 1.5em;
	margin-top: -.5em;
}

.content #home-entries {
	color: #960;
	margin-bottom: .5em;
	text-align: center;
}

.content .entry {
	margin-bottom: .5em;
}

.content .cats {
	font-style: italic;
	margin-bottom: .5em;
}

.content .postmeta {
	color: #444;
	font: 10px Georgia, serif;
	padding:  0 0 1.5em;
}

.content .postmeta a {
	color: #444;
}

.navigation {
	float: left;
	padding: 1em;
	width: 100%;
}

.share span {
	border: 1px solid #F0F3E8;
	display: block;
	float: left;
	margin: 5px 8px 5px 0;
}

.linkwithin_div {
	height: 210px;
}

/** HEADING STYLES */
.content h1 {
	font-size: 24px;
	line-height: 1em;
	margin-bottom: 1em;
	padding-bottom: .25em;
}

.content h1 a:link, .content h1 a:visited, .content h1 a:active {
	color: #3f013f;
	font-weight: normal;
	text-decoration: none;
}

.content h1 a:hover {

}

.content h1.pagetitle {
	background: url(images/meta-border.png) no-repeat -10px bottom;
	display: block;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 0;
}

#page-content h1.pagetitle {
	background: transparent;
	color: #fff;
	display: block;
	font-family: Georgia, serif;
	font-weight: normal;
	margin-bottom: 0;
}

.content h1.pagetitle a:link, .content h1.pagetitle a:visited, .content h1.pagetitle a:active {
	text-decoration: none;
}

.content h1.pagetitle a:hover {

}

.content h2, #home-entries h2 a {
	color: #c15411;
	font-size: 1.46em;
}

#home-entries h2 a {
	color: #c15411;
	font-size: 1em;
}

.content h2.pagetitle {
	border-bottom: 1px solid #c15411;
	margin-bottom: 1em;
	padding-bottom: .1em;
}

.content h2 a:link, .content h2 a:visited, .content h2 a:active {
	text-decoration: none;
}

.content h2 a:hover {

}

.content h3 {
	font-size: 1.5em;
	font-weight: bold;
	margin: 2em 0 0;
}

.content h3 a:link, .content h3 a:visited, .content h3 a:active {
	text-decoration: none;
}

.content h3 a:hover {

}

.content h4 {
	color: #693;
	font-size: 14px;
	font-style: italic;
	font-weight: bold;
	margin: .25em 0 0;
}

.content h5 {
	font-size: 1.3em;
	font-weight: bold;
	margin: 2em 0 0;
}

.content h6 {
	font-size: 1.2em;
	font-weight: bold;
	margin: 2em 0 0;
}
/* /HEADING STYLES **/

/** QUOTES & LISTS */
.content blockquote {
	margin-bottom: 1.8em;
	padding: 0 1.5em;
}

.content ul {
	margin: 0 0 1em 3em;
}

.content ul li {
	list-style-type: square;
}

.content ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.content ol li {
	list-style-type: decimal;
}

.content li {
	font-size: 1em;
	line-height: 1em;
	margin-bottom: 5px;
}

.content li ul {
	margin-bottom: 0;
}

.content li li {
	font-size: 1em;
}
/* /QUOTES & LISTS **/

/** IMAGES & CAPTIONS */
.content img {
	display: block;
}

.content img.alignleft {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img[align $='left'] {
	display: inline;
	float: left;
	margin: .5em 1.5em 1em 0;
}

.content img.alignright {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img[align $='right'] {
	display: inline;
	float: right;
	margin: .5em 0 1em 1.5em;
}

.content img.center, .content img.centered, .content img.aligncentered {
	margin: .5em auto 1em;
	text-align: center;
}

.content img[align $='center'], .content .center {
	margin: .5em auto 1em;
	text-align: center;
}

.wp-caption {
	background: transparent;
	border-bottom: 1px dotted #444;
	color: #444;
	font: 11px Georgia;
	line-height: 16px;
	margin: .4em 0;
	padding: .5em 0 0 !important;
	text-align: left;
}

.wp-caption img {
	border: 0 none !important;
	margin: 0 !important;
	padding: 0 !important;
}

.wp-caption p.wp-caption-text {
	margin: 5px 0 !important;
	padding: 0 10px 0 0 !important;
}
/* /IMAGES & CAPTIONS **/
/* /CONTENT **/

/** SIDEBAR */
#l-sidebar {
	background: #f0f3e8;
	color: #000;
	float: left;
	font-size: .95em;
	padding: 0 19px 0 23px;
	width: 189px;
}

#r-sidebar {
	background: #f0f3e8;
	color: #000;
	float: right;
	font-size: .95em;
	margin-right: 12px;
	overflow: hidden;
	padding: 0 23px 0 19px;
	width: 154px;
}

.sidebar h2 {
	color: #930;
	font-size: 1.8em;
	margin-bottom: 0;
}

.sidebar h3 {
	color: #930;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: .25em;
}

.sidebar .widgetblock {
	margin-bottom: 1.5em;
}

.sidebar a:link, .sidebar a:visited,.sidebar a:active,
.sidebar li a:link, .sidebar li a:visited, .sidebar li a:active {
	color: #3f013f;
}

.sidebar a:hover, .sidebar li a:hover {

}

.sidebar ul {
	list-style: none;
	margin: 0 0 1em;
}

.sidebar ol {
	list-style-type: decimal;
	margin: 0 0 1.5em 3em;
}

.sidebar ol li {
	list-style-type: decimal;
}

.sidebar li {
	border-bottom: 1px solid #693;
	font-size: 12px;
	margin-bottom: .5em;
	padding-bottom: .5em;
}

.sidebar li ul {
	margin-bottom: 0;
}

.sidebar li li {
	font-size: 1em;
}
/* /SIDEBAR **/

/** COMMENTS */
#comments {
	margin: 3em 0;
}

#comments h3 {
	border-bottom: 1px solid #333;
	margin: 0 0 1em;
}

#comments .commentlist {
	margin: 0;
	padding: 0;
}

#comments .commentlist li {
	font-size: 1em;
	list-style: none;
	margin: 0 0 1em;
	padding: .5em;
}

#comments .commentlist li.alt {
	background: #fafbf0;
	border-bottom: 1px solid #333;
	border-top: 1px solid #333;
}

#comments .commentlist p {
	font-size: 13px;
	line-height: 20px;
	margin-bottom: 1em;
}

#comments li.comment div.reply {  }
#comments li.comment div.reply a {  }
#comments li.comment ul.children { border-top: 1px dotted #960; list-style: none; margin: 1em 0 0; text-indent: 0; }
#comments li.comment ul.children li {  }
#comments li.comment ul.children li.alt { border: none; }
#comments li.comment ul.children li.bypostauthor {  }
#comments li.comment ul.children li.byuser {  }
#comments li.comment ul.children li.comment {  }
#comments li.comment ul.children li.comment-author-admin {  }
#comments li.comment ul.children li.depth-2 { margin: 0 0 .25em .25em; }
#comments li.comment ul.children li.depth-3 { margin: 0 0 .25em .25em; }
#comments li.comment ul.children li.depth-4 { margin: 0 0 .25em .25em; }
#comments li.comment ul.children li.depth-5 { margin: 0 0 .25em .25em; }

#commentform p {
	margin: 0;
}

#commentform p small {
	font-size: .95em;
}

.nocomments {
	margin: 0;
	padding: 0;
}

.commentmetadata {
	display: block;
	margin: 0 0 1.5em;
}

#comments .commentmetadata a:link, #comments .commentmetadata a:visited, #comments .commentmetadata a:active {

}

#comments .commentmetadata a:hover, #comments .comment-author a:hover {
	background: transparent;
}

#comments .avatar {
	border: 1px solid #333;
	display: inline;
	float: left;
	margin: 0 .5em 0 0;
	padding: .3em;
}

#comments .comment-author {
	font-size: 1.1em;
}

#comments .comment-author cite {

}

#comments .comment-author a:link, #comments .comment-author a:visited, #comments .comment-author a:active, #comments .comment-author a:hover {
	text-transform: none;
}

#commentform {
	margin: 0;
	padding-bottom: 2em;
}

#commentform label {
	font-size: 1.1em;
}

#commentform label span {
	font-size: 1em;
}

#commentform input, #commentform textarea {
	border: 1px solid #333;
	padding: .5em;
}

#commentform input:focus, #commentform textarea:focus {
	border: 1px solid #333;
}

#commentform input#author, #commentform input#email, #commentform input#url {
	margin-right: .5em;
	width: 20em;
}

#commentform textarea {
	margin-bottom: .5em;
	width: 100%;
}

#commentform p.subscribe-to-comments {
	display: inline;
	float: left;
	margin-top: -2.5em;
}

#commentform p.subscribe-to-comments input {
	margin-left: .5em;
}

#commentform #submit {
	background: transparent url(images/submitcomment_btn.jpg) no-repeat;
	border: none;
	display: inline;
	float: right;
	line-height: 25px; /* height of the image */
	margin: 0;
	text-indent: -1000em;
	overflow: hidden;
	width: 132px; /* width of the image */
}

#commentform #submit:hover {
	cursor: pointer;
}
/* /COMMENTS **/

/** FOOTER */
#footer {
	color: #fff;
	font: 11px Verdana, sans-serif;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
	padding: 0 15px;
	width: 970px;
}

#footer-credits {

}

#footer a:link, #footer a:visited, #footer a:active {

}

#footer a:hover {

}
/* /FOOTER **/

#miesSPLASH {
	border: none;
	background: url(images/splash-bg.png) no-repeat;
	padding: 35px 34px 0 44px;
}
