/*
Theme Name: WordPress Default
Theme URI: http://wordpress.org/
Description: The default WordPress theme based on the famous <a href="http://binarybonsai.com/kubrick/">Kubrick</a>.
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

*/

body {
    background: #0C1D2E;
    font-family: calibri;
    font-size: 10pt;
    color: #fff;
    margin: 0;
    padding: 0;
}

#top {
    margin: 0;
    padding: 8px;
}
h1 {
    display: inline;
    margin: 0;
    padding: 0;
    color: #FFBF40;
    font-size: 20pt;
}
h2 {
    margin: 0;
    padding: 0;
    color: #FFBF40;
    border-bottom: #ffbf40 1px solid;
    font-size: 16pt;
    margin-bottom: 8px;
}
h3 {
    margin: 0;
    color: #ffbf40;
    font-size: 12pt;
    font-weight: bold;
    margin-bottom: 8px;
    text-transform: uppercase;
}
#page {
    width: 400px;
    
}
#menu {
    margin: 0;
    padding: 0;
    list-style-type: none;
    display: inline;
    margin: 4px;
}
#menu li {
    display: inline;
    padding: 14px;
    margin: 0;
}
a {
    color: #eb994b;
    text-decoration: none;
}
a:hover {
        background: #364F54;
    color: #fff;
}
#menu a {
    padding: 8px;
    color: #EB994B;
    text-decoration: none;
}
#menu a:hover {
    background: #364F54;
    color: #fff;
}

#content {
    padding: 8px 32px 32px 32px;
}
#content .recent-item {
    border-bottom: 1px solid #364F54;
    padding: 8px;
    padding-bottom: 0px;
}
#content .page-text {
    padding: 8px;
}
#content p {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
}
#content ul {
    margin: 0;
    margin-bottom: 8px;
    padding: 0;
    padding-left: 32px;
    list-style-type: square;
}
#content li {
    padding-left: 4px;
    margin: 0;
}
#content .recent-date {
    text-align: right;
    color: #364F54;
    font-style: italic;
    font-size: 8pt;
    
}