@charset "utf-8";
@import url("common.css");

#main_box{margin:20px auto;overflow:auto;_overflow:visible;min-height:600px;_height:600px;width:960px;}
#main{float:left;width:690px;}
#side{width:250px;float:right;}

#about{font-size:14px;line-height:22px;}
#about h3{font-size:16px;line-height:18px;}
#about p{margin:10px 0 20px 25px;}

#blog_add table{width:610px;}
#blog_add th{text-align:left;width:100px;font-size:14px;line-height:16px;}
#blog_add label{float:left;margin:0 5px 5px 0;padding:5px;border:#fff 2px solid;border-top-color:#ccc;border-left-color:#ccc;background:#fff;white-space:nowrap;}
#blog_add label input{padding:0;border:none;}
#blog_add button{width:100px;}
#blog_add #url,#blog_add #feed,#blog_add #bio{width:380px;}
#blog_add .result{color:#f60;margin:0 0 10px 115px;}

#posts_add .item{margin-bottom:15px;}
#posts_add input{width:300px;}
#posts_add label{display:block;margin-bottom:5px;font-weight:bold;font-size:14px;line-height:16px;}
#posts_add small{font-size:12px;font-weight:normal;color:#999;}
#posts_add button{width:100px;}
#posts_add .result{color:#f60;margin:0 0 10px 0;}

#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;}
