/*
Theme Name: TonyBlob
Theme URI: http://tonybox.net
Description: TonyB's Theme!
Version: 1.0
Author: Tony Biondo
Author URI: http://tonybox.net
Tags: blue, custom header, fixed width, one column

        TonyBlob v1.0
        http://tonybox.net/

        The CSS, XHTML and design is released under GPL:
        http://www.opensource.org/licenses/gpl-license.php

*/


body {
  font-family: sans-serif;
  font-size: 13px;
  width: 600px;
  margin: 0px auto;
  margin-top: 10px;
}
div#header {
  border: 1px solid #dedede;
  background: #fafafa;
  margin: 0px auto;  
  padding: 15px;        
}
div#righttitle {
  float: right;
  font-size: 15px;
}
div#title {
  font-size: 20px;
}
ul#nav {
  display: inline;
  padding: 0px;
}
#nav li {
  display: inline;
}
#nav li a{
  text-decoration: none;
  color: black; 
}
div#content {
  padding: 15px;
  background: #eeeeee;
  border: 1px solid #dedede;
  margin: 10px 0px 10px 0px;
}
div#footer {
  background: #eeeeee;
  border: 1px solid #dedede;
  padding: 5px;        
  margin-bottom: 10px;
  text-align: center;
  font-size: 9px;
}
div.blogtitle {
  font-size: 15px;
  font-weight: bold;
}
div.bloginfo {
  margin-bottom: 15px;
  font-size: 10px;
}
div.blogcontent {
  font-size: 13px;
}
div.blogcomments {
  font-size: 10px;
  border-bottom: 3px solid #aaa;
  margin-bottom: 10px;
  padding-top: 10px;
}

div#new {
  float: right;
  font-size: 13px;
}

div#prev {
  font-size: 13px;
}

div#pagination {
   height: 10px;
}

a {
 text-decoration: none;
}

a:hover {
 text-decoration: underline;
}

