﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
标题颜色备份：粉ff16a4 fa5eb6 蓝62ccdc 2599a9  13a5e6
------------------------------------*/
 a:link,a:visited{text-decoration:none;color:#2599a9;}
 a:hover{color:#fa5eb6;}

.titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;text-align:left;color:#fa5eb6;}
.titleA:hover{color:#2599a9;text-decoration:none;}

.menuA:link,.menuA:visited{

	text-decoration:none;
	display:block;
	float:left;
	height:25px;
	text-align:center;
	padding:0px 0px 0px 4px;
	line-height:24px;
	color:#000;
	font-weight:bold;
	font-size:11px;
}    
 .menuA:hover{display:block;color:#fff;background:url(nav_l.gif) 0px 3px no-repeat;} 

 .menuB:link,.menuB:visited,.menuB:hover{
	text-decoration:none;
	display:block;
	background:url(nav_l.gif) 0px 3px no-repeat;
	float:left;
	height:25px;
	text-align:center;
	padding:0px 0px 0px 4px;
	line-height:24px;
	color:#fff;font-weight:bold;
	font-size:12px;
}
  .sideA:link,.sideA:visited{
	padding-left:16px;
	height:22px;
	overflow:hidden;
	display:block;
	width:200px;
	line-height:180%;
	border-bottom:1px solid #f1f1f1;
	background:url(li.png) 0px 3px no-repeat;
	color:#7f7f7f;
}
 .sideA:hover{
	padding-left:16px;
	overflow:hidden;
	background:#f7f7f7 url(arrow.gif) 0px 3px no-repeat;
	color:#333;
}
 .more:link,.more:visited{
	color:#333;
	padding-left:8px;
	text-decoration:none;
	background:#ffffcc;
	border-right:1px solid #999;
	border-bottom:1px solid #999;
	font-size:11px;
}
 .more:hover{color:#e5592f;text-decoration:none} 

 .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}

 #container #foot a:link,#container #foota:visited{text-decoration:none;color:#666;}
 #container #foot a:hover{color:#fa5eb6;text-decoration:none;}

 /*---超链接样式定义结束---*/



/*-----------------自定义侧边某模块连接(#模块 a:link)---------------------*/

  #Side_NewLogForPJBlog a:link,#Side_NewLogForPJBlog a:visited{
	padding-left:16px;
	width:180px;
	border-bottom:1px solid #bbb;
	background:url(arrow.gif) 0px 3px no-repeat;
	color:#7f7f7f;
}
 #Side_NewLogForPJBlog a:hover{
	padding-left:16px;
	color:#7f7f7f;
	background:#fff url(li.png) 0px 3px no-repeat;
}
  #Side_Category a:link,#Side_Category a:visited{
	font-size:12px;color:#444;
}
 #Side_NCategory a:hover{
	font-size:12px;color:#fa5eb6；
}