@CHARSET "UTF-8";
/* Admin Option Panel Style */
/* This logo would display beside the plugin name */
#wumiPluginLogo {
    background: url("../images/pluginLogo.png") no-repeat;
}

#wumiiSubmitNotifications {
    list-style: disc;
    padding: 0 0 0 20px;
}

#wumiiPostboxContainerMain {
    width: 75%;
}

#wumiiPostboxContainerSide {
    width: 24%;
}

.wumii_postbox_inside li {
    margin: 10px;
    line-height: 25px;
}

.wumii_postbox_inside .wumii_option_name {
    float: left;
    width: 180px;
}

.wumii_postbox_inside .wumiiNumRelatedPosts {
    width:25px;
}

#wumiiRandomIfNoRelated {
    display: inline;
}

/* Related Posts List Style */
.wumii_related_posts {
    color: inherit !important;
    padding-top: 30px !important;
    clear: both !important;
}

.wumii_related_posts .wumii_img_posts_list, .wumii_related_posts .wumii_no_img_posts_list,
    .wumii_related_posts .wumii_img_posts_list li, .wumii_related_posts .wumii_no_img_posts_list li {
    background-image: none !important;
}

/* For Chrome to eliminate the prefix of list */
.wumii_related_posts .wumii_img_posts_list li:before,
    .wumii_related_posts .wumii_no_img_posts_list li:before {
    content: "" !important;
}

.wumii_related_posts .wumii_img_posts_list a,
    .wumii_related_posts .wumii_no_img_posts_list a,
    #wumiiFootNote a {
    text-decoration: none !important;
    border: none !important;
}

.wumii_related_posts .wumii_img_posts_list a:hover,
    .wumii_related_posts .wumii_no_img_posts_list a:hover,
    #wumiiFootNote a:hover {
    border-bottom: none !important;
}

.wumii_related_posts .wumii_no_img_posts_list a:hover,
    #wumiiFootNote a:hover {
    text-decoration: underline !important;
}

.wumii_related_posts .wumii_img_posts_list a:hover {
    text-decoration: none !important;
}

.wumii_related_posts .wumii_img_posts_list {
    padding-left: 0 !important;
    margin-top: 5px !important;
    margin-left: 0 !important;
}

.wumii_related_posts .wumii_img_posts_list .first_child {
    border-left: none !important;
}

.wumii_related_posts .wumii_img_posts_list li {
    position: relative !important;
    float: left !important;
    border-top: none !important;
    border-right: none !important;
    border-bottom: none !important;
    border-left: 1px solid #DDDDDD !important;
    margin: 0 !important;
    padding: 0 !important;
    display: inline !important;
    list-style: none !important;
}

.wumii_related_posts .wumii_img_posts_list li:after {
    content: "";    /* for Firefox */
}

.wumii_related_posts .wumii_img_posts_list li a {
    background-color: transparent !important;
    display: block !important;
    width: 102px !important;
    padding: 5px !important;
}

.wumii_related_posts .wumii_img_posts_list li a:hover {
    background-color: #FAF2E9 !important;
}

.wumii_related_posts .wumii_img_posts_list li a p {
    height: 60px !important;
    line-height: 15px !important;
    margin: 3px 0 0 0 !important;
    padding: 0 !important;
    border: none !important;
    text-indent: 0 !important;
    font-size: 12px !important;
    overflow: hidden !important;
}

.wumii_related_posts .wumii_img_posts_list li a div {
    width: 100px !important;
    height: 100px !important;
    border: 1px solid #DDDDDD !important;
}

.wumii_related_posts .wumii_img_posts_list a div img {
    position: absolute !important;
    border: none !important;
    background: none !important;
    visibility: hidden;
    padding: 0 !important;
    margin: 0 !important;
    max-width: inherit !important;
    max-height: inherit !important;
}

.wumii_related_posts .wumii_no_img_posts_list {
    margin: 5px 0 0 0 !important;
    padding-left: 0 !important;
}

.wumii_related_posts .wumii_no_img_posts_list li {
    font-size: 12px !important;
    list-style: disc inside none !important;
    line-height: 20px !important;
    display: list-item !important;
    padding: 0 !important;
    margin: 0 0 0 5px !important;
    text-indent: 0 !important;
}

.wumii_related_posts .wumii_title {
    font-family: Arial,sans-serif !important;
    font-weight: bold !important;
    font-size: 1em !important;
}

#wumiiFootNote {
    clear: left !important;
    text-align: right !important;
    padding: 5px 0 !important;
}

#wumiiFootNote a {
    font: 12px arial !important;
    color: #bbbbbb !important;
}

#wumiiFootNote a:hover {
    color: #bbbbbb !important;
}