﻿/*--------------------------全--局-------------------------------*/
body{
	margin:0;
	padding:0;
	color:#000000;
	font-size:12px;
	background:#FCEFFF;
	font-family: Verdana, Arial, "宋体"; 
}
a{
	text-decoration: none;
}
a:link {
	color: #303030;
}
a:visited {
	color: #303030;
}
a:hover {
	color: #EA44B1;
	text-decoration: underline;
}
a:active {
	color: #DC143C;
	text-decoration: underline;
}   
ul{
	list-style-type:none;
	list-style-position : outside;
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
li{
	margin:0 0 0 0;
	padding:0 0 0 0;
}
p{
	margin:0 0 0 0;
	padding:0 0 0 0;
	word-break:break-all;
}
img{
	border:0;
}

/*---------------------------------------------------------------*/
#divAll{
	width:790px;
	margin:0 auto;
	padding:0
}

#divPage{
	width:778px;
	margin:0;
	padding:0 2px 0 2px;
	text-align:left;
	float:left; 
 	background:url("lulu/bg.gif") repeat-y center;
}

#divMiddle{
	width:778px;
	margin:0;
	padding:0;
	text-align:left;
	float:left;
	background:#FFFFFF;
}

#divTop{
	width:778px;
	margin:0 auto;
	padding:0;
	text-align:left;
	float:left;
	height:70px;
	background:#ffffff url("lulu/obj_topimage.jpg") repeat-x 0 100%;
/*	border-bottom:1px solid #666; */
}

#divSidebar{
	width:210px;
	margin:0 0 0 0;
	padding:0 0 10px 0;
	text-align:center;
	float:right;
	border-left:1px dashed pink;
}

#divMain{
	width:558px;
	margin:0 0 0 0;
	padding: 0;
	text-align:left;
	float:left;
}

#divBottom{
	width:778px;
	margin:0 auto;
	padding:0;
	text-align:center;
	float:left;
	height:70px;
	background:url("lulu/obj_foot.gif") repeat-x 0 0;
}

/*---------------------------------------------------------------*/
div.function {
	float:left;
	width:190px;
	margin:10px 0 0 0;
	padding:0 0 0 0;
	text-align:left;
/*	border-left:10px solid #ffffff;
	border-right:10px solid #ffffff; */
}
div.function h3{
	font-size:12px;
	height:13px;
	margin:0px 0 0 10px;
	padding:10px 0 0 0px;
/*	background:#f0f0f0; */
	color:#663399 ;
}
div.function ul{
	text-align:left;
	width:190px;
	margin:2px 0 0 0;
	padding:5px 0 0 0;
	list-style-position:outside;
	list-style-type:none;
/*	border-top:1px solid #d0d0d0; */
}
div.function li{ 
	color:#303030;
	margin:0 0 0 0;
	padding:3px 0 1px 21px;
	background:url("lulu/p_01.gif") no-repeat 3px 4px;
}

#divMisc{
	padding:10px 0 5px 0;
}
#divMisc h3{
	display: none; 
}
#divMisc li{
	padding:2px 0 2px 15px;
	background-image : none;
}

#divContorPanel li{
	background-image : none;
}

#divSearchPanel li{
	background-image : none;
}

/*---------------------------------------------------------------*/


div.post {
	width:548px;
	margin:10px 0 10px 10px;
	padding:0 0 0 0;
	text-align:left;
}
div.post-nav {
	width:100%;
	clear:both;
	float:left;
}
div.post-nav a.l{
	float:left;
	padding-right:10px;
	padding-bottom:5px;
  text-decoration: underline;
	color: #595959;
}
div.post-nav a.l:hover { color: #EA44B1; text-decoration: underline; } 
div.post-nav a.r{
	float:right;
	padding-left:10px;
	padding-bottom:5px;
  text-decoration: underline;
	color: #595959;

}
div.post-nav a.r:hover { color: #EA44B1; text-decoration: underline; } 
div.post-nav .arrow { font-family:webdings;	text-decoration: none;} 

div.post .post-title{
	width:538px;
	padding:4px 0 4px 10px;
	margin:2px 0 2px 0;
	font-size:14px;
	color: #663399;
/*	background:#f0f0f0; */
} 

div.post .post-title a:link {color: #663399; }
div.post .post-title a:visited {color: #663399;}
div.post .post-title a:hover { color: #EA44B1; text-decoration: underline; }

div.post .post-date{
	width:538px;
	margin:0 0 0 0;
	padding:5px 5px 5px 5px;
	font-size:12px;
	color: #595959;
/*	border-bottom: 1px solid #d0d0d0; */
}

div.post .post-footer{
	width:546px;
	margin:10px 0 30px 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:gray;
	height:20px;
	text-align:right;
}

div.post .post-footer a:link {color: gray; }
div.post .post-footer a:visited {color: gray;}
div.post .post-footer a:hover { color: #EA44B1; text-decoration: underline; }


div.post .post-tags{
	width:546px;
	margin:2px 0 2px 0;
	padding:2px 0 0 0;
	font-size:12px;
	color:gray;
	height:20px;
	text-align:left;
}

div.post .post-tags a:link {color: gray; }
div.post .post-tags a:visited {color: gray;}
div.post .post-tags a:hover { color: #EA44B1; text-decoration: underline; }

body.multi div.post .post-tags{
	/*display:none;*/
}

div.post div.post-body{
	width:520px;
	margin:0 0 0 0;
	padding:0 0 0 5px;
	font-size:13px;
	word-break:break-all;
	text-align:left;
	line-height:150%; 
  color:#303030;
}

div.post-body div.media a{
	padding-left:16px;
	background:#FBFBFB url("lulu/media.gif") no-repeat 0 center;
}

div.post-body img{
	padding:4px 4px 4px 4px;
	border:0;
	clear : both;
	float : none;
}

div.post-body p{
	margin:10px 0 15px 0;
	padding:0;
}
div.post-body p.img{
	margin:0;
	padding:0;
	text-align:center;
}
div.post-body p.inscript{
	margin:0;
	padding:0;
	padding-right:20px;
	text-align:right;
}
div.post-body p.code{
	padding:5px;
	border:1px dotted black;
}

div.post-body h1{
	color: #303030;
	margin:0;
	padding:0;
	font-size:16px;
}
div.post-body h2{
	color: #303030;
	margin:0;
	padding:0;
	font-size:14px;
}
div.post-body h3{
	color: #303030;
	margin:0;
	padding:0;
	font-size:13px;
}
div.post-body h4{
	color: #303030;
	margin:0;
	padding:0;
	font-size:12px;
}
div.post-body h5{
	color: #303030;
	margin:0;
	padding:0;
	font-size:11px;
}
div.post-body h6{
	color: #303030;
	margin:0;
	padding:0;
	font-size:10px;
}

/*---------------------------------------------------------------*/
#BlogTitle{
	font-size:32px;
	margin:54px 0 0 10px;
	padding:0;
	font-weight:bold; 

}
#BlogTitle a{
	color:#303030;
}
#BlogTitle a:hover {
	color: #DC143C;
	text-decoration: none;
}
#BlogTitle a:active {
	color: #DC143C;
	text-decoration: none;
}
#BlogSubTitle{
	color: #595959;
	font-size:12px;
	margin:2px 0 0 10px;
	padding:0;
}
#BlogPowerBy{
	font-size:12px;
	height:18px;
	margin:0;
	padding:12px 10px 0 10px;
	text-align:center;
	font-weight:normal;
  color:#663399;
}
#BlogCopyRight{
	font-size:12px;
	height:15px;
	margin:0;
	padding:0 10px 0 10px;
	text-align:center;
	float:none;
	clear:both;
	font-weight:normal; 
  color:#663399;
}


/*---------------------------------------------------------------*/
p.posttop {
	margin:10px 0 0 0;
	padding:0 0 2px 16px;
	border-bottom:1px solid #aaaaaa;
	background: url("lulu/quote.gif") no-repeat 0 center;
}
p.postbottom {
	margin:0 0 10px 0;
	padding:5px 0 0 0;
	border-top:1px solid #aaaaaa;
}

#frmSumbit{
	padding:0;
	margin:0;
}

#frmSumbit p{
	padding:5px 0 5px 0;
}


input.button{
	background: url("lulu/fade-butt.png");
	border: 3px double #909090;
	border-left-color: #c0c0c0;
	border-top-color: #c0c0c0;
	color: #333;
	padding: 0.05em 0.25em 0.05em 0.25em;
}

input.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double #909090;
	width: 200px;
	background: url("lulu/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;
}

textarea.text {
	padding: 0.15em 0.25em 0.20em 0.25em;
	border: 1px double #909090;
	width: 80%;
	height: 80px;
	background: url("lulu/bg_diag.png");
	background-position: bottom;
	background-repeat: repeat-x;
	width: 520px;
	height: 120px;
}


/*---------------------------------------------------------------*/
#divCalendar{
	padding:0 0 0 0;
	text-align:center;
	width:205px;
}

#divCalendar h3{
	display:none;
}

#divCalendar div{
	margin:0 0 0 0;
	padding:0 0 5px 8px;
	float:left;
}
#divCalendar div.month1{
	background:url("lulu/month1.gif") no-repeat center 10px;
}
#divCalendar div.month2{
	background:url("lulu/month2.gif") no-repeat center 10px;
}
#divCalendar div.month3{
	background:url("lulu/month3.gif") no-repeat center 10px;
}
#divCalendar div.month4{
	background:url("lulu/month4.gif") no-repeat center 10px;
}
#divCalendar div.month5{
	background:url("lulu/month5.gif") no-repeat center 10px;;
}
#divCalendar div.month6{
	background:url("lulu/month6.gif") no-repeat center 10px;
}
#divCalendar div.month7{
	background:url("lulu/month7.gif") no-repeat center 10px;
}
#divCalendar div.month8{
	background:url("lulu/month8.gif") no-repeat center 10px;
}
#divCalendar div.month9{
	background:url("lulu/month9.gif") no-repeat center 10px;
}
#divCalendar div.month10{
	background:url("lulu/month10.gif") no-repeat center 10px;
}
#divCalendar div.month11{
	background:url("lulu/month11.gif") no-repeat center 10px;
}
#divCalendar div.month12{
	background:url("lulu/month12.gif") no-repeat center 10px;
}

p.w{
	float:left;
	width:25px;
	height:16px;
	margin:4px 0 0 0;
	padding:4px 0 1px 0;
	text-align:center;
	vertical-align :middle;
	font-size:12px;
	border-top:1px solid #aaaaaa;
	border-bottom:1px solid  #aaaaaa;
}

p.y{
	text-align:center;
	height:14px;
	margin:2px 0 0 0;
	padding:0 0 0 0;
	float:left;
	width:175px;
	font-size:12px;
	font-weight:bold;
}
p.d{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}
p.yd{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
	text-decoration : underline;
	color:#663399;
	font-weight : bold;
} 

p.yd a:link {color: #663399;text-decoration: underline; font-weight:bold;}
p.yd a:visited {color: #663399;text-decoration: underline; font-weight:bold;}
p.yd a:hover { color: #EA44B1; text-decoration: underline; }

p.nd{
	float:left;
	width:25px;
	height:18px;
	margin:0 0 0 0;
	padding:2px 0 0 0;
	text-align:center;
	vertical-align :middle;
}


/*---------------------------------------------------------------*/
ul.msg{
	width:548px;
	margin:10px 0 10px 10px;
	padding:0 0 0 0;
	text-align:left;
	list-style-position : outside;
}
li.msgname{
	border-bottom:1px solid Silver;
	padding:2px 0 2px 5px;
	margin:0px;
} 
li.msgname a:link {color: #663399;}
li.msgname a:visited {color: #663399;}
li.msgname a:hover { color: #EA44B1; text-decoration: underline; }


li.tbname{
	border-bottom:1px solid Silver;
	padding:0 0 0 5px;
	margin:0px;
}
li.msgurl{
	text-align:right;
	padding:2px 10px 2px 10px;
	margin:0;
	/* background:#f0f0f0; */
}
li.msgarticle{
	list-style-position : outside;
	padding:2px 5px 2px 5px;
	margin:6px;
	background:#f8f8f8;
	line-height:150%;
}
li.msgtime{
	text-align:right;
	padding:2px 5px 0 10px;
	margin:0 0 0 0;
	border-bottom:1px solid Silver;
	background:#f8f8f8;
}
ul.trackback li.tbname{
	border-bottom:none;
	background: url("lulu/trackback2.gif") no-repeat 0 center;
	padding:5px 0 2px 16px;
	margin:0px;
}
ul.trackback{
	margin:5px 0 10px 10px;
}
ul.mutuality{
	margin:5px 0 10px 10px;
}
ul.mutuality li.tbname{
	background: url("lulu/trackback.gif") no-repeat 0 center;
	padding:5px 0 2px 16px;
	margin:0px;
}


li.msgarticle div.quote{
	padding:10px;
	background:#e0e0e0;
}
li.msgarticle div.quote-title{
	margin:2px;
	padding:3px;
	font-size:120%;
	border-bottom:1px #f8f8f8 solid;
}

/*---------------------------------------------------------------*/
#divNavBar{
	float:left;
	width:778px;
/*		border-bottom:1px solid #969EA4;
  background:url("lulu/navbg.gif") repeat-x 0 0;*/
	height:24px;


}

#divNavBar h3{
	display:none;
}

#divNavBar ul{
	margin:0;
	padding:0;
}

#divNavBar li{
	float:left;
	padding:0 0 0 0;
	margin:0 0 0 8px;
/*	font-family:"宋体","黑体";
  background:url("lulu/navbg2.gif") no-repeat right 0;*/
	background:url("lulu/navbg3.gif") no-repeat right 0;
  width:72px;

}

#divNavBar a{
	float:left;
	margin:0;
	padding:6px 10px 4px 25px;
	height:14px; 
  width:40px;
	text-decoration: none; 
  }

#divNavBar a:link {
	color: #663399;
}
#divNavBar a:visited {
	color: #663399;
}
#divNavBar a:hover {
	color: #EA44B1; 
	text-decoration: underline;

/*	background:#fbb0e1; */
}
#divNavBar a:active {
	color: #EA44B1;
	text-decoration: underline;
}

    /*美化的分页链接*/

    .pagebar{
     line-height:20px;
     height:20px
    }
    .pagebar a,.pagebar .now-page{
     padding:1px 3px 2px 3px;
     margin:0 2px;
     text-align:center;
     font-weight:bold;
     font-family:Verdana;
     border:1px solid #ccc;
     text-decoration:none
    }
    .pagebar a:hover{
     border:1px solid #EA44B1;
     text-decoration:none
    }

    /*美化的分页链接结束*/
