@charset "utf-8";
/* CSS Document */
.welcomeText{
width: 53%;
float: left;
}
.userInfo{
width: 46%;
float: right;
}
.clearHome{
clear:both;
}
.topPostAuthor{
font-size: 0.83em;
width: 39%;
float: right;
}
.topPostAuthor a{
text-decoration:none;
}
.topPostInner{
width: 58%;
}
.threadInfo{
float: right;
width: 25%;
}
.topPost{
padding: 2px;
}
.topPostList{
-moz-border-radius: 5px;
border-radius: 5px;
-webkit-border-radius: 5px;
}
.userInfoInfo{
float: right;
width: 59%;
}
.userInfoAvatar{
float: left;
width: 39%;
}
