/* CSS Style ver.2 (XHTML 1.0) Only Used */
/* tension 2007/04/23 01:28*/

/*general style*/
body {
	margin: 0;
	font: 12px Verdana, Tahoma, sans-serif;
	line-height: 140%;
	color: #000;
	background: #ffffff;
	text-align: center;
}
form {
	padding: 0;
	margin: 0;
}
a {
	color: #339;
	text-decoration: underline;
}
a:hover {
	color: #C00;
	text-decoration: none;
}
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 #B3CBE1;
	margin-top: 5px;
	margin-bottom: 5px;
}
/*header style*/
#header {
	height: 70px!important;
	background: #d6e3ef;
	border-bottom: 1px solid #386792;
	vertical-align: text-bottom;
}
#header h1 {
	margin: 0;
	padding: 10px;
	text-align: left;
	font: 26px Georgia, Verdana, Tahoma, sans-serif;
}
#header h1 a {
	text-decoration: none;
}
#description {
	float: left;
	padding-top: 3px;
	text-indent: 2px;
	font: 12px Verdana, Tahoma, sans-serif;
	color: #036;
}
#topmenu {
	height: 18px!important;
	background: #edf2f8;
	border-bottom: 1px dotted #386792;
	padding: 5px;
}
/*main style*/
#outmain {
	padding: 1px;
	background: #fff;
	width: 900px;
	border-right: 1px solid #386792;
	border-left: 1px solid #386792;
	margin-right: auto;
	margin-left: auto;
}
#inmain {
	border-top: 6px solid #386792;
	padding: 0;
}
#wrap {
	float: right;
	width: 655px;
	padding: 12px 15px 15px;
	text-align: left;
}
#page {
	width: 100%;
	margin: 0;
	padding: 0;
	float: left;
	background: #fff url(img/sidebar_border.gif) repeat-y;
	border-bottom: 1px dotted #386792;
	margin-bottom: 1px;
	clear: both;
}
/*sidebar style*/
#sidebar {
	float: left;
	margin: 0;
	width: 180px;
	padding: 15px;
	text-align: left;
}
#sidebar h2 {
	font-size: 14px;
	color: #999;
	padding: 15px 0;
	margin: 15px 0 0;
	border-top: 1px solid #B3CBE1;
}
#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: 11px Tahoma, sans-serif;
	background: #eee;
	border-bottom: 2px solid #aaa;
	text-align: center;
}
.cal_day1 {
	font-size: 11px;
	text-align: center;
}
.cal_day1 a {
	text-decoration: underline;
}
.cal_day1 a:hover {
	text-decoration: none;
}
.cal_day2 {
	font-size: 11px;
	text-align: center;
	border: 1px solid #999;
	font-weight: bold;
}
.cal_day2 a {
	text-decoration: underline;
}
.cal_day2 a:hover {
	text-decoration: none;
}
/*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;
}
.posttitle a {
	text-decoration: none;
}
.postdate {
	color: #777;
	padding-top: 2px;
}
.postmetadata {
	text-align: right;
	margin: 10px 0 15px;
	padding-bottom: 15px;
	border-bottom: 1px solid #B3CBE1;
}
/*footer style*/
#footer {
	background: #d6e3ef;
	border-top: 6px solid #386792;
	margin-top: auto;
	padding: 10px;
	text-align: left;
	height: auto;
	clear: both;
}
/*other style*/
#viewmode {
	float: right;
}
#top {
	padding-bottom: 12px;
	margin-bottom: 15px;
	border-bottom: 1px solid #386792;
}
#guestlink {
	float: right;
	color: #036;
}
.formbox p {
	padding: 0;
	margin: 0;
	padding-bottom: 12px;
}
.codeimg {
	cursor: pointer;
	padding-bottom: 1px;
}
.title {
	font-size: 14px;
	clear: both;
	position:relative;
	height:18px;
	font-weight: bold;
	text-indent: 5px;
	border-left: 6px solid #d6e3ef;
	border-bottom: 1px solid #d6e3ef;
	padding: 2px;
}
.newcminfo {
	font-size: 11px;
	padding-bottom: 7px;
	color: #606060;
	line-height: 13px;
}
.formfield {
	color: black;
	background: #edf2f8;
	border: 1px solid #bbb;
	padding: 3px;
}
.formbutton {
	color: black;
	background: #edf2f8;
	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: 11px; 
	text-align: center; 
	padding-bottom: 10px;
}
.curdate a {
	text-decoration: none;
}
.curdate a:hover {
	text-decoration: underline;
}
.attach {
	padding: 10px 0;
}
.attach-desc {
	background: #edf2f8;
	padding: 5px;
	border: 1px solid #000;
	display: inline;
}
.tags {
	line-height: 26px;
}
.art-title {
	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 solid #B3CBE1;
}
#message {
	margin-top: 100px;
	background: #fff;
	text-align: center;
	width: 500px;
	padding: 20px;
	border: 1px dotted #386792;
	margin-right: auto;
	margin-left: auto;
}
.navlink {
	float: right;
	padding-bottom: 5px;
	font: 14px Tahoma, sans-serif;
	font-weight: bold;
	margin-top: 10px;
	margin-bottom: 5px!important;
}
.navlink a {
	padding-right: 10px;
	text-decoration: none;
}
.navlink a:hover {
	padding-right: 10px;
	text-decoration: underline;
}
/*list style*/
.list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.list li {
	line-height: 35px;
	border-bottom: 1px dashed #ddd;
	font-size: 13px;
}
.listtd a {
	text-decoration: none;
}
.listtd a:hover {
	text-decoration: underline;
}
/*code style*/
code {
	border: 1px solid #b3cbe1;
	border-left: 3px solid #b3cbe1;
	background: #f8f8f8;
	margin: 5px;
	padding: 10px;
	display: block;
	overflow: hidden;
	max-height: none;
}
.quote {
	margin: 5px 0;
	padding: 5px;
	border: 1px solid #000;
	background: #edf2f8;
}
/*face style*/
.avatar {
	border: 1px solid #d6e3ef;
	background: #EBF3FB;
}
/*ajax style*/
.ajaxmsg {
	padding: 0 20px;
	right: 0;
	background: red;
	color: #fff;
	line-height: 20px;
	position: fixed;
	top: 0;
}
.ajaxdiv {
	border: 1px solid #386792;
	background: #edf2f8;
	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;
}