/*  
Theme Name: Puzzled
Theme URI: http://www.freewpthemes.net/preview/puzzled
Description: Widget ready and tested on WP 2.3.1.
Version: 2.0
Author: Free WordPress Themes
Author URI: http://www.freewpthemes.net/
*/


body {
	margin: 0;
	padding: 0;
        background: #fff url(images/img01.jpg) repeat-x left top;
        text-align: justify;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: lighter;
	color: #424242;
}

form {
	margin: 0;
	padding: 0;
}

fieldset {
	margin: 0;
	padding: 0;
	border: none;
}

input, textarea, select {
	font: normal 1em Arial, Helvetica, sans-serif;
        color: #424242;
}

h1, h2, h3 {
	font-weight: lighter;
	color: #363636;
}

h1 {
	font-size: 0;
        text-indent: -1000px;
}

h2 {
        font-family: Arial, Helvetica, sans-serif;
        font-size: 1.2em;
}

h3 {
        font-family: Georgia, "Times New Roman", Times, Serif;
        font-size: 1.2em;
}

p, ul, ol {
}

p {
}

.blockbg {
	background: #EBEFDA;
}

blockquote {
	background: url(images/img08.jpg) no-repeat left top;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 0px 20px 0px 30px;
	font-size: 18px;
	color: #F5F7E8;
}

ul {
}

ol {
}

a {
	color: #888888;
        font-weight: normal;
        text-decoration: none; 
}

a:hover {
	text-decoration: none;
        font-weight: heavy;
        color: #01495d;
}

small {
}

hr {
	display: none;
}

img {
	border: none;
}

img.left {
        float: left;
	margin: 0 15px 0 0;
	border: #D9D785 1px dashed;
}

img.right {
	float: right;
	margin: 0 0 0 15px;
	border: #D9D785 1px dashed;
}

.text1 {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-style: italic;
	margin: 0 0 0 15px;
	padding: 90px 20px 0px 30px;
	font-size: 30px;
	color: #FFFFFF;
}

/* Header */

#header {
        width: 900px;
        margin: 0 auto;
	height: 50px;
	letter-spacing: -1px;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#headerbg {
	clear: both;
	margin: 0 auto;
        margin-top: 41px;
	width: 900px;
	height: 167px;
	background: url(images/header.jpg) no-repeat left top;
}

/* Search */

#searchform {
        float: right;
        margin-top: 60px;
        margin-right: 6px;
}

/* Menu */

#menu {
	width: 900px;
	margin: 0 auto;
	padding: 0;
	height: 60px;
}

#menu ul {
	margin: 0;
	list-style: none;
}

#menu li {
	display: inline;
}

#menu a {
	margin-top: 116px;
        display: block;
	float: left;
	margin-left: 5px;
        padding: 10px 15px 11px;
	text-align: center;
	text-decoration: none;
        text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
        font-weight: lighter;
	color: #E0DEC0;
}

#menu a:hover {
        color: #fff;
}

#menu .current_page_item a {
        background: #fdfdfd;
        border-right: 1px solid #f5f5f5;
        font-weight: 400;
        color: #737f46;
}

#menu .current_page_ancestor a {
        background: #fdfdfd;
        border-right: 1px solid #f5f5f5;
        font-weight: 400;
        color: #737f46;
}

/* Logo */

#logo {
	background: url(images/biomassadvisors.jpg) no-repeat left 50%;
        width: 424px;
        height: 53px;
        float: left;
	margin-top: 28px;
}

#logo h1, #logo h2, #logo p {
	float: left;
	margin: 0;
}

#logo h1 {
        display: none;
	font-size: 0;
        text-indent: -1000px;
}

#logo h1 a {
	color: #000000;
}

#tag p {
        margin-top: 54px;
	float: right;
        margin-right: 5px;
        text-transform: none;
        font-style: italic;
	font-family: Tahoma, Arial, Helvetica, sans-serif;
	font-weight: lighter;
        font-size: 14px;
	color: #d8d8d8;
}

#logo h2 a, #logo p a {
	color: #000000;
}

#logo a {
	text-decoration: none;
}

/* Page */

#page {
	width: 900px;
        margin: 0 auto;
        background: #fdfdfd;
}

#content {
        float: left;
        width: 570px;
        background: #fdfdfd;
        padding: 0px;
        padding: 20px 40px 0px 40px;
}

#latest-post {
	float: left;
	width: 570px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts {
	float: right;
	width: 250px;
	padding: 0px 20px 20px 20px;
	line-height: 25px;
	font-size: 12px;
}

#recent-posts .entry {
}

#recent-posts .entry a {
	background: #333333;
	padding: 5px 10px;
	text-transform: uppercase;
	text-decoration: none;
	font-size: 10px;
	color: #CCCCCC;
}

#recent-posts .more {
	background: url(images/img04.gif) no-repeat left 50%;
	padding-left: 20px;
}

.post {
}

.post .title {
	margin: 0;
}

.post .title a {
	text-decoration: none;
}

.post .meta {
	margin: 0;
	padding-bottom: 10px;
	padding-top: 10px;
	line-height: normal;
	font-size: 13px;
	color: #505050;
}

.post .meta a {
	color: #000000;
}

.post .entry {
	margin-bottom: 20px;
	padding-bottom: 5px;
	border-bottom: #9C9C9C 1px;
}

/* Sidebars */

#sidebar2 {
        clear: both;
        float: right;
        background: #fdfdfd;
        width: 250px;
}

#sidebar2 ul {
	margin-left: 0;
        margin-right: 12px;
	padding: 0px 10px 10px 10px;
        list-style: none;
}

#sidebar2 li {
        padding: 0 5px 0;
        margin-bottom: 5px;
}

#sidebar2 li ul {
}

#sidebar2 li li {
	display: list-item;
	list-style-image: url(images/sidebar_arrow.gif);
	float: none;
	width: 195px;
	padding: 0;
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
        font-variant: small-caps;
}

#sidebar2 h2 {
        text-transform: uppercase; 
        padding: 0 0 0 10px;
        margin-top: 20px;
        float: none;
        border-top: 1px solid #d8d8d8;
        border-bottom: 1px solid #d8d8d8;
        color: #737F46; 
}

#sidebar2 a {
        font-size: 12px;
        font-family: Arial, Helvetica, sans-serif;
	text-decoration: none;
        font-variant: small-caps;
	color: #959595;
}

#sidebar2 a:hover {
	color: #01495d;
}

#sidebar {
	clear: both;
	width: 900px;
	background: #303030;
	color: #CCCCCC;
	padding: 10px 0 0 0;
}

#sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

#sidebar li {
	display: block;
	float: left;
	width: 187px;
	padding: 10px 10px 10px 25px;     
}

#sidebar li ul {
	line-height: 1.8em;
}

#sidebar li li {
	display: list-item;
        list-style: none;
	background: url(images/img07.gif) no-repeat left 50%;
	float: none;
	width: auto;
	padding: 0 0 0 10px;
	line-height: 15px;
        font-size: 10px;
        font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #f5f5f5;
}

#sidebar h2 {
	font-variant: small-caps; 
        padding: 0 0 0 10px;
        float: none;
	color: #fff;
}

#sidebar a {
        font-size: 10px;
        font-family: Georgia, "Times New Roman", Times, serif;
	text-decoration: none;
	color: #f5f5f5;
}

#sidebar a:hover {
	text-decoration: underline;
}

/* Footer */

#footer {
	width: 900px;
	height: 50px;
	margin: 0 auto;
	margin-bottom: 20px;
	background: url(images/img06.jpg) no-repeat left top;
	font-size: 9px;
	color: #CCCCCC;
}

#footer p {
	margin: 0;
	padding: 13px 20px 15px 20px;
}

#footer a {
	color: #FFFFFF;
}

#legal {
	float: left;
}

#links {
	float: right;
}

.alignright {
	float: right;
	padding-right: 15px;
}

.alignleft {
	float: left;
	padding-left: 15px;
}

.navigation {
	padding-top: 20px;
}

