/*
Theme Name: simPRO
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 */

@import url("reset.css");
@import url("form.css");

body {
    text-align: center;
    margin: 0;
    background: #CCCCCC url('images/header_bg.png') top center repeat-x;
    font-family: 'Arial';
    color: #444;
}
body, table {
    font-size: 12px;
    line-height: 120%;
}
div.wrapper {
    text-align: left;
    width: 960px;
    margin-left: auto;
    margin-right: auto;
}
div#header div.wrapper {
    background: url('images/header.png') top center no-repeat;
    height: 188px;
}
a#logo {
    height: 156px;
    width: 260px;
    float: left;
}
div#menu {
    height: 156px;
    line-height: 156px;
    float: right;
}
div#menu a {
    float: left;
    text-decoration: none;
    color: #fff;
    margin-right: 16px;
    margin-left: 4px;
    font-weight: bold;
    font-size: 13px;
}
div#menu a:hover {
    color: #f60;
}
div#content {
    background: #fff;
    padding: 10px 0px 30px 0px;
}
div#footer {
    font-size: 10px;
    color: #666;
    line-height: 14px;
}
div#footer div.wrapper {
    width: 960px;
    padding: 30px 0px 30px 0px;
}
div#footer a {
    color: #333;
}
div#leftsidebar {
    padding: 20px 0px;
    width: 170px;
    float: left;
}
div#rightsidebar_wrapper {
    width: 210px;
    background: #E5E8E9;
    float: right;
}
div#rightsidebar {
    padding: 20px;
}
div#body {
    padding-top: 26px; 
    margin-left: 210px;
    margin-right: 250px;
}
hr {
    display: block;
    border: 0px;
    height: 42px;
    background-position: center;
    background-color: transparent;
    background-image: url('images/hr.png');
    background-repeat: repeat-x;
    margin: 0;
    padding: 0;
}
div#leftsidebar hr {
    height: 4px;
    margin-bottom: 6px;
}
div#rightsidebar hr {
    background-image: url('images/hr_gray.png');
    height: 4px;
    margin-bottom: 6px;
}
div#social img {
    padding-bottom: 13px;
}
div#leftsidebar li {
    list-style-image: url('images/bullet.png');
    margin-left: 16px;
    padding-bottom: 3px;
}
div#leftsidebar li a {
    color: #333;
    font-size: 13px;
    text-decoration: none;
    font-weight: bold;
}
div#leftsidebar li a:hover {
    color: #f60;
}
div#leftsidebar p, div#rightsidebar p {
    font-size: 12px;
    color: #444;
    padding-bottom: 6px;
}
div.input {
    height: 27px;
    width: 170px;
    background: url('images/input.png');
}
.left { float: left; }
.right { float: right; }
.clear { clear: both; }

div#rightsidebar ul#comments {
    font-size: 12px;
    color: #444;
}
div#rightsidebar ul#comments li {
    padding-bottom: 8px;
}
a {
    color: #f60;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
form#searchform label {
    display: none;
}
form#searchform input#s {
    width: 164px !important;
    margin-bottom: 2px !important;
}
form#searchform input#searchsubmit {
    float: right;
}
h1, h2, h3, h4, h5, h6 {
    color: #255E99;
    font-family: 'Verdana', 'Arial', sans-serif;
}
h1 a, h2 a, h3 a, h4 a, h5 a, h6 a {
    color: #255E99;
}
div#body h2 {
    font-size: 17px;
    padding-bottom: 10px;
    line-height: 120%;
}
div#body h3 {
    font-size: 13px;
    padding-bottom: 10px;
    line-height: 120%;
}
small {
    font-size: 10px;
    color: #999;
    padding-bottom: 6px;
}
div.entry {
    padding: 10px 0px;
}
div#body p {
    padding-bottom: 10px;
}
p.postmetadata {
    padding: 10px;
    background: #E5E8E9;
}
ol.commentlist li {
    padding: 10px;
    padding-bottom: 10px;
    background: #E5E8E9;
    margin-bottom: 20px;
}
ul {
    list-style: disc;
    margin-left: 16px;
    padding-bottom: 10px;
}
ol {
    list-style: decimal;
    margin-left: 16px;
    padding-bottom: 10px;
}
.alignright {
    float: right;
    margin-left: 20px;
    margin-bottom: 20px;
}
.alignleft {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}
