/*
Theme Name: Think Organic
Theme URI: 
Description: A tightly coded, widget aware theme with soft colors and a fixed background.
Author: Gavin Vickery
Author URI: 
Version: 1.0
*/


/* GLOBAL */
html, body {
    background: url('images/wood.jpg') repeat top left fixed;
    font-family: georgia, serif;
    font-size: 0.9em;
    line-height: 1.5em;
    color: #371e09;
    height: 100%;
    margin: 0;
    padding: 0;
    overflow: auto;
    }
a, a:link, a:visited {color: #6d822d; text-decoration: none;}
a:hover {background-color: #6a7f2b; color: #ffffff;text-decoration: none;}
.clear {clear: both;}
#header, #content, #footer {margin: 0 36px;}
#main {
    background: url('images/content.png') repeat-y;
    position: relative;
    width: 482px;
    margin: 0 auto;
    padding: 36px 0 20px 0;
    height: auto;
    min-height: 100%;
    }

/* HEADER */
#header ul {margin: 0; padding: 0;}
#header ul li {list-style: none; display: inline; margin-right: 20px;}
#header ul li a {font-weight: bold; color: #492610;}
#header ul li.current_page_item a {color: #6d822d;}
#header ul li a:hover {color: #ffffff;}
#header h1 {font-size: 3.7em; margin: 38px 0 0 0; padding: 0; font-weight: normal;}
#header h1 span {color: #6d822d;}
#header h1 a {color: #371e09;}
#header h1 a:hover {color: #6d822d; background: none;}

/* CONTENT */
#content .post {margin-top: 45px; border-top: 5px solid #371e09;}
#content span.by {display: block; margin: 15px 0 0 0; color: #b78047; font-style: italic;}
#content h1 {font-size: 1.8em; margin: 20px 0 0 0; font-weight: normal; line-height: 1.2em;}
#content h1 a {color: #492610;}
#content h1 a:hover {color: #ffffff;}
#content h2, #content h3 {margin: 15px 0 0 0;}
#content h2 {font-size: 1.2em; border-bottom: 1px solid #b78047; padding-bottom: 5px;}
#content h3 {font-size: 0.9em; color: #b78047;}
#content ol, #content ul {margin: 15px 0 0 45px; padding: 0;}
#content p {margin: 15px 0 0 0; padding: 0;}
#content p a {text-decoration: underline;}
#content img {border: 0px solid #371e09; padding: 0px;}
#content img.alignleft {float: left; margin: 5px 10px 0 0;}
#content img.alignright {float: right; margin: 5px 0 0 10px;}
#content code {display: block; background-color: #f9f5f1; border: 1px solid #b78047; padding: 8px; margin-top: 15px;}
#content #subnav {margin-top: 15px;}
#content #subnav .older a, #content .newer a {text-decoration: none;}
#content #subnav .older {float: left;}
#content #subnav .newer {float: right;}

/* FOOTER */
#footer h1, #footer h2 {margin: 20px 0 0 0 ;}
#footer h1 {font-size: 1.8em; font-weight: normal; line-height: 1.2em;}
#footer h2 {font-weight: normal; font-size: 1.5em;}
#footer ul, #footer ul li, #footer .textwidget, #footer #searchform div {padding: 0;}
#footer ul, #footer .textwidget, #footer #searchform div {margin: 15px 0 0 0;}
#footer ul li {margin: 0; list-style: none;}
#footer #wide-entry {border-top: 5px solid #371e09; margin-top: 45px;}
#footer #left, #footer #right {width: 178px;}
#footer #left {float: left;}
#footer #right {float: right;}
#footer .widget {border-top: 2px solid #371e09; margin-top: 36px;}
#footer .comment {margin-top: 20px; position: relative;}
#footer .comment img {position: absolute; top: 3px; left: 0; width: 40px; height: 40px; border: 1px solid #492610; padding: 1px;}
#footer .comment a.name {font-size: 1.2em; margin-left: 52px;}
#footer .comment p {display: block; margin-top: 2px; font-style: italic; margin-left: 52px;}
#footer form #footer label {margin: 0; padding: 0;}
#footer form label {display: none;}
#footer form {display: block;}
#footer #searchform input {width: auto;}
#footer #searchform #s {width: 172px; margin-bottom: 5px;}
#footer #wide #searchform #s {width: 404px;}
#footer #calendar_wrap {margin-top: -20px;}
#footer #calendar_wrap table {width: 100%; text-align: center;}
#footer #by {display: block; background-color: #f9f5f1; border-top: 1px solid #b78047; padding: 5px; margin-top: 20px;}
#footer #by span {font-size: 0.85em; display: block;}

/* FORM */
.row {margin-top: 20px;}
input {width: 50%;}
textarea {width: 100%;}
a.button {background-color: #6d822d; padding: 5px 10px; color: #ffffff;}
a.button:hover {background-color: #ffffff; color: #6d822d; border: 1px solid #6d822d;}


#lightbox{	position: absolute;	left: 0; width: 100%; z-index: 100; text-align: center; line-height: 0;}
#lightbox img{ width: auto; height: auto;}
#lightbox a img{ border: none; }

#outerImageContainer{ position: relative; background-color: #fff; width: 250px; height: 250px; margin: 0 auto; }
#imageContainer{ padding: 10px; }

#loading{ position: absolute; top: 40%; left: 0%; height: 25%; width: 100%; text-align: center; line-height: 0; }
#hoverNav{ position: absolute; top: 0; left: 0; height: 100%; width: 100%; z-index: 10; }
#imageContainer>#hoverNav{ left: 0;}
#hoverNav a{ outline: none;}

#prevLink, #nextLink{ width: 49%; height: 100%; background-image: url(data:image/gif;base64,AAAA); /* Trick IE into showing hover */ display: block; }
#prevLink { left: 0; float: left;}
#nextLink { right: 0; float: right;}
#prevLink:hover, #prevLink:visited:hover { background: url(../images/prevlabel.gif) left 15% no-repeat; }
#nextLink:hover, #nextLink:visited:hover { background: url(../images/nextlabel.gif) right 15% no-repeat; }

#imageDataContainer{ font: 10px Verdana, Helvetica, sans-serif; background-color: #fff; margin: 0 auto; line-height: 1.4em; overflow: auto; width: 100%	; }

#imageData{	padding:0 10px; color: #666; }
#imageData #imageDetails{ width: 70%; float: left; text-align: left; }	
#imageData #caption{ font-weight: bold;	}
#imageData #numberDisplay{ display: block; clear: left; padding-bottom: 1.0em;	}			
#imageData #bottomNavClose{ width: 66px; float: right;  padding-bottom: 0.7em; outline: none;}	 	

#overlay{ position: absolute; top: 0; left: 0; z-index: 90; width: 100%; height: 500px; background-color: #000; }