h3
{
color: #fff;
background-color:#008eb7;
-moz-border-radius:3px;
border-radius: 3px;
padding:3px;
margin:10px 0px;
text-shadow:2px 2px 3px #404040;
}
code{
    font-size: 12px;
    font-family: Consolas, monospace, serif;
    color: #dd0055;
    white-space: nowrap;
    padding: 1 4px;
    border: 1px solid #dddddd;
    border-radius: 3px;
    background-color: #fafafa;
}


.postTitle {
    font-size: 14px;
    font-weight: bold;
    #padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #1fa6e6;
    background: #;
    #background: seagreen;
    background: #33CCCC;
    color: #fff;
}

.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    color: lightgoldenrodyellow;;
}
a:link {
    color: lightgoldenrodyellow;
    text-decoration: none;
}

.dayTitle {
    color: #666;
    font-weight: bolder;
    line-height: 1.5em;
    font-size: 110%;
    margin-top: 3px;
    margin-bottom: 12px;
    margin-right: 10px;
    float: right;
    position: relative;
    top: 40px;
    
}
.postTitle{
 color: lightgoldenrodyellow;
}
.postTitle2{
display: inline-block;
    height: 30px;
    line-height: 30px;
}


.postCon a:link, .postCon a:visited, .postCon a:active {
    text-decoration: underline;
    color: red;
}

a:link {
    color: deepskyblue;
    text-decoration: none;
}

.newsItem .catListTitle {
    text-align: left;
    padding: 5px 10px;
    border: 1px solid #ccc;
    background: #00beb7;
}
#leftcontentcontainer .catListTitle{
 background: #00beb7;
}


.entrylistPosttitle{
    font-size: 14px;
    font-weight: bold;
    padding: 0 100px 10px 20px;
    border-bottom: 1px solid #e0e0e0;
    line-height: 1.5em;
    clear: both;
    border-left: 5px solid #1fa6e6;
    #background: seagreen;
}

.entrylistPosttitle >a{
color: lightgoldenrodyellow;
}

.entrylistPosttitle a:link, .entrylistPosttitle a:visited, .entrylistPosttitle a:active {
    #color: #21759b;
    transition: all 0.4s linear 0s;
}