* {
  margin: 0px;
  padding: 0px; }

body {
  background-color: white;
  font-family: helvetica, arial, sans-serif; }

a {
  color: #8f4123;
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

h3 {
  font-size: 1.4em;
  color: #333; }

h3 {
  font-size: 1.4em;
  color: #333; }

h1 {
  color: #8f4123;
  font-size: 1.4em; }

p {
  font-size: 1.2em;
  margin: 20px 0px; }

ul {
  padding: 0px; }

ul li {
  list-style: none; }

ol {
  margin-left: 20px; }

blockquote {
  padding: 1px 10px;
  background-color: LightGray;
  margin: 10px 0px; }


#site {
  margin-right: auto;
  margin-left: auto; }

.title {
  min-width: 76%;
  width: 76%;
  display: inline-block; }

#content {
  width: 680px;
  margin: 0px auto;
  margin-top: 20px; }

.section {
  width: 700px;
  margin-right: auto;
  margin-left: auto; }

.section h1.post {
  text-align: right; }

#header {
  clear: both;
  background-color: #333;
  width: 100%;
  padding-bottom: 5px;
  padding-top: 5px;
  border-bottom: 2px solid #CACACA;
  max-height: 25px; }

#nav {
  margin-right: auto;
  margin-left: auto;
  width: 900px; }

#header ul {
  padding: 0px;
  padding-bottom: 5px;
  list-style: none;
  display: inline;
  clear: both; }

#header li {
  padding: 10px;
  display: inline;
  font-size: 1.2em; }

#header img {
  vertical-align: middle;
  border: 4px solid #333;
  float: left;
  margin-top: -5px; }

#header li:first-child a{
  font-weight: bold;
  color: #8f4123; }

#header li a {
  text-decoration: none;
  color: #CACACA; }

#header li.current:hover a {
  color: #CACACA; }

.posts li {
  list-style: none;
  margin: 5px 0px; }

.posts li a {
  text-decoration: none;
  color: black; }

.time {
  display: inline-block;
  color: Gray; }

.posts.section li a:hover {
  border-bottom: 2px solid #8f4123; }

.posts .event {
  display: inline-block;
  font-style: italic;
  font-size: .9em;
  margin-bottom: 10px; }

.post_meta {
  text-align: left;
  margin-top: 10px; }

#post_title {
  color: Gray;
  font-size: 1.9em;
  text-align: left;
  margin-bottom: -35px;
  display: inline; }

.section ul.talks li {
  list-style: none;
  color: #8f4123;
  font-size: 1.2em;
  margin-bottom: 8px;
  margin-top: 5px; }

.section ul.talks li a {
  color: black; }

.section ul.talks li span {
  font-size: .8em; }

.section ul.talks li span a {
  color: #8f4123; }

