/* ################################################################
#
#  Imports
#
################################################################ */


/* ################################################################
#
#  View
#
################################################################ */

#potm {
    float: left;
}

.potmblock {
    margin: 0px 14px 14px 0px;
    width: 49%;
    cursor: help;
    font-size: 90%;
}

.potmblock img {
    width: 100%;
    border-radius: 10px;
}

.potm_or, .potm_mr, .potm_ur {
    float: right;
}
@media only screen and (max-device-width : 768px), only screen and (max-width : 768px) {
    .potmblock {
        float: none;
        width: 100%;
    }
    .potm_or, .potm_mr, .potm_ur {
        float: none;
    }
}

#datebar {
    clear: both;
    background: #202020;
    padding: 14px 14px 14px 14px;
    color: #cccccc;
    margin: 21px 0px 21px 0px;
    -webkit-box-shadow: inset 0px 0px 15px 2px rgba(161,118,178,1);
    -moz-box-shadow: inset 0px 0px 15px 2px rgba(161,118,178,1);
    box-shadow: inset 0px 0px 15px 2px rgba(161,118,178,1);
}

#datebar a {
    color: #fee938;
}

#datebar article {
    float: left;
    width: 26%;
    padding: 0px;
}

#datebar article.date2 {
    float: left;
    width: 38%;
    padding: 0px;
}

#datebar article div {
    border-left: 2px solid #ec651f;
    padding: 3px 14px 3px 14px; 
}

#datebar article:first-of-type {
    width: 22%;
}

#datebar article:first-of-type div {
    border-left: none;
}

#datebar h2 {
    font-size: 1.1rem;
}

#datebar article:first-of-type h2 {
    font-size: 1.4rem;
}

@media only screen and (max-device-width : 650px), only screen and (max-width : 650px) {
    #datebar article:first-of-type h2 {
        font-size: 1.2rem;
    }
}


#datebar article:first-of-type a, #datebar article:first-of-type h2 {
    color: #ff8000;
}

.full, .half {
    clear: both;
}

.half {
    padding: 0px 14px 0px 14px;
}

.half article {
    float: left;
    width: 50%;
    padding: 0px;
}


.half article:first-of-type h2, .half article:first-of-type p {
    margin-right: 7px;
}

.half article:last-of-type h2, .half article:last-of-type p {
    margin-left: 7px;
}

@media only screen and (max-device-width : 768px), only screen and (max-width : 768px) {
    #datebar article:first-of-type {
        width: 100%;
    }
    #datebar article {
        float: none;
        width: 100%;
        padding: 0px;
    }

    #datebar article div {
        border-bottom: 2px solid #ec651f;
        border-left: none;
        padding: 14px 0px 14px 0px; 
    }

}
