
/*  Styles for post list widget */

/*  Overall text styles */

div.post-list-widget {
    color: #8c8c8c;
}
div.post-list-widget h2.title,
div.search-widget h2.title {
    font-family: 'Arial';
    font-size: 24px;
    font-weight: bold;
    border: none;
    padding: 0px;
    margin-bottom: 10px;
}

div.post-list-widget div.preamble {
    font-size: 12px;
    color: #333333;
    margin-bottom: 15px;
}

div.post-list-widget div.post-entry,
div.search-widget div.post-entry,
div.search-widget div.user-entry {
    width: 100%;
    padding: 15px 0px;
    overflow: hidden;
}
div.search-widget div.deleting {
    background-color: #FFCCCC;
}

div.post-list-widget div.image,
div.search-widget div.image {
    float: right;
    overflow: hidden;
    background-color: lightblue;
}
div.post-list-widget div.attribution, 
div.search-widget div.attribution {
    font-size: 12px;
}
div.post-list-widget div.attribution a, 
div.search-widget div.attribution a {
    cursor: pointer;
}


div.post-list-widget div.viral,
div.search-widget div.viral {
    float: right;
    text-align: center;
    width: 80px;
    min-width: 80px;
    height: 155px;
    min-height: 155px;
    margin: 0px 10px;
    background-color: #e5e5e5;
}
div.post-list-widget div.fb-share-gizmo,
div.search-widget div.fb-share-gizmo {
    margin: 10px 9px 10px 9px;
}
div.post-list-widget div.tw-share-gizmo, 
div.search-widget div.tw-share-gizmo {
    margin: 0px 13px 0px 12px;
}

div.post-list-widget div.text,
div.search-widget div.text {
    margin-right: 10px;
    float: right;
}

div.post-list-widget div.text h3,
div.search-widget div.text h3 {
    font-family: 'Arial';
    font-weight: bold;
    padding: 0px;
    margin: 0px 0px 10px 0px;
}

div.post-list-widget div.excerpt,
div.search-widget div.excerpt {
    overflow: hidden;
    margin-bottom: 15px;
}

div.post-list-widget div.footer,
div.search-widget div.footer {
    margin: 6px 10px 0px 0px;
    height: 24px;
    min-height: 24px;
}
div.post-list-widget div.footer div.more,
div.search-widget div.footer div.more,
div.post-list-widget div.footer div.post,
div.search-widget div.footer div.post {
    float: right;
    font-size: 12px;
    line-height: 13px;
    margin-top: 4px;
    margin-right: 20px;
}

div.post-list-widget div.page-index,
div.search-widget div.page-index {
    float: right;
    font-size: 14px;
    height: 24px;
    min-height: 24px;
}
div.post-list-widget div.page-index img,
div.search-widget div.page-index img {
    margin-top: 5px;
}

div.post-list-widget div.page-index span,
div.search-widget div.page-index span {
    padding: 3px;
}
div.post-list-widget div.page-index span.selected {
    background-color: #333333;
    color: #ffffff;
}


/* Formatting administration fields */

/* div.post-list-widget form.edit div.error {
    font-size: 12px;
    width: 550px;
    text-align: right;
} */
div.post-list-widget div.label,
div.search-widget div.label {
    width: 120px;
    float: left;
}
div.post-list-widget div.options,
div.search-widget div.options {
    width: 430px;
    margin-bottom: 20px;
    float: right;
}
div.post-list-widget div.options input,
div.search-widget div.options input {
    width: 12px;
    background-color: #ffffff;
    margin: 0px 20px 0px 2px;
}
div.post-list-widget div.options span,
div.search-widget div.options span {
    display: block;
    float: left;
}

div.post-list-widget form.edit div.label {
    margin-bottom: 20px;
}
div.post-list-widget form.edit input.integer,
div.search-widget form.edit input.integer {
    width: 30px;
}
div.post-list-widget form.edit div#display input.integer {
    width: 20px;
    margin: 0px 4px 4px 4px;
}
div.post-list-widget form.edit div#display input.image-width {
    width: 30px;
}
div.post-list-widget form.edit div#display input.show {
    width: 15px;
}
div.post-list-widget form.edit div#display div.label {
    height: 80px;
    min-height: 80px;
}
div.post-list-widget form.edit div#display div.error {
    height: 60px;
    min-height: 60px;
    overflow: hidden;
}
div.post-list-widget form.edit div#paging input, 
div.search-widget form.edit div#paging input {
    width: 15px;
    margin-right: 5px;
}
div.post-list-widget form.edit div#paging input.paging-range,
div.search-widget form.edit div#paging input.paging-range {
    width: 30px;
}

div.post-list-widget form.edit div#links div.label {
    height: 40px;
    min-height: 40px;
}
div.post-list-widget form.edit div#links input {
    width: 120px;
}

