/*
 * iWebSkel: The Ultimate Website Skeleton!
 */

/* Reset */
@import 'reset.css';

body{
    background-color:black;
    font-family:Georgia, serif;
    color:white;
    font-size:24px;    
    line-height:120%;
    height:100%;
}

#left{
    text-align:right;
    width:400px;
    margin-top:150px;
    float:left;
}

#right{
    margin-top:150px;
    float:left;
    margin-left:40px;    
}

#subPlot{
    color:#aaaaaa;  
}

#plot{
    font-size:48px;
    line-height:120%;
    margin-top:50px;    
}

#credits{
    margin-top:40px;    
    color:#aaaaaa;
}

#dotter{
    width:1px;
    height:350px;
    background-image:url(../images/vdot.png);  
    float:left;
    margin-left:40px;  
    margin-top:120px;
}

#list li{
    height:50px;
}

#list .day{
    color:#aaaaaa;    
}

#list a{
    color:white;
    text-decoration:none;    
    border-bottom:1px dotted #00ff00;
}

#list .date{
    font-size:12px;
    color:#999999;
    padding-left:10px;    
}

#list a:hover{
    text-decoration:none;
    border-bottom:1px solid #00ff00;    
}

    a{
        color:#cccccc;
        text-decoration:none;
        border-bottom:1px dotted #00ff00;
        
        }
        
    a:hover{
        border-bottom:1px solid #00ff00;
    }
        
    #back{
        font-size:12px;
        position:absolute;
        top:10px;
        left:10px;
        
    }


