/*
Theme Name: Coworking
Theme URI: http://link-to-your-site.com
Description: Describe what your child theme should be like.
Version: 0.1
Author: Your Name
Author URI: http://link-to-your-site.com
Tags: Add, Whatever, Tags, You, Want
*/
html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
    color: #57534a;
    font-family: verdana, sans-serif;
    font-size: 12px;
    text-align: left;
    background-color: #f6f0e0;
}

html,
body,
#page,
#header {
padding: 0px;
margin: 0px;
}

#header {
    background-color: #131313;
    background-image: url(library/images/header-background.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 250px;
    width: 100%;
    display: table;
    #position: relative;
    overflow: hidden;
    text-align: center;
}

#header-position {
    #position: absolute;
    #top: 50%;
    #left: 50%;
    display: table-cell;
    vertical-align: middle;
}

#header-content {
    #position: relative;
    #top: -50%;
    #left: -50%;
    width: 22em;
    *width: 32em;
    _width: 28em;
    margin: 0 auto;
    text-align: left;
}

#header h1 {
    margin: 0 0 0.5em 0;
}

#header .description div {
    text-align: right;
}

#header h1 a,
#header .description {
    color: #96c900;
    text-shadow: 1px 1px #41521b;
    text-decoration: none;
}

#header h1 a span,
#header .description span {
    color: #ffffff;
    text-shadow: 1px 1px #585752;
}

#footer {
    background-color: #131313;
    color: #6b6b6b;
    height: 100px;
    text-align: center;
    clear: both;
}

#footer p {
    padding-top: 1em;
}

#page {
    width: 870px;
    margin: 0 auto;
}

#content {
    width: 670px;
    float: left;
}

#sidebar {
    min-height: 650px;
    width: 190px;
    float: right;
    background-image: url(library/images/sidebar-background.png);
    background-repeat: no-repeat;
}

#content h2,
#content a {
    color: #67870c;
}

#content h2 a {
    text-decoration: none;
}

#content .page,
#content .post {
    background-image: url(library/images/article-background.png);
    padding: 1em 2em;
    margin-top: 2em;
    background-repeat: no-repeat;
}

#content .postmetadata {
    color: #67870c;
    font-size: 0.8em;
}

/* widgets */

#sidebar ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
}

#sidebar .widget_links h2 {
    display: none;
}

#sidebar .widget_links ul {
    list-style-type: none;
    margin: 0;
}

#sidebar .widget_links li {
    text-align: center;
    padding: 1em 0;
}

#sidebar .widget_links img {
    border-width: 0px;
}
