/* borrowed from Tim Bray's blog */
/* Begin Typography & Colors */
body {
/*	font-family: Georgia, serif; */
	font-size: 16px;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  background: rgb(206, 201, 195);
  color: rgb(49, 54, 60);
  padding: 0px;
  margin: 10px 30px 0px 30px;
}

#banner {
	border-style:solid;
	border-color:black;
	border-width:1px;
	float: none;
	height: 135px;
  	background-image: url("/images/horizontal-sage-on-road-flattened-800.png");
  	background-repeat: repeat-x;
}

#banner>div {
	float: left;
}

#search {
  position: absolute; 
  right:40px;
}

/* fix this */
#bannerimg>a {
	border-style: none;
}

#feed>a>img {
	vertical-align: middle;
	margin: 5px;
}

#bannertxt {
	margin-left: 10px;
	margin-right: 10px;
    font-weight: normal;
}

#bannertxt>h1
{
  font-family: Verdana, sans-serif;
  font-size: 30px;
    position: relative;
    top: -15px;
    left: 50px;
}

#bannertxt>h2 {
	font-size: 25px;
    position: relative;
    top: 15px;
    left: 150px;
}

/* navlist taken and modified from russell beattie */

#menu {
	border-style: solid;
	border-width:1px;
	font-size: 90%;
	padding: 0px;
	margin: 0px;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}

#menu #navlist
{
	padding-bottom: 5px;
	padding-top: 5px;
	padding-left: 0;
	margin-top: 0;
	margin-left: 0;
/*	color: black; */
	line-height: 18px;
	margin: auto;
	width: 100%;
}

#navlist li
{
	display: inline;
	padding-left: 0;
	padding-right: 0;
	padding-bottom: 5px;
	padding-top: 5px;
}

#navlist li a
{
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-top: 5px;
	color: rgb(49, 54, 60);
	text-decoration: none;
	border-right: 1px solid black;
}

#navlist li a:hover
{
	text-decoration: underline;
}

#navlist #active { 
	border-left: 1px solid black;
}

#navlist #last a
{	
	border-style: none;
}

#layout {
	  text-align:left;
	  float:none;
}

#leftbar {
	float: left;
	width: 200px;
	height: 637 px;
	display: run-in;
	padding-right: 2em;
}

#content {
	float: left;
}

#sidebar {
	display: none;
	float: right;
	width: 0%;
}

#sidebar>div {
	border: 2px solid rgb(86, 83,67);
	-moz-border-radius: 10px 10px 10px 10px;
	padding: 1em;
	margin: 1em;
	display: none;
	font-size: 80%;
}

.treeselector {
    text-decoration: none;
    font-weight: bold;
	color: red;
	font-family: monospace;
	border: 1px solid red;
	padding-left: 2px;
	padding-right: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

.boxmenu {
	text-align: right;
}

.boxmenu a {
    text-decoration: none;
    font-weight: bold;
	color: red;
	font-family: monospace;
	border: 1px solid red;
	padding: 1px;
}

#content {
	margin-top:2px;
	margin-bottom:2px;
}

/* from tim bray */
/*.post a */
#content a
{
    text-decoration: none;
    font-weight: bold;
/*    color: #0012A4; */
/*	color: #660099; */
/* complementary frombackground + 60  of red */
/*	color: rgb(100, 54, 60); */
	/* color of the mountain flank in the banner: too clear
	color: rgb(192,176,163); */
	/* color of a darker part of mountain flank: too clear
	color: rgb(155,136,124); */
	/* color of a darker part of mountain flank made darker in ps: not bad
	color: rgb(131,108,93); */
	/* complementary of color of a darker part of mountain flank made darker: not bad */
	color: rgb(124,147,162);
	
}

/* from tim bray */
/*
.postmetadata a
{
    text-decoration: none;
    font-weight: bold;
    color: #33CCCC;
}
*/

/* borrowed from Cedric Beust's blog: http://beust.com/weblog/styles-site.css */
blockquote, code {
	display: block;
    border: 2px dotted;
    background-color: #eee; 
    padding: 15px;
    margin: 10px 10px;
    color: #333;
}

code {
  font-family: monospace;
  font-weight: bold;
  font-size: 80%;
  white-space: pre;
/* should be pre-wrap but from css 2.1 and not implemented in firefox yet */
/*  white-space: pre-wrap; */
/*  background-color: #E0E0E0;
  margin-left: 10;
  margin-right: 10;
  padding-left: 10;
  padding-right: 10;
  padding-top: 10;
  padding-bottom: 10; */
}

#footer {
	clear:both;
	border-top: solid thin black;
	padding-top:10px;
	text-align: center;
	font-size: 70%;
}

.logo {
	border-style: none;
}
