/* CSS Style ver.2 (XHTML 1.0) Only Used */
/* tension 2007/05/04 00:45*/

/*general style*/
body {
	margin: 0;
	font: 12px Verdana, Tahoma, sans-serif;
	line-height: 140%;
	color: #000;
	text-align: center;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #4a7ff8;
	text-decoration: none;
}
a:hover {
	color: #C00;
	text-decoration: underline;
}
textarea, input, select {
	font: 12px Verdana, Tahoma, sans-serif;
}
textarea {
	padding: 4px;
	line-height: 150%;
	overflow: auto;
}
td {
	font: 12px Verdana, Tahoma, sans-serif;
	line-height: 160%;
	color: #000;
}
input {
	background: #fff;
	color: #000;
	padding: 3px;
}
fieldset {
	padding: 10px;
	margin: 0;
	line-height: 25px;
}
hr {
	height: 1px;
	border: 1px solid #a6a6a6;
	margin-top: 5px;
	margin-bottom: 5px;
}
ul, li {
	list-style-type: none;
}
/*header style*/
#header {
	border-bottom: 1px solid #bbb;
	margin-bottom: 15px;
}
#header h1 {
	margin: 0;
	text-align: left;
	font: 26px Georgia, Verdana, Tahoma, sans-serif;
}
#description {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}
.navlink {
	text-align: left;
}
.navlink ul {
	padding: 5px;
	margin: 0;
}
.navlink li {
	display: inline;
	padding-right: 10px;
	font-size: 14px;
}
.navlink li a {
	padding: 5px 10px;
	color: #333;
}
.navlink li a:hover {
	color: #333;
	text-decoration: none;
	background: #EDEDED;
}
.navlink li.current_page_item a {
	font-weight: bold;
	background: #EDEDED;
}
.navlink li.current_page_item a:hover {
	text-decoration: none;
}
/*main style*/
#main {
	padding: 0;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	width: 990px;
}
#contents {
	float: left;
	width: 70%;
	height: 100%;
	padding: 0 35px 15px 0;
	text-align: left;
	min-width: 650px;
	overflow: hidden;
	background: #fff url(img/sidebar_border.png) right repeat-y;
}
/*sidebar style*/
#sidebar {
	margin: 0;
	padding: 10px;
	text-align: left;
	width: 24%;
	float: right;
}
#sidebar_top {
	margin-bottom: 15px;
	text-align: center;
}
#sidebar h2 {
	font-size: 14px;
	color: #666;
	padding: 15px 0;
	margin: 15px 0 0;
	border-top: 1px dashed #a6a6a6;
}
#sidebar ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#sidebar ul li {
	margin-bottom: 3px;
	overflow: hidden;
	display: block;
	width: 178px;
	clear: both;
}
/*calendar style*/
.week {
	padding: 3px;
	font: 12px Tahoma, sans-serif;
	background: #eee;
	border-bottom: 2px solid #aaa;
	text-align: center;
}
.cal_day1 {
	font-size: 11px;
	text-align: center;
}
.cal_day2 {
	font-size: 11px;
	text-align: center;
	border: 1px solid #999;
	font-weight: bold;
	background: #eee;
}
/*comments style*/
.content {
	clear: both;
	display: block;
	margin-right: auto;
	margin-left: auto;
	line-height: 22px;
	font-size: 14px;
}
.post {
	margin-right: auto;
	margin-left: auto;
	overflow: hidden;
}
.posttitle {
	font-size: 16px;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 0;
	clear: both;
}
.postdate {
	color: #777;
	padding-top: 2px;
}
.postmetadata {
	text-align: right;
	margin: 10px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px dashed #a6a6a6;
}

/*footer style*/
#footer {
	padding: 10px;
	clear: both;
}
/*other style*/
#viewmode {
	float: right;
}
#top {
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #a6a6a6;
}
#guestlink {
	text-align: right;
}
.formbox p {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
}
.codeimg {
	cursor: pointer;
	padding-bottom: 1px;
}
.title {
	font-size: 16px;
	height: 18px;
	font-weight: bold;
}
.newcminfo {
	font-size: 11px;
	padding-bottom: 7px;
	color: #606060;
	line-height: 13px;
}
.formfield {
	border: 1px solid #bbb;
	padding: 3px;
}
.formbutton {
	border: 1px solid #bbb;
	padding-top: 0!important;
	padding-bottom: 3px!important;
	padding: 3px 2px 0;
	height: 21px;
	border-left: 4px solid #bbb;
}
.curdate {
	font-weight: bold;
	font-size: 14px;
	text-align: center;
	padding-bottom: 10px;
}
.attach {
	padding: 10px 0;
}
.attach-desc {
	background: #edf2f8;
	padding: 5px;
	border: 1px solid #000;
	display: inline;
}
.tags {
	line-height: 26px;
}
.art-title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}
#article-other {
	text-align: center;
	margin-bottom: 15px;
}
#tburl {
	margin: 5px 0 15px;
}
.lesscontent {
	margin: 5px 0 15px;
	overflow: hidden;
	display: block;
	width: 650px;
	clear: both;
	line-height: 20px;
}
.lessdate {
	color: #777;
	font-size: 11px;
	padding-top: 2px;
	text-align: right;
	margin-bottom: 12px;
	padding-bottom: 12px;
	border-bottom: 1px dashed #a6a6a6;
}
.comments-info {
	position: relative;
	clear: left;
	margin-left: 40px;
	padding-bottom: 10px;
}
.comments-info h1 {
	font-size: 14px;
	line-height: 19px;
	letter-spacing: -1px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	display: block;
}
.comments-order {
	color: #C00;
	position: absolute;
	top: 0;
	left: -40px;
	text-align: center;
	margin: 0;
	padding: 8px 10px 8px 0;
	list-style: none;
	border-right: solid 1px #ccc;
	font: italic bold 24px Arial;
}
.comments-date {
	padding: 0;
	margin: 0;
	font-size: 10px;
	color: #828282;
}
.comments-content {
	border-top: 1px dashed #a6a6a6;
	padding-top: 10px;
	padding-left:20px;
	padding-bottom: 12px;
	margin-bottom: 20px;
}
#message {
	margin-top: 100px;
	background: #fff;
	text-align: center;
	width: 500px;
	padding: 20px;
	border: 1px dotted #386792;
	margin-right: auto;
	margin-left: auto;
}
/*list style*/
.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list li {
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
	font-size: 13px;
}
/*code style*/
code {
	border: 1px dashed #a6a6a6;
	border-left: 3px solid #a6a6a6;
	background: #f4f4f4;
	margin: 5px;
	padding: 10px;
	display: block;
	overflow: hidden;
	max-height: none;
}
.quote {
	margin: 5px 0;
	padding: 5px;
	border: 1px dashed #a6a6a6;
	background: #eee;
}
/*face style*/
.avatar {
	border: 1px dashed #ddd;
	background: #eee;
}
/*ajax style*/
.ajaxmsg {
	padding: 0 20px;
	right: 0;
	background: red;
	color: #fff;
	line-height: 20px;
	position: fixed;
	top: 0;
}
.ajaxdiv {
	border: 1px solid #a6a6a6;
	background: #eee;
	padding: 8px;
	position: absolute;
	text-align: left;
}
.ajaxdiv H2 {
	font-size: 12px;
	margin: 0;
	line-height: 24px;
}
.ajaxdiv H2 a {
	font-weight: normal;
	float: right;
}
/*pagelink style*/
.p_bar {
	margin: 1px 0;
	clear: both;
}
.p_bar * {
	vertical-align: middle;
}
.p_bar a {
	padding: 2px 5px;
	font-size: 12px;
	text-decoration: none;
}
.p_bar a:hover {
	background: #F5FBFF;
	border: 1px solid #86B9D6;
	text-decoration: none;
}
.p_info {
	padding: 2px 5px;
	background: #F5FBFF;
	border: 1px solid #86B9D6;
	margin-right: 1px;
}
.p_num {
	background: #FFF;
	border: 1px solid #DEDEB8;
	margin-right: 1px;
}
.p_redirect {
	background: #FFF;
	border: 1px solid #DEDEB8;
	margin-right: 1px;
	font-weight: bold;
	font-size: 12px;
}
.p_curpage {
	padding: 2px 5px;
	margin-right: 1px;
	border: 1px solid #DEDEB8;
	background: #FFFFD9;
	color: #92A05A;
	font-weight: bold;
}