/*
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

*/



html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
    outline: 0;
}
body {
    line-height: 1;
    color: white;
    background: black;
        text-align: center;
        font-family:"Trebuchet MS",Helvetica,Jamrul,sans-serif;
}
ol, ul {
    list-style: none;
        line-height: 1.25;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0;
}
caption, th, td {
    text-align: left;
    font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
    content: "";
}
blockquote, q {
    quotes: "" "";
}


#container {
    width: 900px;
        margin: 15px auto;
        border: 7px solid #DDD;
        background-color: #333;
}

#content {
    width: 750px;
        margin: 25px auto;
        text-align: left;
}

#header {
    margin-bottom: 20px;
}

#navigation {
    width: 150px;
    margin: 25px 25px 0 25px;
    float: left;
	color: #E6E6E6;
}

#main {
    width: 550px;
        float: left;
        overflow: hidden;
}

#mainbottom {
    margin-top: 50px;
    text-align: center;
}

#mainbottom p {
    margin-bottom: 15px;
}

.clear {
    clear:both;
}

.indent {
    margin: 5px 0 15px 15px;
}

a:link {
    color: #E6E6E6;
        text-decoration: none;
    }
a:visited {
    color: #E6E6E6;
        text-decoration: none;
    }
a:hover {
    color: #FFF;
    background-color: #333333;
    text-decoration: underline;
    }
a:active {
    color: #333333;
    }
p {
	margin: 0 0 15px 0;
}

h2 {
	font-size: 1.5em;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 5px;
}