﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{text-decoration:none;color:#9E9E9E;}
 a:hover{color:#8D8D8D;text-decoration:underline}
 .sidepanel a:link,.sidepanel a:visited{text-decoration:none;color:#9E9E9E;}
 .sidepanel a:hover{color:#8D8D8D;}
 #container #foot a:link,#container #foot a:visited{text-decoration:none;color:#000;}
 #container #foot a:hover{color:#8D8D8D;text-decoration:underline}
 /*--- .menuA:link,.menuA:visited{float:left;height:11px;text-align:center;padding:2px 4px 2px 4px;text-decoration:none;color:#353528;font-weight:bold;}  
 .menuA:hover{color:#5A5A45;text-decoration:none;} ---*/
 .titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;color:#9E9E9E;}
 .titleA:hover{color:#8D8D8D;text-decoration:underline;}
 .sideA:link,.sideA:visited,.CategoryA:link,.CategoryA:visited{text-indent: 0px; 35px 20px no-repeat;overflow:hidden;display:block;width:270px;line-height:15px;height:14px;text-decoration:none;border-bottom:1px dashed #e8e8e8;}
 .sideA:hover,.CategoryA:hover{background:url(isll_fd_sa.gif) 20px -20px no-repeat;color:#8D8D8D;}

#Side_Links .LinkTable .sideA,#Side_Category .CategoryA{clear:none;width:60%;overflow:hidden;float:left;}


 /*---#Side_Category img {display: none;}---*/
 .more:link,.more:visited{display: block;font-weight:bold;background:url(bullet-arrow.gif) no-repeat 0px 2px;padding-left:12px;margin:12px 5px 0 10px;text-decoration:none;height:0px;width:90px;overflow:hidden;}
 .more:hover{background:url(bullet-arrow.gif) no-repeat 0px -15px;}  
 .hottags a {float:left;line-height:10px;margin-right:10px;}


 /*---tag---*/
.taglist .s13 {font-size:9px;}
.taglist .s14 {font-size:12px;color:copper;}
.taglist .s15 {font-size:12px;color:dimgray;}
.taglist .s16 {font-size:12px;color:green;}
.taglist .s17 {font-size:12px;color:inen;}
.taglist .s18 {font-size:12px;color:hotpink;}
.taglist .s19 {font-size:12px;color:darkgoldenrod;}
.taglist .s20 {font-size:12px;color:purple;}
.taglist .s21 {font-size:12px;color:orengered;}
.taglist .s22 {font-size:12px;color:firebrick;}


 /*---超链接样式定义结束---*/
