/*
jive-home.css - v0.1 - October 12, 2006
styles for the community landing page.
*/

#jive-body-intro-content img {
    float: left;
    padding-right: 8px;
}

/* thread info (above thread view) */
.jive-blog-info {
    background: transparent url(../images/jive-blog-hdr-bg.png) repeat-x top;
    margin: 0;
    padding: 10px 15px;
    position: relative;
}

* html .jive-blog-info {
    height: 1%;
}

.jive-blog-info h3 {
    display: inline;
    font-size: 1.2222em;
    font-weight: bold;
    margin: 0;
}
.jive-blog-info h3 .jive-icon-med {
    margin-top: 1px;
}
.jive-blog-info h3 a {
    color: #333;
}

.jive-blog-info-details {
    padding: 5px 10px 0 10px;
    white-space: nowrap;
    color: #40871d;
}

.jive-pagination {
    float: right;
    padding: 3px 0 0 0;
    margin: 0;
    white-space: nowrap;
}

.jive-pagination-prevnext {
    padding: 1px;
    margin: 0;
}

/* jive thread - original post styles */
.jive-blog-post {
    clear: both;
    border-top: 1px solid #dcdcdc;
    background-color: #f5faf0;
    padding: 0;
    margin: 0;
    position: relative;
}
* html .jive-blog-post {
    width: 100%;
    }


.jive-blog-post-mod {
    clear: both;
    border-top: 1px solid #E8E0B3;
    background-color: #FBFBDE;
    padding: 0;
    margin: 0;
}

.jive-blog-post-alt {
    background-color: #fff;
}

.jive-blog-post .jive-blog-post-moderating {
    display: none;
}

.jive-blog-post-mod .jive-blog-post-moderating {
    color: #d89757;
    font-size: 1em;
    font-weight: bold;
    text-transform: uppercase;
    padding: 4px 3px 5px 0;
    margin: 10px 15px 0 15px;
    border-bottom: solid #d89757 1px;
}

/* 3 column layout, containers and columns */

/* main wrapper*/
.jive-blog-post-subject {
    display: block;
    overflow: hidden;
    margin: 0 0 5px 0;
    padding: 15px 0 10px;
}

* html .jive-blog-post-subject {
    height: 1%;
}

/* column 1 */
.jive-author-avatar-container {
    float: left;
    width: 65px;
}

.jive-author-avatar {
    margin: 0;
    padding: 0 0 0 15px;
}

/* column 2 */
.jive-blog-post-subject-header {
    margin: 0 130px 0 15px;
    padding: 0;
}
.jive-blog-post-subject-header-join { margin-right: 225px; }

.jive-blog-post-subject-header div {
    display: block;
    overflow: hidden;
    margin: 0;
    padding: 0;
}

/* column 2 (if column 1) */
.jive-blog-post-subject-header-withavatar {
    margin: 0 70px 0 65px !important;
}

.jive-blog-post-subject-header-withavatar div {
}

.jive-blog-post-subject-stats {
    color: #777777;
    font-size: .8889em;
    font-style: normal;
}

/* column 3 */
.jive-blog-post-reply-container {
    display: block;
    float: right;
    width: 55px;
    padding-right: 15px !important;
    overflow: hidden;
}

.jive-blog-post-reply-grp-container {
    display: block;
    float: right;
    width: 200px;
    padding-right: 15px !important;
    overflow: hidden;
}

.jive-blog-post-reply {
    float: right;
}

.jive-blog-post-subject-header h2 {
    clear: none;
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    line-height: 1.2em;
    font-weight: normal;

}

.jive-blog-post-subject-header h2 span {
    color: #666;
    font-size: .5882em;
}
.jive-blog-post-subject-header h2 span span { font-size: 1em; }

.jive-blog-post-subject-header h2 span a {
    color: #666;
    text-decoration: none;
}

.jive-blog-post-subject-header em {
    font-size: .8889em;
    color: #777;
    font-style: normal;
    margin: 0;
    padding: 0;
}

.jive-blog-post-subject-header em span {
    padding-left: 10px;
}

.jive-blog-post-reply {
    height: 27px;
    padding: 0;
    margin: 0;
    background: url(../images/jive-replybtn-blog-bg-right.gif) right no-repeat;
}

.jive-blog-post-reply a {
    display: block;
    float: left;
    padding: 5px 9px 6px 28px;
    margin: 0 1px 0 0;
    font-size: 1.1111em;
    font-weight: bold;
    text-decoration: none;
    color: #505050;
    background: url(../images/jive-replybtn-blog-bg-left.gif) top left no-repeat;
}

.jive-blog-post-reply a:hover {
    color: #555;
    background: url(../images/jive-replybtn-blog-bg-left-over.gif) left no-repeat;
}

.jive-blog-post-body {
    clear: both;
    margin: 0px;
    padding: 0px 15px 15px 15px;
}

.jive-blog-post-message {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0 0 15px 0;
    overflow: hidden;
}

.jive-blog-post-details {
    border-top: 1px solid #dcdcdc;
    height: 16px;
    padding-top: 10px;
    margin: 5px 0 0;
}

.jive-blog-post-details .jive-blog-post-details-item {
    color: #666;
    display: block;
    float: left;
    font-size: .8889em;
    margin-right: 12px;
    min-height: 16px;

    }
* html .jive-blog-post-details .jive-blog-post-details-item { float: none; display: inline-block; height: 16px; }

.jive-blog-post-details .jive-icon-sml {
    margin-top: 1px;
}

.jive-blog-post-tags,
    .jive-blog-post-references,
    .jive-blog-post-comments,
    .jive-blog-post-permalink {
    font-size: .8889em;
    color: #666;
    margin-right: 12px;
}

.jive-blog-cloud {
    clear: both;
    border: 1px solid #dcdcdc;
    padding: 15px;
}

.jive-blog-cloud strong {
    display: none;
}

/* author styles (name, avatar, level, number of posts) */
.jive-author-avatar {
    width: 40px;
    float: left;
    color: #777;
    padding: 0 0 0 15px;
    margin: 0;
}

/* jive compose - title */
#jive-compose-header {
    padding: 5px 0 10px 0;
}

#jive-compose-header h4 {
    padding: 5px 0;
}

#jive-post-title {
    margin: 4px 122px 22px 0;
}

#jive-post-title input {
    background: #f9fcf6;
    color: #333;
}

/* jive compose - body */
#jive-compose-body {
    border: 1px solid #dcdcdc;
    background-color: #f5faf0;
}

#jive-post-bodybox {
    background: #f5faf0 url(../images/jive-blog-header.gif) no-repeat right top;
    border-color: #9CC387;
}

#editor-tabs {
    background-color: #f5faf0;
}

/* jive compose - tags */
#jive-compose-tags {
    border-top: 0;
}

.jive-compose-meta-large {
    border: 0px;
    border-top: 1px solid #9cc387;
}


#jive-compose-options {
}

#jive-compose-options h4 a.jive-compose-hdr-opt {
    background: transparent url(../images/jive-icon-minus.gif) no-repeat left;
}

#jive-compose-options h4 a.jive-compose-hdr-opt-closed {
    background: transparent url(../images/jive-icon-plus.gif) no-repeat left;
}

#jive-compose-options h4 a:hover {
    text-decoration: underline;
}

/* trackbacks */
.jive-blog-details {
    border-top: 1px solid #dcdcdc;
    padding-top: 3px;
    margin: 5px 0 0 0;
}

.jive-blog-tags {
    clear: both;
    padding-left: 16px;
    font-size: .8889em;
    color: #666;
    background: transparent url(../images/jive-icon-tag-12x12.gif) no-repeat left;
}

.jive-blog-details-container {
    padding-left: 0px;
}

/* block used for the 'per page' and filter settings on blog listing pages */
.jive-blog-options {
    clear: both;
    width: 100%;
    overflow: hidden;
    border-top: 1px solid #dcdcdc;
    padding-top: 2px;
    margin-top: 2px;
}

/* filter by dropdown on the blog listing pages */
.jive-blog-filter {
    float: left;
    padding: 0px 0px 3px 30px;
    margin: 0px 0px 0px 0px;
    font-size: .8889em;
    color: #666;
}

.jive-blog-filter select {
    float: left;
    margin: 5px 3px 4px 0px;
    font-size: .8889em;
}

.jive-blog-filter span {
    float: left;
    margin: 7px 3px 4px 0px;
}

#jive-blog-search {
    clear: both;
    padding: 15px;
    margin-bottom: 20px;
    text-align: left;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#jive-blog-resultsbar {
    background: transparent url(../images/jive-comment-bar-bg.gif) repeat-x top left;
    padding: 7px 4px 7px 12px;
    font-size: .8889em;
    clear: both;
}

#jive-blog-resultsbar .jive-alpha-link {
    font-weight: bold;
    padding: 2px;
    margin: 2px;
}

#jive-blog-resultsbar .jive-alpha-link-selected {
    border: 1px solid #dcdcdc;
}

#jive-blog-resultsbar .jive-alpha-link a {
    text-decoration: none;
}

#jive-blog-resultbar-alphabetical {
    float: left;
}

#jive-blog-resultbar-sort {
    float: left;
}

#jive-blog-results {
    border: 1px solid #ccc;
    margin-bottom: 25px;
    margin-top: -1px;
    overflow: hidden;
}

.jive-avatar-box {
    float: left;
}

.jive-avatar-link {
    padding-left: 8px;
}

.jive-table table {
    border-top: 1px solid #dcdcdc;
    float: left;
    width: 100%;
}

.jive-table th,
    .jive-table td {
    padding: 7px;
}

.jive-table th.jive-table-head-1,
    .jive-table td.jive-table-cell-1 {
    padding-left: 15px;
    text-align: left;
    width: 85%;
}

.jive-table th.jive-table-head-2,
    .jive-table td.jive-table-cell-2 {
    padding-left: 0px;
}

.jive-table table thead th.jive-table-head-2,
    .jive-table table thead th.jive-table-head-3,
    .jive-table table thead th.jive-table-head-6 {
    text-align: left;
}

/* table row styles */
.jive-table tr.jive-table-row-odd {
    background-color: #fff;
}

.jive-table tr.jive-table-row-even {
    background-color: #f5faf0;
}

.jive-table tbody td {

}

.jive-table td.jive-table-cell-1,
    .jive-table td.jive-table-cell-2 {
    padding: 0px;
}

.jive-table td.jive-table-cell-1 {
    padding-left: 15px;
}

.jive-table td.jive-profile-detail-cell {
    padding-left: 15px;
}

.jive-table td.jive-table-cell-1 span,
    .jive-table td.jive-table-cell-1 span a,
    .jive-table td.jive-table-cell-2,
    .jive-table td.jive-table-cell-3,
    .jive-table td.jive-table-cell-4 {
    color: #666;
    font-size: .8889em;
}

.jive-table td.jive-table-cell-2 {
    text-align: center;
}

.jive-table td.jive-table-cell-author {
    width: 60%;
}

.jive-table td.jive-table-cell-posts {

}

#jive-wiki-state-message {
    width: 100%;
    clear: both;
    margin: 8px 0px 15px 0px;
    padding: 0px 0px 10px 0px;
    background-color: #fdfdef;
    border: 1px solid #eae9e1;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

/* ------------------------------------------------------ */
/* Blog administration styles                             */
/* ------------------------------------------------------ */
/* folder list */
#jive-blogadmin-nav-box {
    display: block;
    float: left;
    padding-right: 15px;
    width: 167px;
    font-size: .8889em;
    margin-bottom: 20px;
}

#jive-blogadmin-nav-box div {
    border: 1px #dcdcdc solid;
    width: 100%;
}

#jive-blogadmin-nav-header {
    display: block;
    font-size: .8889em;
    font-family: verdana, arial, helvetica, sans-serif;
    text-align: left;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    padding: 4px 4px 4px 6px;
    margin: 0px;
}

#jive-blogadmin-nav {
    display: block;
    width: 156px !important;
    padding: 3px 5px 3px 6px;
    border: none !important;
}

#jive-blogadmin-nav strong {
    display: block;
    padding: 5px 0 2px 0;
    margin-bottom: 1px;
    color: #555;
}

#jive-blogadmin-nav ul {
    list-style-type: none;
    margin: 0 0 3px 0;
    padding: 0;
}

#jive-blogadmin-nav ul li {
    padding: 2px 0 4px 0;
}

.jive-blog-link-write {
    display: block;
    clear: both;
    background: #fafcff 8px 3px;
    border: 1px solid #dae9fd;
    padding: 4px 16px 4px 4px;
    margin: 5px 0 0 0;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
}

.jive-blog-link-write:hover {
    background-color: #ffffff;
    border: 1px solid #e9f2fe;
    text-decoration: underline;
}

/* main table (message list, etc) */
.jive-table-blogadmin table {
    padding: 0;
    border: 1px solid #dfdfdf;
    margin-bottom: 10px;
}

.jive-table-blogadmin th,
    .jive-table-blogadmin td {
    font-size: .8889em;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 3px 4px 3px 5px;
}

.jive-table-blogadmin th td,
    .jive-table-blogadmin td th,
    .jive-table-blogadmin td td,
    .jive-table-blogadmin th th {
    font-size: 1em;
}

.jive-table-blogadmin textarea {
    font-family: verdana, arial, helvetica, sans-serif;
    font-size: 1em;
    width: 100%;
}

.jive-table-blogadmin thead th {
    text-align: left;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    padding: 4px 4px 4px 5px;
    white-space: nowrap;
}

.jive-table-blogadmin .jive-blog-manage-overview {
    padding: 0px 15px 10px 15px;
    font-size: 1em;
}

.jive-table-blogadmin .jive-blog-manage-overview div {
    padding: 0px 5px 10px 5px;
}

.jive-table-blogadmin .jive-blog-manage-overview h4 {
    margin: 15px 0 10px 0;
    padding: 5px;
    background-color: #fafafa;
    border: 1px solid #f0f0f0;
}

.jive-table-blogadmin .jive-blog-manage-overview h5 {
    margin: 5px 0 5px 0;
    padding: 3px;
    border-bottom: 1px solid #f0f0f0;
}

.jive-table-blogadmin .jive-blog-manage-overview h5 span {
    font-weight: normal;
    font-size: 1em;
}

.jive-table-blogadmin .jive-blog-manage-overview p {
    margin: 0 0 10px 0;
    padding: 0;
    line-height: 1.444em;
}

.jive-table-blogadmin .jive-blog-manage-overview p span {
    font-size: .8889em;
    padding-left: 6px;
}

.jive-table-blogadmin .jive-blog-manage-overview p strong {

}

.jive-table-blogadmin .jive-blog-manage-overview ul {
    margin: 0 0 15px 20px;
    padding: 0;
}

.jive-table-blogadmin .jive-blog-manage-overview li {
    padding-bottom: 4px;
}

.jive-table-blogadmin .jive-table-blogadmin-title {
    width: 60%;
}

.jive-table-blogadmin .jive-table-blogadmin-comment {
    width: 55%;
}

.jive-table-blogadmin .jive-table-blogadmin-trackback {
    width: 55%;
}

.jive-table-blogadmin .jive-table-blogadmin-tags {
    width: 18%;
}

.jive-table-blogadmin .jive-table-blogadmin-from {
    width: 12%;
}

.jive-table-blogadmin .jive-table-blogadmin-date {
    width: 12%;
}

.jive-table-blogadmin .jive-table-blogadmin-checkbox {
    text-align: center;
    width: 30px;
    padding: 3px 5px 3px 3px;
}

.jive-table-blogadmin .jive-table-blogadmin-checkbox input {
    margin: 0;
    padding: 0;
}

.jive-table-blogadmin th.jive-table-blogadmin-upload,
    .jive-table-blogadmin td.jive-table-blogadmin-upload {
    width: 100%;
}

.jive-table-blogadmin td.jive-table-blogadmin-upload {
    padding: 10px;
}

.jive-table-blogadmin td.jive-table-blogadmin-upload p {
    margin-top: 0px;
}

.jive-table-blogadmin td.jive-table-blogadmin-upload ul {
    padding-left: 25px;
    margin-bottom: 10px;
}

.jive-table-blogadmin td.jive-table-blogadmin-upload ul li {
    padding-bottom: 3px;
}

.jive-blog-data-upload {
    display: block;
    padding: 10px;
    background-color: #fafafa;
    border: 1px solid #f3f3f3;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
}

.jive-blog-data-upload strong {
    font-size: 1em;
    padding: 1px 5px 1px 0;
    float: left;
}

.jive-blog-data-upload input {
    font-size: .8889em;
    margin-right: 3px;
}

.jive-table-blogadmin .jive-table-blogadmin-empty {
    text-align: center;
    padding: 50px;
    background-color: #fefefe;
}

.jive-table-blogadmin .jive-table-blogadmin-row td {
    border-bottom: 1px solid #f6f6f6;
    padding: 5px;
}

.jive-table-blogadmin .jive-table-blogadmin-row-sel TD {
    background-color: #fdfdec;
    border-bottom: 1px solid #f6f6f6;
    padding: 5px;
}

.jive-table-blogadmin .jive-table-blogadmin-foot {
    background-color: #fafafa;
    border-top: 1px #ccc solid;
    text-align: left;
}

.jive-table-blogadmin .jive-table-blogadmin-foot table {
    border: none;
    margin: 0;
    padding: 0;
    float: right;
}

.jive-table-blogadmin .jive-mark-buttons input,
    .jive-table-blogadmin .jive-mark-buttons select,
    .jive-table-blogadmin .jive-jump-box select {
    font-size: 1em;
    font-family: verdana, arial, helvetica, sans-serif;
}

.jive-table-blogsettings {
    clear: both;

    margin-bottom: 5px;
}

.jive-table-blogsettings td {
    padding: 0 15px 12px 15px;
    font-size: 1em;
}

.jive-table-blogsettings h4 {
    display: block;
    clear: both;
    margin: 15px 0 0 0;
    padding: 8px 0 4px 6px;
    background: #fff url(../images/jive-table-head-bg.gif) repeat-x bottom;
    border-bottom: 1px solid #dfdfdf;
    font-size: 1.4444em;
    color: #555;
}

.jive-table-blogsettings h5 {
    display: block;
    clear: both;
    padding: 13px 0 4px 0;
    margin: 0;
    font-size: 1em;
}

.jive-table-blogsettings h5 em {
    color: #900;
}

.jive-table-blogsettings p {
    margin-top: 0;
    margin-bottom: 10px;
}

.jive-table-blogsettings input {
}

.jive-table-blogsettings input.jive-blog-name {
    clear: none;
    float: none;
}

.jive-table-blogsettings input.jive-button-save {
    font-size: 1.2222em;
    font-weight: bold;
    padding: 2px 20px;
    margin-bottom: 10px;
}

.jive-table-blogsettings label {
}

.jive-table-blogsettings textarea {
    width: 100%;
}

.jive-table-blogsettings span {
    display: block;
    clear: both;
    float: left;
    margin: 0 0 25px 0;
    padding: 0 6px 0 6px;
}

.jive-table-blogsettings .jive-table-cell-description {
    display: block;
    clear: both;
    font-size: .8889em;
    margin: 2px 0 2px 0;
    padding: 3px 0 2px 0;
}

/* blog admin legend */
.jive-blogadmin-legend {
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.jive-blogadmin-legend li {
    padding: 2px 0;
    color: #666;
}

.jive-table-blog-upload-bar table {
    width: 350px;
    margin-bottom: 20px;
}

.jive-table-blog-upload-bar .jive-blog-upload-percentComplete {
    background-color: #557799;
}

.jive-table-blog-upload-bar .jive-blog-upload-percentRemaining {
    background-color: #efefef;
}

.jive-table-blog-upload-details table {
    margin-bottom: 20px;
    float: left;
    clear: both;
}

/* main table (message list, etc) */
.jive-table-blog-upload-details table {
    padding: 0;
    border: 1px solid #dfdfdf;
    width: 350px;
}

.jive-table-blog-upload-details th,
    .jive-table-blog-upload-details td {
    font-size: .8889em;
    font-family: verdana, arial, helvetica, sans-serif;
    padding: 3px 4px 3px 5px;
}

.jive-table-blog-upload-details thead th {
    text-align: left;
    font-weight: bold;
    background-color: #fafafa;
    border-bottom: 1px solid #dfdfdf;
    color: #333;
    padding: 4px 4px 4px 5px;
    white-space: nowrap;
}

.jive-table-blog-upload-details td.jive-table-cell-label {
    text-align: right;
    font-weight: bold;
}

#jive-body-intro-content a.jive-blog-upload-import {
    display: block;
    float: left;
    clear: both;
    background-color: #fafcff;
    border: 1px solid #dae9fd;
    padding: 4px 20px 4px 20px;
    margin: 35px 0 25px 0;
    text-decoration: none;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    font-size: 1.3333em;
}

#jive-body-intro-content a.jive-blog-upload-import:hover {
    text-decoration: underline;
}

/* spaces/communities list, common to both short and long lists */
#jive-blogs-listContainer {
    display: block;
    clear: both;
}

#jive-blogs-list {
    display: block;
    clear: both;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    color: #666;
    background: #f7f7f7 url(../images/jive-formblock-bg.png) repeat-x top;
    border: 1px solid #dadada;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

html>body #jive-blogs-list {
    float: left;
}

#jive-blogs-list-padding {
    position: relative;
    display: block;
    width: 98%;
    margin-left: 10px;
    margin-right: 10px;
    padding: 0;
    background-color: #fff;
    border: 1px solid #dcdcdc;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}

html>body #jive-blogs-list-padding {
    float: left;
}

.jive-blogs-list-blog {
    position: relative;
    display: block;
    float: left;
    clear: none;
    width: 45%;
    padding: 15px 12px 20px 20px;
    margin-left: -1px;
    border-left: 1px solid #dcdcdc
}

.jive-blogs-list-blog h4 {
    float: left;
    display: inline;
    font-size: 1.3333em;
    margin-top: 0;
    padding-right: 4px;
}

.jive-blogs-list-blog h4 a {
    text-decoration: none;
    font-size: 1.3333em;
    padding-top: 4px;
}

.jive-blogs-list-blog h4 a:hover {
    text-decoration: underline;
}

.jive-blogs-list-blog span.jive-list-viewblog {
    float: left;
    font-size: .8889em;
    padding: 3px 0 0 4px;
    color: #666;
}

.jive-blogs-list-blog span.jive-list-viewblog a {
    color: #666;
}

.jive-blogs-list-blog p {
    clear: both;
    padding: 1px 0 5px 0;
    margin: 0;
}

p.jive-blog-stats span {
    padding: 0 10px 0 0;
    font-size: 1em;
}

.jive-blog-archive {
    padding-bottom: 30px;
    }
#jive-blog-archive-year ul {
    padding: 10px 0 10px 0;
    list-style-type: none;
    width: 100%;
    }
#jive-blog-archive-year ul li {
    border-bottom: 1px solid #efefef;
    clear: both;
    display: block;
    float: left;
    padding: 4px 0;
    width: 100%;
    }
#jive-blog-archive-year ul li a {
    float: left;
    font-weight: bold;
    font-size: 1.2222em;
    padding-left: 10px;
    }
#jive-blog-archive-year span {
    float: right;
    padding: 0 5px;
    }


#jive-blog-comment-preview {
    padding: 6px 6px 6px 30px;
    border: 1px solid #85b4db;
    background-color: #ddeefb;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    margin: 5px 0px 5px 0px;
}

div#blog-nav-filters div.jive-sidebar-body strong {
    display: block;
    padding-top: 5px;
}

.jive-social-actions {
    right: 14px;
}

.jive-social-actions .jive-favorite-flyout {
    right: 0;
    top: -1px;
}
