/* layout.css - 布局、头部、导航、底部 */
#pundb_update, #puninstall, #punmaint, #punredirect {
 margin: 50px 20% 12px 20%;
}

#brdheader {
 margin: 0 0 12px 0;
}

#brdtitle p {
 padding-top: 0;
}

#announce, #brdstats {
 margin: 12px 0 12px 0;
}

#postreview, .pun .block, .pun .block2col, .pun .blockform, .pun .blocktable {
 margin-bottom: 12px;
}

#punindex .blocktable, .pun .blockpost {
 margin-bottom: 6px;
}

.pun .box {
 border-style: solid;
 border-width: 1px;
 background-color: #272726;
 border-color: #353534;
}

#brdheader .box {
 border-top-width: 4px;
 border-radius: 4px;
}

.pun .block .inbox, .pun .blockmenu .inbox {
 padding: 6px 12px;
}

/* 标题 */
#brdtitle h1 {
 font-size: 1.8em;
 font-weight: 400;
 padding: 3px 0 8px 0;
 font-family: Raleway, Verdana;
}

#brdtitle h1 a {
 color: #eaeaea;
 text-decoration: none;
}

#brdtitle h1 a span {
 color: #95b806;
}

/* 导航菜单 */
#brdmenu {
 background-color: #353534;
 color: #d4d4d3;
}

#brdmenu li {
 display: inline;
 margin-right: 12px;
}

#brdmenu a:link, #brdmenu a:visited {
 text-decoration: none;
 color: #d4d4d3;
}

#brdmenu a:active, #brdmenu a:hover {
 text-decoration: underline;
}

/* 欢迎信息 */
#brdwelcome {
 padding: 8px 12px;
 color: #bbbbbb;
 font-size: 13px;
}

#brdwelcome .conl { float: left; }
#brdwelcome .conr { float: right; text-align: right; }

/* 底部独立框样式 */
#brdfooter {
 margin-top: 10px;
}
#brdfooter .box {
 background: #272726 !important;
 border: 1px solid #353534 !important;
 border-radius: 0px !important;
 padding: 5px 12px !important;
}
#brdfooter .inbox {
 padding: 0 !important;
 text-align: left !important;
 color: #ddd !important;
}

/* GS导航条 */
.gs-nav-container {
 width: 100%;
 max-width: 1070px;
 margin: 0 auto;
 height: 60px;
 border-bottom: 1px solid #000;
}

.gs-navbar {
 position: relative;
 min-height: 50px;
 border-radius: 4px;
 background-image: linear-gradient(to bottom,#303030 0,#151515 100%);
 background-repeat: repeat-x;
}

.gs-navbar ul {
 float: left;
 margin: 0;
 padding-left: 0;
 list-style: none;
 border-left: 1px solid #161616;
 border-right: 1px solid #333;
}

.gs-navbar li {
 float: left;
 height: 60px;
 border-left: 1px solid #333;
 border-right: 1px solid #161616;
}

.gs-navbar a {
 text-decoration: none;
 color: #888;
 font-family: Impact,sans-serif;
 font-size: 18pt;
 padding: 20px 15px 15px;
 display: block;
}

.gs-navbar a:hover { color: #fff; }

.gs-divider {
 height: 2px;
 background: linear-gradient(to right,#1e5799 0,#f300ff 50%,#e0ff00 100%);
 border-bottom: 1px solid #000;
}