/*  
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.jpg) repeat-y center;
	font: normal 13px "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #666;
}

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: bold;
	color: #0085DB;
}

h3 {
	font-size: 1.3em;
	font-weight: bold;
	margin:1em 0;
}

h4 {
	font-size: 1.1em;
	font-weight: bold;
	margin:.8em 0;
}

p, blockquote, ol, ul {
	margin-bottom: 0.5em;
	line-height: 1.8em;
}
blockquote {
	font-style: italic;
	margin:2em 0;
	padding:0 2em;
	background: url(images/img09.gif) no-repeat left top;
	border-bottom: 1px solid #fff;
}
ol {
	margin-left: 2em;
}

ul {
	list-style: none;
}

ul li {
	padding-left: 1em;
	margin-bottom:.6em;
	background: url(images/img07.gif) no-repeat left 10px;
}

a {
	text-decoration: none;
	color: #C45309;
}

a:hover {
	text-decoration: underline;
	color: #DB5600;
}
img 
{
	border: 0;
	padding:0;
}
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;
}
/* Menu */

#menu {
	height: 32px;	
	background:#BCDDED;
	 width: 760px;
	 margin: 0 auto;
}

#menu ul 
{
	margin:0;
	padding: 0;
	list-style: none;
}

#menu li {
	padding: 0;
	display: inline;
}

#menu a {
	display: block;
	float: left;
	height: 29px;
	padding: 3px 20px 0 20px;
	font-size: 92%;
	font-weight: bold;
	color: #313131;
}

#menu a:hover {
	background: #78BDE7;
	text-decoration: none;
	color: #313131;
}

#menu li.current_page_item a {
	background: #0085DB;
	text-decoration: none;
	color: #FFFFFF;
}

/* Logo */

#logo {
	width: 760px;
	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: 760px;
	margin: 0 auto;
	background: #fff url(images/wrap.jpg) repeat-y right;
}

/* Content */

#content {
	float: left;
	width: 480px;
	padding: 20px;
}

#welcome {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom:#ccc 1px dashed;
}
.post
{
    margin:10px 0;
    padding:0 0 20px 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;
    padding:1em 0;
}

.post .story a {
	text-decoration: underline;
	color: #DB5600;
}

.post .story a:hover {
	text-decoration: none;
	color: #DB5600;
}

/* Comments */
input.textbox
{
	border:#ccc 1px solid;
	background:#f9f9f9;
	font:1em Verdana, Arial, Serif;
	padding:2px;
	width:150px;
}
textarea{
	width: 90%;
	padding:5px;
	height: 20em;
	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;
	font-size:0.9em;
}
#sidebar h2 
{
	font-size:1.3em;
}
#sidebar ul {
	background: url(images/img04.gif) repeat-x left bottom;
}

#sidebar li {
	padding: 5px 0;
	background: url(images/img04.gif) repeat-x left top;
}


/*
#sidebar a.bullet {
	padding-left: 1em;
	background: url(images/img08.gif) no-repeat left center;
	color: #DB5600;
}
*/


#sidebar ul ul 
{
    background:none;
}
#sidebar ul ul ul
{
    padding:0 0 0 1em;
    margin:0;
}

/* Footer */

#footer {
	height: 50px;	
}

#footer .wrapper {
	width: 760px;
	margin: 0 auto;
	border-top:#ddc 1px dotted;
}

#footer .links {
	float: left;
	width: 440px;
	height: 34px;
	padding: 16px 30px 0 30px;
	background: #BCDDED;
	border-left: 20px solid #78BDE7;
	font-size: 85%;
}

#footer .legal {
	float: right;
	width: 220px;
	height: 34px;
	margin: 0 auto;
	padding: 16px 20px 0 0;
	background: #0085DB;
	text-align: right;
	font-size: 85%;
	color: #FFFFFF;
}

/* Carp styles */

h1.feedtitle a {
	font-size:0.75em;;
	color: #DB5600;
	text-decoration: underline;
	padding: 0;
	margin: 25px 0 0 0;
}

p.feeddate {
	font-size:0.75em;
	color: #999999;
	padding: 0;
	margin-top: -5px;
}

p.feeddesc {
	font-size:1.3em;
	color: #000000;
	padding: 0;
	margin-bottom: -5px;
}