a {
  color:#00f;
  cursor:pointer;
  text-decoration:none;
}

a:hover {
  text-decoration:underline;
}

body, html {
  height:100%;
}

body {
  background:#000 url(../images/background-body.gif) top center no-repeat;
  color:#000;
  font:normal 10pt 'Helvetica Neue', Helvetica, Arial, sans-serif;
  margin:0;
  padding:0;
  text-align:center;
}

h1, h2, h3, h4 {
  font-family:Courier;
}

h1, h2 {
  font-size:11pt;
  margin:0;
}

h1 {
  text-transform:uppercase;
}

#main {
  height:100%;
  margin:0 auto;
  text-align:left;
  width:836px;
}

#header, #content {
  background-color:#fff;
}

#header {
  position:relative;
}

#menu {
  background-color:#d01920;
/*  height:37px;*/
  height:4px;
  list-style-type:none;
  margin:0;
  overflow:hidden;
  padding:0 44px;
}

#menu li {
  border-left:2px solid #fff;
  color:#fff;
  display:block;
  float:left;
  margin-top:11px;
  height:15px;
}

#menu li.first {
  border-left-width:0;
}

#menu li a {
  color:#fff;
  display:block;
  font:bold 13pt Courier, 'Courier New';
  line-height:37px;
  padding:0 10px;
  position:relative;
  text-decoration:none;
  text-transform:uppercase;
  top:-11px;
}

#logo {
  background:url(../images/logo.gif) center center no-repeat;
  display:block;
  height:92px;
  padding:18px 0 18px 34px;
  width:483px;
}

#logo span {
  display:none;
}

#frank {
  background:url(../images/frank.png) center center no-repeat;
  height:643px;
  left:50%;
  margin-left:190px;
  position:absolute;
  top:12px;
  width:244px;
  z-index:1;
}

#content {
  min-height:529px;
  overflow:hidden;
  padding:2em 0 2em 2em;
}

#left {
  float:left;
  width:500px;
}

#right {
  background:url(../images/background-right.gif) right 530px no-repeat;
  font-family:Courier;
  float:right;
  padding:560px 0 0 32px;
  width:234px;
}

#right a {
  color:#898989;
}

#right ul {
  margin:10px;
  padding:0 0 0 10px;
}

#footer {
  color:#fff;
  font-size:9pt;
  overflow:hidden;
  padding:1em 0;
}

#footer a {
  color:#f00;
}

#footer-left {
  float:left;
}

#footer-right {
  float:right;
  font-size:8pt;
  text-align:right;
}

#splatter {
  background:url(../images/background-splatter.gif);
  height:184px;
  margin-left:418px;
  left:50%;
  position:absolute;
  top:743px;
  width:42px;
}

.meta {
  color:#898989;
  font:10pt 'Helvetica Neue', Helvetica;
  margin:0.5em 0;
}

div.photo {
  margin:1.5em 0;
  text-align:center;
}

div.photo img, img.photo {
  border:1px solid #959595;
  display:inline-block;
  margin:5px;
}

img.photo {
  float:left;
  margin:0 1em 1em 0;
}

img.photo.right {
  float:right;
  margin:0 0 1em 1em;
}

.post {
  margin:0 0 2em 0;
}

.post img.center {
  display:block;
  float:none;
  margin:0.5em auto;
}

.post img.left {
  float:left;
  margin:0 0.5em 0.5em 0;
}

.post img.right {
  float:right;
  margin:0 0 0.5em 0.5em;
}

.post h1, .post h2 {
/*  font-variant:small-caps;
  text-transform:lowercase;*/
  text-transform:uppercase;
}

.post h2 {
  font-size:10pt;
}

body.mono .post p {
  font-family:Courier;
}

.post p {
  line-height:1.4em;
}

.red {
  color:#d01920;
}

.tweet {
  font-family:Courier;
  margin:1em 0;
}

#twitter .meta {
  color:#898989;
  font-size:8pt;
}
