/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{text-decoration:underline;color:#574D31;}
 a:hover{color:#5BAD51;}
 .menuA:link,.menuA:visited{float:left;height:42px;text-align:center;background:url(menu_main.png);text-decoration:none;color:#D7FDFD;line-height:210%;width:90px;}  
 .menuA:hover{background:url(menu_hover.png);color:#00EAFF;font-weight:normal;} 
 .titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;font-family:verdana,宋体;text-align:left;color:#008000;}
 .titleA:hover{color:#1C5818;text-decoration:underline;}
 .sideA:link,.sideA:visited{text-decoration:none;padding-left:16px;background:url(arrow.gif) 2px 3px no-repeat;height:16px;overflow:hidden;display:block;margin-bottom:2px;width:170px;}
 .sideA:hover{text-decoration:underline;padding-left:16px;background:url(arrow.gif) 2px -13px no-repeat;height:16px;overflow:hidden}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:underline;}
 
 .more:link,.more:visited{font-weight:bold;background:url(bullet-arrow.gif) no-repeat 0px 0px;padding-left:18px;margin:5px;text-decoration:none;}
 .more:hover{background:url(bullet-arrow.gif) no-repeat 0px -15px;}  
 .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}
 .toplink:link,.toplink:visited{color:#FFFFFF;text-decoration:none;}
 .toplink:hover{font-weight:bold;text-decoration:underline;}
 /*---超链接文档格式定义---*/
a[href $='.doc'] { padding-right: 18px; background:url( icons/16_doc.gif ) no-repeat center right; }
a[href $='.eml'] { padding-right: 18px; background:url( icons/16_eml.gif ) no-repeat center right; }
a[href $='.exl'] { padding-right: 18px; background:url( icons/16_exl.gif ) no-repeat center right; }
a[href $='.mov'] { padding-right: 18px; background:url( icons/16_mov.gif ) no-repeat center right; }
a[href $='.pdf'] { padding-right: 18px; background:url( icons/16_pdf.gif ) no-repeat center right; }
a[href $='.ppt'] { padding-right: 18px; background:url( icons/16_ppt.gif ) no-repeat center right; }
a[href $='.psd'] { padding-right: 18px; background:url( icons/16_psd.gif ) no-repeat center right; }
a[href $='.rar'],a[href $='.zip'],a[href $='.7z'],a[href $='.gz']{ padding-right: 18px; background:url( icons/16_rar.gif ) no-repeat center right; }
a[href $='.swf'] { padding-right: 18px;background:url( icons/16_swf.gif ) no-repeat center right; }
 /*---超链接样式定义结束---*/
