/*
	Theme Name: Generatum blog style
	Theme URI: http://www.generatum.com/
	Description: Generatum blog style
	Author: Generatum
	Author URI: http://www.generatum.com/
	Version: 1.0.0
*/

/* RESET */
html, body,
div, p, img,
h1, h2, h3, h4, h5, h6,
form {
    margin: 0;
    padding: 0;
    border: 0;
    }
table {
    border-collapse: collapse;
    }

/* TYPOGRAPHY */
body {
    font-size: 62.5%;
    line-height: 1.2;
    }
h1, h2, h3, h4, h5, h6 {
    margin: 1em 0 .5em;
    font-weight: normal;
    }
h1 {
    margin: 0 0 1em;
    }
p, ol, ul, li {
    margin-bottom: 1em;
    }
li {
    margin-bottom: .5em;
    }
/* ALL */
/*a:hover, a:active {outline: none;}*/
a {color:#0054da;}
body {
    background: #fff url(i/bg-h.png) repeat-x;
    }
.wrapper {
    position: relative;
    font-family: Verdana, sans-serif;
    background: url(i/bg-f.png) repeat-x 0 100%;
    }
.wrapper-i {
    background: url(i/main-bg.gif) repeat-y 50% 0;
    }
.wrapper-ii {
    background: url(i/header-bg.png) no-repeat 50% 0;
    }
.wrapper-iii {
    background:url(i/footer-bg.png) no-repeat 50% 100%;
    margin-left:-78px;
    /*padding: 140px 0 70px 78px;*/
    padding-left:78px;
    }
.main{
    width: 800px;
    margin: 0 auto;
    }
* html .main {position:relative;}
.header {
    height: 140px;
    position: relative;
    }
    .logo {
        position: absolute;
        left: -4px;
        top: 51px;
        }
    .search {
        position:absolute;
        right:0;
        top:65px;
        width:220px;
        height:22px;
        background: url(i/search.png);
        }
        z.search form {height:22px;}
        .search input {
            border:none;
            padding:0;
            margin:0;
            background: none;
            line-height: 20px;
            height: 20px;
            font-size:1em;
            }
        #s {
            padding-left:5px;
            width:155px;
            }
        #s_sbm {
            color:#fff;
            width:55px;
            }
    .langs {
        position: absolute;
        right: 0;
        top: 10px;
        list-style: none;
        font-size: 1.1em;
        line-height:1;
        color:#fff;
        }
        .langs li {
            width:40px;
            float:left;
            border-color:#fff;
            border-style:dotted;
            border-width:0 1px;
            text-align:center;
            margin-left: -1px;
            padding: 0 0 .2em;
            position:relative;
            }
.content {
    min-height: 570px;
    overflow:hidden;
    }
    * html .content {zoom:1;}
    .posts {
        float:left;
        width:530px;
        padding:25px;
        font-size:1.3em;
        }
        .post {
            text-align:justify;
            margin-bottom:2em;
            }
        .post h2 {margin-top:0;}
        .post-info {
            margin:-.3em 0 1em;
            font-size: .85em;
            }
    .sidebar {
        float:right;
        width:220px;
        font-size:1.15em;
        margin:25px 0 0;
        }
        .sidebar .block {
            background: url(i/sidebar-h.png) no-repeat 2px 0;
            padding: 0 25px;
            }
        .sidebar h3 {
            line-height:30px;
            color:#fff;
            /*padding-left:25px;*/
            margin-top:0;
            }
        .sidebar ul {
            margin:0 0 25px;
            /*padding:0 25px;*/
            padding: 0;
            list-style-position:inside;
            }
            .sidebar ul ul {margin: .5em 0 0 1em;}

.footer {
    height: 70px;
    font-size:1.2em;
    position:relative;
    }
    .copy {
        position:absolute;
        top:25px;
        }
        .copy p {margin-bottom:.2em;}
    .rss {
        position:absolute;
        top: 15px;
        right:0;
        line-height:55px;
    }