/*
Theme Name: Wind4You
Theme URI: http://simpledesign.pl/
Description: Theme for website Wind4You 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;
}

.entry a {text-decoration: underline}

a:visited {
    color: #ffffff;
}

a:hover {
    color: #ffffff;
    text-decoration: underline;
}

html {
    background: #2a8ecc;
}

body {
    width: 980px;
    background: #2a8ecc;
    color: #ffffff;   
    font-family: Tahoma;
    font-size: 13px;
    margin: 0 auto;
    padding: 0;
}

h2 {
    font-family: Arial;
    font-size: 12px;
    font-weight: bold;
    color: #a1d011;
    padding-left: 10px;
}


/*--- Layout ---*/
#top {
    float: left;
    height: 406px;
    width: 980px;
    background-image: url(images/top_bg.jpg);
    background-repeat: no-repeat;    
}

    #top div.logo {
        position: relative;
        left: 374px;
        width: 153px;
    }
    
        #top div.logo img {
            border: 0px;
        }
    
    #top div.description {
        position: relative;
        top: -435px;
        left: 367px;
        width: 271px;
        height: 45px;
        color: #6fb7e1;
        font-family: Tahoma;
        font-size: 11px;
        text-align: right;
    }
        
    #top div.flash {
        position: relative;
        top: -153px;
        left: 650px;
        float: left;
        height: 406px;
        width: 313px;
    }

#left {
    clear: both;
    float: left;
    width: 277px; 
    font-family: Tahoma;
    padding-left: 10px;
    position: relative;
    top: -47px;
}

#content {
    float: left;
    width: 674px;
    background-image: url(images/content_bg.jpg);
    background-repeat: repeat-y;  
}

    #content div.top {
        height: 11px;
        width: inherit;
        background-image: url(images/content_border_top.jpg);
        background-repeat: no-repeat;     
    }
    
    #content div.bottom {
        height: 11px;
        width: inherit;
        background-image: url(images/content_border_bottom.jpg);
        background-repeat: no-repeat;     
    }
    
    #content div.text {
        padding: 10px;
    }

#footer {
    float: right;
    text-align: right;
    font-family: Tahoma;
    font-size: 11px;
    color: #004e87;
width: 640px;
    padding-right: 50px;
    padding-top: 10px;
}

    #footer div.copyright {
        float: left;    
    }

    #footer div.created {
        float: right;
        height: 20px;
        
        vertical-align: middle;      
    }
    
        #footer div.created img {
            vertical-align: middle; 
            padding-right: 5px;      
        }

/*--- Menu ---*/
#menu {
    background: #a1d011;
    width: 276px;
}

    #menu div.header {
        height: 16px;
        background-image: url(images/menu_header.jpg);
        background-repeat: no-repeat;     
    }
    
    #menu div.footer {
        height: 25px;
        background-image: url(images/menu_footer.jpg);
        background-repeat: no-repeat;     
    }

#menu form {
    margin: 0 0 0 13px;
}

#menu input#s {
    width: 80%;
    background: #eee;
    border: 1px solid #999;
    color: #000;
}

#menu a {
    color: #094068;
    text-decoration: none;
    font-family: Arial;
    font-weight: bold;
}

#menu a:hover {
    color: #094068;
    text-decoration: underline;
}

#menu ul {
    color: #094068;
    list-style-image: url(images/list_point.jpg);
    list-style-type: none;
    margin: 0;
    padding-top: 0px;
    padding-left: 25px;
    background-color : #b7ea1a;
}

    #menu ul li {
        letter-spacing: 0.1em;
        line-height: 25px;
    }
        #menu ul ul {
            position: relative;
            left: -25px;
            list-style-image: none;
            list-style-type: none;
            margin: 0;
            padding: 0;
            text-align: left;
            background-image: url(images/menu_sub_bg.jpg);
            width: 274px;
        }

            #menu ul ul li {
                border: 0;
                padding-left: 25px;
                line-height: 20px;
            }

            #menu ul ul li a {
                font-weight: normal;
            }
            
            #menu ul ul li a:hover {
                color: #094068;
                text-decoration: underline;
            }

/*--- Left box ---*/
#box {
    height: 149px;
    background-image: url(images/box2_bg.jpg);
    background-repeat: no-repeat; 
}

    #box div.search {
        width: 273px;
        height: 70px;
        font-size: 11px;
        font-weight: bold;
        color: #094068;
        padding-top: 10px;
        padding-left: 20px;        
    }
    
        #box div.search img {
            position: relative;
            top: 5px;
        }
    
    #box div.info {
        width: 273px;
        height: 53px;
        color: #ffffff;
        font-size: 12px;
        line-height: 20px;
        font-weight: bold;
        padding-top: 15px;
        padding-left: 20px;
    }  

    
/* 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 */
