/* RESET */
body {
  margin: 0;
  padding: 0;
  font-family: Georgia, "Times New Roman", serif;
  font-size: 14px;
  line-height: 1.6;
  color: #333;
  background: #f5f5f5;
}

/* WRAPPER */
#container {
  width: 900px;
  margin: 0 auto;
  background: #fff;
}

/* HEADER */
#header {
  padding: 30px;
  border-bottom: 1px solid #ddd;
}

#header h1 {
  font-size: 32px;
  font-weight: normal;
}

#header h1 a {
  text-decoration: none;
  color: #000;
}

/* NAVIGATION */
#nav {
  margin-top: 10px;
}

#nav a {
  margin-right: 15px;
  color: #666;
  text-decoration: none;
}

#nav a:hover {
  color: #000;
}

/* CONTENT */
#content {
  padding: 30px;
}

.post {
  margin-bottom: 40px;
}

.post h2 {
  font-size: 24px;
  font-weight: normal;
}

.post p {
  margin-bottom: 15px;
}

/* FOOTER */
#footer {
  padding: 20px;
  font-size: 12px;
  color: #888;
  border-top: 1px solid #ddd;
  text-align: center;
}

/* LINKS */
a {
  color: #0066cc;
}

a:hover {
  text-decoration: underline;
}
