﻿/*-----------超链接样式 veisin.com---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{text-decoration:none;color:#06848f;}
 a:hover{color:#398804;text-decoration: none;}
.menuA:link, .menuA:visited{text-decoration: none;display: block;text-align: center;line-height: 25px;color: #374a02;font-weight: bold;margin-top: 10px;padding-top: 0px;padding-right: 4px;padding-bottom: 0px;padding-left: 4px;font-family: 微软雅黑;font-size: 12px;}    
.menuA:hover{color: #fff;background: url(menu.gif) no-repeat center;margin-top: 10px;padding-top: 0px;line-height: 25px;} 
.menuB:link, .menuB:visited, .menuB:hover{text-decoration: none;display: block;background: url(menu.gif) no-repeat center;float: center;text-align: center;line-height: 25px;color: #fff;font-weight: bold;margin-top: 10px;padding-top: 0px;padding-right: 4px;padding-bottom: 0px;padding-left: 4px;font-family: 微软雅黑;font-size: 12px;} 
 .titleA:link,.titleA:visited{text-decoration:none;text-align:left;color:#398804;font-size:15px;font-family: 微软雅黑;}
 .titleA:hover{color:#06848f;text-decoration:none;}
 .sideA:link,.sideA:visited{padding-left:8px;height:16px;overflow:hidden;display:block;margin-bottom:3px;width:160px;line-height:140%;color:#06848f;	border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #c9c9c9;}
 .sideA:hover{padding-left:4px;height:16px;overflow:hidden;color:#398804;border-bottom-width: 1px;border-bottom-style: dashed;border-bottom-color: #398804;}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:none;}
 #container #foot a:link,#container #foot a:visited{text-decoration:none;color:#06848f}
 #container #foot a:hover{text-decoration:none;color:#398804;}
 .more:link,.more:visited{float:right;font-size: 11px;background:url(arrow.gif) no-repeat left;height:17px;padding-left:18px;text-decoration:none;}
 .more:hover{padding-right:2px;color:#8a501a;}
 .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;text-decoration:none;background-repeat: no-repeat;}
 .commentA:link,.commentA:visited{padding:0px 0px 4px 14px; background:url(../../images/icon_offsite_red.gif) no-repeat -2px 3px;text-decoration:none}
 /*---超链接样式定义结束---*/