body {
    color: dimgrey;
    font-family: Helvetica,Arial,sans-serif;
    font-size: 14px;
    line-height: 120%;
}
h1 {
    font-weight: bolder;
    font-size: 22px;
    margin-bottom: 15px;
}
h2 {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
p {
    margin: 0px 3px 15px 3px;
}
strong {
    font-weight: bolder;
}
ul {
    list-style-type: square;
    padding-left: 20px;
}
a {
    /*color: #222222;*/
    color: #0299FF;
    font-size: 13px;
}
    a.facebook {
        background: transparent url(../images/facebook-16x16.png) center left no-repeat;
        display: inline-block;
        padding-left: 20px;
        line-height: 18px;
    }
    a.linkedin {
        background: transparent url(../images/linkedin-16x16.png) center left no-repeat;
        display: inline-block;
        padding-left: 20px;
        line-height: 18px;
    }
    a.twitter {
        background: transparent url(../images/twitter-16x16.png) center left no-repeat;
        display: inline-block;
        padding-left: 20px;
        line-height: 18px;
    }
    a.github {
        background: transparent url(../images/github-16x16.png) center left no-repeat;
        display: inline-block;
        padding-left: 20px;
        line-height: 18px;
    }
    a.email {
        background: transparent url(../images/email-16x16.png) center left no-repeat;
        display: inline-block;
        padding-left: 20px;
        line-height: 18px;
    }
    a.stackoverflow {
        background: transparent url(../images/stackoverflow-16x16.png) center left no-repeat;
        display: inline-block;
        padding-left: 20px;
        line-height: 18px;
    }
.hidden {
    display: none;
}
#main {
    width: 1040px;
    margin: 10px auto 0 auto;
    height: 683px;
    overflow: hidden;
}
    #main section {
        position: relative;
        float: left;
        margin-left: 5px;
        width: 256px;
        height: 683px;
    }
    #main section.first {
        margin-left: 0;
    }
    #main h1 {
        position: relative;
        height: 683px;
        width: 256px;
        cursor: pointer;
        z-index: 100;
    }
        #main .first h1, #main .first h1 span {
            -moz-border-radius-topleft: 6px;
            border-top-left-radius: 6px;
        }
        #main .last h1, #main .last h1 span {
            -moz-border-radius-topright: 6px;
            border-top-right-radius: 6px;
        }
        #main h1.sun1 {
            background-image: url(../images/sunset_01.jpg);
        }
        #main h1.sun2 {
            background-image: url(../images/sunset_02.jpg);
        }
        #main h1.sun3 {
            background-image: url(../images/sunset_03.jpg);
        }
        #main h1.sun4 {
            background-image: url(../images/sunset_04.jpg);
        }
        #main h1 span {
            position: absolute;
            width: 241px;
            padding: 15px 0 15px 15px;
            background: #cccccc;
            opacity: .70;
            filter: "alpha(opacity=70)";
        }
        #main h1 span.about-photo {
            bottom: 10px;
            width: auto;
            left: 80px;
            padding: 10px;
            font-size: 10px;
            font-weight: normal;
            -moz-border-radius-topright: 0x;
            border-top-right-radius: 0px;
        }
            #main h1 span.about-photo a {
                font-size: 9px;
            }
    #main .content {
        position: absolute;
        top: 0px;
        width: 256px;
        padding-top: 30px;
        visibility: hidden;
    }
        #main .content .avatar {
            text-align: center;
        }
.posts {
    margin-bottom: 15px;
}
    .posts .date {
        font-size: 10px;
    }
footer {
    width: 1040px;
    padding: 5px 0;
    margin: 0 auto;
    text-align: right;
    font-size: 13px;
}
