body{
    padding: 0px;
    margin: 0px;
    overflow-x:hidden;
    font-family: 'Noto Serif JP','Noto Serif TC','Noto Serif SC','Noto Serif KR', serif;
    color:#665030;
}
* {
    transition: .5s ease-in-out;
}
h1,h2,h3,h4,h5 {
    color: #6a3017;
}
a,a:visited {
    color: #6a3017;
}
a:hover{
    transform: scale(1.2);
}
.header {
	position:relative;
	right:75px;
	float:right;
	top:78px;
	width:200px;
    text-align:center;
}
.header h1 {
	font-size:25px;
    color: #810400;
	padding:0px;
	margin:0px;
}
.header p {
	padding:0px;
	margin:0px;
	font-size:15px;
}
.header > * {
    text-decoration: none !important;
}
.container {
    width: 1200px;
    margin-left: auto;
    margin-right: auto;
}
.content-area {
	padding-top: 50px;
    width: 924px;
    margin-left:auto;
}
.content-head {
    width: 100%;
    height: 150px;
    background-image: url(../static/bg_section_primary.png);
}
.content {
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 1px;
    background: #fef8ed;
    margin-left: 19px;
    margin-right: 19px;
    border: 3px solid #ddc49e;
    border-top: none;
    margin-bottom: 20px;
    min-height: 600px;
    color:#3C250A;
}
.content h1 {
    color:#810400;
    /*text-shadow: 2px 2px 5px #fbf489;*/
    /*
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: #fbf489;
    */
    text-shadow:
        -2px -2px 0 white,
        2px -2px 0 white,
        -2px 2px 0 white,
        2px 2px 0 white;
}
/*
	笔记本
*/
.note::before { /* 日记本效果 */
	content: '';
    display: block;
    position: relative;
	float:left;
	top:-20px;
	right:25px;
    background: url(../static/bg_ring.png) no-repeat 0 0;
    width: 820px;
    height: 40px;
}
.note {
	background: url(../static/bg_tile.jpg) repeat;
	border: solid 1px #a28e6f;
	border-radius: 10px;
	box-shadow: 1px 1px 0 0 #e4cead;
	margin: 0px auto 50px;
	z-index: 10;
	padding: 0px 25px 20px;
}
.note-info {
    text-align: right;
    margin-bottom: -20px;
}
.note-title a {
    text-decoration: none !important;
}
.note-title a:hover {
    color: #b99660 !important;
}
.note-status ul {
    list-style: none;
    padding: 0px;
    height: 10px;
}
.note-status ul li {
    float: left;
    margin-right: 10px;
}
.widget-area {
    width: 275px;
    float: left;
    margin-top: 150px; 
 
}
nav {
    width: 230px;
    padding-left: 25px;
}
nav a {
    color: white;
    text-decoration:none;
}
nav a:hover {
    color: #fae537;
    text-decoration:none;
}
.nav-menu-left .title {
    /*菜单标题*/
    position: absolute;
    z-index: 1;
    left: 35px;
    top: 14px;
    width: 152px;
    text-align: center;
    font-weight: bold;
    text-shadow:
        -1px -1px 0 white,
        1px -1px 0 white,
        -1px 1px 0 white,
        1px 1px 0 white;
    color: #810400;
    font-size: 20px;
    
}
.nav-menu-left{
    background: url(../static/bg_top.png) no-repeat right top,url(../static/bg_bottom.png) no-repeat right bottom;
    width: 220px;
    padding: 50px 10px 66px 0;
    position: relative;
}
.nav-menu-left::after { 
    content: '';
    position: absolute;
    display: block;
    background: url(../static/bg_right01.png) no-repeat 0 0;
    width: 30px;
    height: 122px;
    top: 0;
    right: 0;
}

.nav-menu-left ul {
    padding: 0;
    margin: 0;
    list-style-type: none;
    color: white;
    font-weight: bold;
}
.nav-menu-left ul li {
    padding-left: 40px;
    background: url(../static/bg_middle.png);
    display: block;
    position: relative;
    font-size: 15px;
    text-shadow: 0px 0px 5px rgba(1, 1, 1, 0.2);
}
.nav-menu-left ul li:hover {
    color: #fae537;
}
.nav-menu-left ul a::after {
    float: right;
    padding-right: 38px;
    content: " »"
}
.nav-menu-left li ul {
    display: none;
    padding: 0px;
    margin: 0px;
}
.nav-menu-left li ul li{
    background-color: transparent;
    background: none;
    padding-left: 20px;
    margin: 0px;
}
.nav-menu-left li:hover > ul{
    display:block;
}

.widget::before  {
    background: url(../static/board_head.png);
    position: relative;
    display: block;
    height: 60px;
    content: '';
    width: 260px;
}
.widget{
    margin-top: 30px;
}
.widget::after  {
    background: url(../static/board_end.png);
    position: relative;
    display: block;
    height: 10px;
    content: '';
    width: 260px;
}
.widget-body {
    background: url(../static/board_mid.png);
    width: 260px;
}

.widget-content {
    /*background: url(./src/bg_tile.jpg);*/
    width: 195px;
    margin-left: 35px;   
}
.widget-content > * {
    word-wrap: break-word;
    padding: 2px;
}
.widget .widget-content ul li{
    list-style-type: none;
    margin: 0px;
}
/* 处理Widget部分Form的样式 */ 
.widget .widget-content form {
    text-align: center;
    padding: 5px;
}
.widget .widget-content h2 {
    color: #810400;
    font-size: 20px;
    text-align: center;
}

.search {
    float: right;
}

/* Form styles */
.btn {
	padding-left:10px;
	padding-right:10px;
	padding-top:5px;
	padding-bottom:5px;
	border:none;
}
.btn:hover {
    cursor: url(../static/dcMark.0.png), auto;
}
.maple-ui-win-control {
	float:right;	
	padding:1px;
	margin-right:2px;
}
.maple-ui-win-control > * {
	width:20px;
	height:20px;
	text-align:center;
	text-decoration:none;
	font-size:12px;
	line-height:20px;
}
.btn-primary {
    border-radius: 20px;
    background: #2e7fee;
	border: 2px solid #0066c5;
    color: white;
    font-weight: bold;
	text-decoration:none;
}
.btn-primary:hover {
    background: #0066c5;
}
input {
    border-radius: 5px;
    padding: 2px;
    color: #810400;
}

hr {
    background: url(../static/border_dot.png) repeat-x;
    border: 0;
    height: 2px;
}

/* Comments */
.comment p {
	margin:0px;
	padding:0px;
}
.comment-nickname a,a:visited {
    text-decoration: none;
    color:inherit;
}

.comment .comment-nickname {
	font-size:15px;
	font-weight:bold;
}
.comment .comment-list {
	font-size: 12px;
    position: relative;
    margin-bottom: 20px;
}
.comment .comment-owner {
	display: flex;
	align-items: center;
	justify-content: center;
}
.comment::before {
	content:'';
	display:block;
    background: url(../static/sttl_02.png) no-repeat 0 0;
    height: 62px;
    margin-bottom: 0;
}
.comment .comment-reply::before {
	content: '';
    background: url(../static/icn_reply.png) no-repeat 0 0;
    display: block;
    width: 19px;
    height: 19px;
	padding-left:30px;
}
.comment .comment-reply {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-left:30px;
}
.comment .comment-body::before {
	background: url(../static/bg_balloon_03.png) no-repeat 0 0;
	content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 18px;
    top: 0;
    right: 0;
    bottom: 0;
    left: -20px;
    margin: auto auto auto 0;

}
.comment .comment-body::after {
    content: "";
    display: table;
    clear: both;
}

.comment .comment-body {
	margin-top:20px;
	padding: 10px 18px 20px;
    background: #fff;
    border: solid 2px #b99660;
    margin-left: 50px;
	position: relative;
    border-radius: 20px;
	width:100%;
}
.comment .comment-body:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 128, 0, 0.75);
    transform: scale(1.1,1.1);
}

.comment .comment-date {
	position:absolute;
	right:20px;
}
.comment .comment-avatar {
    margin-top: 20px;
}
.comment .comment-avatar img{
	width: 90px;
	border-radius: 100%;
    border: solid 2px #b99660;
}
.comment .comment-avatar img:hover{
    transform: rotate(360deg) scale(1.2,1.2);
    box-shadow: 0px 0px 10px 0px rgba(255, 128, 0, 0.75);
    
}
.comment .comment-btn-reply:hover {
    transform: rotate(-5deg) scale(1.2,1.2);
    box-shadow: 0px 0px 10px 0px #2e7fee;
}
.comment .comment-info {
	text-align:right;
}
.btn-ui-primary {
	background-image: linear-gradient(#2c8bcb, #70c4ee);
	color:white;
	border: solid 1px #50565d;
	border-radius:3px;
	text-shadow: 0px 0px 1px #6D6D6D;
}
.btn-ui-primary:hover {
	background-image: linear-gradient(#2c8bcb, #41dcee);
}
.btn-ui-disabled {
	background-image: linear-gradient(#aaa298, #d2d6d6);
	color:white;
	border: solid 1px #50565d;
	border-radius:3px;
	text-shadow: 0px 0px 1px #6D6D6D;
}
.btn-ui-disabled:hover {
	background-image: linear-gradient(#aaa298, #d2d6d6);
}
.maple-ui-window {
	background:#a0b2ca;
	border: solid 1px #50565d;
	border-radius:5px;
	margin-bottom:20px;
}
.maple-ui-window-header {
	background:white;
	border-radius:5px;
	margin:5px;
	padding-left:5px;
	font-weight:bolder;
}
.maple-ui-window-content {
	background: white;
	margin-top:5px;
	padding:10px;
	border-top: solid 2px #707985;
	border-bottom: solid 1px #6d7d8b;
	box-shadow: inset 0px 0px 15px 0px rgba(204,204,204,1);

}
.maple-ui-controlwrapper {
	text-align:right;
	margin:5px;
	
}
.maple-ui-window-content .form-control{
	min-width:100%;
	max-width:100%;
	border-radius:2px;
	border: solid 1px #abb9c3;
	color:black;
	box-shadow: inset 0px 0px 5px 0px rgba(204,204,204,1);
}
.maple-ui-window label{
	font-size:14px;
}
.maple-ui-loading-img {
    background: url(../static/loading.gif);
    width: 467px;
    height: 370px; 
    margin-left: auto;
    margin-right: auto;
    border: solid 1px #50565d;

}
/*分页 */
.pager {
    text-align: center;
    font-size: 0;
    margin-bottom: 10px;
}
.pager ol li a {
    color: #fff;
    display: block;
    padding: 10px 7px;
}
.pager ol li {
    font-size: 12px;
    background: #ceb084;
    font-weight: bold;
    line-height: 1;
    vertical-align: middle;
}
.pager ol li.next {
    border-radius: 0 20px 20px 0;
    padding-right: 10px;
}
.pager ol li.prev {
    border-radius: 20px 0 0 20px;
    padding-left: 10px;
}
.pager p, .pager ol, .pager ol li {
    display: inline-block;
    margin-bottom: 0;
}
.pager .current {
    color: #b00;
}
.float-right {
	float:right;
}
.friend-links ul {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    padding: 0px;
    justify-content: center;
}
.friend-links li{
    padding: 0px;
    width: 23%;
    text-decoration: none;
    text-align: center;
}
.friend-links .friend-avator {
    border-radius: 100%;
    border: solid 2px #b99660;
}
.friend-links .friend-avator:hover {
    transform: rotate(360deg);
    box-shadow: 0px 0px 10px 0px rgba(255, 128, 0, 0.75);
}
.friend-links li:hover {
    transform: scale(1.2,1.2);
    background: white;
    box-shadow: 0px 0px 10px 0px rgba(255, 128, 0, 0.75);
    padding:5px;

}
.friend-links a{
    text-decoration: none;
}
.footer-area a {
    text-decoration: none;
    color: white;
}
.footer-area a:visited {
    color: white;
}
img {
    height: auto;
    max-width: 100%;
}
a:hover {
    text-decoration: underline;
    color:#b99660;
}
/* 代码高光 */
.note code {
    border: solid 1px rgba(1, 1, 1, 0.3);
    border-radius: 5px;
    padding: 10px;
}
.note code:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 128, 0, 0.75);
    transform: scale(1.005);
}
.note img {
    border-radius: 5px;    
}
.note img:hover {
    box-shadow: 0px 0px 10px 0px rgba(255, 128, 0, 0.75);
    transform: scale(1.005);
}

.alert-primary::before {
    position: relative;
    float: left;
    display: block;
    content: '';
    background: url(../static/FloatNotice.79.0.png) no-repeat 0 0;
    height: 72px;
    width: 84px;
    margin-left: -84px;    
}

.alert-primary {
    background: url(../static/FloatNotice.79.1.png) repeat-x;
    height: 72px;
    margin-left: 84px;    
    margin-right:62px; 
}

.alert-primary::after {
    position: relative;
    display: block;
    float: right;
    content: '';
    background: url(../static/FloatNotice.79.2.png) no-repeat 0 0;
    width: 62px;
    height: 84px;
    margin-right:-62px; 
}
.alert-content {
    line-height: 72px;
    color:whitesmoke;
    position: absolute;
}
/* Curser */
body {
    cursor: url(../static/Cursor.0.0.png),auto;
}
body:active {
    cursor: url(../static/Cursor.12.0.png),auto;
}

a:hover {
    cursor: url(../static/Cursor.1.1.png),auto;
}
