/*   
Theme Name: Fearful Jesuit
Theme URI: http://bitbucket.org/jmags/futilitypress/src/tip/themes/fearful_jesuit/
Description: A bare-bones (and, in my _totally unbiased_ opinion, pretty cool) theme
  that I put together for the site mentioned below.
Author: Joaquin Maguire
Author URI: http://comeupyoufearfuljesuit.com
Version: 0.9
Tags: two-columns, black
License: GPL 2; for questions read: http://www.gnu.org/licenses/gpl-2.0.html
*/

a:link, a:visited
{
  color: #9f0000;
  text-decoration: none;
}

body
{
  background: #181818;
  color: #f0f0f0;
  font-family:Arial,sans-serif;
  font-size: small;
}

ul
{
  padding: 0px;
  margin: 0px;
  list-style: none;
}

ul.children
{
  padding-left: 5px;
}

.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.alignleft {
  float: left;
}

.alignright {
  float: right;
}

.container
{
  /* margin-left: auto; */
  /* margin-right: auto; */
  padding-left: 25px;
  width: 1000px;
}

.content
{
  float: left;
  width: 700px;
  /* padding-right: 50px; */
}

.navigation
{
  width: 100%;
}

.navigation ul li
{
  display: inline;
  padding: 10px;
}

.post ul
{
  list-style: circle inside;
}

.sidebar
{
  float: left;
  margin-top: 35px;
  padding: 5px;
  width: 200px;
}

.sticky
{
  background: #2a2a2a;
  padding: 5px;
}

.timestamp
{
  text-align: right;
}

.title
{
  margin-top: 20px;
  text-align: right;
  /*width: 1000px;*/
}

.widgettitle
{
  font-size: 1.17em; 
  margin: .83em 0;
}

.wp-caption {
  border: 1px solid #ddd;
  text-align: center;
  background-color: #f3f3f3;
  padding-top: 4px;
  margin: 10px;
  -moz-border-radius: 3px;
  -khtml-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.wp-caption img {
  margin: 0;
  padding: 0;
  border: 0 none;
}

.wp-caption-dd {
  font-size: 11px;
  line-height: 17px;
  padding: 0 4px 5px;
  margin: 0;
}

