@charset "utf-8";
@import url("common.css");

#main_box{margin:20px auto 50px;overflow:hidden;_overflow:visible;min-height:600px;_height:600px;width:960px;}
#main{float:left;width:670px;}
#side{width:250px;float:right;border-left:#ddd 1px solid;padding-left:20px;}

#member{padding-top:53px;}
#member li{height:60px;padding:0 0 15px 0;}
#member li .avatar{width:48px;height:48px;padding:5px 7px 7px 5px;float:left;margin-right:10px;background:url(avatar_bg.gif) no-repeat;}
#member li .avatar img{width:48px;height:48px;}
#member li strong{font-size:14px;line-height:16px;padding-top:5px;}
#member li small{color:#666;}
#member li span{display:block;line-height:18px;margin-top:5px;color:#999;}
#member h4{font-size:12px;font-weight:normal;text-align:right;line-height:30px;}

#postTitle{font-size:22px;line-height:28px;text-align:center;}
#postContent{font-size:14px;line-height:25px;margin:20px 0;}
#postContent img{max-width:670px;height:auto;float:none;}
* html #postContent img{width:expression(this.width > 670 ? 670 : true);} 
#postContent p{margin-bottom:10px;}

#relink{height:30px;margin:15px 0;}
#relink a{float:left;width:120px;display:block;text-align:center;line-height:30px;color:#fff;font-weight:bold;background:#639A3A url(btn1.gif) no-repeat;}
#relink iframe{float:left;margin-left:25px;}

#postMeta{overflow:auto;_overflow:visible;_height:50px;background:#f5f5f5;border-top:#ddd 1px solid;border-left:#ddd 1px solid;border-right:#fff 1px solid;border-bottom:#fff 1px solid;padding:10px;line-height:18px;}
#postMeta p{float:left;width:300px;word-break:break-all;}
#postMeta span{float:right;border-left:#ddd 1px dotted;padding-left:15px;width:300px;}
#postMeta span a{display:block;}

.comments{margin:20px 0 0;border-top:#ddd 1px solid;border-left:#ddd 1px solid;border-right:#fff 1px solid;border-bottom:#fff 1px solid;background:#f5f5f5;}
.comments #close{display:none;}

#hotPost,#newPost{margin-bottom:20px;}
#hotPost h4,#newPost h4{font-size:14px;line-height:16px;height:20px;}
#hotPost ol,#newPost ol{line-height:20px;list-style:inside decimal;}
