/**
 * Theme Name: pauluZ TechBlog
 * Theme URI: http://blog.pauluz.pl/
 * Description: Mój theme dla bloga. Grafika header od Iwony Liegmann.
 * Version: 1.2
 * Author: Paweł Szczepanek
 * Author URI: http://www.pauluz.pl
 *
 * $Id$
 * The CSS, XHTML and design is released under GPL:
 * http://www.opensource.org/licenses/gpl-license.php
 */

@import url("style-2-layout.css");
@import url("style-header.css");
@import url("style-5-global_elements.css");
@import url("style-7-menu.css");
@import url("style-8-content.css");
@import url("style-c-comments.css");
@import url("style-d-widget_areas.css");

#page-home { 
    background-color: #000;
	font-family: 'Trebuchet ms', Verdana, Tahoma;
    font-size: 13px;
    vertical-align: top;
    color: #aaa;
}

div.clear {
    clear: both;
}

.more-link {
    margin: auto;
    text-align: right;
    font-size: 13px;
}
.more-link:link,
.more-link:visited {
	text-decoration: none;
}
.more-link:active,
.more-link:hover {
	color: #ddd;
	text-decoration: underline;
}


/* =Footer
-------------------------------------------------------------- */

#ft {
	margin-bottom: 20px;
    padding: 5px 0;
    text-align: center;
}
#site-info {
	font-weight: normal;
}
#site-info a {
	color: #ccc;
	text-decoration: none;
}
#site-info a:hover {
	color: #777;
}

/* =Data post
-------------------------------------------------------------- */
.post_cal {
    border: 1px solid #a6a6a6;
    text-align: center;
    width: 70px;
    float: left;
    margin: 0 10px 5px 0;
    line-height: normal;
}

    .post_cal .dayname {
        background-color: #aa3511;
        border-bottom: 1px solid #a6a6a6;
        color: #fff;
        font-size: 9px;
        font-weight: bolder;
    }

    .post_cal .daynum {
        border-bottom: 1px solid #a6a6a6;
        font-size: xx-large;
        font-weight: bold;
    }

    .post_cal .month, .post_cal .year {
        font-size: smaller;
    }

