/*
    Theme Name: Phantom Tollbooth Style
    Theme URI: http://www.tollboothnews.com
    Description: To fit the tollbooth
    Version: 1.0
    Author: James Stewart
    Author URI: http://jystewart.net/
  */
  body {
    font-family: verdana, arial, sans-serif;
    font-size: small; 
    background-color: #000;
    color: #fff;
  }

  .storytitle a {
    font-size: 1.25em;
    color: white;
  }

  .contents {
    display:  inline;
    float:  left;
    margin-left: 200px;
    width: 600px;
  }
  .contents h1 {
    font-size:  150%;
  }

  /* definitions applying to the logo */
  .logo {
    position: absolute;
    top: 11px;
    left: 7px;
  }

  .menu {
    position:  absolute;
    left:  10px;
    top: 5px;
    width: 185px;
    /* use a lighter text color (grey) and a smaller font */
    /* color: #ffff00; */
    font-size: small; 
  }

  a {
    color: #777; 
  }
  .menu a:link, a:visited, a:active {
    text-decoration: underline;
  }

  .menu a:hover {
    text-decoration: underline;
  }

  .menu ul {
    list-style: bullet;
    margin: 0px;
    padding: 0px;
    padding-left: 1em;
  }

  h1 a {
    text-decoration: none;
  }

  h1 {
    margin-bottom: 2em;
  }

  .contents h2 a {
    text-decoration: none;
    padding: 5px; 
    font-size: 1em;
    margin-bottom: 5px;
  }

  h3.date {
    padding-left: 1em;
    background-color: blue;
    border: 1px solid blue;
  }

  h3.item {
    font-size: medium;
    margin: 0px;
    margin-top: 10px;
  }

  .itembody { 
    margin-top: 5px;  
    margin-bottom: 5px;
  }

  .iteminfo { 
    font-size: x-small;
    color: #fff;
  }

  .iteminfo a {
    font-weight: bolder;
    color: #ffd700;
    text-decoration: none;
  }

  h3.comment {
    font-size: medium;
    margin-bottom: 10px;
  }

  .commentbody {
    text-align: justify;
  }

  .commentinfo {  
    font-size: x-small;
    color: #fff;
  }

  .leftbox, .rightbox {
    margin: 3px;
    padding: 3px;
    font-size: larger;
    width: 20%;

  }
  .leftbox {
    float: left;
    border-right: 2px solid #ffc; 
  }
  .rightbox {
    float: right;
    border-left: 2px solid #fff;  
  }


  img {
    border: none;
  }

  .skip {
    display: none;
  }

  ul.nobullets {
    list-style: none;
    margin-left: 0px;
    padding-left: 0px;
  }

  .hentry hr {
    margin-top:  4em;
    margin-bottom: 4em;
    width: 200px;
  }

  .feedback {
    margin-top: 1.5em;
    text-indent: 2em;
    color: #AAA;
  }

  .menu h1 {
    text-align: center;
  }
  ul#syndication {
    list-style: none;
  }