/*
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/bg.gif');
    font-family: georgia, serif;
    font-size: 0.9em;
    line-height: 1.5em;
	background-color:#F3F3ED;
    color: #666666;
    height: 100%;
    margin: 0;
	margin-left: auto;
	margin-right: auto;
    padding: 0;
    }
a, a:link, a:visited {color: #000000; text-decoration: none;}
a:hover {background-color: #000000; color: #ffffff;text-decoration: none;}
.clear {clear: both;}
#header, #content, #footer {margin: 0 25px;}
#main {
    background: url('images/content.gif') repeat-y;
    position: relative;
    width: 700px;
    margin: 0 auto;
	margin-left: auto;
	margin-right: auto;
    padding: 36px 0 25px 0;
    height: auto;
    min-height: 100%;
    }


/* HEADER */
#header ul {margin: 0; padding: 0; }
#header ul li {list-style: none; display: inline; margin-right: 5px; }
#header ul li a {font-weight: normal; color: #000000;}
#header ul li.current_page_item a {color: #000000;}
#header ul li a:hover {color: #ffffff;}
#header h1 {font-size: 1em; margin: 75px 0 60px 0; padding: 0; font-weight: normal;background: url(images/header.jpg) no-repeat; height:50px;}
#header h1 span {color: #6d822d;}
#header h1 a {color: #000000;}
#header h1 a:hover {color: #000000; background: none;}

/* CONTENT */
#content .post {margin-top: 15px; border-top: 5px solid #000000;}
#content span.by {display: block; margin: 15px 0 0 0; color: #666666; 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: #000000;}
#content h1 a:hover {color: #FFFFFF;}
#content h2, #content h3 {margin: 15px 0 0 0;}
#content h2 {font-size: 16px; padding-bottom: 0px; padding-top: 5px; color:#484848;}
#content h3 {font-size: 14px; color: #666666;}
#content h4 {font-size: 12px; color: #FF0033;}
#content ol, #content ul {margin: 15px 0 0 0; padding: 0;}
#content p {margin: 15px 0 0 0; padding: 0;}
#content p a {border-bottom: 1px dotted #000000;}
#content img {border: 0px solid #FFFFFF; padding: 0px;}
#content img.alignleft {float: left; margin: 5px 5px 0 0;}
#content img.alignright {float: right; margin: 5px 0 0 0px;}
#content code {display: block; background-color: #f9f5f1; border: 0px solid #FFFFFF; padding: 15px; 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: 50px 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: 0px solid #000000; margin-top: 45px;}
#footer #left, #footer #right {width: 175px;}
#footer #left {float: left;}
#footer #right {float: right;}
#footer .widget {border-top: 5px solid #000000; margin-top: 50px;}
#footer .comment {margin-top: 20px; position: relative;}
#footer .comment img {position: absolute; top: 3px; left: 0; width: 40px; height: 40px; border: 1px solid #FFFFFF; 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: 175px; margin-bottom: 5px;}
#footer #wide #searchform #s {width: 650px;}
#footer #calendar_wrap {margin-top: -20px;}
#footer #calendar_wrap table {width: 100%; text-align: center;}
#footer #by {display: block; background-color: #F9F9F9; border-top: 0px solid #000000; padding: 0px; margin-top: 20px;}
#footer #by span {font-size: 0.85em; display: block;}

/* FLOATING */

#topbar{
position:absolute;
background-color: #FFFFFF;
border: 5px solid #FFFFFF;
padding: 5px;
width: 210px;
visibility: hidden;
z-index:0;
}

/* FORM */
.row {margin-top: 50px;}
input {width: 50%;}
textarea {width: 100%;}
a.button {background-color: #000000; padding: 5px 10px; color: #ffffff;}
a.button:hover {background-color: #FF0033; color: #ffffff;}

/* date */
.date {
	background: url(images/date.gif) no-repeat;
	height: 54px;
	margin-bottom: 0px;
	width: 48px;
	text-align: center;
	float: left;
	margin-top: 34px;
	line-height: 15px;
}
.date .month {
	display: block;
	color: #CCCCCC;
	padding: 2px 0px;
	text-align: center;
	text-transform: uppercase;
	font-size: 10px;
	margin-top: 17px;
	font-weight: bold;
	margin-bottom: 3px;
}
.date .day {
	display: block;
	color: #CCCCCC;
	font: 1.2em Georgia;
	padding-top: 0px;
	text-align: center;
	margin-top: -9px;
}