@CHARSET "UTF-8";
/* Admin Option Panel Style */
#wumiiLogo {
    background: url("../icons/logo32x32.png") no-repeat;
}

#wumiiSubmitNotifications {
    list-style: disc;
    padding: 0 0 0 20px;
}

#wumiiPostboxContainerMain {
    width: 70%;
}

.wumii_postbox_inside li {
    margin: 10px;
    line-height: 25px;
}

.wumii_postbox_inside .wumii_option_name {
    float: left;
    width: 180px;
}

#wumiiNumRelatedPosts {
    width:25px;
}

#wumiiRandomIfNoRelated {
    display: inline;
}

/* Related Posts List Style */
.wumii_related_posts {
    color: inherit;
    font-family: "trebuchet ms";
    padding-top: 30px;
}

.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;
}

/* 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: "";
}

.wumii_related_posts .wumii_img_posts_list a,
    .wumii_related_posts .wumii_no_img_posts_list a,
    .wumii_related_posts .wumii_foot_note a {
    text-decoration: none !important;
    border: none;
}

.wumii_related_posts .wumii_img_posts_list a:hover,
    .wumii_related_posts .wumii_no_img_posts_list a:hover,
    .wumii_related_posts .wumii_foot_note a:hover {
    text-decoration: underline !important;
    border-bottom: none;
}

.wumii_related_posts .wumii_img_posts_list {
    padding-left: 0 !important;
    margin-top: 5px;
    margin-left: 0 !important;
}

.wumii_related_posts .wumii_img_posts_list .first_child {
    border-left: none;
}

.wumii_related_posts .wumii_img_posts_list li {
    float: left;
    padding: 11px !important;
    width: 119px;
    margin-left: 0;
    display: inline;
    border-left: 2px solid #eee;
    list-style: none;
    text-indent: 0;
}

.wumii_related_posts .wumii_img_posts_list p {
    line-height: 15px;
    margin: 5px 0;
    text-indent: 0;
    font-size: 12px;
}

.wumii_related_posts .wumii_img_posts_list .img_content {
    position: relative;
    width: 120px;
    height: 120px;
    border: 1px solid #eee;
}

.wumii_related_posts .wumii_img_posts_list a img {
    position: absolute;
    border: none;
    background: none;
    visibility: hidden;
    padding: 0;
}

.wumii_related_posts .wumii_no_img_posts_list {
    margin: 3px 0 0 0 !important;
    padding-left: 20px;
}

.wumii_related_posts .wumii_no_img_posts_list li {
    list-style: disc;
    line-height: 20px;
    display: list-item;
    text-indent: 5px;
    padding: 0 !important;
    margin-left: 0;
    font-size: 12px;
    list-style-position: outside;
}

.wumii_related_posts .wumii_title {
    font-weight: bold;
    font-size: 17px;
}

.wumii_related_posts .wumii_foot_note {
    clear: left;
    text-align: right;
}

.wumii_related_posts .wumii_foot_note a {
    font-size: 11px !important;
    font-weight: bold;
    margin: 0 0 5px 0;
    color: #bbbbbb;
}

.wumii_related_posts .wumii_foot_note a:hover {
    color: #bbbbbb;
}