/**
 * @package		EasyBlog
 * @copyright	Copyright (C) 2010 Stack Ideas Private Limited. All rights reserved.
 * @license		GNU/GPL, see LICENSE.php
 *  
 * EasyBlog is free software. This version may have been modified pursuant
 * to the GNU General Public License, and as distributed it includes or
 * is derivative of works licensed under the GNU General Public License or
 * other free or open source software licenses.
 * See COPYRIGHT.php for copyright notices and details.
 */
#eblog-wrapper #ezblog-head h1{color:#333}

#ezblog-body img.avatar{border:1px solid #ccc;padding:1px}
#ezblog-body a:hover img.avatar{border-color:#aaa}
#ezblog-body .blog-post{border-bottom:3px double #ddd;padding:20px 0}
#ezblog-body .blog-title,
#ezblog-body .blog-title a{font-weight:700;font-size:16px;font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;line-height:1.2}
#ezblog-body .blog-more{font-weight:700;text-decoration:none;border:1px solid #ccc;background:#e2e8ed;padding:1px 5px}
#ezblog-body .blog-show-comments{border-top:1px solid #ddd}
#ezblog-body .post-item-s{margin-top:3px}
#ezblog-body .blog-navi,
#ezblog-body .tab_button{border-top:3px double #ddd}
#ezblog-body .blog-read .blog-admin{margin-bottom:10px;}
#ezblog-body .blog-read .blog-admin + .blog-option{padding-top:0;border-top:0}
#ezblog-body .ico.blog-author{background: url(../images/user.png) 1px 1px no-repeat}
#ezblog-body .ico.blog-date{background: url(../images/clock.png) 2px 1px no-repeat}
#ezblog-body .ico.blog-category{background: url(../images/folder-small-horizontal.png) 0 1px no-repeat}
#ezblog-body .ico.blog-comments{background: url(../images/balloon-small.png);background-position: 0 2px}
#ezblog-body .ico.blog-tag{background: url(../images/tag-small.png) no-repeat 0 2px}

#ezblog-body .blog-navi-top{top:-1px}
#ezblog-body .blog-navi-top a{background:#eee;border:1px solid #ccc;margin-right:2px}
#ezblog-body .blog-navi-top a:hover{background:#ccc;border-color:#aaa}
#ezblog-body .blog-navi-top a span{width:17px;height:17px}
#ezblog-body .blog-navi-top a span.arrow-l{background:url(../images/arrow-l.png) center no-repeat}
#ezblog-body .blog-navi-top a span.arrow-r{background:url(../images/arrow-r.png) center no-repeat}

#ezblog-label{height:40px;line-height:40px;border-bottom:3px double #ccc}
#ezblog-label > span{text-transform:uppercase;font:700 14px/40px Arial}
#ezblog-label .link-rss{height:40px;line-height:40px;font-size:11px;background-position:0 center}

#ezblog-body .blog-rating form > div{float:left}
#ezblog-body .post-item-s{width:140px}
#ezblog-body .post-item-s *{text-align:right}
#ezblog-body .post-item-m{margin-left:160px}
#ezblog-body .post-item-m .blog-title{margin-bottom:10px}

body #blog-comment .comment-block{border-top:1px dashed #ccc}
body #eblog-wrapper .comment-head,
body #eblog-wrapper .comment-body,
body #eblog-wrapper .comment-reply a{background:none;border:0;padding:0;height:auto;line-height:1.4}
body #eblog-wrapper .comment-head .comment-arrow{display:none}
body #eblog-wrapper .comment-replied .comment-head .comment-arrow{left:-90px;top:10px;display:block;width:15px;height:15px;background:url(../images/arrow-reply.png)}
body #eblog-wrapper .comment-reply a,
body #eblog-wrapper .comment-block:hover .comment-reply a{display:block;padding-right:15px;background:url(../images/arrow-r.png) right center no-repeat}
body #eblog-wrapper #comment-form .comment-head{padding-bottom:5px}
.button_validate{background:#FF9}