/* 
    Document   : blog_v2
    Created on : 2010.08.03., 11:08:48
    Author     : ZeNC
*/

.blog {
        width:700px;
        margin:0 0 10px 10px;
        background:#EFEEEE;
        font-weight:bold;
}

/* special blog title */

.special_blog_title {
        width:710px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-special-topright.gif') no-repeat top right #514F4F;
        border-collapse: collapse;
        border:0;
        margin:0 0 10px 0;
        padding:0;
}

.special_blog_title .side {
        width:10px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-special-topleft.gif') no-repeat top left #FFF;
}

.special_blog_title .wrapper {
        width:660px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-special-bottom.gif') no-repeat bottom left transparent;
        padding:15px 20px;
        color:#FFF;
        font-size:14px;
        font-weight:bold;
        text-align: justify;
}

.special_blog_title .wrapper a:link,
.special_blog_title .wrapper a:visited {
        color:#FFF;
        font-weight:bold;
        text-decoration:underline;
}

.special_blog_title .wrapper a:hover {
        text-decoration: none;
}

/* special blog title end */

/* special blog title 2 */

.special_blog_title2 {
        width:710px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-special2-topright.gif') no-repeat top right #827F7E;
        border-collapse: collapse;
        border:0;
        margin:0 0 10px 0;
        padding:0;
}

.special_blog_title2 .side {
        width:10px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-special2-topleft.gif') no-repeat top left #FFF;
}

.special_blog_title2 .wrapper {
        width:660px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-special2-bottom.gif') no-repeat bottom left transparent;
        padding:15px 20px;
        color:#FFF;
        font-size:14px;
        font-weight:bold;
        text-align:justify;
}

.special_blog_title2 .wrapper a:link,
.special_blog_title2 .wrapper a:visited {
        color:#FFF;
        font-weight:bold;
        text-decoration:none;
}

.special_blog_title2 .wrapper a:hover {
        text-decoration: underline;
}

/* special blog title 2 end */

/* head */

.blog .header {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-list-header.gif') no-repeat top left;
        height:65px;
        border-bottom:3px solid #FFF;
}

.blog .header .top {
        background:none;
        height:33px;
        line-height:33px;
        margin:0 0 3px 0;
        overflow:hidden;
        color:#FFF;
}

.blog .header .top .title {
        float:left;
        width:545px;
        padding:0 20px;
        font-size:15px;
}

.blog .header .top .blog_text {
        float:right;
        width:112px;
        text-align:center;
        text-transform:uppercase;
        font-size:16px;
}

.blog .header .column {
        font-size:12px;
        color:#EFEEEE;
}

/* head end */

/* columns */

.blog .column {
        height:30px;
        line-height:30px;
        overflow:hidden;
        color:#363332;
}

.blog .column .name
{
        float:left;
        height:30px;
        padding:0 0 0 20px;
        width:320px;
}

.blog .column .score
{
        width:120px;
        float:left;
}

.blog .column .user {
        float:left;
        height:30px;
        width:120px;
}
.blog .column .date
{
        width:120px;
        height:30px;
        float:left;
}

/* columns end */

/* row */

.blog .row {
        height:30px;
        border-bottom: 3px solid #FFF;
}

.blog .odd {
        background:#E2E1E1;
}

/* row end */

/* pager */

.blog .pager
{
        background: url('http://static2.datasrv.sikeres.hu/layout_right/common/common-pager.gif') no-repeat top left transparent;
        width:700px;
        height:36px;
}

/* pager end */

/* star icon */

.blog_star {
	width:21px;
	height:21px;
	overflow:hidden;
        margin:5px 0 0 -3px;
	background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-star.png') top left repeat;
}

/* star icon end */

/* blog items */

.blog_view {
        margin:10px 0 0 0;
}

.blog_view .item {
        width:700px;
        margin:0 0 10px 10px;
        background:#EFEEEE;
}

.blog_view .item .item_wrapper {
        width:700px;
}

.blog_view .item .head {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-box-topleft.gif') no-repeat top left #D2D1D1;
        height:25px;
        line-height:25px;
        border-bottom:3px solid #FFF;
        color:#363332;
        overflow:hidden;
}

.blog_view .item .head .title {
        padding:0 0 0 20px;
        font-weight:bold;
        font-size:14px;
        color:#E31019;
        float:left;
}

.blog_view .item .head .date {
        float:right;
        padding:0 10px 0 0;
        font-size:11px;
}

.blog_view .item .head .rate {
        float:right;
        width:55px;
}

.blog_view .item .head .rate select.styled {
        width:47px !important;
}

.blog_view .item .head .rate .select {
        width:47px !important;
        background-position:0 -50px;
        padding:3px 3px 2px 5px !important;
        margin:0 !important;
}

.blog_view .item .wrapper {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-box-bottomleft.gif') no-repeat bottom left;
        line-height:16px;
        font-size:11px;
}

.blog_view .item .wrapper .content {
        margin:10px 20px;
        text-align: justify;
}

.blog_view .item .wrapper .control {
        float:right;
        overflow:hidden;
        margin:10px 0;
}

.blog_view .item .wrapper .control .button {
        padding:0 20px 0 0;
}

.blog_view .item .wrapper .control .gray a{
        background-position:0 -280px !important;
}

.blog_view .item .wrapper .control .gray span {
        background-position:100% -280px !important;
}

.blog_view .item .wrapper .comment_new_comment {
        padding:20px;
}

.blog_view .item .wrapper .comment_new_comment textarea {
        padding:0 5px;
}

.blog_view .item .side_top,
.blog_view .item .side_bottom
{
        width:27px;
        border-left:3px solid #FFF;
        background-color:#DEDDDD;
        background-repeat:no-repeat;
}

.blog_view .item .side_top {
        background-image: url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-box-topright.gif');
        background-position: top right;
        vertical-align:top;
}
.blog_view .item .side_bottom {
        background-image: url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-box-bottomright.gif');
        background-position: bottom right;
        height:12px;
}

.blog_view .item .side_top .blog_star {
        margin:5px 0 0 3px;
}

/* blog items end */

/* Comments item */

.comment_content .nocomment {
        padding:0 0 0 20px;
}

.comment_content .comments_list .item {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-comment-item-bottom.gif') no-repeat bottom left #DEDDDD;
        color:#363332;
        margin:0 0 20px 0;
        width:650px;
        float:right;
}

.comment_content .comments_list .item .head {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/blog/blog-comment-item-top.gif') no-repeat top left #BAB8B7;
        border-bottom: 3px solid #EFEEEE;
        height:25px;
        line-height:25px;
        overflow: hidden;
}

.comment_content .comments_list .item .head .name {
        font-weight:bold;
        font-size:12px;
        float:left;
        padding:0 5px;
}

.comment_content .comments_list .item .head .date {
        float:right;
        font-size:10px;
}

.comment_content .comments_list .item .content {
        font-size:10px;
        color:#363332;
        padding:5px;
}

/* Comments item end */

/* new post */

.common {
        width:700px;
        margin:0 0 0 10px;
        _margin:0 0 0 6px;
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-bg.gif') repeat-y;
        line-height:34px;
}

.common .title {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-top.gif') no-repeat top left;
        padding:0 20px;
        height:50px;
        font-size:16px;
        font-weight:bold;
}

.common .content {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-bottom.gif') no-repeat bottom left;
        padding:0 30px 20px 20px;
        line-height:20px;
        font-size:14px;
}

.common .content .entry_text {
        margin:10px 0;
}

.common .content .entry_text span {
        display: inline-block;
        width:200px;
}

.common .content .entry_text input {
        width:250px;
        padding:2px 2px 3px 3px;
        height:20px;
        background:url('http://static2.datasrv.sikeres.hu/common/input.gif') no-repeat;
        background-position:  0 -150px;
        border:0;
}

.common .content .control {
        margin:10px 0;
        overflow:hidden;
}

.common .content .control .button {
        float:none;
        #float:left;
}

.common .content .error {
        font-weight: bold;
        color: #E31019;
}

.common .content .inner_box {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-inner-bg.gif') repeat-y;
        padding:0;
        margin:10px 0;
        width:649px;
}

.common .content .inner_box .title {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-inner-top.gif') no-repeat top left;
        line-height: 34px;
}

.common .content .inner_box .content {
        background:url('http://static2.datasrv.sikeres.hu/layout_right/common/common-box-inner-bottom.gif') no-repeat bottom left;
        padding:0 20px 10px;
}

.common .content .inner_box .content .message .content
{
        background:none;
        padding:0;
        text-align: justify;
}

.common .content .inner_box .content .message .head {
        overflow:hidden;
}

.common .content .inner_box .content .message .head .name {
        font-size:14px;
        font-weight:bold;
        float:left;
        padding:0;
}

.common .content .inner_box .content .message .head .date {
        float:right;
        font-size:10px;
        padding:0;
}

/* new post end */
