/*
Theme Name: Nature Blog
Theme URI: http://www.themelab.com/free-wordpress-themes/
Description: A nice nature theme.  Visit <a href="http://www.themelab.com">Theme Lab</a> for more free WordPress themes.
Version: 1.0
Author: Theme Lab
Author URI: http://www.themelab.com/
*/

/*

	Nature Blog template by Ben Swift
	Finished on the 29th December 2007.
	With thanks to:		> Famfamfam for the icons
									> The GIMP for the image editing.
									> BoxedArt for the picture of a wall
									> Arudis.com for letting me borrow their logo
	Valid CSS & XHTML, according to the W3C.
	
	German version of Nature Blog on request, just go to:
	http://www.openwebdesign.org/member.php?u=385

*/

/* The browser reset hack, called so to reset the browser */

* {
	margin: 0px;
	padding: 0px;
}

/* A piece of code that makes 24-bit PNG items transparent in IE6, instead of the grey background it renders. Just add a class of "png" if you want to make an image transparent. Actually, you don't even have to do that. =) */

* html img,* html .png {
    behavior: expression((this.runtimeStyle.behavior="none")&&(this.pngSet?this.pngSet=true:(this.nodeName == "IMG" && this.src.toLowerCase().indexOf('.png')>-1?(this.runtimeStyle.backgroundImage = "none",
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
        this.src = "transparent.gif"):(this.origBg = this.origBg? this.origBg :this.currentStyle.backgroundImage.toString().replace('url("','').replace('")',''),
        this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.origBg + "', sizingMethod='crop')",
        this.runtimeStyle.backgroundImage = "none")),this.pngSet=true)
    );
}
/* HTML elements in alphabetical order */

body {
  background: url(images/header-background.jpg) repeat-x left top;
	font: 14px helvetica, "Times New Roman", Times, serif;
	color: #333333;
	background-color: #355D7C;
}
acronym, abbr {
	border-bottom: 1px dotted #3E5A0E;
}
a {
	color: #355e7c;
}
a:hover {
	color: #999;
}

/* These blockquotes were taken from SofaSpud's template, Intense Simplicity. I've used them because they're a brilliant idea. I hope that he likes them, and that great minds think alike! */

blockquote {
	min-height:35px;
	width:500px;
	display:block;
	margin:10px auto;
	background:transparent url(images/blockquote/quote.gif) no-repeat 10px 10px;
	float: left;
}
* html blockquote {
	min-height:35px;
	height:auto !important;
	height:35px;
}
blockquote p {
	margin:0px;
	line-height:17px;
	padding:10px 10px 10px 50px;
	width: 460px;
}
blockquote span {
	color:#999;
	font-size:9px;
	padding-top:5px;
	display:block;
}
blockquote span a {
	color:#555;
	text-decoration:none;
}
blockquote span a:hover {
	text-decoration:underline;
}
blockquote.go {
	background:transparent url(images/blockquote/go.gif) no-repeat 10px 50%;
}
blockquote.stop {
	background:transparent url(images/blockquote/stop.gif) no-repeat 11px 50%;
}
blockquote.exclamation {
	background:transparent url(images/blockquote/exclamation.gif) no-repeat 23px 50%;
}
b, strong {
	color: #333333;
	font-weight: bold;
}
code {
	font: 12px/15px Consolas, Courier, "Courier New", monospace;
	border-left: 5px solid #447AAC;
	padding: 10px 0 10px 5px;
	display: block;
	background: #EFEFEF url(images/code.gif) no-repeat 98% bottom;
	width: 570px;
	margin: 1px 0 1px 10px;
}

h1 {
background:transparent url(images/logo.jpg) no-repeat scroll 0 0;
color:#FFFFFF;
display:block;
float:left;
font-family:"Lucida Sans Unicode","Trebuchet MS",Verdana,sans-serif;
height:180px;
line-height:80px;
width:360px;
margin: 0 0 10px 0;*/
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
	display: none;
}
h1 a:hover {
	color: #FFFFFF;
}
h2 {
	font-size: 20px;
	line-height: 30px;
	display: block;
	float: left;
	height: 61px;
	padding-left: 10px;
	margin-bottom: 10px;
}
h3 {
	display: block;
	padding: 10px;
	font-style: normal;
	clear: both;
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}

h3#respond {
padding: 35px 0 10px 10px;
}

h4 {
	font: 16px/28px Arial, Helvetica, sans-serif;
	display: block;
	margin: 4px auto;
	width: 260px;
}
h4 span {
	font-size: 80%;
	clear: both;
	display: block;
	color: #5F6A54;
	border-top: 1px solid #5F6A54;
	line-height: 120%;
	padding-top: 5px;
	padding: 5px 0;
}
hr {
background:#3E5A0E none repeat scroll 0 0;
border:1px solid #3E5A0E;
margin:20px 7px 20px 0;
}

img {
border-style:none;
}

img.float-right {
	float: right;
  margin: 5px 0px 10px 10px;  
}

img.float-left {
	float: left;
  margin: 5px 15px 10px 0px;
}

object.float-right {
	float: right;
	margin: 5px 0px 10px 10px;
}

object.float-left {
	float: left;
  margin: 5px 15px 10px 0px;
}

p {
	clear: both;
	line-height: 180%;
	width: 95%;
	margin-top: 15px;
	margin-left: 10px;
}
table {
	border-collapse: collapse;
	margin: 10px;
}
th strong {
	color: #fff;
}
th {
	background: #3E5A0E;
	height: 29px;
	padding-left: 12px;
	padding-right: 12px;
	color: #FFFFFF;
	border-bottom: solid 2px #FFF;
	line-height: 29px;
}
tr {
	height: 30px;
}
td {
	border-left: 1px solid #E8E8E8;
	border-bottom: 1px solid #DFDFDF;
	padding: 0px 9px;
}
td.first,th.first {
	border-left: 0px;
}
tr.row-a {
	background: #F8F8F8;
}
tr.row-b {
	background: #EFEFEF;		
}

/* This is lists, by the way */

#content ul, #content ol {
	display: block;
	width: 500px;
	margin: 0 auto;
}
#content ul li {
	color: #9F9F00;
	font-size: 15px;
	line-height: 17px;
	list-style: square;
}
#content ol li {
	color: #9F9F00;
	font-size: 15px;
	line-height: 17px;
	list-style: decimal;
}
#content ol li:hover, #content ul li:hover { /* This makes the bullet colour change on hover for browsers that understand the :hover pseudonym. */
	color:#395500;
	cursor: default;
}
#content li span, #content li strong, #content li b {
	color: #333333;
	font-weight: lighter;
	font-size: 11px;
}

#content h2 {
	width: 525px;
	margin-bottom: 25px;
}

/* Layout Divs */

#search-bg {
 background: transparent url(images/search_box_bg.jpg) no-repeat right top;
 height: 180px;
 margin: 0 auto;
}

#search {
	background: url(images/searchbar.gif) no-repeat left top;
	width: 278px;
	width: auto;
	height: 29px;
	float: right;
	margin: 150px 20px 0 0;
	font-weight: lighter;
}
#header {
	margin: 0 auto;
	width: 946px;
}

#search input {
	border: 1px solid #FFFFFF;
	margin-top: 3px;
	width: 190px;
	_width: 150px;
	padding: 2px;
	font: 14px Georgia, "Times New Roman", Times, serif;
	color: #000000;
	float: left;
	display: block;
	position: relative;
	background: #FFFFFF;
}
#search input.btn {
	background: #FFFFFF;
	border-left: 1px dotted #5F6A25;
	font-size: 12px;
	width: 50px;
	float: left;
	margin-left: 5px;
	color: #5F6A25;
}
#search img {
	display: block;
	float: left;
	margin-top: 9px;
	margin-left: 3px;
}

/* The main content holder. Don't get confused with "#content", that's the bubble of content*/

#main {
	background: #E4DFC9 url(images/content-background.jpg) repeat-x left top;
	clear: both;
	float: left;
	margin-top: 14px;
	width: 100%;
}

/* The navigation */

#navigation li#feedburner_links {
float: right;
display: block;
font-size: 11px;
margin: 0 15px 0 0;
width: 275px;
color: #ffffff;
}

#navigation li#feedburner_links img {
margin: 8px 5px 0 0;
}

#navigation li#feedburner_links a {
padding:0;
margin: 0 2px;
}

#navigation {
	clear: both;
	float: left;
	height: 42px;
	width: 100%;
	font-size: 12px;
	margin: 0 0 15px 0;
}
#navigation ul {
	width: 946px;
	margin: 0 auto;
}
#navigation li {
	display: inline;
	list-style: none;
	line-height: 42px;
}
#navigation li.current_page_item {
	background: url(images/nav-active-background.gif) repeat-x left top;
	display: block;
	float: left;
	padding: 0 10px;
}
#navigation li.current_page_item a { /* This is for the triangular marker at the top of the active bar */
	background: url(images/nav-active-marker.gif) no-repeat center top;
	display: block;
	float: left;
	text-decoration: none;
}
#navigation li a {
	font-size: 1.1em;
	color: #FFFFFF;
	display: block;
	float: left;
	padding: 0 10px;
	margin: 0 5px;
}
#navigation li a:hover {
	text-decoration: none;
}



#wrap {
	margin: 0 auto;
	width: 946px;
}


/* The #content */

#content {
background:transparent url(images/content.jpg) repeat-y scroll left top;
float:left;
margin:10px 0 0 0;
padding:0 0 0 6px;
width:604px;
}

#content p {
 margin: 0 10px 18px 10px;
}

/* The reason for encapsulating the #content */

#content #content-top {
	background: url(images/content-top.gif) no-repeat left top;
	height: 17px;
	width: 610px;
	cursor: default;
	margin-left: -6px;
}
#content #content-bottom {
	background: url(images/content-bottom.gif) no-repeat left top;
	height: 25px;
	width: 610px;
	cursor: default;
	margin-left: -6px;
	float: left;
}

/* The date for the post */

#content .date {
	background: url(images/post-date.gif) no-repeat left top;
	height: 61px;
	width: 51px;
	font-size: 125%;
	float: left;
	margin-left: 10px;
}
#content .date div {
	font-size: 1.85em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}
#content .date span {
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	color: #5F6A25;
	font: 16px/normal Georgia;
	text-align: center;
}

#content span a.stbutton {
margin: 26px 0 0 10px;
float: right;
}

.stbuttontext {
 font-size: 12px;
 }

#filedunder {
display:block;
float:left;
font-size:12px;
margin-left:10px;
margin-top:25px;
 }

/* The comment responses (if any) */

.comments {
	background: #d2ceaa;
	width: 606px;
	float: left;
	margin-left: -5px;
	margin-top: 25px;
	color: #fff;
}

.response {
	background:transparent url(images/comment-background2.gif) repeat-x scroll left top;
float:right;
margin:0 9px 9px;
padding:5px 0 0 5px;
width:588px;
}
.response div { /* To fix the comment text */
	line-height: 200%;
	float: left;
	padding-top: 10px;
}
.response p {
color:#333333;
display:inline;
float:left;
margin:0;
padding:10px 0;
width:560px;
}
.response a.edit-post {
	background: url(images/edit-icon.gif) no-repeat 98% center;
	display: block;
	float: right;
	width: 160px;
	padding-right: 20px;
	text-align: right;
}
.response a.edit-post:hover {
	background: #A2B581 url(images/edit-icon.gif) no-repeat 98% center;
}

.commentmetadata {
 float: right;
}

/* The comment responders */

.responder {
	background: #DEE0BF url(images/comment-background1.gif) no-repeat left top;
	float: left;
	height: 122px;
	width: 44px;
	margin-right: 20px;
	padding: 1px 0 0 0;
	border-right: 1px solid #DEE0BF;
}
.responder img {
	background: url(images/comment-icon.gif) no-repeat left top;
	width: 16px;
	height: 16px;
	padding: 6px;
	margin: 5px 6px 0 8px;
}
.responder a img {
	background: url(images/comment-icon.gif) no-repeat left top;
	width: 16px;
	height: 16px;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=60);
	opacity: 0.6;
}
.responder a:hover img {
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=100);
	opacity: 1;
}
.responder a.visit-site, .responder a.reply {
	height: 20px;
	width: 20px;
	display: block;
	margin: 10px 0px 0px 10px;
	border: 1px solid #A2B580;
	line-height: 20px;
	position: relative;
}
.responder a em {
	left: -1000em;
	top: -1px;
	position: absolute;
	width: 1160px;
	height: 22px;
	line-height: 22px;
}
.responder a:hover {
	text-decoration: none;
	color: #000000;
}
.responder a:hover em {
	font-style: normal;
	background: #A2B580;
	position: absolute;
	z-index: 1000;
	top: -1px;
	left: 21px;
	width: 160px;
}
.responder a.visit-site:hover {
	background: #A2B580 url(images/view-site.gif) no-repeat center center;
}
.responder a.reply:hover {
	background: #A2B580 url(images/reply-to-comment.gif) no-repeat center center;
}
.responder a.visit-site {
	background: url(images/view-site.gif) no-repeat center center;
}
.responder a.reply {
	background: url(images/reply-to-comment.gif) no-repeat center center;
}

/* The 'leave a comment' form */

#leave {
	display: block;
	width: 600px;
}
#leave label {
	display: block;
	float: left;
	width: 200px;
	line-height: 24px;
	clear: both;
}
#leave input#textfield {
	border: 1px solid #E4DFC9;
	float: left;
	height: 20px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 200px;
	margin-bottom: 10px;
}
#leave textarea {
	border: 1px solid #E4DFC9;
	float: left;
	height: 100px;
	display: block;
	font-family: Georgia, "Times New Roman", Times, serif;
	width: 250px;
}
#leave .btn {
	background: url(images/post-date.gif) no-repeat left bottom;
	width: 51px;
	border: none;
	height: 33px;
}
#right {
float:right;
margin:10px 20px 0 0;
width:298px;
}


/* The sidebar. Ignore the spontaneously used classes + divs. */

.sidebar {
	background: #F5F2E7 url(images/sidebar.gif) no-repeat left top;
	width: 297px;
	padding-top: 10px;
}
.sidebar ul {
	display: block;
	width: 240px;
	margin: 5px auto 0 auto;
	list-style: none;
}
.sidebar li {
	display: block;
	list-style: none;
	line-height: 25px;
}
.sidebar li a {
	display: block;
	padding: 4px;
	border-bottom: 1px solid #E2DFD5;
	text-decoration: none;
	clear: both;
	height: 25px;
	font-size: 13px;
}
.sidebar li a:hover {
	background: #E4DFC9;
	color: #5F6A54;
}

.sidebar h4 {
 font-size: 13px;
 font-weight: bold;
}

.subscribe {
background:#D9CE65 url(images/subscribe.gif) no-repeat scroll left top;
clear:none;
float:left;
height:58px;
width:297px;
}

.subscribe a {
color:#FFFFFF;
display:inline;
font-size:1em;
height:58px;
line-height:58px;
margin:0 0 0 5px;
text-align:left;
width:297px;
vertical-align: middle;
}

.subscribe a img {
border:0 none;
display:block;
float:left;
margin:17px 5px 0 15px;
position:relative;
}

/* For IE */
.subscribe a:hover {
	color: #ffffff;
}
/* The customised image adverts underneath the main sidebar bit. ^-^ */

.adverts {
	width: 298px;
	margin: 10px 0 0 0;
	float: left;
	clear: both;
}
.adverts img {
	background: #E4DFC9 url(images/advert-background.gif) no-repeat left top;
	margin: 5px 9px;
	padding: 5px 5px 40px 5px;
	float: left;
	height: 121px;
	width: 121px;
	display: none;
}
.adverts a {
	position: relative;
	text-decoration: none;
	float: left;
	display: none;
}
.adverts a em {
	position: absolute;
	left: -900em;
	text-decoration: none;
}
.adverts a:hover em {
	width: 121px;
	left: 12px;
	bottom: -15px;
	text-align: justify;
	color: #000000;
}

/* The pagination, underneath the "#content" <div> */

.pagination {
	width: 620px;
	background: #E4DFC9;
	height: 28px;
	float: left;
	margin-left: -6px;
}
.pagination ul {
	float: right;
}
.pagination li {
	display: inline;
}
.pagination li a {
	display: block;
	margin: 0 3px;
	padding: 4px;
	float: left;
	color: #6E6953;
	background: #FFFBF0;
	font: 12px Arial, Helvetica, sans-serif;
}
.pagination li a:hover, .pagination #active {
	background: #76715B;
	color: #F9F6E3;
}

.pagination .alignright {float:right;}

.pagination .alignleft {float:left;}

.pagination a {
	display: block;
	margin: 0 3px;
	padding: 4px;
	color: #6E6953;
	background: #FFFBF0;
	font: 12px Arial, Helvetica, sans-serif;
}

.pagination a:hover {
	background: #76715B;
	color: #F9F6E3;
}

/* That bit of grass above the archives */

#grass {
	/*background: #E4DFC9 url(images/grass.jpg) repeat-x left bottom;*/
	border-bottom: 5px solid #DCCA5E;
	clear: both;
	float: left;
	height: 50px;
	width: 100%;
}



/* The archives & comments @ the bottom */

#archives {
  background: #355D7C url(images/header-background.jpg) repeat-x left top;
	width: 100%;
	height: auto;
	color: #FFFFFF;
	padding: 20px 0 30px 0;
	_display: none;
	float: left;
}

#footer_widget_wrapper {
margin: 0pt auto; 
padding: 0pt; 
width: 965px;
}
.list {
background:#568446  url(images/footer_box_top_bg.gif) no-repeat scroll 0 0;
float:left;
font-style:italic;
font-size: 11px;
left:2.6%;
margin:0 10px;
padding:0;
width:215px;
}
.list ul {
	margin-bottom: 15px;
	clear: both;
}
.list li {
	list-style-type: none;
}
.list li a {
background:#568446 none repeat scroll 0 0;
clear:both;
color:#FFFFFF;
display:block;
font-size:1.2em;
font-style:normal;
padding:5px 0 3px 10px;
text-decoration:none;
}
.list li a:hover {
	background: #4a703d;
}

.list h2 {
border-bottom:2px solid #D9CE65;
display:block;
float:left;
font-size:16px;
height:38px;
line-height:41px;
margin-bottom:10px;
width:204px;
}

.list .recentcomments {
padding: 5px 0 3px 3px;
}

.listbottom {
background: transparent url(images/footer_box_bot_bg.gif) no-repeat scroll 0 0;
height: 16px;
display: block;
}

/* The footer, with the shadow for the brick wall */

#footer {
	line-height: 50px;
	font-weight: bold;
	color: #3E5A0E;
	height: 50px;
	width: 100%;
	text-align: center;
	/*background: #FFFFFF url(images/shadow.jpg) repeat-x left top;*/
	padding: 30px 0px 70px;
	clear: both;
}
