/*
Theme Name: Futility Now
Description: Theme created for use on futilitynow.com.
Verion: 0.5
Author: Joaquin Maguire
TODO: Audit classes/ids/whatever; there are almost certainly more divs in this theme than I need.
TODO: Color widget titles.
*/

a:link
{
  color: #9c0000;
  text-decoration: none;
}

a:visited
{
  color: #9b0000;
  text-decoration: none;
  font-style: italic;
}

body
{
  background:#000000;
  background-image: url(images/rails.jpg);
  background-position: top right;
  background-repeat: no-repeat;
  font-family:Arial,sans-serif;
}

.container
{
  width: 1000px;
}

h1
{
  color: #eee8aa;
  /* This keeps the blog title from becoming italic if you click on it to go
  back to the main page. */
  font-style: normal;
  font-weight: normal;
}

h2
{
  font-size: 135%;
  font-weight: normal;
  margin: 0px;
  padding: 0px;
}

h3
{
  color: #eee8aa;
  font-weight: normal;
}

li
{
  font-size: small;
  margin: 0;
  padding: 0;
}

.main_pane
{
  float: left;
  margin-bottom: 20px;
  margin-left: 5px;
  margin-right: 15px;
  width: 800px;
}

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

p
{
  font-size: small;
}

.post
{
  background-image: url(images/old_yeller.png);
  padding-bottom: 1px;
  padding-left: 13px;
  padding-right: 13px;
  padding-top: 5px;
}

.right_col
{
}

.sidebar
{
    background-image: url(images/old_yeller.png);
    float: left;
    padding: 5px;
    width: 150px;
}

.title
{
  margin-left: 5px;
}

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

.widgettitle
{
  color: #eee8aa;
  font-weight: normal;
  font-size: 1.17em; 
  margin: .83em 0;
}