html{
  background-color:#FFFFFF
}

body {
  background-color:#FFFFFF;
}

a:link {
    color: #3F5765;
    text-decoration: none;
}

a:visited {
    color: #3F5765;
    text-decoration: none;
}

a:hover {
    color: #00A3E0;
    text-decoration: underline;
}

a:active {
    color: black;
    text-decoration: none;
}

h1{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 24px;
    padding-left: 3%;
    padding-top: 6px;
}

h2{
    padding-left: 75%
}

#blogTitle {
    height: 10px;
    font-style:normal;
    background: #FFFFFF;
    clear: both;
}

#blogTitle a:link, #blogTitle a:visited, #navList a:active{
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style:normal;
    font-weight:normal;
    color: #3F5765;
}

#navigator {
    background-color: #3F5765;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    clear: both;
}

#navList a {
    display: block;
    padding: 0 1.5em;
    height: 50px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    float: left;
    font-size: 1.2em;
    text-align: center;
    transition-duration: 0.3s;
}

.newsItem, #blog-calendar {
    background-color: #FFFFFF;
    border-radius: 2px;
    line-height: 1.5;
    border-style: solid;
    border-color: #3F5765;
    border: 2px;
    box-shadow: 0px 0px 0px 0px #3F5765;
}

.catListTitle {
    background: #3F5765;
    border-bottom: 0px solid #006600;
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
    color: #FFFFFF;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 1.2em;
    font-weight: bold;
    height: 1.6em;
    line-height: 1.8em;
    padding: 3px;
    text-indent: 0.5em;
    text-shadow: 0px 0px 0 rgba(0, 0, 0, 0.3);
}

.dayTitle {
    width: 100%;
    color: #3F5765;
    line-height: 2.2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 18px;
    clear: both;
    border-bottom: 2px solid #3F5765;
    text-align: left;
}

.postTitle {
    font-weight:normal;
    color:#3F5765;
    border-bottom: 2px dashed #3F5765;
    float: right;
    line-height: 2em;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    width: 100%;
    clear: both;
}
.postTitle a:link, .postTitle a:visited, .postTitle a:active {
    font-size: 14px;
    color: #3F5765;
    transition: all 0.4s linear 0s;
}

.postCon {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3F5765;
    float: right;
    line-height: 1.0;
    width: 100%;
    clear: both;
    padding: 15px 0;
}

.postCon a:link, .postCon a:visited, .postCon a:active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #3F5765;
    text-decoration: underline;
}

.postDesc {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style:normal;
    float: right;
    width: 100%;
    clear: both;
    text-align: right;
    padding-right: 10px;
    color: #3F5765;
    line-height: 1.5em;
}

.postDesc a:link, .postDesc a:visited, .postDesc a:active {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-style:normal;
    color: #3F5765;
}