.wp-caption.aligncenter img {
    border: 2px solid #ffcc00;
    border-radius: 5px;
    box-shadow: 0 0 19px 0px #ffcc00;
}
.wp-caption .wp-caption-text {
    background: #ffcc00;
    border: 2px dashed #ffcc00;
    box-shadow: 0 0 19px 0px #ffcc00;
    border-radius: 5px 5px 5px 5px;
    font-weight: bold;
    color: #FFFFFF;
    text-transform: uppercase;
}
.large-9 .post-item {
    border: 2px solid #ffcc00;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ffcc00;
    border-radius: 10px;
    margin-bottom: 10px;
    padding-top: 10px;
    box-shadow: inset 0px 0px 11px -1px #ffcc00;
}