*{
    padding:0px;
    margin:0px;
}
/*整体样式设置*/
body{
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	margin:0px;padding:0px;
	text-align:center;			/* 居中body中的div块，内容*/
	background-color:#000;
}

a:link,a:visited{
	color:#004a87;
	text-decoration:none;
}
a:hover{
	color:#00f;
	text-decoration:underline;
}

#home{
	margin:1px auto 0px auto; /*使得home快内容居中*/
	width:80%; /*在此修改为90%*/
	background-color:#FFFFFF;
	text-align:left; /*虽然home div快以及居中，但在此使得home中的内容为空*/
	border-left:1px dashed #AAAAAA;		/* 添加虚线框 */
	border-right:1px dashed #AAAAAA;
	border-bottom:1px dashed #AAAAAA;
}

/*
******头部开始*******
*/
#header{
	 position:relative; /*为#navigator .blogStats的绝对定位提供参照点..*/
}
#blogTitle{
   height:140px;		
   margin:0px; padding:0px;
	background: #000 url(https://images.cnblogs.com/cnblogs_com/zghlx/WindowsLiveWriter/4219d446c994_11C0D/banner_2.jpg) no-repeat top left;
	font-size:12px;
	padding-left:40px;
	color:white;
}
#blogTitle h1 a{
	color:white;
}
#blogTitle h2{
		display:block;
		padding-left:40px;
		color:white;
		padding-top:20px;
}


/*隐藏img 中的logo图片，使其父级a转化为区块，设置背景图片来达到更换logo的目的*/
#lnkBlogLogo{
   display:none;
   width:200px;height:200px;
   background-color:fuchsia;
}

/*隐藏logo图片，暂时用不到*/
#lnkBlogLogo img{
		display:none;
}

#navigator{
		background-color:#9ac7ff ;
		height:20px;
}

#navList{ /*ul的样式*/
    list-style-type:none;
	padding:0px; margin:0px;
    line-height:20px;
    float:right;
}
#navList li{
	float:left; 
	text-align:center;
	padding:0px 10px;	/* 链接之间的距离 */
}
#navList a:link, #navList a:visited{
	color:#004a87;
	text-decoration:none;
}

#navList a:hover{
	color:#FFFFFF;
	text-decoration:underline;
        font-size:14px;
}


/*脱离标准流，使得“随笔- 6  文章- 1  评论- 1”相对于#header来采用绝对定位*/
#navigator .blogStats{
	color:white;
	position:absolute;
	top:120px;
	right:10px;
    float:right;
	padding:0px; margin:0px;
}


/*
******侧边开始*******
*/

#sideBar{
	float:left;
	width:20%;
	padding:0px;
	margin:0px;
}

#sideBar div{
	clear:both;
	margin-top:25px;
	position:relative;
}

#calendar{
	margin-top:16px;
	text-align:center;
}
#calendar table{
 	width:90%;
 	margin:0 auto;
}
#calendar table td{
    padding:2px;
    font-weight:bold;
}
#calendar .CalOtherMonthDay{
	color:#999;
}

#sideBar div h3{					/* 统一设置 */
	background:url(https://images.cnblogs.com/cnblogs_com/zghlx/WindowsLiveWriter/4219d446c994_11C0D/leftbg_2.jpg) no-repeat;
	font-size:12px;
	padding: 6px 0px 5px 27px;
	margin:0px;
}

#sideBar div ul{
	list-style:none;
	margin:5px 15px 0px 15px;
	padding:0px;
}
#sideBar div ul li{
	padding:2px 3px 2px 15px;
	background:url(icon1.gif) no-repeat 8px 7px;
	border-bottom:1px dashed #999999;		/* 虚线作为下划线 */
}

#sideBar div ul li a:link, #sideBar div ul li a:visited{
	color:#000000;
	text-decoration:none;
}
#sideBar div ul li a:hover{
	color:#008cff;
	text-decoration:underline;
}

.mySearch .div_my_zzk{
	 text-align:center;
}
#q{
	 border:1px solid #A2CAED;
	 height:20px;
}
#btnZzk{
	 border:1px solid #A2CAED;
	 border-right-width:2px;
	 border-right-color:#9BA2AC;
	 border-bottom-width:2px;
	 border-bottom-color:#9BA2AC;
	 height:23px;
	 width:80px;
}

/*
*****主题体部分开始*******
*/

#mainContent{
    float:right;
    width:77%;
	font-size:12px;
	margin:0px;
}

#mainContent div{
	margin-top:30px;
}
div.postTitle{
	font-size:15px;
	margin-top:30px;
	padding:0px 0px 3px 23px;
	border-bottom:1px dotted #999999;			/* 下划淡色虚线 */
	background:url(https://images.cnblogs.com/cnblogs_com/zghlx/WindowsLiveWriter/4219d446c994_11C0D/w_2.jpg) no-repeat left center;
	font-weight:bold;
}
div.postTitle a:link, div.postTitle a:visited{
	color:#662900;
	text-decoration:none;
}
div.postTitle a:hover{
	color:#0072ff;
}


/*每篇文章的样式*/
div.dayTitle{
	display:none;
}

div.postCon{
	margin:0px;
	padding:10px 0px 10px 0px;
}
div.postDesc{
	margin-right:10px;
	text-align:right;
	color:#888888;
	padding:2px 5px 2px 0px;
}
div.postSeparator{
	
}


div.topicListFooter{
		margin:0px;
	text-align:right;
	color:#888888;
	margin-top:50px;
	padding:2px 5px 2px 0px;
    font-size:16px;
    font-weight:bold;

}

div.topicListFooter a {
	    border:1px solid #A2CAED;
}


/*
*****脚部分开始*******
*/

#footer{
	 clear:both;			/* 消除float的影响 */
	text-align:center;
	background-color:#daeeff;
	margin:20px; padding:2px;
	color:#004a87;

}


/*我的视频下载列表样式*/
.myList{
      	list-style:none;
	margin:5px 15px 0px 15px;
	padding:0px;
}
.myList li{
     margin-left:20px;
     font-size:13px;
     color:#000;
     font-family:Arial;
     text-decoration:none;
     font-weight:normal;
     padding-left:15px;
     background:url(https://nj.newhua.com/images/down/icon_url.gif) no-repeat left center;
}

.myList li a:hover{
     margin-left:20px;
     font-size:16px;
     color:blue;
     font-family:Arial;
     text-decoration:underline;
     font-weight:bold;
     border:1px solid red;
}