@import url("http://www.uzre.uz/en/styles.css");


/* following are specific to the forum */

.content-header {
    padding:        0;
    margin:         0;
    overflow:       hidden;

}
.content-header .create-entry {
    padding:        .5em 1.5em;
    background: url("/images/start-topic-icon.png") no-repeat left center;
    float:          right;
}

.content-header h2 {
    float:              left;
    padding:            0;
    margin:             0;
}

#popular-entry {
    overflow:           hidden;
    border:             1px solid #ccf;
    background:         #eee;
    margin-bottom:      20px;
}
#popular-entry h3 {
    background-color:           #CCF;
    padding:                    .5em;
    margin:                     0;
}
h4, h5 {
    margin:                     0;
    padding:                    .5em;
}
.user-pic {
    float:                      left;
    overflow:                   hidden;
    margin:                     5px;
}
#popular-entry .entry-comments {
    float:                  right;
    padding:                .25em;
    margin:                 .5em;
    background:             #fff;
    width:                  150px;
    border:                 1px dotted #ccc;
}
#popular-entry .entry-body {
    padding:                .2em 1em 1em .5em;
    width:                  280px;
    float:                  left;
}
#popular-entry .entry-comments h5 {
    background-image:           url("/images/comment-icon.gif");
    background-repeat:          no-repeat;
    background-position:        left center;
    padding-left:               1.5em;
    clear:                      none;
}
#popular-entry .entry-comments h6 {
    padding:                    0;
    margin:                     0;
    text-transform:             uppercase;
    color:                      #999;
    clear:                      none;
}
table#entry-table th {
    font-size:                  12px;
    background-color:           #CCCCFF;
    padding:                    .25em .5em;
    border-bottom:              2px solid #ccc;
}
table#entry-table td {
    border-bottom:               1px solid #ccc;
}
table#entry-table td.comment-count,
table#entry-table td.last-comment {
    text-align:                 center;
}
table#entry-table td.comment-count {
    border-left:                1px solid #ccc;
    border-right:               1px solid #ccc;
}
#comments .comments-header {
    background-color:           #CCCCFF;
    padding:                    .5em 0;
    border:                     1px solid #999;
    border-width:               1px 0;
    margin:                     1em 0;
}
#comments .comments-header h3 {
    display:                    inline;
    border-right:               1px solid #999;
    margin:                     0 2em 0 1em;
    padding-right:              2em;
}
#comments .comments-open-header {
    background:                 #ccf;
    padding:                    .25em .5em;
    margin-top:                 2em;
}
#comments ul.comments-content,
#comments ul ul {
    list-style:                 none;
    padding:                    0;
    margin:                     0;
}
#comments ul.comments-content li {
    padding:                    1em 0 .25em 2em;
}
.entry-detail {
    overflow:                   hidden;
    background:                 #eee;
    margin-bottom:              .5em;
    border:                     1px solid #ccc;
    border-width:               0 2px 2px 0;
    padding:                    .5em;
}
#comments .comment-content {
    border-bottom:              1px solid #ccc;
}
.entry-detail h2 {
    margin-bottom:             0;
    padding-bottom:             .2em;
}
.entry-detail .entry-body {
    clear:                      left;
    padding-left:               55px;
}
textarea#comment-text {
    width:                      95%;
}
textarea#entry-body {
    width:                      95%;
}
input#entry-title {
    width:                      300px;
}
