div#doc {
    font-size: 103%;
    line-height: 160%;
    margin-bottom: 75px;
    margin-top: 75px;
    width: 750px;
}
div#hd {
    margin-bottom: 20px;
}
div#nav {
    text-align: right;
}
div#nav ul {
    margin-bottom: 10px;
    margin-top: 5px;
}
div#nav li {
    display: inline;
}
div#nav a {
    background-color: #555555;
    color: #eeeeee;
    padding: 8px;
    text-decoration: none;
}
div#nav a:hover {
    background-color: #bbbbbb;
}
div#logo {
    background-image: url('../images/logo.gif');
    background-repeat: no-repeat;
    height: 100px;
    width: 400px;
}
div#logoplaceholder {
    height: 100px;
    width: 400px;    
}
div#splash {
    background-image: url('../images/splash.jpg');
    background-repeat: no-repeat;
    height: 200px;
}
div#content {
    color: #555555;
    padding: 20px 0 20px 0;
}
div#content p {
    line-height: 170%;
    margin-bottom: 10px;
}
div#posts {
    padding-right: 20px;
}
div.post {
    margin-bottom: 40px;
}
div.post ul {
    padding-left: 40px;
}
div.post_title {
    margin-bottom: 5px;
}
div.post_title a {
    text-decoration: none;
}
div.post_title h2 {
    display: block;
    font-size: 18px;
    margin-bottom: 3px;
}
ul.mini_commands a, div.pagination a, div.pagination span {
    border: 1px solid #cccccc;
    padding: 5px;
}
span.date {
    color: #777777;
    font-size: 12px;
}
div#comments {
    margin-bottom: 20px;
    margin-top: 20px;
}
div.comment {
    background-color: #eeeeee;
    border-left: 1px dotted #cccccc;
    margin-bottom: 5px;
    padding: 10px;
}
div.commentname {
    font-weight: bold;
}
div.commentunit, div.comment_date, div.commentname, div.comment, div.comment_value label, ul.mini_commands li {
    font-size: 12px;
    line-height: 170%;
}
div#comment_form {
    background-color: #eeeeee;
    border-left: 1px dotted #cccccc;
    margin-top: 10px;
    padding: 10px;
}
div.searchunit {
    background-color: #eeeeee;
    border-left: 1px dotted #cccccc;
    padding: 10px;
}
div.searchunit h3 {
    font-size: 12px;
    font-weight: bold;
    line-height: 170%;
}
.section {
    border-bottom: 1px dotted #666666;
}
div.action {
    font-weight: bold;
    margin-top: 10px;
}
div#sidebar {
    padding: 20px 0 20px 0;
}
div.note {
    background-color: #eeeeee;
    border-left: 1px solid #cccccc;
    color: #777777;
    margin-bottom: 10px;
    padding: 10px;
}
div.note h5 {
    color: #666666;
    display: block;
    font-weight: bold;
    padding: 0 3px 5px 3px;
    text-align: right;
}
li.icon {
    background-repeat: no-repeat;
    display: block;
    padding-left: 25px;
}
li#facebook {
    background-image: url('../images/facebook.png');
}
li#feed {
    background-image: url('../images/feed.png');
}
li#twitter {
    background-image: url('../images/twitter.png');
}
div#ft {
    color: #888888;
    padding: 20px 5px 5px 5px;
    text-align: center;
}
.hide {
    display: none;
}
a {
    color: #666666;
}
a:hover {
    background-color: #dddddd;
}
strong {
    font-weight: bold;
}
