#timeline_wrapper {
    margin: 0 auto;
    width: 1000px;
    position: relative;
}

header {
    clear: both;
    width: 100%;
    position: relative;
    background-color: rgba(233, 241, 247, 0.7);
    height: 550px;
    overflow: hidden;
    border: solid 1px #CCC;
    border-top: none;
    border-bottom-left-radius: 3px;
    border-bottom-right-radius: 3px;
    box-shadow: 0 1px 3px #CCC;
}

    header #header_cover {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 320px;
        background: no-repeat center center;
    }

    header #logo {
        position: absolute;
        top: 230px;
        left: 10px;
    }

    header #contacts {
        position: absolute;
        top: 380px;
        left: 0;
        background-color: #FFF;
        min-height: 100px;
        padding: 15px;
        overflow: hidden;
    }

        #contacts div {
            float: left;
            margin-right: 15px;
            line-height: 1.6em;
        }

        #show_more {
            display: block;
            clear: both;
            padding-top: 10px;
        }

        #more div {
            display: none;
        }

    header #projects {
        position: absolute;
        top: 380px;
        left: 400px;
        width: 550px;
        overflow: hidden;
    }

        #projects .project {
            float: right;
            display: block;
            width: 100px;
            height: 100px;
            text-align: center;
            overflow: hidden;
            margin-left: 20px;
            border: solid 1px transparent;
            padding: 5px;
        }

        #projects .project:hover {
            border: solid 1px #CCC;
            border-radius: 4px;
        }

        #projects .project img {
            max-width: 64px;
            max-height: 64px;
            clear: both;
            margin: 10px 0;
        }

#timeline {
    clear: both;
    width: 100%;
    overflow: hidden;
    position: relative;
    background: url("../images/timeline_splitter.png") repeat-y center top;
    min-height: 200px;
    padding: 30px 0;
    font-family: Helvetica, "Lucida Grande", Verdana, sans-serif;
}

    .timeline_block {
        width: 48%;
        background-color: rgba(233, 241, 247, 0.7);
        position: relative;
        border: solid 1px #CCC;
        border-radius: 3px;
        box-shadow: 1px 1px 3px #CCC;
        min-height: 100px;
        margin-bottom: 20px;
    }

    .timeline_block:hover {
        box-shadow: 2px 2px 5px #999;
    }

        .timeline_block .header {
            font-size: 16px;
            clear: both;
            padding: 15px 5px;
            padding-left: 50px;
            position: relative;
        }

            .timeline_block .header .icon {
                position: absolute;
                top: 10px;
                left: 10px;
                max-width: 32px;
                max-height: 32px;
            }

            .timeline_block .header h1 {
                font-size: 13px;
                padding-bottom: 5px;
            }

            .timeline_block .header h2 {
                clear: both;
                font-size: 10px;
                color: #CCC;
            }

        .timeline_block .body {
            background-color: #FFF;
            max-height: 200px;
            overflow: hidden;
            line-height: 1.4em;
            font-size: 12px;
            text-overflow: ellipsis;
        }

            .timeline_block .body .picture,
            .timeline_block .bodymap .picture {
                display: block;
                height: 100px;
                width: 100px;
                float: right;
                background: no-repeat center center;
            }

            .timeline_block .bodymap .picture {
                width: 150px;
                height: 150px;
            }

        .timeline_block .bodylist {
            background-color: #FFF;
            max-height: 300px;
            overflow: hidden;
            font-size: 13px;
            line-height: 1.5em;
        }

            .timeline_block li {
                padding-bottom: 5px;
            }

        .timeline_block .bodyproject {
            background-color: #FFF;
            max-height: 200px;
            overflow: hidden;
            line-height: 1.4em;
            font-size: 11px;
        }

            .timeline_block .bodyproject .picture{
                display: block;
                height: 200px;
                width: 200px;
                float: left;
                background: center center no-repeat;
            }

        .timeline_block .bodytweet {
            background-color: #FFF;
            overflow: hidden;
            line-height: 1.4em;
            font-size: 13px;
        }

        .timeline_block .bodyquote {
            overflow: hidden;
            font-size: 13px;
            font-family: monospace;
            background: #f3f3f3;
            margin: 5px;
            border: 1px dotted #999;
            line-height: 1.3em;
        }

        .timeline_block .bodypicture {
            display: block;
            background: #000 no-repeat center center;
            height: 200px;
            overflow: hidden;
        }

        .timeline_block .bodypicture_report {
            display: block;
            background: #FFF no-repeat center center;
            height: 200px;
            margin: 0 5px;
            overflow: hidden;
        }

        .timeline_block .bodymap {
            display: block;
            background: #FFF no-repeat left center;
            height: 150px;
            overflow: hidden;
        }

        .timeline_block .text {
            padding: 10px;
            overflow: hidden;
            text-overflow: ellipsis;
        }

        .timeline_block .columns {
            overflow: hidden;
        }

            .timeline_block .columns div {
                float: left;
                max-width: 150px;
                padding: 10px 20px;
                border-right: solid 1px #CCC;
            }

            .timeline_block .columns small {
                font-size: 10px;
                color: #999;
            }

        .timeline_block .triplephoto {
            background-color: #FFF;
            max-height: 150px;
            overflow: hidden;
            padding: 5px;
            text-align: justify;
            text-align-last: justify;
        }

            .timeline_block .triplephoto:after {
                content: "";
                display: inline-block;
                width: 100%;
                height: 0;
                overflow: hidden;
            }

            .timeline_block .triplephoto .picture {
                background-color: #FFF;
                background-position: center center;
                background-repeat: no-repeat;
                display: inline-block;
                height: 150px;
                width: 150px;
            }

        .bodycomment {
            background-color: #FFF;
            max-height: 250px;
            overflow: hidden;
            line-height: 1.4em;
            font-size: 11px;
        }

        .timeline_block .footer {
            font-size: 10px;
            padding: 10px 5px;
        }

            .timeline_block .footer strong {
                font-size: 13px;
                display: block;
                padding: 20px 10px;
                line-height: 1.7em;
            }

    #timeline .left {
        float: left;
    }

        #timeline .left .timeline_pointer {
            position: absolute;
            top: 20px;
            right: -25px;
            background: transparent url("../images/timeline_arrow_right.png") no-repeat left top;
            height: 20px;
            width: 25px;
        }

    #timeline .right {
        float: right;
        width: 47%;
        margin-right: 1%;
    }

        #timeline .right .timeline_pointer {
            position: absolute;
            top: 40px;
            left: -23px;
            background: transparent url("../images/timeline_arrow_left.png") no-repeat left top;
            height: 20px;
            width: 25px;
        }

    .timeline_pointer {
        display: none;
    }
