/*
Theme Name: Marek Pawełkiewicz
Theme URI: http://www.marekpawelkiewicz.pl/
Description: Mój szablonik
Version: 1.0
Author: Marek Pawełkiewicz
*/
/*********************************************
		IMPORT
**********************************************/
@import 'reset.css';
/*********************************************
		GŁÓWNY LAYOUT
**********************************************/
body {
    background: url(img/bg.jpg) repeat-x;
    background-color:#23282b;
}
#wrapper {
    height:500px;
    margin:0 auto;
    width:950px;
}
/*********************************************
                 LOGO
*********************************************/
#logo {
    background:url(img/logo.jpg) no-repeat;
    height:127px;
    text-indent: -1000px;
    width:950px;
}
/*********************************************
                 HEADER
*********************************************/
#header {
    background:url(img/naglowek.jpg) no-repeat;
    height:266px;
    text-indent: -1000px;
    width:950px;
}
/*********************************************
                 CONTAINER
*********************************************/
#container {
    background-color:#181b1c;
    margin:0 auto;
    width:900px;
}
/*********************************************
                     NAV
*********************************************/
#nav {
    background:url(img/bg_nav.jpg) repeat-x;
    height:57px;
    width:900px;
}

#nav li a {
    color:white;
    text-decoration: none;
    padding:14px 14px 22px 14px;
}
#nav li a:hover {
    background:url(img/nav_hover.jpg) repeat-x;
}
.widget_pages {
    list-style:none;
}
.widget_pages ul {
    margin:0 auto;
    width:500px;
}

.page_item {
    color:white;
    float:left;
    font-family:"Century Gothic", sans-serif;
    font-size:16px;
    font-weight:normal;
    text-align: center;
    height:41px;
    padding-top:16px;
}
/*********************************************
                     CONTENT
*********************************************/
#content {
    color:white;
    font-family:"Century Gothic", sans-serif;
    padding:20px;
    margin-bottom: 20px;
    min-height:300px;
    width:860px;
}
h1 {
    color:#ffaa1d;
    font-size:18px;
    font-weight: normal;
    margin-bottom:10px;
}
p {

    font-size: 14px;
    font-weight:normal;
    line-height: 20px;
    margin-bottom:20px;
}
#dowiedz {
    background: url(img/dowiedz.jpg) no-repeat;
    height:51px;
    list-style:none;
    width:230px;
}
#dowiedz a {
    display:block;
    height:51px;
    width:230px;
}
/*********************************************
                     FOOTER
*********************************************/
#footer {
    height:40px;
    text-align:center;
    margin:0 auto;
    width:300px;
}
