.postBody li, .postCon li {
    list-style-type: disc;
    margin-bottom: 4px;
}

#main {
    width: 1300px;
}

#mainContent {
    width: 980px;
}

#topics {
    padding: 30px 50px 30px 50px;
    box-shadow: #d2d2d2 1px 1px 9px;
}

#navList {
    width: 1300px;
}

#navList a:link {
    text-shadow: 0px 0px 0px white;
}

#navList a:hover {
    color: #009688;
}

body {
    color: #444;
    background-color: white;
}

#header {
    background: #009688;
}

#blogTitle {
    width: 1300px;
}

#blogTitle h1 {
    width: 410px;
}

#blogTitle h2 {
    margin-left: 125px;
}

#sidebar_news {
    box-shadow: #d2d2d2 1px 1px 9px;
}

#comment_form_container {
    box-shadow: #d2d2d2 1px 1px 9px;
}

#blog-comments-placeholder {
    box-shadow: #d2d2d2 1px 1px 9px;
}

#blog-calendar {
    box-shadow: #d2d2d2 1px 1px 9px;
    padding: 10px;
}

.sidebar-block {
    background-color: #fff;
    box-shadow: #d2d2d2 1px 1px 9px;
}

#profile_block, #profile_block a {
    color: #444;
}

.sidebar-block ul li, .sidebar-block ul li a {
    color: #444;
}

.day {
    padding: 25px;
    border: none;
    box-shadow: #ccc 3px 3px 9px;
}

.day:hover {
    position: initial;
    border: none;
}

.dayTitle {
    display: none;
}

.day .postTitle2 {
    color: black;
}

.postDesc {
    color: #888;
}

.postTitle a:link {
    color: black;
}

.postTitle a:hover {
    color: #ff6a57;
}

.day .postTitle {
    border-left: 4px solid #009688;
    padding-left: 10px;
}


#navList li {
    line-height: 40px;
}

#navList li:hover a {
    border-bottom: 3px solid #009688;
}

#navigator {
    height: 40px;
    background-color: #009688;
    border: 0;
}

.catListTitle {
    background-color: #009688;
    border: 0;
}

.sidebar-block h3 {
    background-color: #009688;
    border: 0;
}

.btn_my_zzk {
    border: 0;
    background: #009688;

}