#home {
    margin: 0 auto;
    width: 95%;             
    min-width: 950px;
    background-color: #fff;    
    padding: 30px;   
    margin-top: 10px;      
    margin-bottom: 10px;    
    box-shadow: 0 2px 6px rgba(100, 100, 100, 0.3);
}
#blogTitle h1 a {
    color: #515151; 
    font-size: 50px;
}

#navigator {
    background-color: #f7f7f7;
}

#navList {
    font-size: 18px; 
}
#navList a {
    padding-top: 15px; 
}
#navList a:hover {  
    color: #4C9ED9;
}


.catListTitle {   
    background: #390;
    border-bottom: 1px solid #006600;
    border-top-left-radius: 7px;
    border-top-right-radius: 7px;
    color: #FFFFFF;
    font-size: 1.2em;
    height: 1.8em;
    line-height: 1.8em;
    padding: 5px;
    text-indent: 0.5em;
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);
}