/*

Maxthon.Style For Sablog-X 1.6
Last Modified by: Kariryo,2007-08-28

*/
/****** General Styles ******/
/*html { filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1); }*/
body {
	margin: 0;
	padding: 0;
	font-size: 75%;
	font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif;
	color: #000;
	line-height: 150%;
	background: #F8F7F5 url('img/bg.png');
}

/* text */
p {
	line-height: 150%;
	margin: 5px 0 10 0;
	padding: 0;
}
th {
	font-size: 100%;
	line-height: 150%;
}
td {
	font-size: 100%;
	line-height: 150%;
}
ul,ol {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
div {word-wrap:break-word;}
img {
	border: none;
	vertical-align: middle;
}
hr {
	height: 1px;
	border: 0;
	border-top: 1px dashed #CCC;
}
/* links */
a:link {color: #4F7500;text-decoration: none;}
a:visited {color: #4F7500;text-decoration: none;}
a:hover {color: #395500;background: #EFF9D0;text-decoration: underline;}
a:active {color: #4F7500;text-decoration: none;}

/* inputs */
form{
	margin: 3px;
	padding: 0;
}
textarea,input,select {
font:12px Verdana, Tahoma, sans-serif;
}
textarea {
	padding: 2px 3px;
	vertical-align: middle;
	border: 1px solid #C0BBB4;
	background: white url('img/bg_input_text.png') top left repeat-x;
}
input {
color:#000;
background:#fff;
padding:3px;
}
fieldset {
line-height:25px;co
padding:10px;
}
label {
	cursor: pointer;
}
.formbox p {
margin:0;
padding:0 0 12px;
}
.formfield {
	padding: 2px 3px;
	border: 1px solid #C0BBB4;
	background: white url('img/bg_input_text.png') top left repeat-x;
}
.formfield:hover {
	border: 1px solid #9C0;
	background: white url('img/bg_input_text_hover.png') top left repeat-x;
}
.formbutton {
	width:44px;
	color: #645A44;
	font-size:12px;
	line-height:22px;
	height:22px;
	border: 1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background: #F4FBE1 url('img/bg_input_btn.png') repeat-x;
	cursor:pointer;
}
.formbutton:hover {
	color: #395500;
	background: #F4FADF url('img/bg_input_btn_hover.png') repeat-x;
	border: 1px solid #80AA00;
	border-top: 1px solid #9C0;
	border-left: 1px solid #9C0;
}
.submit {
	width:125px;
	color: #645A44;
	font-size:12px;
	font-weight:700;
	line-height:30px;
	height:30px;
	border:1px solid #ABA498;
	border-top: 1px solid #C8C4BB;
	border-left: 1px solid #C8C4BB;
	background:#F4FBE1 url('img/bg_input_btn.png') repeat-x;
	cursor:pointer;
}
.submit:hover {
	color: #395500;
	background: #F4FADF url('img/bg_input_btn_hover.png') repeat-x;
	border: 1px solid #80AA00;
	border-top: 1px solid #9C0;
	border-left: 1px solid #9C0;
}
.codeimg {
cursor:pointer;
vertical-align:bottom;
padding-bottom:1px;
}

.wrapper {}

/****** Header ******/
.header{
	background: #EEF4FD url('img/bg_header.png') top left repeat-x;
	height: 80px;
}
.innerHeader{
	min-width: 610px;
	width: 750px;
	margin: 0 auto;
}

.logo{
	font-family: Tahoma;
	float: left;
	margin-top: 16px;
}
.logo img{
	float: left;
	margin-right: 6px;
}
.logo h1{
	font-size: 150%;
	font-weight: bold;
	padding: 6px 0 0 0;
	margin: 0;
}
.logo h1 a:active{
	color: #565043;
	text-decoration: none;
}
.logo h1 a:visited{
	color: #565043;
	text-decoration: none;
}
.logo h1 a:link{
	color: #565043;
	text-decoration: none;
}
.logo p{
	margin: 0;
	padding: 0;
	color: #726958;
}
.logo h1 sup {
	font-weight: normal;
	color: #AEC3DE;
	font-size: 9pt;
	margin: 0 3px; 
}

/* top nav menu */
.menu{
	padding-top: 26px;
	float: right;
}
.menu a:link{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0 5px 0 0;
	color: #666;
	text-decoration: none;
}
.menu a:visited{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0 5px 0 0;
	color: #666;
	text-decoration: none;
}
.menu a:hover{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0 5px 0 0;
	color: #FFF;
	background: #666;
	text-decoration: none;
}
.menu a:active{
	float: left;
	display: block;
	padding: 4px 8px;
	margin: 0 5px 0 0;
	color: #666;
	text-decoration: none;
}
.menu p{
	float: left;
	display: block;
	padding: 4px 0;
	margin: 0;
	color: #666;
}

/****** Nav Panel ******/
.navPanel{
	background: #E5E2DE url('img/bg_mid.png') top left repeat-x;
	border-top: 1px solid #DAD6CB;
	border-bottom: 1px solid #CBC6BC;
	line-height: 200%;
}
.innerNavPanel{
	margin: 0 auto;
	width: 750px;
}

/* buttons */
.buttons{
	line-height: 200%;
	white-space: nowrap;
	width: 99%; /* ie6 fix */
	overflow: hidden;
	border-left: 1px solid #DAD6CB;
}
.buttons a:link{
	float: left;
	display: block;
	padding: 4px 20px;
    >padding: 6px 20px 2px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FBE1 url('img/bg_btn.png');
}
.buttons a:visited{
	float: left;
	display: block;
	padding: 4px 20px;
    >padding: 6px 20px 2px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FBE1 url('img/bg_btn.png');
}
.buttons a:hover{
	float: left;
	display: block;
	padding: 4px 20px;
    >padding: 6px 20px 2px 20px;
	color: #395500;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FADF url('img/bg_btn_hover.png');
}
.buttons a:active{
	float: left;
	display: block;
	padding: 4px 20px;
    >padding: 6px 20px 2px 20px;
	color: #645A44;
	text-decoration: none;
	border-left: 1px solid white;
	border-right: 1px solid #DAD6CB;
	background: #F4FBE1 url('img/bg_btn.png');
}
.current_page_item{
	color: #930 !important;
	background: #FFF1BB url('img/bg_btn_active.png') !important;
}



.shadowStrip{
	height: 4px;
	font-size: 1%;
	line-height: 1%;
	background: url('img/bg_shadow.png');
}

/****** Content Block ******/
.contentWrapper{
	min-width: 610px;
	width: 740px;
	margin: 0 auto;
}
.contents{
	float: right;
	width: 530px;
	margin: 0;
}
.content{margin:0 5px 0 10px;font-size:12px;}
.content a{color: #78AB00;text-decoration: underline;padding:0 2px;}
.innerContent{
	margin: 0;
	overflow: visible;
}
.content p {
	margin:15px 0;
}
.content ol {
	margin:15px 30px;
	list-style:decimal;
}
.list li{
	line-height:35px;
	border-bottom:1px dashed #DDD;
	clear:both;
}
#top {
	margin-top: 10px;
	width: 530px;
	border-bottom:1px dashed #CCC;
}
h2{
	color: #666;
	font-size: 14px;
	font-weight: bold;
	padding: 6px 0 4px 10px;
	margin: 10px 0;
	background: #EEEDEA;
	border-bottom: 1px solid #E4E2DA;
}
.tags{padding:0 10px;}
/****** Sidebar Block ******/
.sidebar{
	float: left;
	width: 180px;
}
.sidebar p {
	margin: 0;
	padding-top:5px;
}
.sidebar p.more {
	text-align:right;
}
.sidebar table {
	width:180px;
}
.sidebar li span {
	color:#666;
}
.sidebar li span.num {
	color:#78AB00;
}
.sidebarBlock{
	padding: 0;
	margin: 10px 0 20px 0;
}
.sidebar h3{
	font-size: 100%;
	color: #666;
	font-weight: bold;
	padding: 5px 10px;
	margin: 10px 0 0 0;
	background: #EEEDEA;
	border-bottom: 1px solid #E4E2DA;
}
.sidebar ul{
	margin: 0;
	padding: 0;
}
.sidebar li{
	margin: 0;
	list-style: none;
	border-bottom: 1px dotted #E4E2DA;

}
.s1 li{padding: 6px 10px;}
.s3 li{padding: 2px 10px;}
.s2 li a:visited{
	padding: 5px 10px;
	display: block;
	text-decoration: none;
	overflow: hidden;
}
.s2 li a:active{
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
.s2 li a:hover{

	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
.s2 li a:link{
	padding: 5px 10px;
	display: block;
	text-decoration: none;
}
.s4 {
	margin:0 10px;
	list-style-type: none;
	padding: 0;
}
.s4 li {
	display: inline;
	margin-right: 10px;
	line-height: 150%;
	border: 0;
}
.s4 a {
	display: inline;
	padding: 0;
}



/****** Footer ******/
.footer{
	clear: both;
	text-align: center;
	color: #666;
	border-top:1px dashed #CCC;
	margin: 20px auto 0 auto;
	padding: 20px 0 20px 0;
}

/*-------------Sa-X-------------*/
.week {
background:#eee;
border-bottom:2px solid #aaa;
text-align:center;
padding:1px;
}
.cal_day1 {
text-align:center;
}
.cal_day2 {
text-align:center;
border:1px solid #999;
font-weight:700;
}
.needpwd {
	border-bottom:1px dotted #CCC;
	padding-bottom:20px;
	margin:20px 0;
}

.postdate {margin:0;color:#777;margin-left:10px;}
.postmetadata {
	text-align:right;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
	margin:5px 10px 15px 0;
}
.curdate {
font-weight:700;
text-align:center;
padding-bottom:10px;
}
.attach {
padding:10px 0;
}
.attach-desc {
     background:#FFF5E1;
     border:1px solid #FFC68C;
     padding:5px;
}
.art-title {
font-weight:700;
margin:0 10px 10px;
}
#article-other {
text-align:center;
margin:15px 0;

font-weight:bold;
}
#tburl {
margin:5px 0 15px;
}
/*** comments ***/
.lesscontent {
	display:block;
	clear:both;
	line-height:20px;
	margin:5px 10px 15px;
	padding:0;
	overflow:auto;
}
.lessdate {
	color:#777;
	font-size:11px;
	text-align:right;
	margin-bottom:12px;
	padding-bottom:5px;
	border-bottom:1px dotted #CCC;
}
code {
	font-family:"Courier New", Courier;
	width:480px;
	border:1px solid #EAE2D5;
	border-left:3px solid #EAE2D5;
	background:#FBFBF9;
	word-break:break-all;
	display:block;
	white-space:normal;
	margin:5px;
	padding:10px;
	overflow:auto;
}
.quote {
	border:1px solid #C2CFDF;
	background:#F0F5FA;
	margin:5px 10px;
	padding:5px;
	overflow:auto;
}

#message {
margin-top:100px;
background:#F0F5FA;
text-align:center;
width:500px;
border:3px solid #C2CFDF;
margin-right:auto;
margin-left:auto;
padding:20px;
}
#message h2 {
background:#F0F5FA;
border-bottom:1px solid #C2CFDF;
color:#339;
font-size:14px;
margin:20px auto;
}
.avatar {
border:1px solid #d6e3ef;
background:#EBF3FB;
}
.ajaxmsg {
right:0;
background:red;
color:#fff;
line-height:20px;
position:fixed;
top:0;
padding:0 20px;
}
.ajaxdiv {
border:1px solid #FFC68C;
background:#FFF5E1;
position:absolute;
padding:8px;
}
.ajaxdiv H2 {
font-size:12px;
line-height:24px;
margin:0;
}
.ajaxdiv H2 a {
font-weight:400;
float:right;
}
/*** ??ҳ ***/
.p_bar {
clear:both;
margin:15px 0;
}
.p_bar a {
font-size:12px;
text-decoration:none;
padding:2px 5px;
}
.p_bar a:hover {
background:#F5FBFF;
border:1px solid #86B9D6;
text-decoration:none;
}
.p_info {
background:#F5FBFF;
border:1px solid #86B9D6;
margin-right:1px;
padding:2px 5px;
}
.p_num {
background:#FFF;
border:1px solid #DEDEB8;
margin-right:1px;
}
.p_redirect {
background:#FFF;
border:1px solid #DEDEB8;
margin-right:1px;
font-weight:700;
font-size:12px;
}
.p_curpage {
margin-right:1px;
border:1px solid #DEDEB8;
background:#FFFFD9;
color:#92A05A;
font-weight:700;
padding:2px 5px;
}
/*** Archives|links ***/
.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:239px;
margin:0 10px 8px;
}
.linkover li a {
font-weight:700;
}
.linkgroup {
font-weight:700;
font-size:14px;
margin:10px 0 5px;
}
.cal_day1 a:hover,.cal_day2 a:hover,.posttitle a,.curdate a,.listtd a {
text-decoration:none;
}
.navlink li.current_page_item a:hover,.cal_day1 a,.cal_day2 a,.curdate a:hover,.listtd a:hover {
text-decoration:underline;
}
#guestlink,#top span {
float:right;
}
#sidebar ul li img,.p_bar * {
vertical-align:middle;
}
fieldset code { width:auto; border:0px; color:red; padding:0px; }