@font-face {  
  font-family: 'Betty Noir Web';  
  src: url('/fonts/bettynoir.ttf');  
}

body{
  background: #e8e2c3 url('../images/beige_background.jpg');
  border-top: 10px solid #AEA48B;
  padding-top: 20px;
  color: #100E0D;
	color: #200000;
  font-family: Georgia,serif;
  font-size: 1.1em;
}

h1 {
  font-family: "Betty noir Web", "Betty noir", Georgia;
  font-weight: normal;
  margin-top: 1.1em;
  font-size: 3.2em;
	color: #230E09;
}

h2 {
  font-size: 1.6em;
  font-weight: normal;
}

a {
  color: #B10513;
  text-decoration: none;
}

a:hover {
  color: #FFE1C9;
  background: #B10513;
}

ul {
  list-style: none;
}

li {
  float: left;
  margin-left: 0;
  margin-right: 0.5em;
}

li a {
	padding: 0.1em 0.4em;
}

#content p {
  line-height: 1.5em;
}

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

#twitter_update_list li {
  margin-bottom: 1em;
}