@charset "gb2312" ;
/*全局*/
*{
	margin:0;
	padding:0;
}
ul{ 
	list-style:none
}
a{
	color:#205C30;
	text-decoration:yes; //原为none
}
.spanButton{
	cursor:pointer;
	color:#003366;
	text-decoration:none;
}
a:hover{
	text-decoration:underline;
}
a img{
	border:none;
}
textarea,input{
	padding:1px;
	font-size:12px;
}

#misc-entry-ticker a{
	color:#1C3D7D;
}
#misc-entry-ticker a{
	color:#fff;
}
.col-body td,th{
	padding:5px 1px;
}
.col-body h4{
	font-size:12px;
}
.col-body li{
	line-height:1.5em;
	margin:0.5em;
	padding-left:1em;
	background:url(gray-dot.gif) left center no-repeat;
}
.col-body dl{
	line-height:1.5em;
	margin-bottom:1em;
	margin-top:0.5em;
}
.col-body dt{
	margin-bottom:0.5em;
}
.col-body dd{
	margin-left:1em;
}
.col-body p{
	line-height:1.5em;
	margin-bottom:0.5em;
	color:black; //此行后来加的
}
hr{
	display:none;
}
#album-basket .col-body,#all-photo-basket .col-body{
	width:565px;
}
body{
	text-align:center; background-color:#548E78;
	font: 12px Arial, Verdana, Helvetica, sans-serif;
	background-image: url(index_02.jpg);
	background-repeat: repeat-x;
	background-position: left top; color:#7EA89B; //#548E78为下半边边缘颜色
}

#container {
   margin: 0 auto;
   text-align: left;    
   width: 760px;
   overflow:hidden;
   background:#fff;background-image: url(index_15.jpg);
	background-repeat: no-repeat;
	background-position: left bottom;
}
#pageBody{
	clear:both;
	width:760px;
	float:left;
	
}
#pageHeader{
	width:760px;
	height:236px;
}

#blog-card-edit .misc-seprate-tr td{
	height:6px;
}
table{
	border-collapse:collapse;
	margin:5px;
}
html>body .style-btn,html>body #blog-card-edit #detail-info input.style-btn{
	height:22px;
	border:1px solid #999999;
	background:#fff url(btn-bg.gif)  bottom repeat-x;
}
*html .style-btn,*html #blog-card-edit #detail-info input.style-btn{
	padding-top:3px;
	height:22px;
	border:1px solid #999999;
	background:#fff url(btn-bg.gif)  bottom repeat-x;
}

table th{
	border-bottom:1px solid #666;
}

/** 头 **/

#pageHeader{
	position:relative;
	float:left;
	background-color: #548E78;
	background-image: url(index_05.jpg);
	background-repeat: no-repeat;
	background-position: left 22px; //上导航栏颜色原为background-color: #1B4335
}
#pageHeader li{
         display:block;
         float:left;
         padding:0 6px;

	border-right:1px solid #ccc;
}
#pageHeader li.misc-last-list{
	border:none;
}

#blog-title{
	position:absolute;
	top:35px;
	left:40px;
}
#blog-title h1{
	font-size:25px;
}
#blog-title h1 a{
	color:#000;
}
#blog-title p{
	color:#000;
	margin:5px;
}
#tool-nav{
	width:760px;
	color:#ccc;
	font-weight:bold; 
	position:absolute;
	top:5px;
	right:0; //增font-weight:bold;原top:3px;
}
#tool-nav ul{
	position:absolute;
	top:0;
	right:0;
}
#tool-nav a{
	color:white;  //原#ccc
}
#tool-nav #misc-sms-link a{
	font-weight:bold;
}
#tool-nav #misc-sms-number{
	color:#f00;
}
#tool-nav #singin-btn{
	width:4em;
	position:absolute;
	top:25px;
	right:5px;
}
#content-nav{
	position:absolute;
	width:756px;
	padding-left:4px;
	bottom:0;
	z-index:1;
	border-bottom:3px solid #eee;
}
#content-nav li{
	text-align:center;
	line-height:21px;
	border:none;
	padding:0;
}
#content-nav li a{
	color:#fff;
	display:block;
	text-decoration:none;
	padding:0 15px;
	margin:0 1px;
	background:#3C7967;
}
#content-nav li a:hover{
	color:#666;
	background:#999 url(main-tab-bg.gif) bottom repeat-x;
}
#content-nav li a.at-here{
	color:#000;
	display:block;
	background:#999 url(main-tab-bg.gif) bottom repeat-x;
}
#content-nav li#manage-nav a{
	margin-left:20px;
}
#edit-sub-nav{
	clear:both;
	width:760px;
	float:left;
	padding-top:0;
	padding-left:13px;
	border-bottom:1px solid #666;
	background:#eee;
}
/*栏*/
.operation{
	margin-bottom:3px;
	background-color: #D6E8E2;
	background-image: url(2_11.jpg);
	background-repeat: repeat-x;
	background-position: right top; //原margin-bottom:10px;#D6E8E2为正文背景色
}
.operation h3{
	color:#000;
	font-size:14px;
	height:18px;
	padding-top:3px;
	padding-left:2px;
	padding-right:8px;
	background-color: #fff;
	background-image: url(index11_17.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	text-indent: 6px;	
}
.operation .col-body{
	zoom:1;
	padding:5px;
	padding-bottom:3px; //原padding:8px;padding-bottom:5px; 
}


/*页脚*/
#pageFooter{
	text-align:center;
	clear:both;
	height:60px;
	padding-top:40px;
	
}
#pageFooter p{
	margin:5px 0;
}
#verybottom p{
	text-align:left; 
	background-image: url(verybottom.jpg);
	background-repeat: repeat-x;
	font: 7px Verdana, Arial, Helvetica, sans-serif;
	background-position: left top; color:green; 
}
/**新加**/
#menu{
	display: none;
	text-align: left;
	border: solid 1px #000;
	background-color: #ccc;
	padding: 5px;
	margin: 0;
	position: absolute;
	z-index: 1;
}

#menu a{
   text-decoration: none;
}


/*两侧*/
#leftDiv .diary-all,#rightDiv .diary-all{
	display:none;
}
#leftDiv .diary-easy,#rightDiv .diary-easy{
	display:block;
}
#centerDiv .diary-easy{
	display:none;
}
