﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{text-decoration:none;color:#215D2D;}
 a:hover{color:#cf6619;text-decoration:none;}

 /*.menuA:link,.menuA:visited{float:left;height:24px;text-align:center;padding:0px 4px 0px 4px;line-height:210%;font-weight:bold;color:#FFF;font-size:12px;}    
 .menuA:hover{color:#5FA30F;}*/ 
.menuA:link,.menuA:visited{
	width:20px;
	float:left;
	text-align:center;
	padding:0px;
	text-decoration:none;
	font-weight:bold;
	color:#0099CC;
	line-height:120%;
	background-repeat: no-repeat;
}  
 .menuA:hover{
	color:#FF8000;
	background-repeat: no-repeat;
} 
 
 .titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;font-family:verdana,宋体;text-align:left;color:#FF8000;}
 .titleA:hover{BORDER-BOTTOM: 1px dotted;color:#FF8000;text-decoration:none;}
.sideA:link,.sideA:visited{text-decoration:none;padding-left:0px;background:url() no-repeat;height:16px;overflow:hidden;display:block;margin-bottom:2px;width:160px;line-height:140%;}
 .sideA:hover{text-decoration:none;padding-left:0px;height:16px;overflow:hidden}

 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{BORDER-BOTTOM: 1px dotted;text-decoration:none;}
 
 
.more:link,.more:visited{font-weight:bold;background:url(more.gif) no-repeat 0px 0px;padding-left:18px;margin:5px;text-decoration:none;}
 .more:hover{background:url(more.gif) no-repeat 0px -16px;color:#50700e;}

 /*---超链接样式定义结束---*/

