/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
a:link,a:visited{text-decoration:none;color: #B87716;}
a:hover{color:#f6b900;text-decoration:none;}

.menuA:link,.menuA:visited{float:left;height:16px;text-align:center;padding:0px 4px 0px 4px;line-height:14px;background:#505520;color:#1c1d16;}    
.menuA:hover{background:#769009;color:#000;text-decoration:none;} 

.titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;text-align:left;color:#f6b900;}
.titleA:hover{color: #ffff00;text-decoration:none;}

.sideA:link,.sideA:visited{
	 height:16px;
     border-bottom: dashed 1px  #2e350f;
	 padding: 4px 0;
	 padding-bottom: 6px;
	 color:#88500e;
	 text-decoration:none;
	 overflow:hidden;
	 display:block;
}

.sideA:hover{
     text-decoration:none;
	 color:#ff9400;
	 border-bottom: dashed 1px  #2e350f;
	 overflow:hidden;
	 background:#292b1e;
}

.links1:link span,.links1:visited span{
    background: url(link_arrow_out.gif) no-repeat right center;
	padding-right: 10px;
}
.links1:hover span{
    background: url(link_arrow_over.gif) no-repeat right center;
}

.CategoryA:link,.CategoryA:visited{
    text-decoration:none;
	margin-bottom:2px; 
	line-height:200%;
    border-bottom: 0 dashed  #2e350f;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 4px;
	color:#ff9400;
	font-size:14px;
}

.CategoryA:hover{text-decoration:none;height:16px;overflow:hidden;color:#ffff00;}
 
.more:link,.more:visited{background:url(bullet-arrow.gif) no-repeat 0px 0px;padding-left:16px;margin:0px;text-decoration:none;color:#8bb716;}
.more:hover{color:#f6b900;background-position:0 -15px;} 

.Content-bottom a:link,.Content-bottom a:visited{color:#733d08;}/*#783100*/
.Content-bottom a:hover{color:#B87716;}
 
#foot a:link,#foot a:visited{color:#6B450D;}
#foot a:hover{color:#915E11;}