﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{
	text-decoration:none;
	color:#4F7500;
	font-family: Tahoma, Arial, "新宋体";
}
 a:hover{
	text-decoration: underline;
	color: #395500;
	background-color: #EFF9D0;
}
 .menuA:link,.menuA:visited{
	float:left;
	height:29px;
	text-align:center;
	text-decoration:none;
	color:#645A44;
	line-height:210%;
	background-image: url(m_bj4.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	padding-top: 3px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}  
 .menuA:hover{
	color:#395500;
	background-image: url(m_bj3.png);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-decoration: none;
} 
 .titleA:link,.titleA:visited{
	text-decoration:none;
	font-weight:bold;
	font-family:verdana, "宋体";
	text-align:left;
	color:#669900;
	font-size: 16px;
}
 .titleA:hover{
	color:#8ACC00;
	text-decoration:none;
	background-image: url(bg.png);
}

 .sideA:link,.sideA:visited{
	text-decoration:none;
	height:22px;
	overflow:hidden;
	display:block;
	width:100%;
	line-height: 180%;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
}
 .sideA:hover{
	text-decoration:underline;
	overflow:hidden;
	background-color: #EFF9D0;
}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:underline;}
 
 .more:link,.more:visited{
	font-weight:bold;
	padding-left:22px;
	margin:5px;
	text-decoration:none;
	background-image: url(bullet-arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	height: 22px;
}
 .more:hover{}  
 .blogsetA:link,.blogsetA:visited{padding:0px 9px 4px 16px ; background:url(../../images/tools.gif) no-repeat;text-decoration:none}
 .mp3A:link,.mp3A:visited{padding:0px 0px 4px 16px; background:url(../../images/mm_snd.gif) no-repeat;text-decoration:none}
 .collA:link,.collA:visited{padding:0px 0px 4px 16px; background:url(../../images/MyFa.gif) no-repeat;text-decoration:none}
 .aboutA:link,.aboutA:visited{padding:0px 0px 4px 16px; background:url(../../images/ico_skdaq.gif) no-repeat;text-decoration:none}
 .normalA:link,.normalA:visited{padding:0px 12px 4px 16px; background:url(../../images/icon_normal.gif) no-repeat;text-decoration:none}
 .listA:link,.listA:visited{padding:0px 0px 4px 16px; background:url(../../images/icon_topic.gif) no-repeat;text-decoration:none}
 .commentA:link,.commentA:visited{padding:0px 0px 4px 14px; background:url(../../images/icon_offsite_red.gif) no-repeat -2px 3px;text-decoration:none}
 /*---超链接样式定义结束---*/