* { 
  margin: 0; 
  padding: 0;
}

/* YES */
/* 24px line-heights, 
   16px font-sizes
    8px leading => 24/16 = 150% */

body {
  background: #f1edda url("../images/background.png");
  background: #f1edda;
  /*background: #fff url('../images/gridbg.gif');*/
  font: 16px/24px Palatino, "Palatino Linotype", Georgia, Times, "Times New Roman", serif;
  margin-top: 48px;
}

h1, h2, h3, h4, h5, h6 {
  color: #9c8a36;
  margin: 0;
}

h1 {
  font-size: 48px; 
  line-height: 48px;
  margin-bottom: 24px;
}
h2 {
  font-size: 36px;
  line-height: 48px;
  margin: 0;
}
h3 {
  padding-top: 24px;
  font-size: 16px;
  line-height: 24px;
}
p {
  padding-top: 18px;
  margin-bottom: 6px;
}
ul {
  padding-top: 4px;
  margin-bottom: 16px;
}
a:focus, 
a:hover { 
	color: #000;
}
a { 
  color: #009;
  text-decoration: underline;
}
pre {
  font-family: Consolas, "Lucida Console", Monaco, monospace;
}

#entries .entry h3,
#entries .entry h4 {
/*  margin: 0;*/
  margin-bottom: 11px;
  color: #9c8a36;
/*  display: inline;*/
}

#entries .entry h3 {
  text-transform: lowercase;
  font-variant: small-caps;
}

#entries .entry h3 span {
  font-variant: normal;
  text-transform: none;
  font-size: .6em;
/*  margin-bottom: 1.875em;*/
/*  line-height: 1.875em;*/
}

#entries .entry h4 {
  font-size: 0.7em;
  margin-left: 1.5em;
}

#entries .entry .sidenote h2 {
  font-size: 1em;
}

h1#logo {
  /*text-indent: -3000px;
  height: 42px;
  background: url("../images/logo.png") no-repeat;
  width: 177px;*/
  color: #CE5016;
}

#sidebar {
  color: #504a30;
}

#sidebar h2 {
  color: #9c8a36;
  font-variant: small-caps;
  text-transform: lowercase;
}

#sidebar p {
  font-size: 0.9em;
}

#sidebar ul {
  list-style-type: none;
}

#sidebar ul li {
  line-height: 16px;
  margin-bottom: 16px;
  padding-top: 0;
}

#sidebar ul li small {
  color: black;
}

#entries {
  position: relative;
}

/*#entries .entry .sidenote {*/
.sidenote {
  position: absolute;
  float: none;
  left: 360px;
  width: 200px;
  font-size: 0.8em;
  line-height: 1.4em;
  margin-top: 3px;
}

#entries .entry.twitter div.sidetrack {
  
}

#entries div.entry p {
/*  padding-right: 31px;
  width: 314px;*/
}

#entries div.entry {
  
}

#entries div.entry p span.open.sidenote,
#entries div.entry p span.close.sidenote {
  display: none;
}
