/*
-----------------------------------------------
roberthilbe.com Nature Style
Author:	Robert Hilbe
Version:  2009-02-06
----------------------------------------------- */

body {
	margin: 0;
	padding: 0;
	color: #fff;
	font: small/1.4em verdana,arial,helvetica,sans-serif;
	text-align: center;
	background: url(/img/body-bg-nature.jpg);
	}

blockquote[cite]:after {
	color: #64834f;
	}

code, pre code {
	padding: 2px;
	width: 450px;
	overflow: auto;
	color: #85D8AE;
	font-size: 115%;
	}

/* =Links
----------------------------------------------- */

a {
	color: #bce6ed;
	text-decoration: none;
	}

a:visited {
	color: #85D8AE;
	}

a:hover {
	color: #bce6ed;
	}

/* =Container
----------------------------------------------- */

#container {
	width: 780px;
	padding: 0 24px 0 17px;
	margin: 0 auto;
	min-height: 600px;
	background: url(/img/container-bg-nature.jpg) repeat-y;
	text-align: left;
	position: relative;
	voice-family: "\"}\""; 
	voice-family: inherit;
	width: 740px;
	}

/* =Header
----------------------------------------------- */

#header {
	height: 140px;
	background: url(/img/header-bg-nature.jpg) no-repeat;
	position: relative;
	}

#header h1, #header p {
	position: absolute;
	text-indent: -10000px;
	}

#header a {
	position: absolute;
	top: 84px;
	left: 409px;
	width: 255px;
	height: 37px;
	background: url(/img/header-h1-bg-nature.jpg);
	}

#header a:hover {
	background: url(/img/header-h1-bg-nature-hover.jpg);
	}

#header a img {
	display: none;
	}

/* =Navigation
----------------------------------------------- */

#navigation ul {
	position: absolute;
	top: 145px;
	right: 24px;
	margin: 0;
	padding: 1px;
	list-style: none;
	}

#navigation li {
	margin: 0;
	padding: 0 0.8em;
	display: inline;
	float: left;
	}

#navigation li a {
	padding: 0.2em;
	font: bold 110%/1.2em helvetica,arial,sans-serif;
	text-transform: uppercase;
	letter-spacing: -0.06em;
	color: #fff;
	display: block;
	height: 1.2em;
	}

* html #navigation li a {
	width: 1%;
	white-space: nowrap;
	}

/* =Content
----------------------------------------------- */

#content {
	width: 450px;
	margin: 4em 0 20px 30px;
	padding: 1px;
	min-height: 500px;
	font-size: 93%;
	float: left;
	overflow: hidden;
	display: inline; /* for IE doubled margin problem, see http://www.positioniseverything.net/explorer/doubled-margin.html */
	}

#content h2 {
	margin: 23px 0 10px;
	font: normal 160%/1.2em 'lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
	letter-spacing: -1px;
	}

#content h3 {
	margin: 17px 0 6px;
	font: normal 130%/1.2em  'lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
	letter-spacing: -1px;
	}

#content h4 {
	margin: 13px 0 4px;
	font: normal 120%/1.2em  'lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
	letter-spacing: -1px;
	}

#content h5 {
	margin: 10px 0 2px;
	font: normal 110%/1.2em  'lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
	letter-spacing: -1px;
	}

#content h2, #content h3, #content h4, #content h5, #content h2 a, #content h3 a, #content h4 a, #content h5 a {
	color: #fff;
	}

#content h2 a:hover, #content h3 a:hover, #content h4 a:hover, #content h5 a:hover {
	color: #bce6ed;
	border: none;
	}

#content ul {
	margin: 3px 0;
	padding: 0;
	list-style: none;
	}

#content ul li {
	margin: 0;
	padding: 0 0 0 20px;
	background: url(/img/content-li-tabs.gif) no-repeat;
	}

#content ol {
	margin: 3px 0 3px 2em;
	padding: 0;
	}

#content a:hover {
	border-bottom: 1px solid #68a;
	}

/* =Side
----------------------------------------------- */

#side {
	width: 200px;
	margin: 5em 15px 20px 0;
	padding: 1px;
	font-size: 90%;
	line-height: 1.2em;
	float: right;
	display: inline; /* for IE doubled margin problem, see http://www.positioniseverything.net/explorer/doubled-margin.html */
	}

#side h2 {
	margin: 0 0 7px 0;
	padding: 0;
	font: bold 110%/1.3em  'lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #97b67f;
	}

#side ul {

	margin: 0;
	padding: 0;
	list-style: none;
	}

#side li {
	display: inline;
	}

#side li a, .blogrollitem a {
	padding: 2px 10px 2px 20px;
	display: block;
	}

#side li a:hover, .blogrollitem a:hover {
	background: url(/img/side-li-vision.gif) no-repeat 0 50%;
	text-decoration: none;
	}

.sidebox {
	margin: 15px 0;
	overflow: hidden;
	}

#side a img {
	padding: 2px;
	margin: 3px;
	border: 1px solid #658752;
	}

#side a:hover img {
	background: #416439;
	}

/* =Search
----------------------------------------------- */

#searchbox {
	width: 180px;
	font-size: 110%;
	}

/* highlight livesearch with cursor */

#LSResult a:active, #LSResult a:focus {
	color: #fff;
	}

.blogrollfolder {
	margin: 0 0 0 10px;
	}

/* =Quote
----------------------------------------------- */

#quote {
	margin: 10px 0;
	padding: 4px 0;
	border: 3px double #787;
	border-width: 3px 0;
	}

#quote p {
	margin: 0;
	padding: 0;
	color: #ded;
	font: 110%/1.3em georgia,'times new roman',times,serif;
	}

/* =Footer
----------------------------------------------- */

#footer {
	text-align: center;
	margin: 0;
	padding: 13px 0;
	clear: both;
	font-size: 80%;
	line-height: 1.3em;
	color: #888;
	background: #2b3326 url(/img/footer-bg-nature.jpg) repeat-x;
	border-bottom: 1px solid #374131;
	}

#footer a, #footer a:visited {
	color: #ddd;
	}

#footer a:hover {
	color: #567;
	text-decoration: none;
	}

#footer a:hover {
	text-decoration: none;
	}

/* =Articlenav
----------------------------------------------- */

#articlenav {
	margin: 1em 0;
	font-size: 80%;
	clear: both;
	}

#articlenav a {
	margin: 7px 0;
	padding: 2px 10px;
	background: #64834f;
	color: #e3e3e6;
	border: 1px solid #e3e3e6;
	border-width: 1px 0;
	display: block;
	float: left;
	text-decoration: none;
	}

#articlenav a:hover {
	background: #fff;
	color: #31501d;
	border: 1px solid #e3e3e6;
	border-width: 1px 0;
	}

/* =Comment
----------------------------------------------- */

#comment {
	font-size: 95%;
	clear: both;
	margin: 0 0 15px 0;
	}

.comment {
	position: relative;
	padding: 3px 3px 1px 25px;
	border-top: 1px dotted #97b67f;
	}

.comment_meta {
	font-size: 90%;
	color: #97b67f;
	}

.comment p {
	margin: 3px 0;
	}

.comment_count {
	position: absolute;
	top: 15px;
	left: 5px;
	font: 160%/0.9em georgia,'times new roman',times,serif;
	border: none !important;
	}

.comments_invite {
	margin: 0;
	color: #888;
	font-size: 95%;
	}

.info {
	margin: 0 0 -10px 0;
	font: normal 210%/1.2em georgia,'times new roman',times,serif !important;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	color: #64834f !important;
	}

/* =Article
----------------------------------------------- */

.article {
	margin: 0 0 20px 0;
	clear: both;
	position: relative;
	}

.article img {
	margin: 5px 15px 10px 0;	
	padding: 2px;
	border: none;
	float: left;
	}

/* =Excerpt
----------------------------------------------- */

.excerpt span.posted {
	font: 87% georgia,'times new roman',times,serif;
	color: #97b67f;
	display: block;
	}

.posted {
	margin: 10px 0 0 0;
	padding: 0 0 0 20px;
	color: #64834f;
	font-size: 95%;
	background: url(/img/posted-bg-tabs.gif) no-repeat;
	}

/* =Project
----------------------------------------------- */

.project {
	margin: 10px 10px 10px 0;
	float: left;
	}

.project a {
	margin: 3px;
	border: none !important;
	}

.project a img {
	padding: 3px;
	border: 2px solid #42612f;
	}

.project a:hover img {
	border: 2px solid #efe;
	}

/* =Edit
----------------------------------------------- */

.article p.editlink {
	display: none;
	}

.article:hover p.editlink {
	display: block;
	}

.editlink {
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	padding: 0 0 5px 5px;
	background: #1D4313;
	z-index: 5;
	}

.editlink a {
	font: bold 130%/1.2em georgia,'times new roman',times,serif !important;
	text-transform: lowercase;
	letter-spacing: -0.02em;
	color: #64834f !important;
	}

.editlink a:hover {
	color: #efe !important;
	border: none;
	}

/* =Imagenav
----------------------------------------------- */

#imagenav {
	margin: 0;
	padding: 0;
	}

#imagecaption, #imagenav {
	clear: both;
	font-size: 85%;
	}

#imagenav a {
	padding: 2px;
	}

#imagenav a:hover {
	background: #fff;
	text-decoration: none;
	}

/* =Forms
----------------------------------------------- */

fieldset {
	padding: 10px 15px;
	border: 1px solid #42612f;
	border-color: #42612f #3e5e20 #31551e #31551e;  
	}

fieldset p {
	margin: 0;
	}

legend {
	margin: 0;
	padding: 0 3px;
	font: bold 130%/2 georgia,serif;
	letter-spacing: 0.02em;
	color: #64834f;
	}

label {
	font-weight: bold;
	color: #aba;
	}

label:hover {
	color: #ccc;
	}

form dt {
	margin: 4px 0;
	width: 170px;
	height: 1em;
	float: left;
	clear: both;
	}

form dd {
	margin: 0;
	}

input, textarea {
	margin: 5px 0;
	padding: 2px;
	color: #123;
	background: #fff;
	font: 100%/1.2em georgia,'times new roman',times,serif;
	border: 1px solid #cfcfcf;
	}

input {
	background: #fff url(/img/body-bg-tabs.jpg) repeat-x 0 85%;
	}

input:focus, textarea:focus {
	background: #fff;
	border: 1px solid #999;
	}

#checkbox {
	padding: 0;
	border: none;
	}

/* =Templating
----------------------------------------------- */

body#home #homelink a, body#log #loglink a, body#portfolio #portfoliolink a, body#fotos #fotoslink a, body#uebermich #uebermichlink a, body#links #linkslink a {
	border-bottom: 3px solid #fff;
	cursor: default;
	}

#foto {
	text-align: center;
	visibility: hidden;
	}

#foto img {
	margin: 30px auto;
	padding: 3px;
	display: block;
	border: 1px solid #42612f;
	border-color: #42612f #3e5e20 #31551e #31551e;  
	width: 440px;
	}

body#fotos .fotolist a {
	border: none;
	}

body#fotos .fotolist a img {
	margin: 0 3px;
	padding: 2px;
	border: 2px solid #64834f;
	}

body#fotos .fotolist a:hover img {
	border: 2px solid #efe;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	}

#home #content h2 {
	margin: 0 0 -10px 0;
	font: normal 210%/1.2em georgia,'times new roman',times,serif;
	text-transform: lowercase;
	letter-spacing: -0.05em;
	color: #64834f !important;
	}

#home #content h3 {
	font: normal 160%/1.2em 'lucida grande','lucida sans unicode',arial,helvetica,sans-serif;
	letter-spacing: -1px;
	}