/*
Theme Name: Journalist
Theme URI: http://lucianmarin.com/
Description: Journalist is a smart, minimal theme designed for professional journalists.
Version: 1.9
Author: <a href="http://lucianmarin.com/">Lucian E. Marin</a>
Tags: white, two columns, fixed width, light, minimal
For the WordPress community (GPL), enjoy it guys.
by Lucian E. Marin - lucianmarin.com
*/

body {
  background: #ffffff;
  color: #333333;
  font-family: "Lucida Grande", "Lucida Sans Unicode", Verdana, sans-serif;
  font-size: 16px;
  line-height: 1.3;
}
h1, h2, h3, h4 {
  font-family: Georgia, Times, serif;
  font-weight: bold;
}
h1 {
  font-size: 36px;
}
h2 {
  font-size: 24px;
}
h3 {
  font-size: 18px;
}
h1 a,
h2 a,
h3 a {
  text-decoration: none;
}
a {
  color: #333333;
}
p {
  margin: 14px 0;
}
ul {
  margin: 10px 0 10px 20px;
}
li {
  list-style-type: disc;
  margin: 5px 0;
}
div#masthead {
  background-color: #333333;
  color: #ddd;
}
div#masthead-content {
  margin: 0 auto;
  padding: 10px 0 0 0;
  width: 40em;
}
div#masthead-content ul#nav {
  float: right;
  list-style-type: none;
}
div#masthead-content ul#nav li {
  display: inline;
}
div#masthead-content ul#nav li a {
  color: inherit;
  float: right;
  text-align: center;
  text-decoration: none;
  width: 80px;
}
div#masthead-buffer {
  background: #ffffff url("/images/top.jpg") repeat-x;
  /*clear: both;*/
  height: 54px;
}
div#container {
  background-color: #fff;
  margin: 0 auto;
  width: 40em;
}
div#terralien_badge {
  text-align: right;
}
div#content {
  
}
a.site-title {
  color: #eee;
  text-decoration: none;
}
