@import url('https://fonts.googleapis.com/css?family=Lato|Merriweather');

body {
    /* background-color: lightskyblue; */
    /* background-color: indianred; */
}



img {
    max-height: 100%;
    max-width: 100%;
}

img.tilted {
    -ms-transform: rotate(7deg); /* IE 9 */
    -webkit-transform: rotate(7deg); /* Chrome, Safari, Opera */
    transform: rotate(7deg);
}

.masthead {
    /* padding: 5px; */
    height: 40px;
    /* box-shadow: 0px 0px 8px gray; */
    /* background-color: lightskyblue; */
    /* border-top: 5px solid lightskyblue; */
    /* border-bottom: 5px solid indianred; */
    /* background-color: #ddd; */
    /* background-color: gold; */
    background-color: tomato;
    margin-bottom: 0px;
}

.masthead a img:hover {
    background-color: maroon;
}

.masthead {
    text-align: center;
}

.masthead .logo{
    /* height: 50px;		/\*\/ */
    height: 100%;
    /* float: right; */
}

.sub_masthead {
    margin-bottom: 20px;
}

.top_nav_link{
    float: left;
    background-color: #0044CC;
    /* border:4px solid lightskyblue; */
    /* lightskyblue; */
    padding: 4px;
    padding-bottom: 0px;
    border-radius: 5px;
    margin-top: 2px;
    margin-right: 2px;
    margin-left: 2px;
    text-transform: uppercase;
    border-bottom: 4px solid lightskyblue;
}

.top_nav_link.current{
    border-bottom: 4px solid tomato;
}

.top_nav_link:hover{
    /* background-color: lightskyblue; */
    /* border-bottom: 4px solid #0044CC; */
    border-bottom: 4px solid tomato;
}

.blog_post {
    border-radius: 12px;
    padding: 10px;
    background-color: rgba(255,255,255,0.9);
    border-top: 12px solid lightskyblue;
    border-bottom: 12px solid tomato;
}

h1,h2,h3,h4,h5,h6,h7{
    font-family: 'Lato', sans-serif;
}

.story_meta, .story_top_meta{
    font-family: 'Lato', sans-serif;
    color: gray;
}

.story_meta {
    /* padding-left: 20px; */
    background-color: white;
    margin-bottom: 14px;
    margin-right:8px;
    max-width: 120px;
    float: left;
    padding-right: 6px;
    padding-top: 6px;
    /* border-right: 1px solid gainsboro; */
}

.story_top_meta {
    font-size: 0.75em;
    text-align: right;
    padding-right: 10px;
    background-color: lightskyblue;
    color: white;
}

.story_top_meta a {
    color: white;
    text-decoration:none;
}

.story_top_meta a:focus,
.story_top_meta a:hover{
    text-decoration: underline;
}

.row.story {
    margin-bottom: 14px;
}

.blog_post {
    padding: 0px;
}

.dot_stripes {
    /* border-top: 4px double lightskyblue; */
}

.avatar {
    background-color: #fce8e8;
    width: 90%;
    height: 90%;
    max-width: 70px;
    max-height: 70px;
    border-radius: 50%;
    border: 3px solid tomato;
    margin-right: 12px;
}

.clear_both{
    clear:both;
}

.source_link {
    text-align: right;
    font-weight: 700;
}

.top_nav_link,
.top_nav_link a{
    color: white;
    font-family: 'Lato', sans-serif;
}

.widget a .teaser p{
    text-decoration:none;
    color:#555;
}

.widget .row:hover{
    cursor: pointer;
    background-color: gainsboro;
}
.widget .row:hover .story_meta{
    background-color:inherit;
}

.widget .fa {
    display:none;
}

.widget .row {
    border-bottom: 1px solid gainsboro;
}