
body {
/*  background-color: #EEEEEE; */
  background-color: #fff;
  color:#444;

  max-width: 40em;
  line-height: 1.6;
  font-size: 18px;
  margin: 40px auto; /* 40px from top and automatic horizontally */
  padding: 0 10px;
}

/*
h1, h2, h3 {
  line-height:1.2;
}
*/

h1 {
  font-size: 18px;
}

/* navbar */
#navbar {
  width: 140%;
}

#navbar ol {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  float: right;
}

#navbar li {
  display: inline;
}

#navbar li a {
  display: inline;
  padding: 8px 15px;
}

/* dateline class */
.dateline {
  color: #9c978e;
  margin-top: 10px;
  margin-bottom: 10px;
}

/* pretty links */
a {
  text-decoration: none;
  color: #000000;
}

a:hover {
  text-decoration: underline;
  color: inherit;
}

/* Blog header */
h4#name a {
  color: #444;
}

img[alt=photo] {
  width: 400px;
}