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

*/



/* Begin Typography & Colors */
body {
    font-size: 13px; /* Resets 1em to 10px */
    font-family: Verdana, tahoma, Arial;
    color: #333;
    text-align: center;
    margin: 0;
    padding: 0;
    }

#page {
    text-align: left;
    }

#header {
    background: #73a0c5 url('images/kubrickheader.jpg') no-repeat bottom center;
    }

#headerimg  {
    margin: 7px 9px 0;
    height: 192px;
    width: 740px;
    }

.narrowcolumn .postmetadata {
    text-align: center;
    }

.alt {
    background-color: #f8f8f8;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    }

#footer {
    border: none;
    }

small {
    font-family: Arial, Helvetica, Sans-Serif;
    font-size: 0.9em;
    line-height: 1.5em;
    }

#headerimg .description {
    font-size: 1.2em;
    text-align: center;
    }

.entry p a:visited {
    color: #b85b5a;
    }

#commentform p {
    font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
    }

.commentmetadata {
    font-weight: normal;
    }

small, .nocomments, .postmetadata, blockquote, strike {
    color: #777;
    }

code {
    font: 1.1em 'Courier New', Courier, Fixed;
    }

acronym, abbr, span.caps
{
    font-size: 0.9em;
    letter-spacing: .07em;
    }

#wp-calendar #prev a, #wp-calendar #next a {
    font-size: 9pt;
    }

#wp-calendar a {
    text-decoration: none;
    }

#wp-calendar caption {
    font: bold 1.3em 'Lucida Grande', Verdana, Arial, Sans-Serif;
    text-align: center;
    }

#wp-calendar th {
    font-style: normal;
    text-transform: capitalize;
    }
/* End Typography & Colors */



/* Begin Structure */
body {
    margin: 0;
    padding: 0;
    }

#page {
    margin: 20px auto;
    padding: 0;
    width: 1155px;
    margin-top: 0px;
    }

#header {
    background-color: #73a0c5;
    margin: 0 0 0 1px;
    padding: 0;
    height: 200px;
    width: 758px;
    }

#headerimg {
    margin: 0;
    height: 200px;
    width: 100%;
    }

.narrowcolumn {
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px 0 0;
    width: 625px;
    }

.post {
    margin: 28px 0px 40px 0px;
    text-align: justify;
    }

.post hr {
    display: block;
    }

.narrowcolumn .postmetadata {
    padding-top: 5px;
    }

.postmetadata {
    clear: left;
}

.clear {
    clear: both;
}

#footer {
    padding: 0;
    margin: 0 auto;
    width: 100%;
    clear: both;
    background: #fff url(images/footer_back.gif) repeat-x top left;
    }

/* End Structure */



/*  Begin Headers */
h1 {
    padding-top: 70px;
    margin: 0;
    }

h2 {
    margin: 0px 0px 0px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #6cab00;
    font-family: trebuchet, verdana, tahoma, arial;
    }

h2.pagetitle {
    margin-top: 30px;
    text-align: center;
}

h3 {
  margin: 0px 0px 0px 0px;
    font-size: 13px;
    font-weight: bold;
    color: #6cab00;
    font-family: verdana, tahoma, arial;
}
/* End Headers */



/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*  Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left
    }
/* End Images */



/* Begin Lists

    Special stylized non-IE bullets
    Do not work in Internet Explorer, which merely default to normal bullets. */

.postmetadata ul, .postmetadata li {
    display: inline;
    list-style-type: none;
    list-style-image: none;
    }

/* SIDEBAR DESIGN DISABLED
#sidebar ul, #sidebar ul ol {
    margin: 0;
    padding: 0;
    }

#sidebar ul li {
    list-style-type: none;
    list-style-image: none;
    margin-bottom: 15px;
    }

#sidebar ul p, #sidebar ul select {
    margin: 5px 0 8px;
    }

#sidebar ul ul, #sidebar ul ol {
    margin: 5px 0 0 10px;
    }

#sidebar ul ul ul, #sidebar ul ol {
    margin: 0 0 0 10px;
    }

ol li, #sidebar ul ol li {
    list-style: decimal outside;
    }

#sidebar ul ul li, #sidebar ul ol li {
    margin: 3px 0 0;
    padding: 0;
    }

  */
/* End Entry Lists */



/* Begin Form Elements */

#sidebar #searchsubmit {
    padding: 1px;
    }

.entry form { /* This is mainly for password protected posts, makes them look better. */
    text-align:center;
    }

select {
    width: 130px;
    }

/* End Form Elements */


#commentform p {
    margin: 5px 0;
    }

.nocomments {
    text-align: center;
    margin: 0;
    padding: 0;
    }

.commentmetadata {
    margin: 0;
    display: block;
    }
/* End Comments */

#leftcol {
    float: left;
    padding: 25px 0 10px 0;
    margin-left: 0px;
    width: 230px;
}


/* Begin Sidebar */
#sidebar {
    padding: 25px 0 10px 0;
    margin-left: 920px;
    width: 230px;
}

#sidebar form {margin: 0;}
/* End Sidebar */



/* Begin Calendar */
#wp-calendar {
    empty-cells: show;
    margin: 10px auto 0;
    width: 155px;
    }

#wp-calendar #next a {
    padding-right: 10px;
    text-align: right;
    }

#wp-calendar #prev a {
    padding-left: 10px;
    text-align: left;
    }

#wp-calendar a {
    display: block;
    }

#wp-calendar caption {
    text-align: center;
    width: 100%;
    }

#wp-calendar td {
    padding: 3px 0;
    text-align: center;
    }

#wp-calendar td.pad:hover { /* Doesn't work in IE */
    background-color: #fff; }
/* End Calendar */



/* Begin Various Tags & Classes */
acronym, abbr, span.caps {
    cursor: help;
    }

acronym, abbr {
    border-bottom: 1px dashed #999;
    }

blockquote {
    margin: 15px 30px 0 10px;
    padding-left: 20px;
    border-left: 5px solid #ddd;
    font-style: italic;
    }

blockquote cite {
    margin: 5px 0 0;     
    display: block;
    }

.center {
    text-align: center;
    }

hr {
    display: none;
    }

a img {
    border: none;
    }

.navigation {
    display: block;
    text-align: center;
    margin-top: 10px;
    margin-bottom: 30px;
    }
/* End Various Tags & Classes*/



/* "Daisy, Daisy, give me your answer do. I'm half crazy all for the love of you.
    It won't be a stylish marriage, I can't afford a carriage.
    But you'll look sweet upon the seat of a bicycle built for two." */

/* IT talk theme styles */

div.sidebar-block {
    width: 222px;
    background: #eae4d4 url(images/sidebar_block_bottom.gif) no-repeat bottom left;
    padding: 0px 0px 10px 0px;
    margin: 0px 0px 18px 0px;
}

div.sidebar-block h2 {
    font-family: Verdana, tahoma, arial; 
    margin: 0px 0px 10px 25px;
    padding: 0;
    font-size: 20px;
    font-weight: normal;
}

div.all-our {color: #676767; margin-top: 10px; padding: 1px 0 0 0; background: none; position: relative}
div.all-our h2 {margin: 0px 0px 10px 20px;}

div.sidebar-block img {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    position: relative;
    top: -3px;
    left: 0px;
}

div.sidebar-block p {
    margin: 0px 20px 11px 20px;
}

div.sidebar-block ul {
    margin: 0px 0px 0px 15px;
    padding: 0;
}

div.sidebar-block ul li {
    margin: 0;
    padding: 0px 0px 10px 12px;
    list-style-type: none;
    background: url(images/bul.gif) 0px 0.5em no-repeat;
    font-size: 13px;
    color: #676767;
}

div.sidebar-block ul li a:active, div.sidebar-block ul li a:visited, div.sidebar-block ul li a:link {
    text-decoration: none;
    color: #676767;
}

div.sidebar-block ul li a:hover {
    text-decoration: underline;
    color: #808080;
}

div.sidebar-block li.categories {
    position: relative;
    display: block;
    list-style-type: none;
}

* html div.sidebar-block li.categories h2 {
    margin-left: 2px;
}

*+html div.sidebar-block li.categories h2 {
    margin-left: 2px;
}

div.sidebar-block li.linkcat {
    position: relative;
    display: block;
    list-style-type: none;
}

.h2-color-orange h2 {
    color: #ee8600;
}

.h2-color-green h2 {
    color: #66a100;
}

.h2-color-grey h2 {
    color: #7c7c7c;
}

.h2-color-blue h2 {
    color: #166ab8;
}

div.top-of-site {
    margin: 20px auto;
    padding: 0;
    width: 905px;
    margin-top: 0px;
    height: 144px;
}

div.top-of-site div.head-block {
    float: left;
    position: relative;
    height: 144px;
    width: 670px;
    background: url(images/top_back.gif) no-repeat top right;
}

div.top-of-site div.head-block img.logo {
    position: absolute;
    top: 15px;
    left: 80px;
}

div.top-of-site div.login-block {
    position: relative;
    padding: 0px 0px 0px 0px;
    width: 230px;
    height: 135px;
    color: #0d6ca8;
    background: url(images/login_top.gif) no-repeat top left;
}

div.top-of-site div.login-block img.ava {
    border: 1px solid #bababa;
    position: absolute;
    top: 52px;
    left: 18px;
}

div.top-of-site div.login-block img.login-button {
    border: none;
    position: absolute;
    top: 65px;
    left: 100px;
}

div.top-of-site div.login-block-bottom {
    padding: 0;
    width: 230px;
}

div.login-block a:link, div.login-block a:active, div.login-block a:visited {
    font-size: 11px;
    color: #0d6ca8;
    text-decoration: underline;
}


div.login-block a:hover {
    font-size: 11px;
    color: #1b7ebd;
    text-decoration: none;
}

div.login-block div.user-card-bottom {
    position: absolute;
    top: 125px;
    left: 15px;
    width: 198px;
    text-align: center;
}

div.login-block div.user-card-bottom li {
    list-style-type: none;
    display: inline;
}


div.pages-back {
    background: url(images/pages_back.gif) repeat-x bottom left;
    height: 42px;
    width: 100%;
}

div.pages-back li {
    list-style-type: none;
    display: block;
    float: left;
    position: relative;
    height: 42px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    background: url(images/pages_back_unselect.gif) no-repeat bottom left;
    border: 0px solid #cecece;
    text-align: center;
    font-family: verdana, tahoma, aria;
    font-size: 14px;
    color: #474747;
    behavior: url(/wp-content/themes/default/csshover.htc);
}

div.pages-back li:hover {
    list-style-type: none;
    display: block;
    float: left;
    position: relative;
    height: 42px;
    margin: 0px 0px 0px 0px;
    padding: 0px 10px 0px 10px;
    background: url(images/pages_back_select.gif) no-repeat bottom left;
    border: 0px solid #cecece;
    text-align: center;
}

div.pages-back li a:link, div.pages-back li a:active, div.pages-back li a:visited, div.pages-back li a:hover {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #65a000;
}

div.pages-back li.current_page_item {
    background: #fff url(images/pages_back_active.gif) no-repeat bottom left;
}

div.pages-back li.current_page_item a:link, div.pages-back li.current_page_item a:active, div.pages-back li.current_page_item a:visited, div.pages-back li.current_page_item a:hover {
    display: block;
    margin-top: 20px;
    text-decoration: none;
    color: #cecece;
}

div.post-header {
    position: relative;
    background: url(images/posts_head_under.gif) repeat-x bottom left;
    margin: 0px 0px 10px 100px;
    text-align: left; 
}

div.post-header h2 {
    color: #6cab00;
    font-family: trebuchet, verdana, tahoma, arial;
    font-size: 20px;
    margin: 0;
    padding: 0;
    font-weight: normal;
}

div.post-header a:link, div.post-header a:visited, div.post-header a:active {
    text-decoration: none;
    color: #6cab00;
}

div.post-header a:hover {
    text-decoration: none;
    color: #5f9600;
}

div.post-body {
    margin: 0px 0px 15px 100px;
    padding: 0;
    color: #474747;
    font-size: 13px;
    font-family: verdana, tahoma, arial;
    line-height: 16px;
}

div.post-body h2, div.entry h2, div.comment h2 {
    margin: 20px 0px 8px 0px;
    font-size: 20px;
    font-weight: normal;
    color: #888888;
    font-family: trebuchet, verdana, tahoma, arial;
}

div.post-body ul, div.entry ul, div.post-body ol, div.entry ol, div.comment ul, div.comment ol {
    margin: 5px 0px 10px 20px;
    padding: 0;
}

div.post-body ol li, div.entry ol li, div.comment ol li {
    margin: 0;
    padding: 0px 0px 5px 0px;
    list-style-type: decimal;
    list-style-position: inside;
    font-size: 13px;
    color: #333;
}

div.post-body ul li, div.entry ul li, div.comment ul li {
    margin: 0;
    padding: 0px 0px 5px 12px;
    list-style-type: none;
    list-style-position: outside;
    background: url(images/bul.gif) 0px 0.5em no-repeat;
    font-size: 13px;
    color: #333;
}

div.post-body ul ul, div.entry ul ul, div.post-body ol ol, div.entry ol ol, div.post-body ul ol, div.entry ul ol, div.post-body ol ul, div.entry ol ul, div.comment ol ol, div.comment ul ul, div.comment ol ul, div.comment ul ol {
    margin: 5px 0px 0px 20px;
}

div.post-body h3, div.entry h3, div.comment h3 {
    margin: 0px 0px 5px 0px;
    font-size: 15px;
    font-weight: bold;
    color: #888888;
    font-family: verdana, tahoma, arial;
}

p {
    text-indent: 0px;
    margin: 0px 0px 11px 0px;
}

a:link, a:visited, a:active {
    text-decoration: underline;
    color: #d06c00;
}

a:hover {
    text-decoration: none;
    color: #e77800;
}

div.meta-data {
    margin: 0px 0px 0px 100px;
    font-size: 11px;
    color: #877878;
    text-align: left;
}

div.meta-data img {
    margin-right: 3px;
}

div.meta-data a:link, div.meta-data a:visited, div.meta-data a:active {
    color: #877878;
    text-decoration: none;
}

div.meta-data a:hover {
    color: #877878;
    text-decoration: underline;
}

div.meta-data ul {
    margin: 0px 0px 10px 0px;
    padding: 0;
}

div.meta-data ul li {
    display: inline;
    margin: 0px 15px 0px 0px;
    padding: 4px 0;
}

div.category-link {
    margin: 0px 0px 10px 100px;
    font-size: 11px;
    color: #877878;
}

div.category-link img {
    margin: 0px 3px 0px 0px;
}

div.category-link a:active, div.category-link a:link, div.category-link a:visited {
    text-decoration: underline;
    color: #d06c00;
    font-family: verdana, tahoma, arial;
}

div.category-link a:hover {
    text-decoration: none;
    color: #e77800;
    font-family: verdana, tahoma, arial;
}

div.footer-block {
    margin: auto;
    padding: 10px 0px 15px 0px;
    width: 905px;
    font-size: 11px;
    color: #545454;
    position: relative;
}

div.central-page-search div {
    margin: 20px auto;
}

div.left-page-search div {
    margin: 20px 0px 0px 0px;
}

input.search-form-input {
    width: 180px;
    margin: 0px 0px 0px 0px;
    padding: 1px 0px 1px 1px;
    background: url(/wp-content/themes/default/images/text_back.gif) top left repeat-x;
    border: 1px solid #a5a5a5;
    font-family: verdana, tahoma, arial;
    font-size: 12px;
}

div.widecolumn {
    float: left;
    padding: 0px 0px 20px 0px;
    margin: 0px 0 0;
    width: 625px;   
}

div.divider {
    margin: 0px 0px 0px 100px;
    background: url(/wp-content/themes/default/images/divider_back.gif) bottom left repeat-x;
    border-bottom: 1px solid #d8d8d8;
    height: 12px;
}

div.comment {
    padding: 0px 0px 0px 100px;
    margin: 0px 0px 30px 0px;
}

div.comment p {
    padding: 0px 0px 10px 0px;
    margin: 0;
}

div.comment div.comment-top {
    background: url(/wp-content/themes/default/images/comment_top.gif) no-repeat bottom left;
    width: 525px;
    height: 10px;
}

div.comment div.comment-bottom {
    background: url(/wp-content/themes/default/images/comment_bottom.gif) no-repeat top left;
    width: 525px;
    height: 25px;
    color: #656565;
    font-family: verdana, tahoma, arial;
    font-size: 11px;
}

div.comment div.comment-bottom div.who {
    margin: 0px 0px 0px 0px;
    padding: 16px 0px 0px 33px;
    position: relative;
}

div.comment div.comment-bottom div.who img {    
    margin-right: 3px;
}

div.who a:link, div.who a:active, div.who a:visited {
    text-decoration: none;
    color: #656565;
}

div.who a:hover {
    text-decoration: underline;
    color: #656565;
}

div.comment div.comment-body {
    background: url(/wp-content/themes/default/images/comment_back.gif) repeat-y top left;
    width: 525px;
    padding: 2px 0px 2px 0px;
}

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

div.what {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    width: 525px;
    color: #fff;
    background: #6eac01 url(/wp-content/themes/default/images/reply_top.gif) no-repeat top left;
}

div.what a {
    color: #fff;
}

input.submit {
    background: #dfdfdf url(/wp-content/themes/default/images/button_back.gif) repeat-x bottom left;
    border: 1px solid #c8c8c8;
    margin: 5px 0px 5px 0px;
}

div.edit-page  {
    margin-left: 100px;
}

h2.hdlist {font-size: 16px!important; font-weight: bold!important; padding-top: 5px!important; color: #777!important;}
h2.hdlist a:link, h2.hdlist a:active, h2.hdlist a:visited {font-size: 14px; font-weight: bold;}

h2.ph {
    position: relative;
    background: url(images/posts_head_under.gif) repeat-x bottom left;
    margin: 28px 0px 10px 0;
    text-align: left; 
}

