/*
Theme Name: DC1
Theme URI: http://wordpress.org/
Description: Custom skin based on Exciter
Version: 1.6
Author: Michael Heilemann
Author URI: http://binarybonsai.com/
Tags: blue, custom header, fixed width, two columns, widgets

Kubrick v1.5
http://binarybonsai.com/kubrick/

This theme was designed and built by Michael Heilemann,
whose blog you will find at http://binarybonsai.com/

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

*/



/* Begin Typography & Colors */
body {
    background: transparent url(images/header.png) repeat-x;
    margin: 0;
}

ul, ul li {
    list-style-image:none;
    list-style-position:outside;
    list-style-type:none;
    margin: 0;
}

html, body{
    height: 100%;
}

h1, h2, h3 {
    margin: 1em 0;
}

#hd {
    min-height: 40px;
}

h1 {
    font-size: 200%;
    position: absolute;
    top: 2.5em;
    margin-top: 0;
}
#hd a {
    text-decoration: none;
    color: #000;
}
#hd h2 {
    font-style:italic;
    margin-top:5em;
    position:absolute;
    color: #666;
}

#nav {
    position: absolute;
    top: 0;
}

#nav li {
    float: left;
}
#nav a:hover, #nav a:active{
    background: transparent url(images/header-on.png) repeat-x;
}

#nav a {
    background: transparent url(images/header-on.png) repeat-x scroll 0 40px;
    display: block;
    font-size: 116%;
    padding: 0.7em 1.4em;
    text-decoration: none;
    float: left;
    border-left:1px solid #47883B;
    border-right:1px solid #0E5500;
    color:#FFFFFF;
}

#bd {
    margin-top: 5em;
}

.yui-g {
    border-right: 1px solid #CCCCCC;
    min-height: 700px;
    padding-right: 30px;
}

#ft {
    background: #096000 url(images/footer.png) repeat-x;
    padding: 60px 0 10px;
    min-height: 190px;
    width: 100%;
}
#ft #top {
margin:0 auto;
position:relative;
text-indent:-9999px;
width:480px;
}
#ft p {
font-size:100%;
line-height:1.4em;
margin-bottom:10px;
}
#ft #top a {
    background:transparent url(images/skip-top.png) no-repeat scroll 0 0;
}
#ft #top a {
    display:block;
    height:24px;
    position:absolute;
    right:0;
    top:-38px;
    width:59px;
}

#secondary {
    padding:20px 20px 20px 30px;
    width: 16.15em;
}

#secondary a {
    color: #127400;
    text-decoration: none;
}

.post {
    padding: 1.8em 0 2.5em 0;
    border-bottom: 1px solid #ccc;
}

h2 {
    font-size: 153.9%;
}

h2, h2 a {
    color:#127400;
    text-decoration:none;
    text-transform:uppercase;
}

h2 a:hover {
    text-decoration: underline;
}

#secondary h2 {
    color: #000;
    font-size: 123.1%;
}

#secondary h2 a {
    color: #000;
}

pre {
    padding: 1em;
    background-color: #eee;
    border: 1px solid #ccc;
}

.post p, .post pre, .post ul, .post ol {
    font-size: 108%;
    line-height:125%;
}

.post p a {
    color: #127400;
    text-decoration: none;
}

.post ul {
    margin: 1em 1em 1em 2em;
}

.post ul li {
    list-style-type: disc;
}

#rss {
    margin: 0;
    position: relative;
}

#rss a {
    background: transparent url(images/rss.png) no-repeat;
    display:block;
    height:26px;
    overflow:hidden;
    position:absolute;
    right:0;
    text-indent:-999px;
    top:8px;
    width:99px;
}

#rss a:hover {
    background-position: 0 -26px;
}

#secondary iframe {
    border: 0;
    width: 216px;
    position: relative;
    left: -6px;
    height: 80px;
}

.navigation {
    display: none;
}

.commentlist {
    list-style-type: none;
    margin: 0;
}
.commentlist li {
    list-style-type: none;
    margin-bottom: 0.8em;
    border-bottom: 1px solid #ddd;
}

.comment .avatar {
    float:left;
    margin-right:0.8em;
}

.comment cite a {
    color: #127400;
    font-size: 108%;
}

.commentmetadata {
    margin-bottom: 0.8em;
}

.commentmetadata a {
    color: #000;
    text-decoration: none;
}

.comment-body {
    padding: 0 10px;
}

.pagetitle {
    margin-bottom: 0;
}

pre, code {
    overflow: scroll;
}
