/*
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;
    }
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: 1px solid #371e09; padding: 1px;}
#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;}

