﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{color:#111111;text-decoration:none;;}
 a:hover{color:#ff9900;text-decoration:none;}
 a:active{color:#ff6600;text-decoration:underline;}
 
 .CategoryA:link,.CategoryA:visited,.CategoryA:hover,.CategoryA:active{font-size:14px;}
 .sideA{font-size:12px;line-height:20px;display:block;margin-right:12px;}
 
 /*--菜单样式*/
 #menu ul li a{display:block;width:80px;height:20px;color:#fff;font-weight:bold;padding-top:4px;text-align:center;}
 a.menuA:link,a.menuA:visited{background:url(menu.gif) -83px 0;color:#fff;}
 a.menuA:hover,a.menuA:active{background:url(menu.gif) 0 0;color:#fff;}
 a.menuB{background:url(menu.gif) 0 0;}
 a.titleA:link,a.titleA:visited{color:#00225B;display:block;text-decoration:none;float:left;} a.titleA:hover,a.titlaA:active{color:#1871AD;display:block;float:left;text-decoration:none;}
 /*---超链接样式定义结束---*/
 
#logPanel a, .commentcontent a{margin:0 4px;padding-left:21px;background-position-x:0px;background-image:url(files.gif);background-position-y:-178px;background-repeat:no-repeat;background-color:#EEEEEE}
#logPanel a.doc,.commentcontent a.doc{background-image:url(files.gif);background-position-y:2px;background-repeat:no-repeat;}
#logPanel a.xls,.commentcontent a.xls{background-image:url(files.gif);background-position-y:-18px;background-repeat:no-repeat;}
#logPanel a.ppt,.commentcontent a.ppt{background-image:url(files.gif);background-position-y:-38px;background-repeat:no-repeat;}
#logPanel a.mdb,.commentcontent a.mdb{background-image:url(files.gif);background-position-y:-58px;background-repeat:no-repeat;}
#logPanel a.rar,.commentcontent a.rar{background-image:url(files.gif);background-position-y:-78px;background-repeat:no-repeat;}
#logPanel a.zip,.commentcontent a.zip{background-image:url(files.gif);background-position-y:-78px;background-repeat:no-repeat;}
#logPanel a.iso,.commentcontent a.iso{background-image:url(files.gif);background-position-y:-78px;background-repeat:no-repeat;}
#logPanel a.pdf,.commentcontent a.pdf{background-image:url(files.gif);background-position-y:-98px;background-repeat:no-repeat;}
#logPanel a.chm,.commentcontent a.chm{background-image:url(files.gif);background-position-y:-118px;background-repeat:no-repeat;}
#logPanel a.txt,.commentcontent a.txt{background-image:url(files.gif);background-position-y:-138px;background-repeat:no-repeat;}
#logPanel a.xml,.commentcontent a.xml{background-image:url(files.gif);background-position-y:-158px;background-repeat:no-repeat;}
#logPanel a.html,.commentcontent a.html{background-image:url(files.gif);background-position-y:-178px;background-repeat:no-repeat;}
#logPanel a.htm,.commentcontent a.htm{background-image:url(files.gif);background-position-y:-178px;background-repeat:no-repeat;}
#logPanel a.psd,.commentcontent a.psd{background-image:url(files.gif);background-position-y:-198px;background-repeat:no-repeat;}
