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

/*general style*/
body {
	margin: 0px;
	font: 12px Verdana, Tahoma, sans-serif;
	line-height: 140%;
	color: #000;
	text-align: center;
}
form {
	padding: 0px;
	margin: 0px;
}
a {
	color: #4a7ff8; 
	text-decoration: none;
}
a:hover {
	color: #CC0000; 
	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:0px;
	line-height:25px;
}
hr {
	height: 1px; 
	border: 1px solid #a6a6a6;
	margin-top: 15px!important;
	margin-top: 5px;
	margin-bottom: 15px!important;
	margin-bottom: 5px;
}
ul, li {
    list-style-type: none;
}
/*header style*/
#header {
	border-bottom: 1px solid #bbbbbb;
	margin-bottom: 15px;
}
#header h1{
	margin: 0px;
	font-family: Georgia, Verdana, Tahoma, sans-serif;
	font-size:26px;
	text-align: left;
}
#description {
	text-align: left;
	margin-top: 15px;
	margin-bottom: 15px;
	font-size: 13px;
}
.navlink {
	text-align: left;
}
.navlink ul {
	padding: 5px;
	margin:0 0 1px!important;
}
.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: 0px;
	margin-top: 5px;
	margin-right: auto;
	margin-left: auto;
	background: #fff;
	width: 990px;
}
#contents {
	float: left;
	width: 70%;
	height: 100%;
	padding: 0px 35px 15px 0px;
	text-align: left;
	min-width: 650px;
	overflow: hidden;
	background: #fff url(img/sidebar_border.png) right repeat-y;
	}
/*sidebar style*/
#sidebar {
	margin: 0px;
	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 0px;
	margin: 15px 0px 0px 0px;
	border-top: 1px dashed #a6a6a6;
}
#sidebar ul {
	margin: 0px; 
	padding: 0px;
	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: 0px;
	clear:both;
}
.postdate {
	color: #777777;
	padding-top: 2px;
}
.postmetadata {
	text-align: right;
	margin: 10px 0px 15px 0px;
	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: 0px;
	margin: 0px;
	padding-bottom: 12px;
}
.codeimg {
	cursor: pointer;
	padding-bottom: 1px;
}
.title {
	font-size: 16px;
	height:18px;
	font-weight: bold;
}
.newcminfo {
	font-size: 12px!important;
	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: 0px!important;
	padding-bottom: 3px!important;
	padding: 3px 2px 0px 2px;
	height: 21px;
	border-left: 4px solid #bbb;
}
.curdate {
	font-weight: bold; 
	font-size: 14px; 
	text-align: center; 
	padding-bottom: 10px;
}
.attach {
	padding: 10px 0px;
}
.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 0px 15px 0px;
}
.lesscontent {
	margin: 5px 0px 15px 0px;
	overflow: hidden;
	display: block;
	width: 650px;
	clear: both;
	line-height: 20px;
}
.lessdate {
	color: #777777;
	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: 0px;
	margin: 0px;
	display: block;
}
.comments-order {
	font-weight:bold;
	font-style: italic;
	font-size: 24px;
	font-family: Arial;
	color: #CC0000;
    position: absolute;
	top: 0px; 
	left: -40px;
	text-align: center;
	margin: 0;
	padding: 8px 10px 8px 0px;
	list-style: none;
	border-right: solid 1px #ccc;
}
.comments-date {
    padding: 0px;
	margin: 0px;
	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: 0px; 
	padding: 0px;
	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 0px;
	padding: 5px;
	border: 1px dashed #a6a6a6;
	background: #eee;
}
/*face style*/
.avatar {
	border: 1px dashed #ddd;
	background: #eee;
}
/*ajax style*/
.ajaxmsg {
	padding: 0px 20px;
	right: 0px; 
	background: red; 
	color: #fff; 
	line-height: 20px; 
	position: fixed; 
	top: 0px;
}
.ajaxdiv {
	border: 1px solid #a6a6a6;
	background: #eee;
	padding: 8px;
	position: absolute; 
	text-align: left;
}
.ajaxdiv H2 {
	font-size: 12px;
	margin: 0px;
	line-height: 24px;
}
.ajaxdiv H2 a {
	font-weight: normal;
	float: right;
}
/*pagelink style*/
.p_bar {
	margin: 1px 0px;
	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: #FFFFFF;
	border: 1px solid #DEDEB8;
	margin-right:1px;
}
.p_redirect {
	background: #FFFFFF;
	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;
}
.linkover {
margin:0 0 20px 0;
padding:10px 0;
clear:both;
}
.linkover li {
color:#666;
width:100px;
line-height:20px;
margin:0 10px;
float:left;
}
.linkover li.onelink {
width:300px;
margin:0 10px 8px;
}
.linkover li a {
font-weight:700;
}
.linkgroup {
font-weight:700;
font-size:14px;
margin:10px 0 5px;
}