@import url('css/reset.css');

body {
    background: url('images/headerbg.jpg') top repeat-x;
}

#wrapper {
    width: 820px;
    background: url('images/headerblur.png') top repeat-x;
    margin: 0 auto;
    font-family: Arial, Helvetica, sans-serif;
}

#logo {
    display: block;
    float: left;
    width: 300px;
    height: 140px;
    text-indent: -1000px;
    background: url('images/logo.png') bottom no-repeat;
}

#menu {
    display: block;
    float: right;
    width: 355px;
    height: 135px;
    background: url('images/menubg.png') top no-repeat;
    padding: 10px 0 0 45px;
    font-size: 13px;
}

    #menu li {
        float: left;
        width: 175px;
        line-height: 19px;
    }

    #menu li a {
        color: #FFF;
        text-decoration: none;
    }

        #menu li a:hover {
            text-decoration: underline;
        }

#slogan {
    display: block;
    width: 800px;
    height: 30px;
    text-indent: -10000px;
    background: url('images/slogan.png') top no-repeat;
    clear: both;
}

#slogan2 {
    display: block;
    width: 800px;
    height: 30px;
    text-indent: -10000px;
    background: url('images/slogan2.png') top no-repeat;
    clear: both;
}

#contact {
    display: block;
    width: 27px;
    height: 106px;
    text-indent: -10000px;
    background: url('images/contact.jpg') top left no-repeat;
    position: absolute;
    right: 0;
    top: 180px;
}

#contact:hover {
    width: 37px;
}

#content {
    width: 760px;
    border: 10px solid #E7DFB1;
    background: #FFFFFF;
    margin: 5px 0 20px 0;
    padding: 10px;
    font-size: 12px;
    min-height: 500px;
}

    #content p {
        font-size: 12px;
        margin: 10px 0;
        color: #132222;
        text-align: justify;
    }

    #content a {
        color: #2F5254;
        text-decoration: none;
    }

        #content a:hover {
            text-decoration: underline;
        }

        #content ul {
            padding: 0 0 0 15px;
            list-style-type: square;
            margin: 10px 0 10px 0;
        }

        #content ul li {
            margin: 0 0 7px 0;
        }

    h1, h2, h3 {
        color: #2F5254;
        font-weight: bold;
        margin: 0 0 20px 0;
    }

        h1 {
            font-size: 22px;
        }

        h2 {
            font-size: 18px;
            margin: 20px 0 20px 0;
        }

        h3 {
            font-size: 16px;
            margin: 20px 0 10px 0;
        }

    .post {
        clear: both;
        margin: 0 0 25px 0;
    }

        .post h1 {
            margin: 0 0 5px 0;
        }

        .post .more-link {
            font-weight: normal;
            color: #92AA2E !important;
            margin: 0 0 0 5px;
        }

        .post hr {
            border: 1px solid #FFFFFF;
            clear: both;
            display: block;
        }

    .cv-head {
        border-bottom: 1px solid #CACACA;
        padding: 5px 0 4px 0;
        display: block;
        font-size: 15px;
        color: #888888;
        clear: both;
    }

    .cv-p {
        padding: 10px 0 5px 130px;
    }

    .cv-photo {
    }

#footer {
    background: url('images/footerbg.jpg') top repeat-x;
}

    #footer-text {
        width: 820px;
        margin: auto;
        padding: 10px 0 10px 0;
        color: #2F5254;
        font-size: 11px;
    }

    #footer-span {
        display: block;
        width: 95px;
        float: left;
        margin: 5px 10px 0 0;
    }

    #footer-links {
        float: left;
        margin: 5px 0 0 0;
    }

        #footer-links li {
            float: left;
            margin: 0 10px 0 0;
        }

        #footer-links li a {
            color: #2F5254;
            text-decoration: none;
        }

        #footer-links li a:hover {
            text-decoration: underline;
        }


strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

#prev {
    float: right;
}

#next {
    float: left;
}

.departament {
    float: left;
    width: 375px;
    margin: 0 0 10px 0;
}

.departament.odd {
    margin: 0 0 10px 10px;
}

.alignright {
    float: right;
    margin: 2px 0 0 5px;
}

.alignleft {
    float: left;
    margin: 2px 5px 0 0;
}

#galleries {
    width: 820px;
    margin: auto;
    padding: 0;
    clear: both;
}

.gallery {
    display: block;
    width: 400px;
    height: 170px;
    float: left;
    background: url('images/gallerybg.png') 0px 32px no-repeat;
}

    .gallery h5 {
        font-size: 18px;
        color: #FFFFFF;
        margin: 10px 0 10px 10px;
    }

#inscriere {
    display: block;
    border: 5px solid #91AB2E;
    width: 170px;
    padding: 10px;
    text-align: center;
    margin: 150px auto -100px auto;
    font-size: 14px;
}