﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{
	text-decoration: none;
	color: #698B69;
 }
 a:hover{
	color:#F0F8FF;text-decoration:none;background:#6DAD3A;border-bottom: 1px dashed #CCCCCC;
	cursor:url('skins/wheat/link.cur');
	position: relative; left:1px;top:1px;
 }
 #logPanel a:link,#logPanel a:visited{border-bottom: dashed 1px #767a76;background: url(viUrl.gif) center right no-repeat;padding-right: 12px;}
 #logPanel a:hover{color:#A90000;border-bottom: dashed 1px #767a76;background: url(veUrl.gif) center right no-repeat;padding-right: 12px;}
 #topic a:link,#topic a:visited{border-bottom: none;background: url();padding:1px;}
 #topic a:hover{border:0px solid #FF6347;background: url();padding:2px;}
 .sidepanel a:link,.sidepanel a:visited{text-decoration:none;color:#000000;}
 .sidepanel a:hover{color:#FF7F00;text-decoration:none;cursor:url('skins/wheat/link.cur');}
 #container #foot a:link,#container #foot a:visited{text-decoration:none;color:#668B8B;}
 #container #foot a:hover{color:#000;background:#F5FFFA;text-decoration:NONE;cursor:url('skins/wheat/link.cur');}
 .menuA:link,.menuA:visited{
	color: #FFFFFF;padding:9px 0px 0px 0px;
	text-decoration: none;
 }  
 .menuA:hover{
	color: #E0EEE0;
    background:none;
	text-decoration: none;background: url(menu-top.gif) no-repeat center 2px;
    border-bottom: 0px dashed #CCCCCC;
	cursor:url('skins/wheat/link.cur');
 } 
 .titleA:link,.titleA:visited{background:#9BBB38 url(posttitle.gif) no-repeat top right;font-size:14px;text-decoration:none;font-weight:bold;text-align:left;color:#F0F8FF;}
 .titleA:hover{background: #E8E7D0 url(posttitle2.gif) no-repeat top right;color:#6DAD3A;text-decoration:none;cursor:url('skins/wheat/link.cur');}
 .sideA:link,.sideA:visited{padding-left:18px;background:url(icon_list.gif) 4px 2px no-repeat;height:18px;overflow:hidden;display:block;margin-bottom:2px;width:160px;line-height:140%;}
 .sideA:hover{padding-left:18px;background:#EDEDED url(icon_list.gif) 4px -15px no-repeat;overflow:hidden;cursor:url('skins/wheat/link.cur');border-bottom: 0px dashed #CCCCCC;}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:none;background:#FFFFFF;border: 1px solid #CCCCCC;cursor:url('skins/wheat/link.cur');}
 .more:link,.more:visited{font-weight:bold;padding-left:0px;margin:5px;text-decoration:none;background:#eda;border-bottom: 2px #CFC683 dashed;}
 .more:hover{text-decoration: none;border: 1px solid #CCCCCC;cursor:url('skins/wheat/link.cur');background:#040;color:#F8EBd4;}  
 /*---超链接样式定义结束---*/
