﻿/*---------------------------------
/  更新时间:
/  20080118 03:11
/  blog.dengzhe.com
/--------------------------------*/

/*-----------超链接样式------------------------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形日志分类的链接样式
 .more代表更多链接的样式
--------------------------更新时间: 20071229 03:40 */

  a:link,a:visited{text-decoration:none;color:#666;}
/*---也可以写成
  a:link{text-decoration:none;color:#666;}
  a:visited{text-decoration:none;color:#666;}
-----------*/
  a:hover{color:#65a4ea;text-decoration:none;}

/*日志内容链接<察看更多,日志内部链接,以及引用通告等超链接> Bigik.cn*/
  .Content-body a:link{text-decoration:underline;color:#666;}
  .Content-body a:visited{text-decoration:none;color:#666;}
  .Content-body a:hover{color:#65a4ea;text-decoration:none;}

  .menuA:link,.menuA:visited{
	text-decoration:none;
	display:block;
	float:left;
	height:50px;
	text-align:center;
	padding:2px 0px 2px 10px;
	line-height:140%;
	color:#003366;
	font-weight:bold;
	font-family: "Microsoft YaHei", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size: 12px;
}    
  .menuA:hover{height:50px;display:block;color:#fff;background:url('menuleft.gif') 0px 0px no-repeat;} 
  .menuB:link,.menuB:visited,.menuB:hover{
	text-decoration:none;
	display:block;
	background:url(menuleft.gif) 0px 0px no-repeat;
	float:left;
	height:50px;
	text-align:center;
	padding:2px 0px 2px 4px;
	line-height:140%;
	color:#fff;
	font-weight:bold;
	font-family: "Microsoft YaHei", "Verdana", "Arial", "Helvetica", "sans-serif";
	font-size:12px;}

  .PAGE-First:link,.PAGE-First:visited{width:28px;height:36px;margin:0;padding:0px;display:block;background:url('NavFirstpage.gif') center -36px;}
  .PAGE-First:hover{background:url('NavFirstpage.gif') center 0px;}
  
  .PAGE-Previous:link,.PAGE-Previous:visited{width:26px;height:36px;margin:0;padding:0px;display:block;background:url('NavP.gif') center -36px;}
  .PAGE-Previous:hover,{background:url('NavP.gif') center 0px;;}
  
  .menuPAGE:link,.menuPAGE:visited{float:left;width:30px;height:31px;text-align:center;margin:0;padding-top:5px;background:url('NavBG.gif') center -36px;display:inline-block;color:#505050;}
  .menuPAGE:hover{background:url('NavBG.gif') center 0px;color:#FFF;font-weight:bold;}
  
  .PAGE-Next:link,.PAGE-Next:visited{width:28px;height:36px;margin:0;padding:0px;display:block;background:url('NavN.gif') center -36px;}
  .PAGE-Next:hover{background:url('NavN.gif') center 0px;}
  
  .PAGE-Last:link,.PAGE-Last:visited{width:26px;height:36px;margin:0;padding:0px;display:block;background:url('NavLastpage.gif') center -36px;}
  .PAGE-Last:hover,{background:url('NavLastpage.gif') center 0px;;}

  .titleA:link,.titleA:visited{text-align:left;color:#555;text-decoration:none;}
  .titleA:hover{color:#888;}

  .sideA:link,.sideA:visited{height:16px;margin-bottom:2px;margin-top:2px;padding:3px 0px 3px 15px;border-bottom: dashed 1px #c2ccdd;background:url(arrow_sidebar.gif) no-repeat 0px 0px;text-decoration:none;line-height:140%;overflow:hidden;display:block;}
  .sideA:hover{height:16px;margin-bottom:2px;margin-top:2px;padding:3px 0px 3px 15px;border-bottom: dashed 1px #c2ccdd;background:url(arrow_sidebar.gif) no-repeat 0px -22px;text-decoration:none;line-height:140%;overflow:hidden;}

  .CategoryA:link,.CategoryA:visited{height:16px;margin-top:2px;margin-bottom:2px;padding:2px 0px 4px 25px;background:url(selected.gif) no-repeat 0px 0px;text-decoration:none;line-height:200%;overflow:hidden;}
  .CategoryA:hover{height:16px;margin-top:2px;margin-bottom:2px;padding:2px 0px 4px 25px;background:url(selected.gif) no-repeat 0px -22px;text-decoration:none;overflow:hidden;}

  .more:link,.more:visited{padding:0px;margin:0px;text-decoration:none;color:#666;}
  .more:hover{color:#65a4ea;text-decoration:none;}
  
  .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}
