/*
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/nowplaying-background.png) repeat-x left top;
	font: 13px/17px Georgia, "Times New Roman", Times, serif;
	color: #333333;
}
acronym, abbr {
	border-bottom: 1px dotted #3E5A0E;
}
a {
	color: #9f5d16;
}
a:hover {
	color: #000000;
}

/* 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:16px;
        font-size:14px;
        font-weight: bold;
	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: #5F6A54;
	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 {
	display: block;
	float: left;
	font-family: "Lucida Sans Unicode", "Trebuchet MS", Verdana, sans-serif;
	color: #FFFFFF;
	height: 80px;
	line-height: 80px;
	margin: 15px 0 0 0;
}
h1 a {
	color: #FFFFFF;
	text-decoration: none;
}
h1 a:hover {
	color: #FFFFFF;
}
h2 {
	font-size: 20px;
	line-height: 61px;
	display: block;
	float: left;
	height: 61px;
	padding-left: 10px;
	margin-bottom: 10px;
}
h3 {
	display: block;
	padding-left: 7px;
	font-style: normal;
	clear: both;
        padding-top: 12px;
        padding-bottom: 8px;
}
h3 a {
	color: #FFFFFF;
	text-decoration: none;
}
h4 {
	font: 16px/28px Arial, Helvetica, sans-serif;
	display: block;
	margin: 4px auto;
	width: 260px;
        color: #b92900;
	padding-left: 2px;
}
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;
}
h5 {
	display: block;
	padding: 3px;
	font-style: normal;
	clear: both;
	color: #8c8c8c;
}
hr {
	background: #3E5A0E;
	border: 2px solid #ba2a00;
	margin: 12px 20px;
}
img {
	border-style: none;
}
img.float-right {
	float: right;
  	margin: 5px 0px 10px 10px;  
}
img.float-left {
	float: left;
  	margin: 5px 10px 10px 0px;
}
p {
	clear: both;
	line-height: 180%;
	width: 590px;
	margin-top: 10px;
	margin-left: 4px;
}
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;
}

/* Layout Divs */

#search {
	background: url(images/searchbar.gif) no-repeat left top;
	width: 278px;
	_width: auto;
	height: 29px;
	float: right;
	margin: 40px 20px 0 0;
	font-weight: lighter;
}
#header {
	margin: 0 auto;
	width: 946px;
}

#headerleft { background: #FFFFFF url(images/logo.png); height: 75px; width: 178px; float: left; margin-top: 11px; padding: 0px;
}

#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: #381a16 url(images/content-background.png) repeat-x left top;
	clear: both;
	float: left;
	margin-top: 14px;
	width: 100%;
}

/* The navigation */

#navigation {
	clear: both;
	float: left;
	height: 42px;
	width: 100%;
}
#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: 125%;
	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: url(images/content.png) repeat-y left top;
	float: left;
	width: 604px;
	padding: 0 0 0 6px;
	margin: 10px 0 0 20px;
}

/* The reason for encapsulating the #content */

#content #content-top {
	background: url(images/content-top.png) no-repeat left top;
	height: 17px;
	width: 610px;
	cursor: default;
	margin-left: -6px;
}
#content #content-bottom {
	background: url(images/content-bottom.png) 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%;
	color: #ffffff;
	float: left;
	margin-left: 10px;
}

#content .date div {
	font-size: 2em;
	height: 1em;
	line-height: 1em;
	text-align: center;
}
#content .date span {
	margin-top: 5px;
	display: block;
	text-transform: uppercase;
	color: #ffffff;
	font: 9px/normal Georgia;
	text-align: center;
}

/* The comment responses (if any) */

.comments {
	background: #DEE0BF;
	width: 595px;
	float: left;
	margin-left: 0px;
}
.response {
	background: url(images/comment-background2.gif) repeat-x left top;
	width: 575px;
	float: right;
	margin: 0 9px 9px;
	padding-top: 2px;
	padding-left: 3px;
	padding-right: 3px;
}
.response div { /* To fix the comment text */
	line-height: 200%;
	float: left;
	padding-top: 10px;
}
.response p {
	margin: 4px;
	float: left;
	display: inline;
	width: 510px;
}
.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;
}

/* 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;
	color: #ffffff;
}
#right {
	float: left;
	_position: absolute;
	width: 298px;
	margin: 15px 0 0 0;
}


/* The sidebar. Ignore the spontaneously used classes + divs. */

.sidebar {
	background: #dcecf4 url(images/ticket-booth.png) no-repeat left top;
	width: 297px;
	padding-top: 35px;
}
.sidebar ul {
	display: block;
	width: 260px;
	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 #aec1d2;
	text-decoration: none;
	clear: both;
	height: 25px;

}

.sidebar li a:hover {
	background: #f4faff;
	color: #5F6A54;
}
.subscribe {
	background: #E4DFC9 url(images/ticket-booth-bottom.png) no-repeat left top;
	width: 297px;
	height: 61px;
	_margin-bottom: -5px;
	clear: none;
	float: left;
}
.subscribe a {
	font-size: 1px;
	line-height: 59px;
	color: #D1492F;
	text-align: right;
	height: 59px;
	display: block;
	width: 297px;
}
/* For IE */
.subscribe a:hover {
	color: #D1492F;
}
/* 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: block;
}
.adverts a {
	position: relative;
	text-decoration: none;
	float: left;
}
.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: #381a16;
	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: #381a16 url(images/curtain.png) repeat-x left bottom;
	clear: both;
	float: left;
	height: 50px;
	width: 100%;
}



/* The archives & comments @ the bottom */

#archives {
	background: #543510 url(images/arc.jpg) no-repeat right top;
	width: 100%;
	height: 300px;
	color: #ffffff;
	padding: 20px 0 30px 0;
	_display: none;
	float: left;
}
.list {
	width: 280px;
	left: 2.6%;
	float: left;
	margin: 0 10px;
	font-style: italic;
	background: #transparent;
	padding: 6px;
}
.list ul {
	margin-bottom: 20px;
	clear: both;
}
.list li {
	list-style: none;
}
.list li a {
	display: block;
	color: #ffffff;
	padding: 10px 5px;
	border-bottom: 1px solid #ffffff;
	background: transparent;
	text-decoration: none;
	font-style: normal;
	clear: both;
}
.list li a:hover {
	background: #321d04;
}

/* The footer, with the shadow for the brick wall */

#footer {
	line-height: 50px;
	color: #a8a29c;
	height: 50px;
	width: 100%;
	text-align: center;
	background: #FFFFFF url(images/shadow.png) repeat-x left top;
	padding: 30px 0px 0px;
	clear: both;
}

img.alignleft, div.alignleft {
float:left;
margin:0 0.5em 0.5em 0;
}
img.alignright, div.alignright {
float:right;
margin:0 0 0.5em 0.5em;
}
img.aligncenter, div.aligncenter {
text-align:center;
margin:0 auto;
}