/*  
Theme Name: diagonalfish.net
Theme URI: http://diagonalfish.net
Description: Diagonalfish.net theme
Version: 1.0
Author: Eric Goodwin
Author URI: http://diagonalfish.net/

Copyright (c) 2008 Eric Goodwin.  All rights reserved.
*/

/* Global styles */
*  {
    margin: 0;
    padding: 0;
}

body {
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "Trebuchet MS", Helvetica, Arial, Verdana, sans-serif;
    background: #0e1624;
}

/* DIVS and BOXES */
#headerwrapper {
    background: #ffffff url(images/header-grad.png) top left repeat-x;
    margin-top: 0px;
    padding: 0 0 0 0;
    width:100%;
    height:144px;
}
#header {
    width: 864px;
    height: 144px;
    margin-left: auto;
    margin-right: auto;
    background: url(images/header.png);
}
#headerdivbar {
    width: 100%;
    height: 10px;
    background: url(images/header-divb-grad.png);
}
#navbar {
    width: 100%;
    height: 43px;
    background: url(images/header-navb-grad.png);
    text-align: center;
    vertical-align: middle;
}

#content {
    width: 864px;
    margin-left: auto;
    margin-right: auto;
}

#contentwrapper {
    background: #ffffff;
    width: 100%;
    min-height: 400px;
    padding-top: 20px;
    padding-bottom: 30px;
}

#footer {
    min-height: 173px;
    background: #0e1624 url(images/footer-grad.png) top left repeat-x;
    text-align: center;
}

table#footerbox {
    border: 0px;
    border-collapse: collapse;
    margin-left: auto;
    margin-right: auto;
}

td#footerboxleft {
    border-right: 3px solid #7b8ba9;
    text-align: right;
    padding: 4px;
}

td#footerboxright {
    text-align: left;
    padding: 4px;
}

div.post {
    font-size: 13px;
    margin-bottom: 20px;
}

div.comment {
    font-size: 12px;
    padding: 10px;
    border: 0px;
    background: #eff5fc;
}

div.comment_alt {
    font-size: 12px;
    padding: 10px;
    border: 0px;
    background: #ffffff;
}

div.comment_admin {
    font-size: 12px;
    padding: 10px;
    border: 0px;
    background: #cadffa;
}

/* Text element formatting */

p {
    margin-top: 10px;
    margin-bottom: 10px;
}

a:link, a:visited, a:active {
    color: #39516B;
    text-decoration: none;
    border-bottom: 1px dotted #39516B;
}


a:hover {
    border-bottom: 0;
    text-decoration: underline;   
}

li.page_item {
    display: inline;
    line-height: 35px;
    margin-left: 15px;
    margin-right: 15px;
}

li.page_item a {
    color: #7b8ca9;
    border-bottom: 0px;
    text-decoration: none;
}

span.date {
    color: #1f375c;
    display: block;
    font-size: 18px;
    line-height: 35px;
}

span.headline a {
    color: #000000;
    display: block;
    font-size: 30px;
    margin-bottom: 10px;
    border-bottom: 0px;
    text-decoration: none;
}

span.meta {
    color: #1f375c;
    font-weight: bold;
}

span.footer {
    font-size: 11px;
    color: #7b8ba9;
}

/* Other */

hr {
    height: 2px;
    color: #0e1624;
    background-color: #0e1624;
}
