@charset "utf-8";
/* board CSS Document */

/*==clearfix=====================================================================*/

.comment:after,
.entry-asset:after,
.inner:after,
.clearfix:after{
content:" ";
display:block;
height:0;
clear:both;
visibility:hidden;
}
.comment,
.entry-asset,
.inner,
.clearfix{
display:inline-block;
}

/* Hides from IE-Mac \*/
* html .comment,
* html .entry-asset,
* html .inner,
* html .clearfix{
height:1%;
}
.comment,
.entry-asset,
.inner,
.clearfix{
display:block;
}
/* End hide from IE-Mac */

/*==clearfix=====================================================================*/


/*===== common =====*/

.comments-content{
margin:0 0 20px;
}
.comments-content ul{
padding-left:20px;
}

.user-pic{
width:50px;
height:50px;
margin:0 10px 0 0;
position:relative;
overflow:hidden;
float:left;
}
.auth-icon{
position:absolute;
bottom:0px;
left:0px;
}
#mt-community-blog .asset-meta .user-pic,
#mt-community-forum .entry-comments .user-pic,
#mt-community-forum #entry-table .user-pic{
width:36px;
height:36px;
}

.entry-content{
margin-bottom:10px;
}
.comment-content{
margin:0px;
}

.comment{
margin-bottom:10px;
}

.asset-meta,
.create-entry{
clear:both;
}

.create-entry{
width:568px;
margin-bottom:20px;
text-align:left;
clear:both;
}
.create-entry a{
width:96px;
height:19px;
text-decoration:none;
text-indent:-10000px;
display:block;
overflow:hidden;
}
.create-entry a:link, .create-entry a:visited {background:url(../images/createentry.gif) right top no-repeat;}
.create-entry a:hover, .create-entry a:active {background:url(../images/createentry_on.gif) right top no-repeat;}






