#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    background-color: #008200;
}
#header {
    height: 60px;
    width: 100%;
    background-color: #008200;
}
#navigator {
    top: 18px;
    font-weight: solid;
}
#navList li a {
    font-size: 15px;
    text-decoration: none;
    color: #FFF;
    padding: 10px;
    background-color: #008200;
}
a:link, a:visited {
    text-decoration: none;
    color: #ff0077;
}
.postTitle, .postTitl2, .entrylistPosttitle {
    font-size: 20px;
    padding-right: 64px;
    padding-left: 10px;
    border-left-width: 12px;
    border-left-style: solid;
    border-left-color: #008200;
}
.postTitle a, .postTitl2 a, .entrylistPosttitle a {
    color: #ff0077;
}
.postTitle a:link, .post-title a:visited, .postTitl2 a:link, .postTitl2 a:visited, .entrylistPosttitle a:link, .entrylistPosttitle a:visited {
    color: #ff0077;
}
#navigator, #blogTitle, #main, #footer {
    width: 1500px;
    position: relative;
    margin: 0 auto;
}

#mainContent {
    width: 1200px;
    background: white;
    box-shadow: 0px 0px 8px #999;
    -moz-box-shadow: 0px 0px 8px #999;
    -web-kit-shadow: 0px 0px 8px #999;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -web-kit-shadow: 6px;
    float: left;
    display: inline-block;
}