﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
a:link, a:visited { text-decoration:none; color:#B61A06; }
a:hover { text-decoration:none; color:#944d4d; border-bottom:1px dotted #cf1905; }
.menuA:link, .menuA:visited { float:left; padding:0 15px; height:22px; line-height:22px; text-align:center; text-decoration:none; color:#000; }
.menuA:hover {text-decoration:none; background:url(submitbg.gif) 0 50% repeat-x; color:#fff; border:none; }
.titleA:link, .titleA:visited { text-decoration:none; text-align:left; color:#B61A06;  }
.titleA:hover {/*background:#B61A06;*/ color:#000; }
.sideA:link, .sideA:visited { height:22px; padding-left:10px; background:url(sideA.gif) 0 8px no-repeat ; display:block; overflow:hidden; border-bottom:1px dotted #ccc; color:#666; }
.sideA:hover { border-bottom:1px dotted #f03a3a; background:url(sideA_hover.gif) 2px 8px no-repeat; color:#f03a3a; }
.CategoryA:link, .CategoryA:visited { padding-left:2px; color:#666; }
.CategoryA:hover { color:#f03a3a; }
.more:link, .more:visited { background:url(more.gif) no-repeat 100% 0; color:#fff; font-weight:700; margin-top:20px; text-decoration:none; width:100%; height:27px; display:block; }
.more:hover { background:url(more_hover.gif) no-repeat 100% 0; border:none; color:#fff }
.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; }
 /*---超链接样式定义结束---*/
