/*
Theme Name: objectify-wp
Theme URI: http://www.objectify.be
Description: Objectify WordPress theme.
Version: 1.0
Author: Steve Chaloner
Author URI: http://www.objectify.be/

*/

body {
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, Georgia, Sans-serif;
    font-size: 12px;
    text-align: center;
    vertical-align: top;
    background-color: #ffffff;
    background-color: #000000;
    color: #000000;
}

h1 {
    font-family: Georgia, Sans-serif;
    font-size: 24px; /*padding: 0 0 10px 0;*/
}

.post {
    margin: 10px 20px;
    padding: 10px 20px;
    border: 1px solid #000000;
}

.post h2 {
    font-family: Georgia, Sans-serif;
    font-size: 18px;
}

.entry {
    line-height: 18px;
}

p.postmetadata {
    border-bottom: 1px solid #ccc;
    margin: 10px 0 0 0;
}

.navigation {
    padding: 10px 0 0 0;
    font-size: 14px;
    font-weight: bold;
    line-height: 18px;
}

#wrapper {
    margin: 0 auto 0 auto;
    width: 960px;
    text-align: left;
    background-color: #ffffff;
}

#header {
/*float: left;*/
/*width: 750px;*/
    background: #000000 url('../images/top.png') no-repeat;
    height: 45px;
    display: block;
    padding-left: 140px;
    color: #ffffff;
    text-align: right;
}

#container {
    float: left;

}

div.sidebar-wrapper {
    float: left;
    width: 240px;
}

.sidebar {
    background: #000000;
    margin: 0;
    border-bottom: 10px solid #000000;
}

.sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0 10px 0 10px;
}

.sidebar ul li {
    padding: 10px 0 10px 0;
}

.sidebar ul li h2 {
    font-family: Georgia, Sans-serif;
    font-size: 14px;
}

div.sidebar-section {
    background-color: #ffffff;
    color: #000000;
}

div.sidebar-section:first-letter {
    font-weight: bold;
}

div.sidebar-section:first-line {
    border-bottom: solid 1px #000000;
    font-variant: small-caps;
}

.sidebar ul ul li {
    padding: 0;
}

.sidebar-core {
    padding: 5px;
    background-color: #ffffff;
}

#footer {
    padding-top: 10px;
    clear: both;
    float: left; /*width: 750px;*/
}

#footer p {
    line-height: 18px;;
}

a:link, a:visited {
    color: #336699;
}

a {
    text-decoration: none;
}

p {
    padding: 10px 0 0 0;
}

/* Objectify LNF*/

#content {
    background: #ffffff url('../images/body.png') no-repeat;
    clear: right;
    margin-left: 100px;
    padding: 15px;
    display: block;
}

div.menu-block {
    float: left;
    padding-right: 0;
}

div.menu {
    background: #000000 url('../images/menu.png') no-repeat;
    width: 100px;
    height: 200px;
    display: block;
    padding-top: 100px;
    color: #ffffff;
}

div.menu-cap {
    padding-top: 40px;
    background: #ffffff url('../images/menu-cap.png') no-repeat;
    width: 100px;
    display: block;
    float: none;
}

a.image-link {
    text-decoration: none;
}

a.menu-item {
    padding-left: 4px;
    text-decoration: none;
    color: #ffffff;
}

div.menu-section {
    padding-left: 4px;
    margin-bottom: 15px;
}

div.menu-title {
    border-bottom: solid 1px #ffffff;
    padding-bottom: 4px;
    margin-bottom: 4px;
    font-variant: small-caps;
}

div.menu-title:first-letter {
    font-weight: bold;
}

div.menu-item:hover {
    text-decoration: underline;
}

a.header-image-link {
    text-decoration: none;
    border: none;
}

img {
    text-decoration: none;
    border: none;
}

img.header-image {
    padding-top: 10px;
    padding-right: 15px;
}

pre.code {
    border: solid 1px #222222;
    background-color: #eeeeff;
    padding: 5px;
    margin: 10px;
}

div.box-title {
    border-bottom: 1px solid #000000;
    font-size: larger;
    font-variant: small-caps;
    padding: 4px 10px 4px 4px;
}

div.box
{
    border: 1px solid #000000;
    margin-bottom: 20px;
    width: 400px;
}

div.box-title:first-letter {
    font-weight: bold;
}

.blog-box
{
    background-image: url('../images/blog.png');
    background-repeat: no-repeat;
    background-origin:content;
    background-position:bottom right;
    height: 120px;
}

.projects-box
{
    background-image: url('../images/projects.png');
    background-repeat: no-repeat;
    background-origin:content;
    background-position:bottom right;
    height: 120px;
}
