
html {
    height: 100%;
    overflow: visible;
}

body {
    margin: 0px;
    font: 11px/15px lucida grande, arial, verdana, sans-serif;
    color: #000;
    height: 100%;
    background-color: #000;
}

div, p, form {
    margin: 0px;
    padding: 0px;
}

a {
    color: #999;
}

#collt, #colrt {
    position: absolute;
    width: 50%;
    min-height: 100%;
}

#collt {
    top: 0;
    left: 0;
    text-align: center;
}

#colrt {
    top: 0;
    left: 50%;
    background-color: #fff;
}
    
    #logo, #copy {
        padding: 95px 20px 20px 20px;
    }
    
    #twitter {
        padding: 20px 20px 0px 20px;
        color: #333;
        font: 14px georgia, times;
    }
    
    #recently {
        padding: 20px;
        text-align: center;
    }
    
    #recently a {
        position: relative;
        display: block;
        float: left;
        margin: 0px 3px 3px 0px;
        padding: 3px 6px;
        text-decoration: none;
        color: #191919;
        background-color: #0d0d0d;
        font: 14px georgia, times;
    }
    
    #recently a:hover, a:active {
        color: #363636;
    }
    
    #recently a:visited {
        text-decoration: line-through;
    }
    
    #player {
        height: 75px;
        padding-top: 50px;
        text-align: center;
    }
    
    #copy {
        padding-top: 0px;
    }
    
    div.post {
        margin: 0px 0px 40px 0px;
    }
    
    div.post a {
        color: #000;
        background-color: #ccc;
        padding: 1px 3px 1px 3px;
        text-decoration: none;
    }
    
    div.post a:hover {
        color: #fff;
        background-color: #333;
    }
    
    div.post a.keyword {
        padding: 1px 3px 1px 15px;
        color: #000;
        background-color: #eee;
        background-image: url(/_img/back-keyword.gif);
        background-repeat: no-repeat;
        text-decoration: none;
    }
    
    div.post a.flickr {
        padding: 1px 3px 1px 20px;
        color: #000;
        background-color: transparent;
        background-image: url(/_img/back-flickr.gif);
        background-repeat: no-repeat;
        text-decoration: none;
    }
    
    #page {
        margin: 0px 0px 30px 0px;
    }
    
    #page a.page, a.page-current {
        display: block;
        float: left;
        margin: 0px 2px 0px 2px;
        padding: 2px 0px 2px 0px;
        width: 16px;
        font: 10px lucia grande, arial, verdana, sans-serif;
        font-weight: normal;
        text-decoration: none;
        text-align: center;
        color: #000;
        background-color: #ccc;
        border: 1px solid #ccc;
    }
    
    #page a.page-current {
        color: #fff;
        background-color: #000;
        border: 1px solid #000;
    }
    
    #tray {
        padding: 0px 0px 20px 0px;
    }
    
        #mine, #love {
            float: left;
            width: 50%;
            color: #999;
            font-style: italic;
        }
        
        #love {
            text-align: right;
        }
