/*
Theme Name: Wojciech Szela
Theme URI: http://wojciechszela.com/
Description: Wojciech Szela Personal Page theme
Version: 1.0
Author: Wojciech Szela
Author URI: http://wojciechszela.com/
Tags:
*/

@import url("css/reset-min.css");
@import url("css/base-min.css");
@import url("css/fonts-min.css");

html, body {
    color: #333333;
    margin: 0;
    padding: 0;
    height: 100%;
    position: relative;
}

body {
  background-image: url(images/head-bg.gif);
  background-repeat: repeat-x;
}

h1 {
    text-shadow: 1px 1px #999999;
}

a {
    text-decoration: none;
    color: #0898d4;
}

a:hover {
    border-bottom: 1px dotted #0898d4;
}

ul.navigation {
    margin: 0;
    height: 3em;
    line-height: 3em;
    border-bottom: 5px solid #e7e7e7;
}

ul.navigation li {
    list-style-type: none;
    float: left;
    font-size: 1.4em;
}

ul.navigation li a {
    display: block;
    padding: 0 1em;
    color: #333333;
    text-shadow: 1px 1px #e7e7e7;
    border-bottom: 5px solid #e7e7e7;
}

ul.navigation li a:hover {
    color: #0898d4;
    border-bottom: 5px solid #0898d4;
}

ul.navigation li a.selected {
    color: #f57900;
    border-bottom: 5px solid #f57900;
}

form dl {
    margin: 0;
}

form dt {
    float: left;
    clear: left;
    width: 15em;
    margin: 0.5em 1em 0.5em 0;
}

form dd {
    margin: 0.5em 0 0.5em 15em;
}

form input.text,
form input[type="text"],
form textarea {
    width: 25em;
}

blockquote {
    font-style: italic;
}

.widget {
    margin: 1em;
    border: 2px solid #e7e7e7;
}

.widget h2 {
    margin: 0;
    background-color: #e7e7e7;
    padding: 0.25em 0.5em;
    color: #666666;
}

.widget h2 a {
    color: #666666;
}

.widget #searchform,
.widget > ul,
.widget > div {
    padding: 0;
    margin: 0.5em;
}

.widget > .twtr-widget {
    margin: 0;
}

.twitter-widget {
    border-width: 0px;
}

.widget #searchform #s {
    width: 8em;
}

.widget ul li {
    list-style-type: none;
}

.widget_links li {
    margin: 1em 0;
    text-align: center;
}

#sidebar .about {
    border-color:  #FFD1AF;
    border-color: #fcaf3e;
    background-color: #FFF8AF;
}

#sidebar .about h2 {
    background-color: #FFF8AF;
    background-color: #ffd1af;
    background-color: #fcaf3e;
    color: #454545;
}

#sidebar .clients p {
    text-align: center;
    margin: 1em;
}

.wojciech-szela div {
    text-align: center;
}

.wojciech-szela .thumbnail {
    border: 5px solid #e7e7e7;
    float: left;
    margin: 0 1em 1em 0;
}

.post {
    padding: 1em 1em 0 1em;
    background-image: url(images/post-background.gif);
    background-repeat: repeat-x;
}

.post h2 {
    margin-top: 0;
    margin-bottom: 0.5em;
}
    
.post h2 a,
.post h2 a:hover {
    color: #333333;
}

.post-thumbnail {
    float: left;
    border: 3px solid #e7e7e7;
    margin: 0 1em 1em 0;
}

.post-meta {
    font-size: 0.8em;
    margin-bottom: 0.5em;
}

.post-taxonomy {
    border-bottom: 1px dotted #e7e7e7;
    padding: 0.5em 1em;
    margin-bottom: 1em;
}

#respond {
    padding: 0 1em 1em 1em;
}

textarea#comment {
    width: 100%;
}

/* amazon */

.amzshcs-item img {
    float: left;
    margin-right: 0.25em;
}

.amzshcs-item .author {
    margin-top: 0.5em;
}

.amzshcs-item .foot {
    clear: left;
}

/* layout */

#page {
    position: relative;
    min-height: 100%;
    height: 100%;
    voice-family: "\"}\"";
    voice-family: inherit;
    height: auto;
}

html>body #page {
    height: auto;
}

#page {
    width: 950px;
    margin: auto;
}

#header {
    position: relative;
    padding: 1em 0;
}

#header h1 a {
    color: #333333;
}

#header h1 {
    font-size: 2em;
    margin: 0 0 0.1em 0;
}

#header .description {
    font-size: 1.4em;
    font-style: italic;
    margin: 0 0 0.5em 0;
    color: #666666;
    text-shadow: 1px 1px #ffffff;
}

#header .social-buttons {
    position: absolute;
    top: 1em;
    right: 1em;
}

#content {
    width: 625px;
    float: left;
    margin-bottom: 1em;
}

#sidebar {
    width: 300px;
    float: right;
    margin-bottom: 1em;
}

#footer {
    padding: 1em 0;
    margin-top: 1em;
    width: 100%;
    text-align: center;
    clear: both;
    border-top: 5px solid #e7e7e7;
    background-color: #f0f0f0;
}

#footer a {
    color: #999999;
}

#footer a:hover {
    border-bottom: 1px dotted #999999;
}

.page img.alignleft,
.post img.alignleft {
    margin: 0.5em;
    border: 1px solid #161616;
    float: left;
}