/*
Theme Name: Flexx Theme - Professional
Theme URI: http://flexxtheme.com/
Author: iThemes
Author URI: http://ithemes.com/
Version: 2.5.8
Description: Flexx is an endlessly extensible, highly configurable blog theme from iThemes.com.
Tags: blog, theme options, multiple layouts, multiple color schemes

Copyright (c) 2009 iThemes Media, LLC.
See license.txt for terms and conditions.

See history.txt for version history.
*/
/*CSS Reset*/
@import url(css/reset.css);
/*Get the grid, baby!*/
@import url(css/grid.css);

body { /* This is where you set many of the universal defaults */
	background: #e5e5e5 url(images/body-bg.gif) repeat-x; 
	color: #333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 16px;
}

/*********************************************
		Universal Link Styles
*********************************************/
a {
	color: #5b8726;
	text-decoration: underline;
}
a:hover { 
	color: #5b8726; 
	text-decoration: none; 
}

/*********************************************
		Universal Text Elements
*********************************************/
i, em {
	font-style: italic;
}
b, strong {
	font-weight: bold;
}
ol, ul {
	margin: 5px 35px;
}
ol {
	list-style-type: decimal;
}
ul {
	list-style-type: square;
}
blockquote {
	margin: 5px 20px 5px 20px; padding: 0px 20px;
	font-style: italic;
	background: #DDD;
	border: 1px solid #555;
	border-left: 3px solid #555;
}
img { border: 0px; background: none; }
p {
	padding: 10px 0px;
	margin: 0px;
}
/*********************************************
		Header Styles
*********************************************/
/* Use this for universal styles for all header elements
Be sure to uncomment the styles before using */
h1,h2,h3,h4,h5,h6 {
	/*
	font-family: ;
	font-size: ;
	color: px;
	margin: px; padding: px;
	*/
}

h1 { /* This style is generally used as title on single posts and pages */
	font-size: 20px;
	line-height: 20px;
        color: #006600;
	text-transform: uppercase;
	letter-spacing: 4px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h2 { /* This style used as a sub-header in post/page content */
	font-size: 18px;
}
h3 { /* This style used as the post titles on homepage/archive */
	font-size: 20px;
	line-height: 20px;
        color: #999933;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
h3 a {
        color: #999933;
}
h3 a:hover {
        color: #006600;
}
h4 { /* This style used as title for comments and as the identifying header on archive page  */
	font-size: 18px;
	padding: 0 0 0 15px;
}
h5 {
	font-size: 16px;
	color: #999933;
}
h6 {
	font-size: 14px;
}

/*********************************************
		The Obligatory WP Styles
*********************************************/
.aligncenter,
div.aligncenter {
   display: block;
   margin-left: auto;
   margin-right: auto;
}
.alignleft {
   float: left;
   margin: 0px 8px 8px 0px;
}
.alignright {
   float: right;
   margin: 0px 0px 8px 8px;
}
.wp-caption {
   border: 1px solid #ddd;
   text-align: center;
   background-color: #f3f3f3;
   padding-top: 4px;
   margin: 10px;
}
.wp-caption img {
   margin: 0;
   padding: 0;
   border: 0 none;
}
.wp-caption p.wp-caption-text {
   font-size: 11px;
   line-height: 17px;
   padding: 0 4px 5px;
   margin: 0;
}
.post img {border: 0px solid #ffffff;}

/*********************************************
		Container Div
*********************************************/
#container {
	background: #ffffff;
	margin-top: 0;
}

/*********************************************
		Header Styles
*********************************************/
#header {
	clear: both;
	background: #ffffff;
	position: relative;
}
#header #title a {
	display: block;
	overflow: hidden;
}
/*********************************************
		Horizontal Navigaion Styles 
				(with dropdowns)
*********************************************/
#above-header #pagemenu,
#above-header #catmenu {
}
#below-header #pagemenu,
#below-header #catmenu {
}
#pagemenu,
#catmenu {
	width: 100%;
	margin: 0 auto 0;
        padding: 0;
	background: url(http://lisaekus.com/wp-content/uploads/home-menu-bg.jpg) top left repeat-x;
	height: 60px;
	font-size: 11px;
}
#pagemenu ul,
#catmenu ul {
	float: left;
	list-style: none;
	margin: 15px 0 0 30px; 
        padding: 0;
}

#pagemenu li,
#catmenu li {
	float: left;
	list-style: none;
	margin: 0; 
        padding: 0;
}
#pagemenu li a,
#catmenu li a {
	color: #ffffff;
	display: block;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 2px;
        margin: 0; 
        padding: 8px 15px;
	text-decoration: none;
        font-weight: bold;
}
#pagemenu li a:hover,
#catmenu li a:hover {
	background: #5b8726;
        color: #ffffff;
}
/* Home link */
#pagemenu ul li.home a {
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: #131313 url(images/menu-home-bg.gif) top center no-repeat;
}
#pagemenu ul li.home a:hover {
	width: 40px;
	text-indent: -9999px;
	overflow: hidden;
	background: #0b2300 url(images/menu-home-active-bg.gif) top center no-repeat;
}

/* second level stuff */
#pagemenu li ul,
#catmenu li ul {
	z-index: 999999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; 
	padding: 0;
	border-top: 1px solid #FFF;
}
#pagemenu li li,
#catmenu li li {
	padding: 0;
}
#pagemenu li li a,
#catmenu li li a {
	width: 168px;
	float: none;
	margin: 0px;
	padding: 2px 10px;
	border: 0px solid #FFF;
	border-top: none;
	background: #5b8726;
        color: #ffffff;
        font-size: 11px;
        font-weight: normal;
	text-transform: none;
	letter-spacing: 0;
}
#pagemenu li li a:hover,
#catmenu li li a:hover {
	background: #ffffff;
	color: #678e3d;
	padding: 2px 10px;
        border: 1px solid #5b8726;
}
#pagemenu li ul,
#catmenu li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 190px;
	margin: 0; padding: 0;
}
#pagemenu li ul ul,
#catmenu li ul ul {
	margin: -22px 0 0 189px;
}
#pagemenu li:hover ul ul,
#pagemenu li:hover ul ul ul,
#pagemenu li.sfhover ul ul,
#pagemenu li.sfhover ul ul ul,
#catmenu li:hover ul ul,
#catmenu li:hover ul ul ul,
#catmenu li.sfhover ul ul,
#catmenu li.sfhover ul ul ul {
	left: -999em;
}
#pagemenu li:hover ul,
#pagemenu li li:hover ul,
#pagemenu li li li:hover ul,
#pagemenu li.sfhover ul,
#pagemenu li li.sfhover ul,
#pagemenu li li li.sfhover ul,
#catmenu li:hover ul,
#catmenu li li:hover ul,
#catmenu li li li:hover ul,
#catmenu li.sfhover ul,
#catmenu li li.sfhover ul,
#catmenu li li li.sfhover ul {
	left: auto;
}
#pagemenu li:hover,
#pagemenu li.sfhover,
#catmenu li:hover,
#catmenu li.sfhover { 
	position: static;
}

#headmenu {
        float: right;
	background: #ffffff;
	text-transform: lowercase;
	font-size: 11px;
	margin: 5px 10px 0 0;
}

#headmenu a {
	margin: 0 10px 0 0;
        color: #5b8726;
        text-decoration: none;
}

#headmenu a:hover {
        text-decoration: underline;
}
#headmenu img {
	width: 16px;
}

/*********************************************
		Feature-Top Div
		Feature-Bottom Div
*********************************************/
.w260,.w260-,.w390,.w390- {display: inline; float: left; margin: 0px 10px; text-align: left; overflow: hidden;}
.w260 {width: 240px;} .w260- {width: 260px; margin: 0px;}
.w390 {width: 370px;} .w390- {width: 390px; margin: 0px;}
#feature-top,
#feature-bottom {
	width: 100%;
	background: #134600 url(images/feature-top-bg.gif) bottom center no-repeat;
	color: #5b8726;
	float: left;
	margin: 0px;
        padding: 0px 0px 10px 0px;
	overflow: hidden;
}
#feature-top {
	border-top: 1px solid #FFF;
}
#feature-top a {
	color: #FFF;
	text-decoration: none;
}
#feature-top a:hover {
	color: #FFF;
	text-decoration: underline;
}
#feature-bottom {
	background: #ffffff;
}
#feature-bottom a {
	color: #5b8726;
	text-decoration: underline;
}
#feature-bottom a:hover {
	text-decoration: none;
}
#feature-top .widget,
#feature-bottom .widget {
	padding: 0px 0px 10px 0px;
}
#feature-top h4,
#feature-bottom h4 {
	background: none;
	margin: 0px 10px; 
        padding: 5px 0px;
	color: #5b8726;
	font-size: 22px;
        text-align: center;
}

#feature-top h4 a,
#feature-bottom h4 a {
	color: #FFF;
	text-decoration: none;
}
#feature-top h4 a:hover,
#feature-bottom h4 a:hover {
	color: #FFF;
	text-decoration: none;
}
#feature-bottom h4 {
	border: none;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 0px;
}

#feature-top p,
#feature-top ul,
#feature-top ol,
#feature-top img  {
	padding: 10px;
}
#feature-bottom p,
#feature-bottom ul,
#feature-bottom ol,
#feature-bottom img  {
	padding: 10px;
}
#feature-top .textwidget,
#feature-bottom .textwidget {
	padding: 10px;
}
#feature-top ul,
#feature-top ol,
#feature-bottom ul,
#feature-bottom ol {
	padding: 10px 0px; margin: 0px 15px 5px 25px;
	list-style-type: square;
}
#feature-top li ul,
#feature-top li ol,
#feature-bottom li ul,
#feature-bottom li ol {
	padding: 0px;
}
#feature-top a.rsswidget img,
#feature-bottom a.rsswidget img {
	display: none;
}
#bott-logos {
	width: 100%;
	margin: 0 auto 0;
}
#bott-logos img {
	max-width: 90px;
	margin: 0 10px 0 0;
	vertical-align: middle;
}
	
/*********************************************
		Content Div
*********************************************/
#content {
	background: #ffffff;
}

.post {
	padding: 30px 20px 10px 20px;
}
.post .title {
	width: 560px;
}
.page .date {
	display: none;
}
.post .date {
	display: block;
	width: 69px; height: 75px;
	background: url(/wp-content/uploads/2010/03/date-bg.png) no-repeat;
	text-align: center;
	float: left;
}
.post .date .month {
	font-size: 16px;
	line-height: 32px;
	text-transform: uppercase;
	color: #FFF;
}
.post .date .day {
	font-size: 35px;
	line-height: 35px;
	color: #5b8726;
}
.post .post-title {
	float: left;
	width: 500px;
	padding: 10px 0 0 0;
}
.post .post-title a {
	text-decoration: none;
}

#buckets-top {
     background: transparent url(/wp-content/uploads/bucket-top.png) top center no-repeat;
     height: 40px; 
     margin-top: 0;
}
#buckets-top td {
     width: 240px;
     height: 40px;
     vertical-align: middle;
}
#buckets-top td h4 {
     text-align: center;
     color: #5b8726;
     font-weight: bold;
     padding: 0;
     margin: 0;
}
#buckets-top h4 a {
	text-decoration: none;
}
#buckets-top h4 a:hover {
	text-decoration: underline;
}
#buckets-pix {
     background: transparent url(/wp-content/uploads/bucket-pix.png) top center no-repeat;
     height: 80px; 
}
#buckets-pix td {
     width: 240px;
     height: 80px;
}
#buckets-pix td img {
     width: 240px;
     height: 80px;
     border: 0;
}
#buckets-variable {
     background: transparent url(/wp-content/uploads/bucket-variable.png) top center repeat-y;
}
#buckets-variable td {
     width: 240px;
}
#buckets-variable td ul {
     list-style-type: disc;
}
#buckets-variable td ul li {
     margin-bottom: 5px;
}
#buckets-variable td p {
     margin: 5px 0 5px 20px;
}
#buckets-bottom {
      background: transparent url(/wp-content/uploads/bucket-bottom.png) top center no-repeat;
      height: 20px;
      margin-bottom: 10px;"
}
#buckets-bottom td {
      width: 240px;
}
#contact-form {
     width: 580px;
     padding: 10px 10px 10px 10px;
}

#contact-form-left {
     width: 90px;
     padding: 5px 5px 0px 0px;
     text-align: right;
     vertical-align: middle;
}

#contact-form-right {
     width: 490px;
     padding: 5px 0px 0px 5px;
     text-align: left;
     vertical-align: middle;
}

#book-info {
     float: right;
     width: 150px;
     margin: -40px 0 10px 10px;
     padding: 0 0 0 0;
     text-align: center;
     display: block;
}

#book-info img {
     border: 0;
     width: 150px;
}

#purchase {
margin-top: 0;
padding: 0;
background: #ffffff;
height: 42px;
text-transform: lowercase;
font-size: 15px;
text-align: center;
}

#purchase ul {
float: left;
list-style: none;
margin: 0; 
padding: 0;
}

#purchase li {
float: left;
list-style: none;
margin: 0; 
padding: 0;
}

#purchase li a {
color: #ffffff;
display: block;
font-weight: normal;
margin: 0;
padding: 6px 0px 4px 0px;
text-decoration: none;
font-weight: bold;
background: #ffffff url(/wp-content/uploads/2010/05/button-bg-normal.png) top left no-repeat;
width: 150px;
height: 30px;
}

#purchase li a:hover {
background: #ffffff url(/wp-content/uploads/2010/05/button-bg-hover.png) top left no-repeat;
color: #688d3d;
}

#sample {
margin-top: 10px;
padding: 0;
background: #ffffff;
height: 42px;
text-transform: lowercase;
font-size: 15px;
text-align: center;
}

#sample ul {
float: left;
list-style: none;
margin: 0; 
padding: 0;
}

#sample li {
float: left;
list-style: none;
margin: 0; 
padding: 0;
}

#sample li a {
color: #ffffff;
display: block;
font-weight: normal;
margin: 0;
padding: 6px 0px 4px 0px;
text-decoration: none;
font-weight: bold;
background: #ffffff url(/wp-content/uploads/2010/05/button-bg-normal.png) top left no-repeat;
width: 150px;
height: 30px;
}

#sample li a:hover {
background: #ffffff url(/wp-content/uploads/2010/05/button-bg-hover.png) top left no-repeat;
color: #688d3d;
}

#alphalist {
    font-size: 125%;
    font-weight: bold;
    color: #5b8726;
}

#faq {
}

#faq h5 {
     margin: 10px 0 10px 0;
     line-height: 125%;
}

#faq a {
     text-decoration: none;
}

#faq a:hover {
     text-decoration: underline;
}

#faq ol {
     margin: 0 0 0 20px;
}

#faq ul {
     margin: 0 0 0 20px;
}

#faq li {
     margin: 0 0 5px 0;
}

#faq li a {
     text-decoration: none;
}

#faq li a:hover {
     text-decoration: underline;
}
#onepager-bg {
     width: 100%; 
     background: #ffffff; 
     margin: -15px 0 -10px -10px; 
     min-height: 600px; 
     padding: 10px 0 10px 0;
}
#onepager-bg table tr td {
     vertical-align: top;
     margin: 0;
     padding: 0;
}
#headshot {
     width: 180px;
     margin: 0;
     border: none;
}
#call-to-action {
     width: 100%;
     background: #5b8726;
     color: #ffffff;
     font-weight: bold;
     font-size: 14px;
     text-align: center;
     padding: 5px;
     margin: 0;
}
#call-to-action a {
     color: #ffffff;
     text-decoration: underline;
}
#call-to-action a:hover {
     text-decoration: none;
}
#call-to-action h5 {
     font-size: 200%;
}
#book-covers {
}
#book-covers table tr td a img {
     width: 150px;
     height: 200px;
     margin-bottom: 5px;
}
#one-pager-scroll {
        width: 940px;
        height: 280px;
        overflow-x: scroll;
        margin: 0;
        padding: 0;
}
#one-pager-scroll table {
}
#one-pager-scroll table tr {
}
#one-pager-scroll table tr td {
         vertical-align: top;
         text-align: center;
         width: 170px;
         height: 220px;
         border: 0;
}
#one-pager-scroll table tr td a {
}
#one-pager-scroll table tr td a img {
         padding: 5px;
         border: 2px solid #ffffff;
}
#one-pager-scroll table tr td a img:hover {
         border: 2px solid #006600;
}
#video-reel {
         margin: 10px 0 0 0;
}
#meta-links {
	color: #a1a1a1;
	font-size: 95%;
	line-height: 100%;
}
#meta-links a {
	color: #a1a1a1;
	text-decoration: underline;
}
#meta-links a:hover {
	color: #a1a1a1;
	text-decoration: none;
}
/*********************************************
		Post Meta Styles, if needed
*********************************************/
.meta-top {
	clear: both; /* we need this so floats in the post are cleared */
}
.meta-bottom {
	clear: both; /* we need this so floats in the post are cleared */
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	margin: 5px 0px 0px 0px; padding: 5px 0 0 0;
}
.meta-bottom .alignleft {
	width: 70%;
}
.meta-bottom .categories {
	background: url(images/folder.png) 0px 0px no-repeat;
	padding: 0px 0px 0px 18px;
}
.meta-bottom .comments {
	background: url(images/comments.png) 0px 2px no-repeat;
	padding: 0px 0px 0px 18px;
}
.photometa {
	margin: 0px 5px 0px 5px; padding: 0px 0px;
	width: 100%;
}
.EXIF {
	margin: -22px 0px 0px 10px; padding: 0px 0px;
	float: left;
	width: 33%;
}
.photometa h4 {
	border-bottom: 1px solid #666;
	text-align: center;
	margin: 0px; padding: 0px;
}
.photometa ul {
	list-style-type: none;
}

/*********************************************
		Previous/Next Page Navigation
*********************************************/
.paging {
	clear: both; /* To clear any floats */
	margin: 0px; padding: 10px;
}

/*********************************************
		Sidebar
*********************************************/
#sidebar { /* Wide Sidebar */
	background: #ffffff;
        color: #5b8726;
}
.sidebar {
	background: #ffffff;
        color: #5b8726;
}
#sidebar .sidebar {
	background: none;
}
.sidebar a {
	text-decoration: underline;
        color: #5b8726;
}
.sidebar a:hover {
	text-decoration: none;
}
.sidebar h4 {
	clear: both;
	color: #999933;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 2px;
        font-weight: bold;
	margin: 5px 0 5px 0;
	padding: 0;
}
.sidebar h4 img {
	padding: 0px;
}
.sidebar h4 a {
	color: #999933;
	text-decoration: none;
	margin: 0; 
	padding: 0;
}
.sidebar h4 a:hover {
	color: #006600;
}
.sidebar .widget {
	clear: both;
	padding: 5px 10px;
	z-index: -999999;
}
.sidebar p,
.sidebar ul,
.sidebar ol,
.sidebar img {
	padding: 5px 0px;
        color: #5b8726;
}
.sidebar p, 
.sidebar .textwidget {
	padding: 5px 0px;
        color: #5b8726;
}
.sidebar img {
	text-align: center;
}
.sidebar ul {
	list-style-type: disc;
	margin: 0 0 0 10px;
        padding: 0;
}
.sidebar ul li {
	margin: 5px 0 0 0;
        padding: 0;
}
.sidebar ul li a {
	text-decoration: none;
}
.sidebar ul li a:hover {
        text-decoration: underline;
}

.sidebar ul li ul {
	margin: 0px; padding: 0px;
}
.sidebar ul li ul li {
	margin: 0px; padding: 0px 0px 0px 8px;
}
.sidebar a.rsswidget img {
	display: none;
}

#request {
margin-top: 0;
padding: 0;
background: #ffffff;
height: 42px;
text-transform: lowercase;
font-size: 15px;
text-align: center;
}

#request ul {
float: left;
list-style: none;
margin: 0; 
padding: 0;
}

#request li {
float: left;
list-style: none;
margin: 0; 
padding: 0;
}

#request li a {
color: #ffffff;
display: block;
font-weight: normal;
margin: 0;
padding: 6px 0px 4px 0px;
text-decoration: none;
font-weight: bold;
background: #ffffff url(/wp-content/uploads/2010/05/button-bg-normal.png) top left no-repeat;
width: 150px;
height: 30px;
}

#request li a:hover {
background: #ffffff url(/wp-content/uploads/2010/05/button-bg-hover.png) top left no-repeat;
color: #688d3d;
}

/*********************************************
		Comment Styles
*********************************************/
#comments {
	margin: 0; padding: 20px 10px;
}
#comments .title {
	font-size: 25px;
	margin: 0px; padding: 15px 0px;
}
#comments ol.commentlist {
	margin: 0px; padding: 0px;
	background: #333;
}
#comments ul.children {
	margin: 0px; padding: 10px 0px 0px 20px;
}
#comments .vcard {
	
}
#comments .vcard .avatar {
	display: block;
	float: left;
	margin: 0px; padding: 0px 10px 0px 0px;
}
#comments .comment-meta {
	padding: 0px 0px 20px 0px;
}
#comments li.even,
#comments li.odd {
	clear: both;
	list-style-type: none;
	margin: 5px 0px 5px 0px; padding: 10px;
	background: #FFFFFF;
	overflow: hidden;
	border: 1px solid #999;
}
#comments ul.children li {
}
#comments li.even {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments li.odd {
	margin: 5px 0px 5px 0px;
	padding: 10px;
	overflow: hidden;
}
#comments blockquote {
	margin: 10px 0px; padding: 10px;
}
#comments .alert {
	background: #fffbd6;
	border: 1px solid #ebe067;
	margin: 5px 0px; padding: 5px;
}
#comments p {
	margin: 0px 0px 10px; padding: 0px;
}

#respond {
	overflow: hidden;
	padding: 10px;
}
#respond #commentform {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}
#respond #commentform #author,
#respond #commentform #email,
#respond #commentform #url {
	width: 50%;
	margin: 0px 0px 5px 0px; padding: 5px;
}
#respond #commentform #comment {
	width: 90%;
	margin: 10px 0px 15px 0px; padding: 5px;
}

/*********************************************
		Footer Styles
*********************************************/
#outer-footer {
	width: 100%;
	background: #669933 url(http://lisaekus.com/wp-content/uploads/footer-bg.jpg) top center no-repeat;
	min-height: 200px;
}
#footer {
	text-align: left;
	color: #ffffff;
}
#footer .alignleft,
#footer .alignright {
	padding: 10px;
}

#footer .alignleft {
	font-size: 125%;
        line-height: 140%;
}

#footer .alignright {
	text-align: right;
}
#footer a {
	color: #ffffff;
	text-decoration: underline;
}
#footer a:hover {
	text-decoration: none;
}

/*********************************************
		Contact Form Styles
*********************************************/
.ithemes-contact-page {
	margin: 0 auto;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
}
.ithemes-contact-page td {
	padding: 5px;
	text-align: left;
}
.ithemes-contact-page td.label {
	text-align: right;
	vertical-align: top;
	font-weight: bold;
}

.ithemes-contact-page input,
.ithemes-contact-page textarea,
.ithemes-contact-page select {
	font-family: Arial, Helvetica, Sans-Serif;
	padding: 3px;
}
.ithemes-contact-page input:hover,
.ithemes-contact-page textarea:hover,
.ithemes-contact-page  select:hover	{
}

.ithemes-contact-page  input:focus,
.ithemes-contact-page  textarea:focus,
.ithemes-contact-page  select:focus	{
}

.ithemes-contact-page textarea,
.ithemes-contact-page input {
}
.archive-header {
	margin: 30px 0 0 20px;
}
