/*
Theme Name: Panteo
Version: 1.0
Author: Robert Wąchal
Author URI: http://www.motivemovement.com
*/

@import 'css/basic.css';

body {
    padding: 3em 0 1.5em 0;
    background: #e4efff;
    color: #272727;
    font-family: Georgia, Times, serif;
}

.block {
    display: block;
    clear: both;
    margin: 0 2em;
}

.container {
    background: url('img/content-bg.png') 60px center repeat-y;
}

    .bgwrapper-top {
        background: url('img/content-top-bg.png') 60px top no-repeat;
    }
    
    .bgwrapper-bottom {
        background: url('img/content-bottom-bg.png') 60px bottom no-repeat;
    }

#header {
}
    .info {
        display: block;
        margin: -14px 0 0 0;
        color: #46484c;
        font-weight: bold;
        font-size: 1.1em;
    }
    
    #header .info {
        float: left;
    }
    
    #logo {
        display: block;
        float: right;
        margin: -14px 40px 0 0;
        padding: 0;
        color: #46484c;
    }

        .lsdline {
            display: block;
            clear: both;
            font-size: 0.5em;
            text-align: center;
            font-weight: bold;
        }
    
    #main-menu {
        display: block;
        clear: both;
        margin: 20px 2px 0;
        padding: 0 15px 0 15px;
        height: 61px;
        list-style: none;
        line-height: 58px;
        background: url('img/main-menu-bg-5.png') center left repeat-x;
        font-size: 1.6em;
        text-align: center;
    }
    
        #main-menu li {
            display: block;
            float: left;
            width: 181px;
        }
            
        #main-menu a {
            color: #656565;
            text-decoration: none;
        }
        
        #main-menu .current_page_item {
            background: url('img/main-menu-bg-5-active.png') center left repeat-x;
        }
        
        #main-menu a:hover, #main-menu .current_page_item a {
            color: #ff4800;
        }
        
            #main-menu li ul {
                display: none;
            }

#content {
    min-height: 310px;
    text-align: justify;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif
}

    #content .block {
        padding: 0 1em;
    }
    
    
    #content ul, #content ol, #content dl {
        margin: 0 4em;
        line-height: 2em;
    }
    
#footer {
    font-family: "Helvetica Neue", Arial, Helvetica, sans-serif;
    color: #888;
}

    #footer .block {
        padding-top: 0.5em;
        border-top: 1px solid #d0d4d9;
        font-size: 0.9em;
    }
    
    .copyright {
        float: left;
    }
    
    .realization {
        float: right;
    }
    
    a.mtmm {
        color: #888;
        text-decoration: none;
    }
