
/*
Theme Name: Curiously Green
Theme URI: http://www.freewpthemes.net/preview/curiouslygreen
Description: Tested on WP2.5
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
Tags: fixed width, two columns, widgets
*/

* {
	margin: 0px;
	padding: 0px;
}

body {
	background-color: #fff;
	color: #4F4F4F;			/* DW MOD was #9f9f9f */
	font-size: 12px;		/* DW MOD */
	font-family: "trebuchet ms", helvetica, sans-serif;
}

hr {
	display: none;
}

a {
	text-decoration: underline;
	color: #85AC1E;			/* DW MOD was #93B300 */
}

a:hover {
	text-decoration: none;
	color: #fff;
	background: #D3E378 url('images/bbg1.gif') repeat-x;
}

strong {
	background: inherit;
	color: #50514D;
}

#header {
	width: 100%;
	height: 104px;
	background-color: #4d4d4d;
	background: url('images/a1.gif') repeat-x;
	color: #ffffff;
}

#header_inner {
	position: relative;
	width: 680px;
	height: 104px;
	margin: 0px auto;
}

#header_inner h1 {
	background: inherit;
	position: absolute;
	left: 0px;
	top: 20px;		/* DW MOD */
	/* DW MOD
	bottom: 10px;
	*/
	text-transform: lowercase;
	font-size: 39px;
	color: #fff;
	font-weight: normal;
	letter-spacing: -2px;
}

#header_inner h1 a span {    /* DW MOD */
	background: inherit;
	color: #DADADA;
}

#slogan {
	background: inherit;
	position: absolute;
	/* DW MOD
	right: 0px;
	*/
	bottom: 25px;
	color: #DADADA;
	text-transform: lowercase;
	font-size: 13px;
}

/* DW START */

#header_inner h1 a
{
	color: #fff;
	text-decoration: none; 
}

#header_inner h1 a:hover
{
	color: #fff;
	text-decoration: none;
	background-color: #4d4d4d;
	background: url('images/a1.gif') repeat-x;
}

#tab
{
background: inherit;
position: absolute;
right: 0px;
bottom: 8px;
}

#tab ul
{
list-style: none;
background: inherit;
margin: 0px;
}

#tab li
{
float: left;
background: inherit;
padding: 0;
font-weight: bold;
background-image: none;
}

#tab a
{
display: block;
position: relative;
width: 100px;
height: 27px;
margin-bottom: 1px;
text-decoration: none;
/*
background: #4d4d4d url('images/bbg0.gif') no-repeat;
*/
background-image: none;
padding-left: 17px;
padding-top: 11px;
color: #fff;
text-transform: lowercase;
font-size: 13px;
}

#tab a span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('images/x1.gif') no-repeat; 
}

#tab a span.activetab
{
background: url('images/x2.gif') no-repeat;
}

#tab a:hover span
{
position: absolute;
right: 0px;
margin-top: 5px;
margin-right: 15px;
width: 7px;
height: 7px;
background: url('images/x2.gif') no-repeat;
}

#tab a:hover
{
background: inherit;
color: #fff;
background-image: url('images/bbg1.gif');
}

#tab_end
{
height: 30px;
background-image: url('images/a2.gif');
clear: both; 
}

blockquote {
    margin: 0 0 0 1.5em;
    padding-left: 1em;
    border-left: 5px solid #DDDDDD;
	  background: #FFFFE9 url('images/a4.gif') repeat-x;
}

/* DW END */

#main {
	padding-top: 20px;
	position: relative;
	width: 680px;
	margin: 0px auto;
	padding-bottom: 10px;
}

h1 {
	background: inherit;
	color: #50514D;
	text-transform: lowercase;
	font-size: 26px;
}

h1 span {
	background: inherit;
	color: #85AC1E;
}

h1 span sup {
	background: inherit;
	color: #85AC1E;
	font-size: 14px;
}

h3, #sidebar h2 {
	margin-top: 30px;
	background: inherit;
	color: #50514D;
	font-size: 15px;
	text-transform: lowercase;
	height: 34px;
	background: url('images/a3.gif') repeat-x 0px 17px;
}

h3 a {
	text-decoration: none;
}

h3 span {
	background: inherit;
	color: #85AC1E;
}

h3.first {
	margin-top: 0px;
}

#lcontent {
	position: relative;
	padding: 0px 15px 0px 15px;
}

#rcontent {
	position: relative;
	padding: 25px 20px 0px 20px;
}

ul {
	list-style: none;
}

ul li {
	background: url('images/x1.gif') no-repeat 0px 5px;
	padding-left: 15px;
}

ol {
	list-style-position: inside;
}

p {
	margin-bottom: 25px;
	text-align: justify;
	line-height: 20px;
}

#sidebar p {
	padding-right: 30px;
	font-size: 10px;
	line-height: 16px;
	margin: 0px;
}

#sidebar form {
	margin-bottom: 2em;
}

.divider {
	font-size: 0px;
	position: relative;
	border-bottom: solid 1px #F5F5F5;
	height: 1px;
	width: 100%;
	margin: 10px 0px 10px 0px;
}

.summary {
	text-align: right;
	font-style: italic;
}

ul.divided li {
	border-top: solid 1px #F5F5F5;
	margin-top: 4px;
	padding-top: 4px;
	background-position: 0px 9px;
}

ul.divided li.first {
	border-top: 0px;
	margin-top: 0px;
	padding-top: 0px;
	background-position: 0px 5px;
}

#content {
	position: relative;
	float: right;
	width: 485px;
	background-image: url('images/a2.gif');
	background-repeat: repeat-x;
}

.post {
}

.post ol, .post ul {
	margin-bottom: 2em;
}

.post .date {
	margin-bottom: 2em;
	font-size: smaller;
}

.post .postmetadata {
	font-size: smaller;
}

#slogan2 {
	font-size: 14px;
	position: relative;
	top: -5px;
}

.box {
	position: relative;
	border: dashed 1px #dadada;
	margin-top: 15px;
	background: inherit;
	color: #6C7425;		/* DW MOD was #AAB165 */
}

.box h2 {
	background: inherit;
	color: #6C7425;
	text-transform: lowercase;
	font-weight: normal;
	font-size: 18px;
	margin-bottom: 5px;
}

.box p {
	font-size: 11px;		/* DW MOD */
	line-height: 16px;
	margin: 0px;
}

.box_inner {
	border: solid 1px #fff;
	padding: 15px;
	background: #FFFFE9 url('images/a4.gif') repeat-x;
	color: inherit;
}

.captioned_image {
	position: relative;
	padding-bottom: 15px;
	float: left;
	margin-right: 17px;
}

.captioned_image div {
	position: absolute;
	font-size: 9px;
	bottom: 0px;
	left: 0px;
}

#sidebar {
	position: relative;
	width: 185px;
	float: left;
}

#sidebar ul {
	margin: 0;
	padding: 0;
}

#sidebar li {
	margin: 0;
	padding: 0;
	background: none;
}

#sidebar li li {
	padding-left: 15px;
	background: url('images/x1.gif') no-repeat 0px 5px;
}

.navigation {
	height: 50px;
}

.navigation .alignleft {
	float: left;
}

.navigation .alignright {
	float: right;
}

#comment {
	width: 80%;
}

.pagetitle {
	margin-bottom: 1.5em;
}

#footer {
	clear: both;
	background: url('images/a2.gif') repeat-x;
	width: 680px;
	margin: 0px auto;
	margin-bottom: 25px;
	padding-top: 50px;
	text-align: center;
	text-transform: lowercase;
}

