﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{
	text-decoration:none;
	color:#979797;
	font-size: 11.5px;
}
 a:hover{color:#4E6517;text-decoration:none}
 .sidepanel a:link,.sidepanel a:visited{
	text-decoration:none;
}
 .sidepanel a:hover{text-decoration:none}
 #container #foot a:link,#container #foot a:visited{
	text-decoration:none;
	font-size: 11px;
	color:#979797;
}
 #container #foot a:hover{text-decoration:none}
 .menuA:link,.menuA:visited{
	float:left;
	height:20px;
	text-align:center;
	text-decoration:none;
	font-weight:bold;
	text-transform: capitalize;
	padding-top: 10px;
	color: #979797;
	padding-right: 10px;
	padding-left: 10px;
}  
 .menuA:hover{
	text-decoration:none;
	color: #fff1c2;
} 
 .titleA:link,.titleA:visited{font-size:22px;font-family:"楷体_GB2312";text-decoration:none;font-weight:bold;text-align:left;color:#979797;line-height: 150%;}
 .titleA:hover{
	color:#979797;
	text-decoration:none;
}
 .sideA:link,.sideA:visited{
	height:17px;
	overflow:hidden;
	display:block;
	line-height:150%;
	padding-left: 17px;
	background-image: url(link.gif);
	background-repeat: no-repeat;
	background-position: 4px 4px;
	border-bottom-width: 1px;
	border-bottom-color: #2b2b2b;
	border-bottom-style: dashed;
	padding-top: 2px;
}
 .sideA:hover{
	overflow:hidden;
	padding-left: 18px;
	background-color: #ffe3f0;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DFE6CE;
	padding-top: 2px;
}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:underline;}
 .more:link,.more:visited{font-weight:bold;margin:5px;text-decoration:none;}
 .more:hover{}  
 /*---超链接样式定义结束---*/
#foot p{color:#979797;}
 #foot p a:link{color:#979797;}
 #foot p a:visited{color:#979797;}
 #foot p a:hover{color:#979797;}
