body{ background-color:#e7e7eb;font-family: "Microsoft YaHei";line-height: 1.5em; padding:50px 0 0 0;}
.wrap { max-width:1100px; margin:0 auto;}
#header{ height:50px; font-size:16px; background-color: #3d3d3d;font-family: "Microsoft YaHei";position: fixed;left: 0;top: 0;width:100%;z-index:999;}
#header .logo {float:left; margin:15px 0 0 0;font-size:20px;}
#header .logo a {color:white;text-decoration: none;}
#header .search {float:left;width: 400px;margin: 10px 0 0 150px;}
#header .addcode {float:right;margin: 10px 10px 0 0;}
.syntaxhighlighter {padding:1px;}

#container{ min-height: 400px; margin: 0 auto; padding-top:10px; line-height: 1.5em;}
#title h1 {font-size:24px; padding:10px 0; margin-bottom:10px;}
#title p {font-size:14px; padding:10px 0; border-bottom:1px dashed #ccc; margin-bottom:20px;color:gray;}
#detail {padding:10px; line-height: 1.5em;background-color:white; border:1px solid #ccc;}
#main { font-size: 14px; width: 800px; float: left;}

#sider { width: 280px; float: right;}
#sider .block { padding:10px;background-color:white; border:1px solid #ccc;}
#sider .block h2 {font-size:20px;margin-bottom: 10px; margin:0;padding: 10px 0;border-bottom: 1px solid #ccc;}
#sider .block li{font-size: 14px;line-height: 30px;white-space: nowrap;text-overflow: ellipsis;overflow: hidden;}

#nav { height: 50px; padding: 15px 0; }
.ds-thread {background-color: white;padding: 10px;border: 1px solid #ccc;}

.language{display: inline-block; width: 40px;text-align: center;background-color: gold;border-radius: 3px;}

 .codelist h2{font-size:24px;}
 .addnew p {text-align:center;font-weight:bold;}
 .addnew a {display:block; margin:10px auto;width: 180px;height: 40px;line-height: 40px; text-align: center; font-size:16px;color: #FFF;background-color: #0099ee;}
 .code {border:1px solid #ccc; background-color:white;padding:10px; margin:15px 0;min-height:50px;}
 .code .title {color:black; font-size:16px;}
 .code .author {color:gray; font-size:12px; margin:5px 0;}
 .code .lang {color:gray; font-size:12px;text-align:right;}
 .advice p {text-align:center;font-size:12px;}