.blue {
    color: #59a4d4;
}
#blog_content {
  margin: 0 0 0 170px;
  padding: 0 10px;
}

#blog_article_edit .input {
    width: 600px;
    margin: 3px 0 6px 0;
}
form #tags_list, #edit_photos {
    overflow: hidden;
    margin: 10px 0;
    padding: 10px;
    border: 1px solid #eeeeee;
    background: #fafafa;
}
.photos_list {
    overflow: hidden;
    margin: 10px 0;
}
form #tags_list li {
    float: left;
    width: 140px;
    margin-right: 10px;
}
#edit_photos {
    margin-bottom: 40px;
}
.photo {
    display: block;
    border: 1px solid #eeeeee;
    padding: 5px;
    margin: 5px;
    float: left;
}
#edit_photos .photo input {
    width: 125px;
}
#edit_photos .photo {
    position: relative;
}
#edit_photos .photo .removed {
    position: absolute;
    top: 0;
    left: 0;
}



#articles {
    margin: 10px 0;
}

.article_short {
    margin: 10px 0;
    background: #f5f5f5;
    border: 1px solid #dddddd;
    padding: 5px;
    position: relative;
}
.article_short .article_title, .article_short .pubdate, .article_short .text {
    padding: 5px 10px;
}
.article_short .article_title a {
    text-decoration: none;
    font-weight: bolder;
}
.article_short .noname {
    font-weight: normal;
    font-style: italic;
}
.article_short .text {
    text-align: justify;
    padding-top: 1.5em;
}
.article_short .user_info {
    float: left;
    width: 110px;
    padding-right: 20px;
    text-align: center;
    padding-top: 5px;
}
.article_short .user_info .red {
    text-decoration: none;
}
.article_short .user_info .red:hover {
    text-decoration: underline;
}
.article_short .avatar {
    width: 112px;
    height: 112px;
    background: url('/images/blog_photo_border.png') left top no-repeat;
}
.article_short .avatar img {
    width: 100px;
    height: 100px;
    margin-top: 6px;
    margin-left: 1px;
}
.article_short .bottom {
    margin-top: 10px;
    padding-top: 5px;
}
.article_short .tags {
    float: left;
    padding-left: 10px;
}
.article_short .comment {
    float: right;
    padding-right: 10px;
}
.article_short .comments_count {
    display: inline-block;
    width: 22px;
    height: 20px;
    text-align: center;
    text-decoration: none;
    background: url(/images/blog_cloud.png) left top no-repeat;
    margin-left: 15px;
}
.article_short .corner_rt {
    background: url(/images/blog_c_rt.gif) no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -1px;
    right: -1px;
}
.article_short .corner_lt {
    background: url(/images/blog_c_lt.gif) left top no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    top: -1px;
    left: -1px;
}
.article_short .corner_lb {
    background: url(/images/blog_c_lb.gif) left bottom no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -1px;
    left: -1px;
}
.article_short .corner_rb {
    background: url(/images/blog_c_rb.gif) right bottom no-repeat;
    width: 6px;
    height: 6px;
    position: absolute;
    bottom: -1px;
    right: -1px;
}
.article_short .premoderate {
    position: absolute;
    top: -8px;
    left: -10px;
    color: #ee0000;
    background: #fff5f5;
    padding: 1px 3px;
    border: 1px solid #eee5e5;
}

#article_full .title {
    margin: 0 0 10px 0;
    padding-bottom: 2px;
}
#blog_article {
    overflow: hidden;
}
#article_full h1 {
    margin: 0;
    padding: 0;
}
.article_tags {
    margin: 20px 0;
    padding: 1px 5px;
}
.article_tags a {
    text-decoration: none;
}

#similar_articles .b {
  padding-left: 5px;
}
#similar_articles ul {
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    padding: 2px 5px 5px 5px;
    margin-bottom: 15px;
}
#similar_articles ul li {
  line-height: 1.5em;
}

#article_full #comments {
    margin-bottom: 20px;
}
#article_full .comment {
    margin: 10px 0;
    border: 1px solid #eeeeee;
    background: #f7f7f7;
    padding: 5px;
}
#article_full .comment .date {
    font-size: 0.80em;
    color: #bbbbbb;
}
#article_full .comment .user_login {
    font-weight: bolder;
}
#article_full .comment .somebody {
    color: #777777;
}
#comments_form .button {
    margin-top: 5px;
}

#gallery_add .input {
    width: 400px
}
#gallery_add textarea {
    width: 400px;
    height: 50px;
}

#blog_search .submit {
    display: none;
}
#blog_search a {
    display: block;
    float: right;
    width: 34px;
    height: 23px;
    background: url(/images/mail_but.png) left 0 no-repeat;
}
#blog_search a:hover {
    background: url(/images/mail_but_active.png) left 0 no-repeat;
}
#blog_search .input {
    width: 108px;
    border: none;
    background: url(/images/mail_left.png) left 0 no-repeat;
    height: 23px;
    padding: 0 5px;
    color: #777777;
}
#blog_search {
    margin-left: 2px;
    margin-bottom: 15px;
    background: url(/images/mail_center.png) repeat-x;
}
