/*  
Theme Name: Organic
Description: Organic by <a href="http://wpthemeland.com" title="WP Theme Land">WP Theme Land</a> / based on a design by <a href="http://www.freecsstemplates.org" title="Free CSS Templates">Free CSS Templates</a>.
Version: 2.0
Author: WP Theme Land
Author URI: http://wpthemeland.com/
*/
/*
Design by Free CSS Templates
http://www.freecsstemplates.org
Released for free under a Creative Commons Attribution 2.5 License
*/

* {
	margin: 0;
	padding: 0;
}

body {
	background:#f2f2ea url(images/shadow.gif) repeat-y center;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #000000;
}

h1, h2, h3, h4, h5, h6 {
	color: #333;	
}

h1 {
	margin-bottom: .5em;
	font-size: 1.8em;
	font-weight: normal;
}

h2 {
	margin-bottom: .5em;
	font-size: 1.4em;
	font-weight: normal;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin:1em 0;
}

p, ol, ul {
	margin-bottom: 0.7em;
	line-height: 1.8em;
}

p.noindent {
	text-indent:0em;
}
blockquote {
	font-weight: bold;
	margin:0em 0;
	padding:1em 1em;
	background: url(images/img09.gif) no-repeat left top;
	line-height: 1.4em;
}

ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}
#content li a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
}

a {
	text-decoration: none;
	color: #BB5500;
}

a:hover {
	text-decoration: underline;
	color: #ff6600;
}

img 
{
	border:#ccc 1px solid;
	padding:1px;
}
img.alignleft {
	float: left; 
	margin: 5px 10px; 
}
img.alignright {
	float: right; 
	margin: 5px 10px; 
}

img.wp-smiley, img.noborder 
{
	border:0;
	padding:0;
}
img.left 
{
    float:left;
    margin:0 1em 1em 0;
    padding:0;
}
img.right 
{
    float:right;
    margin:0 0 1em 1em;
    padding:0;
}
.clear 
{
    clear:both;
    height:1px;
}
td {
    padding:4px;
    font-weight: bold;
}
/* Menu */

#menu {
	height: 28px;	
	background:#333;
	 width: 800px;
	 margin: 0 auto;
}

#menu ul 
{
	margin:0;
	padding: 0;
	list-style: none;
	float: left;
}

#menu li {
	padding: 0;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 28px;
	padding: 0px 10px 0 10px;
	font-size: 80%;
	font-weight: bold;
	color: #ddc;
}

#menu a:hover,
#menu li.current_page_item a  {
	background: #ddc;
	text-decoration: none;
	color: #000;
}


/* Logo */

#logo {
	width: 800px;
	height: 180px;
	margin: 0 auto;
	background: #010100 url(images/img02.jpg);
	text-align: right;
}

#logo h1 {
	margin: 0;
	padding: 120px 10px 0 0;
	font-size: 189%;
}

#logo h2 {
	margin: 0;
	padding: 0 10px 0 0;
	font-size: 100%;
	font-weight: bold;
	font-style: italic;
}

#logo a {
	text-decoration: none;
}
#logo * 
{
	color:#fff;
}
/* Page */

#page {
	width: 800px;
	margin: 0 auto;
}

#pageheader {
	background:#bdb76b;
	padding: 6px 0 0 60px;
}

/* Content */

#content {
	float: left;
	width: 500px;
	padding: 20px;

}

.title {
	border-bottom:#999 1px dashed;
	font-style: italic;
}
.titlebox {
    background: #bdb76b;
    margin:6px 0;
    padding:0.2em 0.5em;
	font-size: 1.5em;
	color: #333;
   	-moz-border-radius: 5px;
   	-khtml-border-radius: 5px;
   	-webkit-border-radius: 5px;
   	border-radius: 5px;
}

.post
{
    margin:10px 0;
    padding:0 0 10px 0;
}
.post h2 
{
	margin:0;
	padding-bottom:5px;
}
.post .meta 
{
    font-size:0.9em;
    color:#999;
    margin:0;
    padding:0;
    border-bottom:#ddd 1px dashed;
    text-transform:lowercase;
}
.post .story 
{
    margin:1em 0 1em 0;
    padding:0;
}

#introlindy
{
    background: url('images/lindybg.gif') no-repeat;
    width:450px;
	height:153px;
    margin:0em 1em 0em 1em;
    padding:2em 2em 0em 2em;
    text-align:left;
    font-size: 1.1em;
    line-height: 1.4em;
}
.note
{
    background: #eee;
    margin:2em 0em;
    padding:16px;
	line-height: 1.4em;
}

.related
{
    float:right;
    background: #fff;
    margin:1em 0em 2em 0em;
    padding:12px 16px 0 16px;
    border:#ddd 1px solid;
}

.related li {
	padding: 4px 0;
	background: url(images/img04.gif) repeat-x left top;
	line-height: 1.4em;
}

/* Comments */
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 8em;
	border: 1px solid #ccc;	
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
}
input.textbox:focus, textarea:focus
{
	background:#fff;
	border:#999 1px solid;
}
#commentform 
{
	margin:0;
	padding:10px;
	background:#fff;
}
#content .commentlist {
	margin: 0;
	padding: 0;
	border-top:#ddd 1px solid;
}
#content .commentlist li 
{
	list-style:none;
	margin: 0;
	padding: 1em;			
	border-bottom:#ddd 1px solid;
	font-size:0.9em;
}
#content .commentlist li .cmtinfo 
{
	padding:5px;
	margin-bottom: 5px;
	position:relative;	
}
#content .commentlist li .cmttime
{
	margin:0;
	padding:0;
	text-align:right;
	color:#999;	
	font-size:95%;
}
#content .commentlist li cite 

{



	font-style:normal;
	font-weight:bold;
	font-size:1.1em;
}
#content .commentlist li.alt
{
	background:#f9f9f9;	
}
#content .commentlist li.authorcomment
{

	border-left:#d66 1px solid;
	border-right:#d66 1px solid;
}
#content .nocomments
{
	font-size:0.9em;
	color:#999;
	text-align:center;
}

/* Sidebar */

#sidebar {
	float: right;
	width: 200px;
	padding: 20px 20px 0 20px;
  background: #bdb76b;
}
#sidebar h2 
{

	font-size:1.1em;
}
#sidebar ul {
	background:none; 
list-style-type: none;
}

#sidebar li {
	padding: 4px 0;
	background: url(images/img04.gif) repeat-x left top;
	line-height: 1.4em;
	font-size:0.9em;
}

#sidebar a {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #8B0000;
}

#sidebar li.current_page_item a  {
	font-weight: bold;
	color: #000;
}

#sidebar ul ul 
{
    background:none;
}
#sidebar ul ul ul
{
    padding:0 0 0 1em;
    margin:0;
}

/* Footer */

#footer {
	height: 50px;
}

#footer .wrapper {
	width: 800px;
	margin: 0 auto;
	border-top:#ddc 1px dotted;
}

#footer .links {
	float: left;
	width: 700px;
	height: 40px;
	padding: 16px 30px 0 30px;
	background: #ddc;
	border-left: 20px solid #010100;
	border-right: 20px solid #010100;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #ddc;
	text-align: right;
	color: #FFFFFF;
}

/* index page */



#index #content {
	float: left;
	width: 760px;
	padding: 10px 20px;
	background: #fff;
}

#index .leftbox {
	float: left;
	width: 350px;

}

#index blockquote {
	font-size: 1.3em;
}

#index .rightbox {
	float: right;
	width: 350px;

}


#index img {
max-width:90%; 
max-height:90%; 
}


#index h2 {
	margin: 0;
	font-size: 1.4em;
	font-weight: normal;
}

#pageheader2
{
}
#pageheader2 .rightbox
{
	font-size: 1.2em;
	line-height: 1.4em;
}

#guide ul a {
	font-size: 1.1em;
	font-weight: bold;
}

#pageheader2 #guide ul a {
	font-size: 1em;
	font-weight: bold;
}



#index .note
{
    background: #FFFFFF;
    margin:0;
    padding:12px;
	border-top:#999 1px dashed;

}

#index #sidebar  {
	width: 760px;
	margin: 0 auto;
	border:0;
  background: #bdb76b;
}

#index #sidebar12 {
	width: 480px;
	float: left;
	margin: 0 0 0 5px;
padding:0:
}

#index #sidebar1 {
	width: 220px;
	float: left;
	margin: 0;
}
#index #sidebar2 {
	width: 220px;
	float: right;
	margin: 0 0 0 0;
}
#index #sidebar3 {
	width: 220px;
	float: right;
	margin: 0 5px 0 0;
}

.clear hr { display:none; }  