/* Reset */

/* Main */
body {
  background-image:url(/images/PaperTile02.gif);
  margin:0;
  padding:0;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 80%;
}
#header {
  height: 72px; /*Height of top section*/
  padding: 10px;
  color: #615139;
}
#site-search {
  float: right;
  background-color: transparent;
}
.searchBox {
  border: 1px solid #be9d7b;
}
.searchButton {
  border: 1px solid #be9d7b;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
  background:#fffde8 url(/images/search.png) no-repeat scroll 4px;
  text-transform: lowercase;
  font-size:10px;
  margin-bottom:1px !important;
  padding:1px 1px 1px 14px;
}
#content-wrapper {
  float: left;
  width: 100%;
}
#breadcrumbs {
  margin: 0 230px 0 198px;
  font-size: 85%;
  text-transform: lowercase;
}
#content {
  margin: 0 230px 0 198px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  /* background:#fffde8; */
  background:#fff;
  padding:4px;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border-top:2px solid #be9d7b;
  border-right:2px solid #fae1c8;
  border-left:2px solid #be9d7b;
  border-bottom:2px solid #fae1c8;
}
#content h1 {
  margin-top: 0;
  color: #684c17;
  border-bottom: 1px dotted #684c17;
}
#content h3 a {
  border-bottom: 1px dotted #a3a39c;
  display: block;
  padding-bottom: 2px;
  text-decoration: none;
  color: #684c17;
}
#content p {
  line-height: 160%;
}
#content img {
  margin-left: 1em;
}
#content .info {
  color: #b0af99;
  font-size: 80%;
  margin-top: 1.5em;
}
#content .entry .info {
  margin-top: 1em;
}
#content .date {
  font-size: 80%;
  color: gray;
}
#content .first.entry {
  background-color: #f7f3e8;
/*
  margin: -25px;
  margin-bottom: 0;
  padding: 25px;
*/
}
#content .first.entry h3 {
  margin-top: 0.25em;
  color: #684c17;
}
#content .highlight {
  margin: 0.25em;
  padding: 1em;
  border: 2px dotted #be9d7b;
  -moz-border-radius:5px;
  -webkit-border-radius:5px;
  border-radius:5px;
}
#menu{
  float: left;
  width: 198px; /*Width of left column*/
  margin-left: -100%;
}
#menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
#menu a, #menu span {
  display: block;
  margin-left: 32px;
  padding-top: 5px;
  height: 22px;
  width: 160px;
  font-weight: bold;
}
#menu span {color: #967e58;}
#menu li {
  background-image: url(/images/Bar2.gif);
  background-repeat: no-repeat;
}
#menu ul li:first-child {
  background-image: url(/images/BarTop.gif);
}
#menu ul li:first-child a, #menu ul li:first-child span {
  padding-top: 38px;
  height: 22px;
}
#menu li:last-child, #menu li.last-child {
  background-image: url(/images/BarBot.gif);
}
#menu li:last-child a, #menu li:last-child span, #menu li.last-child a, #menu li.last-child span  {
  height: 50px;
}
#sidebar-wrapper {
  float: left;
  width: 210px; /*Width of right column*/
  margin-left: -220px; /*Set left marginto -(RightColumnWidth)*/
}
#sidebar {
  background:#ffe;
  -moz-border-radius:10px;
  -webkit-border-radius:10px;
  border-radius:10px;
  border-top:2px solid #be9d7b;
  border-right:2px solid #fae1c8;
  border-left:2px solid #be9d7b;
  border-bottom:2px solid #fae1c8;
}
#sidebar {
  font-size: 90%;
/*  padding: 15px;*/
  padding-top: 0px;
}
#sidebar h3 {
  font-size: 160%;
}
#sidebar p {
  line-height: 140%;
}
#sidebar ul {
  margin-left: 1.5em;
  padding: 0;
}
#sidebar li {
  margin-bottom: .25em;
}
#accent {
  width: 210px; /*Width of right column*/
  text-align: center;
}
#footer {
  clear: left;
  color: #333;
  margin: 0 230px 0 198px; /*Margins for content column. Should be "0 RightColumnWidth 0 LeftColumnWidth*/
  padding: 4px 0;
  font-size:85%;
}

#footer a{
  color: #684c17;
}

#site-subtitle {
  font-style: italic;
  font-size: 85%;
  letter-spacing: 2px;
  text-transform: lowercase;
}

a { color:#684c17; }
a:visited { color:#684c17; }
img { border:0; }

.innertube{
  margin: 10px; /*Margins for inner DIV inside each column (to provide padding)*/
  margin-top: 0;
}

.discreet{
  font-size: 75%;
  color: gray;
}

ul.prettylist {
  list-style-type: none;
  padding: 0;
  margin: 0;
}

ul.prettylist li {
  background-image: url(/images/pebble_bullet.png);
  background-repeat: no-repeat;
  background-position: 0 .4em;
  background-position: 0 50%;
  padding: 3px 0 3px 24px;
  margin: .4em 0;
}
