/*
Theme Name: Purgatorio
Theme URI: http://www.se7enet.com/
Description: 7et Purgatorio (v.G5c)
Version: 1.0
Author: Jamin Blount
Author URI: http://www.se7enet.com/
*/

body {
    background-color: white;
    text-align: center;
    }
div, td {
    font: 11px Arial, Helvetica, Sans-Serif;
    color: #555555;
    padding: 0px;
    margin: 0px;
    text-align: justify;
    }
a { 
    color: #97abb6;
    text-decoration: none;
    font-weight: bold;
    }
a:hover {
    color: #cadee8;
    }
h1, h2, h3, h4 {
    color: #97abb6;
    font-family: Palatino Linotype, Palatino, Times New Roman, Serif;
    font-variant: small-caps;
    font-weight: normal;
    margin: 0px;
    }
h1 a { 
    font-weight: normal; 
    }
h2 a { 
    font-weight: normal; 
    }
h1 {
    font-size: 20px;
    letter-spacing: 2px;
    }
h2 {
    font-size: 16px;
    letter-spacing: 2px;
    }
h3 { 
    font-size: 13px;
    letter-spacing: 4px;
    }
h4 {
    font-size: 11px;
    letter-spacing: 4px;
    }
blockquote {
    background-color: #f5f5f5;
    border: solid 1px #cccccc;
    width: 75%;
    margin: 5px auto;
    padding: 20px;
    }
hr {
    background-color: #dddddd;
    border-style: none;
    height: 1px;
    }
ul, li {
    margin-left: 8px;
    padding-left: 0px;
    }
li h2 {
    font-size: 14px;
    }
.container {
    width: 944px;
    margin: 10px auto;
    }
.content_sidebar {
    width: 184px;
    float: left;
    }
.content_main {
    width: 760px;
    float: right;
    }
.copyright {
    clear: both;
    color: #999999;
    text-align: right;
    font-size: 10px;
    border-top: dashed 1px #cccccc;
    }
.box_top {
    width: 760px;
    height: 23px;
    background-image: url(images/boxtop.jpg);
    }
.box_bottom {
    width: 760px;
    height: 23px;
    background-image: url(images/boxbottom.jpg);
    }
.box_middle {
    width: 760px;
    background-image: url(images/boxmiddle.jpg);
    }
.box_inner {
    padding: 20px;
    }
.sidebar_inner {
    padding: 10px;
    }
