html, body {
	background-color: #ddd;
	font-family: Georgia;
	font-size: 10pt;
}

.container {
	width: 560px;
	padding: 0 15px;
	background: white;
	color: black;
	border: 2px solid #CCC;
}

.name {
	color: #333;
	font-size: 36pt;
	text-align: center;
	margin: auto;
	text-transform: lowercase;
	height: 60px;
}

.long-divider {
	margin: 0 auto;
	display: block;
	width: 68%;
}

.arrow {
	text-align: center;
	margin: auto;
	font-size: 8pt;
	vertical-align: sub;
}

.centered {
	text-align: center;
	margin: 0;
}

.years {
	border-bottom: 1px solid #777;
	padding: 3px 0;
}

.title {
	font-family: Georgia;
	color: #000;
	font-size: 20pt;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

.subheading {
	font-family: Georgia;
	color: #000;
	text-transform: lowercase;
	font-variant: small-caps;
	margin: 0;
	padding: 0;
}

.smallheading {
	color: #333;
}

a {
	color: #08C;
	text-decoration: none;
	font-weight: bold;
}

a:hover {
	color: #F60;
}

.critique {
	margin-top: 0;
	margin-bottom: 20px;
	font-style: italic;
	color: #666;
}

.critic {
	font-weight: bold;
}

#more, #less {
	font-weight: normal;
	font-size: 14pt;
	text-transform: lowercase;
	text-decoration: none;
	cursor: pointer;
	font-style: italic;
}

.links-arrow {
	font-size: 8pt;
	font-style: normal;
	vertical-align: sub;
}

#links {
	text-align: center;
}

p {
	margin-bottom: 10px;
}

#feeling-divider {
	margin: 2px auto;
}

.small-arrow {
	font-size: 8pt;
}

#content {
	padding-top: 4px;
}

.footer {
  width: 70%;
  border-top: 1px solid #DDD;
  margin: auto;
	text-align: center;
	color: black;
}

.footer a {
	text-decoration: none;
	font-weight: normal;
}

.examples {
	text-align: center;
	margin: auto;
}

#sidebar {
  margin: auto;
  padding-top: 0px;
}

.navigation-list {
  margin: auto;
  text-align: center;
  list-style-type: none;
  text-transform: lowercase;
  font-variant: small-caps;
  font-size: 13pt;
}

.navigation-item {
  vertical-align: top;
  border-right: 1px solid #CCC;
  display: inline;
  padding: 13px;
  padding-right: 18px;
}

.navigation-item a {
  color: black;
  font-weight: normal;
}

.last-item {
  border-right: none;
}

.navigation-item a:hover {
  text-decoration: underline;
}

.recent-post a:hover {
  font-size: 12pt;
  font-variant: small-caps;
}

.year {
  margin: 0;
  font-size: 15pt;
  font-style: italic;
}