/* You can override, change, and otherwise mess with these settings as much as you like.
In fact, I encourage it.*/
#vrp_image_box {
    /*margin:10px;*/
    }
img.vrp_img {
    position: relative;
    padding: 0;
    margin: 0
    }
img.vrp_img_mag {
    float: left;
    padding: 0;
    margin: 0
    }
#vrp_image_box #vrp_title_caption a {
    text-decoration: none
    }
#vrp_image_box #vrp_title_caption a:hover {
    text-decoration: none
    }
#vrp_image_box #vrp_title_caption_mag a {
    text-decoration: none
    }
#vrp_image_box #vrp_title_caption_mag a:hover {
    text-decoration: none
    }
#vrp_title_caption {
    padding-top: 5px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px
    }
#vrp_title_caption_mag {
    padding-top: 10px;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 5px
    }
#vrp_h3 {
    margin: 10px;
    margin-top: 20px;
    font-size: 12px;
    letter-spacing: 0.2em
    }
.h3_drop_cap {
    font-size: 140%
    }
#vrp_excerpt p {
    padding: 0;
    text-align: justify
    }
#vrp_excerpt_mag p {
    padding: 0;
    text-align: justify
    }
#featured_tag {
    position: relative;
    top: 2px
    }
/*******************
*** popup styles ***
*******************/
a.info {
    position: relative;
    z-index: 24;
    text-decoration: none;
    padding: 0;
    margin: 0
    }
a.info:hover {
    z-index: 25
    }
a.info span {
    display: none
    }
a.info:hover span {
    display: block;
    position: absolute;
    top: 0.5em;
    left: -2em;
    width: 17em;
    font-size: 12px;
    background: #183b5d;
    color: #efefef;
    padding: 10px;
    line-height: 14px;
    z-index: 5000
    }
a.info:hover span p.pop_title {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 5px;
    margin-bottom: 0
    }