@charset "UTF-8";
/* CSS Document */

body {
	background-color: #FFFBEC;
}

body,
input,
button,
select,
textarea,
.navbar-search .search-query {
  font-family: Georgia, "Times New Roman", Times, serif;
}

/*
.page-header {
	background-color:#A85539;
}

header h1 {
	color: #ffffff;
}

*/

header h2 {
/*	text-align:right; */
	color: #A85539;
/*	margin-left: 50px; */
	font-style: normal;
	font-weight: normal;
/*	font-variant:small-caps; */
	font-size: 1.4em;
    line-height: 1.2em;
}

/* Lists as trees, using the method of http://odyniec.net/articles/turning-lists-into-trees/
   Outermost <ul class=tree>
   Each <li> contents should be in a <div>
*/

ul.tree, ul.tree ul {
	list-style-type: none;
    background: url(vline.png) repeat-y;
    margin: 0;
    padding: 0;
}
   
ul.tree ul {
    margin-left: 10px;
}

ul.tree li {
    margin: 0;
    padding: 0 0 0 12px;
    line-height: 20px;
    background: url(node.png) no-repeat;
}

ul.tree li:last-child {
    background: #fffbec url(lastnode.png) no-repeat;
}
  
blockquote p {
	font-size: 1em;
	margin: .5em;
}