/*---------------------------
    connect_side
----------------------------*/

.connect_side { padding:0px; }

.connect_side h2 {
    font-size:1.2em;
    line-height:30px;
    height:30px;
    border-bottom:2px solid #aaa;
    margin:0 0 10px 0;
    padding:0;

    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


.connect_side h2 a {
    position:absolute;
    line-height:30px;
    height:30px;
    border-bottom:2px solid #e74c3c;
    min-width:120px;
    padding:0;
    padding-left:5px;
    text-decoration:none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.connect_side h2 a:before {
    font-family:FontAwesome;
    content:"\f0c0";
    margin-right:10px;
    font-weight:normal;
}

.connect_side .item {
    float:left; 
    margin:7px 0px 0px 10px;
    width:50px;
    height:70px;
    text-align:center;
}

.connect_side .item img {
    width:15px;
    height:15px;
}

.connect_side .item .profile {
    width:40px;
    text-align:center;
    margin:0 auto 0 auto;
    width:40px;
    height:40px;
}

.connect_side .item .profile.noimage:before {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:block;
    content:"\f007";
    text-align:center;
    font-size:20px;
    line-height:40px;
    color:#aaa;
    position:absolute;
    width:40px;
    height:40px;
    text-align:center;
    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
    background-color:#efefef;
}

.connect_side .item .profile img {
    width:40px;
    height:40px;
    text-align:center;

    -webkit-border-radius: 50em;
    -moz-border-radius: 50em;
    border-radius: 50em;
}

.connect_side .item .name {
    height:20px;
    line-height:20px;
    font-weight:normal;
    font-size:11px;
    letter-spacing:-1px;
}

.connect_side .item .name img:first-child {
    display:none;
}

.connect_side .item .name .sv_member {
    display:block;
    width:50px;
    height:20px;
    line-height:20px;
    font-weight:normal;
    font-size:11px;
    letter-spacing:-1px;
    white-space:nowrap;
    text-overflow:ellipsis;
    overflow:hidden;
}

.connect_side .item .sv {
    text-align:left;
    line-height:15px;
    white-space: normal;
}

/*---------------------------
    latest_write
----------------------------*/
.latest_write {
    border:0;
    text-align:left;
}

.latest_write h2 {
    font-size:1.2em;
    line-height:30px;
    height:30px;
    border-bottom:2px solid #aaa;
    margin:0 0 10px 0;
    padding:0;

    -webkit-box-sizing: border-box; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest_write h2 a {
    position:absolute;
    line-height:30px;
    height:30px;
    border-bottom:2px solid #e74c3c;
    min-width:120px;
    padding:0;
    padding-left:5px;
    text-decoration:none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest_write h2 a:before {
    font-family:FontAwesome;
    content:"\f0f6";
    margin-right:10px;
    font-weight:normal;
}

.latest_write ul {
    margin:0;
    padding:0;
    list-style:none;
}

.latest_write ul li {
    font-size:1em;
    line-height:25px;
    border-bottom:1px solid #efefef;
    position:relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
    box-sizing: border-box;
}

.latest_write ul li:before {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
    text-decoration:inherit;
    content:"\f0da";
    content:"\f0f6";
    width:10px;
    text-align:center;
    margin-right:10px;
    color:#888;
    color:#e67e22;
    color:#bdc3c7;
}

.latest_write ul li.new:before {
    color:#e74c3c;
}

.latest_write ul li.secret:before {
    content:"\f023";
}

.latest_write ul li a:hover {
    color:#e74c3c;
}

.latest_write .comment {
    position:absolute;
    right:0;
    font-size:.8em;
    color:#FF6600;
    background-color:#fff;
    padding:0 5px 0 5px;
} 

/*---------------------------
    latest_comment
----------------------------*/
.latest_comment {
    border:0;
    text-align:left;
}

.latest_comment h2 {
    font-size:1.2em;
    line-height:30px;
    height:30px;
    border-bottom:2px solid #aaa;
    margin:0 0 10px 0;
    padding:0;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest_comment h2 a {
    position:absolute;
    line-height:30px;
    height:30px;
    border-bottom:2px solid #e74c3c;
    min-width:120px;
    padding-left:5px;
    text-decoration:none;

    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.latest_comment h2 a:before {
    font-family:FontAwesome;
    content:"\f0e6";
    margin-right:10px;
    font-weight:normal;
}

.latest_comment ul {
    margin:0;
    padding:0;
    list-style:none;
}

.latest_comment ul li {
    font-size:1em;
    line-height:25px;
    border-bottom:1px solid #efefef;
    position:relative;
    white-space:nowrap;
    overflow:hidden;
    text-overflow:ellipsis;
    padding-left:5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box
    box-sizing: border-box;
}

.latest_comment ul li:before {
    font-family:FontAwesome;
    font-weight:normal;
    font-style:normal;
    display:inline-block;
    text-decoration:inherit;
    content:"\f0e5";
    width:10px;
    text-align:center;
    margin-right:10px;
    color:#888;
    color:#e67e22;
    color:#bdc3c7;
}

.latest_comment ul li.new:before {
    color:#e74c3c;
}

.latest_comment ul li.secret:before {
    content:"\f023";
}


.latest_comment ul li a:hover {
    color:#e74c3c;
}

.latest_comment .comment {
    position:absolute;
    right:0;
    font-size:.8em;
    color:#FF6600;
    background-color:#fff;
    padding:0 5px 0 5px;
} 

