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