@import url("/static/css/common.css");

#page {
    width: 960px;
    background: #f7f7f7;
    /*background: url(/static/i/grid-background.png);*/
    margin: 0px auto;
}

#topbar {
    width: 960px;
    height: 3em;
    background: #f7f7f7;
    margin: 0px auto;
    clear: both;
    color: #333;
    z-index: 0;
}

#content {
    margin-top: 190px;
    padding: 12px;
    clear: both;
    color: #333;
}

#content h2 { font-size: 1.75em; font-weight: bold;}
#content h3 { font-size: 1.25em; }


#header {
    float: left;
    height: 3em;
    line-height: 3em;
    vertical-align: bottom;
    padding-left: 1em;
}

#header h1 {
    font-size: 1.25em;
    font-weight: bold;
}

#navigation {
    float: right;
    height: 3em;
    letter-spacing:-0.05em;
    line-height: 3em;
    padding-right: 1em;
    z-index: 0;
}

#navigation li {
    display: inline;
    list-style-type: none;
}

#navigation li a {
    display: inline-block;
    padding: 0px 8px;
    height: 3em;
}

#navigation li a:link, #navigation li a:visited {
    color: #333;
    background: #f7f7f7;
}

#navigation li a:hover {
    color: #f7f7f7;
    background: #333;
}


#intro {
    position: absolute;
    height: 210px;
    width: 100%;
    top: 3em;
    left: 0;
    background: url(/static/i/intro-background.png) repeat-x;
    width: 100%;
    text-align: center;
    color: #f7f7f7;
    letter-spacing:-0.05em;
    line-height:2em;
    z-index: 2;
    min-width: 960px;
    overflow: hidden;
}

#intro table { width: 100%; height: 100%; }

#intro td {
    font-size: 1.75em;
    width: 100%;
    height: 100%;
}

#hello { color: #ee2; }


#footer {
    clear: both;
}


td.date {
    width:148px;
    padding-right:12px;
    font-size:0.6em;
    text-align:right;
}

td.summary {
    width:308px;
    padding-left: 12px;
    font-size:0.6em;
}

td.title {
    width: 480px;
    font-weight: bold;
}


#recently-bookmarked, #links, #recent-posts {
    margin-bottom: 2em;
}

#recently-bookmarked h2, #links h2, #recent-posts h2 {
    border-bottom: 1px solid #333;
    padding-left: 158px;
}

h2 a:link, h2 a:visited {
    color: #333;
}

h2 a:hover {
    color: #49628f;
}



#recently-bookmarked tr, #links tr, #recent-posts tr {
    border-bottom: 1px dotted #666;
}
