/*
Theme Name: Logistm
Theme URI: http://simpledesign.pl/
Description: Theme for website Logistm created by Damian Czepierga - SimpleDesign.pl
Author: SimpleDesign.pl
*/

/*--- General ---*/
a {
    color: #ffffff;
    text-decoration: none;
}

a.post-edit-link {
    color: #ffffff;
    font-size: 10px;
    font-style: italic;
    padding-left: 10px;   
}

a img {
    border: none;
}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

html {
    background: #3b4245;
}

body {
    width: 795px;
    color: #ffffff;   
    font-family: Tahoma;
    font-size: 13px;
    margin: 0 auto;
}

h2 {
    font-family: Arial;
    font-size: 18px;
    font-weight: bold;
    color: #ffcc00;
    padding-left: 10px;
}


/*--- Layout ---*/

#main {
    width: 795px;
    background-color: #3b4245;
    background-image: url(images/bg.gif);
    background-repeat: repeat-y;
    padding-left: 25px;
    padding-right: 25px;  
}

#top {
    float: left;
    height: 200px;
    width: 745px;
    background-image: url(images/bg_top.jpg);
    background-repeat: no-repeat;    
}

    #top div.logo {
        position: relative;
        left: 0px;
        top: 10px;
        width: 286px;
        height: 93px;
    }
    
        #top div.logo img {
            border: 0px;
        }
    
    #top div.oferta {
        clear: both;
        float: left;
        position: relative;
        top: 42px;
        left: 115px;
        color: #ffffff;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
        z-index: 10;
    }
       
        #top div.oferta img {
            vertical-align: middle;
            padding-left: 5px;
        }    
    
    #top div.oferta_shadow {
        clear: both; 
        float: left;
        position: relative;
        top: 22px;
        left: 116px;
        color: #000000;
        font-family: Arial;
        font-size: 18px;
        font-weight: bold;
        font-style: italic;
        text-align: left;
    }

#top_menu {
    float: left;
    width: 745px;
    height: 57px;
    background-image: url(images/bg_menu.jpg);
    background-repeat: no-repeat;     
}

    #top_menu a.stronaglowna{
        float: left;
        background-image: url(images/b_stronaglowna.jpg);
        background-repeat: no-repeat;
        width: 163px;
        height: 57px;
    }
    
    #top_menu a.stronaglowna:hover{
        float: left;
        background-image: url(images/b_hover_stronaglowna.jpg);
        background-repeat: no-repeat;
        width: 163px;
        height: 57px;
    }
    
    #top_menu a.opisfirmy{
        float: left;
        background-image: url(images/b_opisfirmy.jpg);
        background-repeat: no-repeat;
        width: 124px;
        height: 57px;
    }
    
    #top_menu a.opisfirmy:hover{
        float: left;
        background-image: url(images/b_hover_opisfirmy.jpg);
        background-repeat: no-repeat;
        width: 124px;
        height: 57px;
    }
    
    #top_menu a.oferta{
        float: left;
        background-image: url(images/b_oferta.jpg);
        background-repeat: no-repeat;
        width: 105px;
        height: 57px;
    }
    
    #top_menu a.oferta:hover{
        float: left;
        background-image: url(images/b_hover_oferta.jpg);
        background-repeat: no-repeat;
        width: 105px;
        height: 57px;
    }
    
    #top_menu a.referencje{
        float: left;
        background-image: url(images/b_referencje.jpg);
        background-repeat: no-repeat;
        width: 126px;
        height: 57px;
    }
    
    #top_menu a.referencje:hover{
        float: left;
        background-image: url(images/b_hover_referencje.jpg);
        background-repeat: no-repeat;
        width: 126px;
        height: 57px;
    }
    
    #top_menu a.kontakt{
        float: left;
        background-image: url(images/b_kontakt.jpg);
        background-repeat: no-repeat;
        width: 117px;
        height: 57px;
    }
    
    #top_menu a.kontakt:hover{
        float: left;
        background-image: url(images/b_hover_kontakt.jpg);
        background-repeat: no-repeat;
        width: 117px;
        height: 57px;
    }

#top_shadow {
    float: left;
    width: 745px;
    height: 20px;
    background-image: url(images/bg_top_shadow.gif);
    background-repeat: repeat-x;     
}

#left {
    clear: both;
    float: left;
    width: 240px; 
    font-family: Tahoma;
}

    #left img.header {
        padding-left: 10px;
        padding-bottom: 10px;
    }

#content {
    float: left;
    width: 505px; 
}
    
    #content div.text {
        padding: 10px;
    }

#footer {
    float: left;
    text-align: center;
    font-family: Verdana;
    font-size: 11px;
    line-height: 25px;
    color: #eae9e9;
    padding-right: 50px;
    padding-top: 10px;
    width: 745px;
    height: 47px;
    background-image: url(images/bg_footer.jpg);
    background-repeat: no-repeat;
}

/*--- Menu ---*/
#menu {
    width: 240px;
    padding-bottom: 20px;
}

#menu a {
    color: #ffdf2c;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
}

#menu a:hover {
    color: #ffdf2c;
    text-decoration: underline;
}

#menu ul {
    color: #ffffff;
    list-style-type: circle;
    margin: 0;
    padding-top: 0px;
    padding-left: 25px;
}

    #menu ul li {
        letter-spacing: 0.1em;
        line-height: 25px;
    }
        #menu ul ul {
            position: relative;
            left: -15px;
            list-style-image: none;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: left;
        }

            #menu ul ul li {
                color: #ffffff;
                border: 0;
                padding-left: 25px;
                line-height: 20px;
            }

            #menu ul ul li a {
                font-weight: normal;
                color: #ffdf2c;
            }
            
            #menu ul ul li a:hover {
                color: #ffdf2c;
                text-decoration: underline;
            }

#left div.search {
    width: 220px;
    height: 70px;
    font-size: 11px;
    font-weight: bold;
    color: #094068;
    padding-top: 10px;
    padding-left: 20px;        
}

    #left div.search img {
        position: relative;
        top: 5px;
    }

    
/* Begin Images */
p img {
    padding: 0;
    max-width: 100%;
    }

/*    Using 'class="alignright"' on an image will (who would've
    thought?!) align the image to the right. And using 'class="centered',
    will of course center the image. This is much better than using
    align="center", being much more futureproof (and valid) */

img.centered {
    display: block;
    margin-left: auto;
    margin-right: auto;
    }

img.alignright {
    padding: 4px;
    margin: 0 0 2px 7px;
    display: inline;
    }

img.alignleft {
    padding: 4px;
    margin: 0 7px 2px 0;
    display: inline;
    }

.alignright {
    float: right;
    }

.alignleft {
    float: left;
    }
/* End Images */