﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
a:link, a:visited {
	text-decoration:none;
	color:#666;
}
a:hover {
	text-decoration:none;
	color:#39f;
}
.menuA:link, .menuA:visited {
	float:left;
	height:35px;
	padding:0px 10px 0px 10px;
	text-align:center;
	text-decoration:none;
	color:#974005;
	line-height:35px;
}
 .menuA:hover{color:#4a4a4a; background:url(images/hover.png) repeat-x;_background:url(images/hover.png) repeat-x 0 4px;}
.menuB:link, .menuB:visited {
	{color:#000000; background:url(images/hover.png) repeat-x;_background:url(images/hover.png) repeat-x 0 4px;}
.titleA:link, .titleA:visited {
	text-decoration:none;
	text-align:left;
	color:#333;
}
.titleA:hover {
	color:#39f;
	text-decoration:underline;
}
.sideA:link, .sideA:visited {
	color:#666;
	text-decoration:none;
	height:22px;
	padding-left:22px;
	margin-left:0px!important;
	display:block;
	overflow:hidden;
	background:url(sidea_bg.gif) no-repeat 0% -15px;
	border-bottom:1px dotted #ccc;
}
.sideA:hover {
	color:#39f;
	text-decoration:none;
	overflow:hidden;
	display:block;
	background:url(sidea_bg.gif) no-repeat 0% 3px;
}
.CategoryA:link, .CategoryA:visited {
	color:#666;
	text-decoration:none;
	padding-left:2px;
}
.CategoryA:hover {
	color:#39f;
	text-decoration:underline;
}
.more:link, .more:visited {
	height:30px;
	line-height:30px;
	background:url(more.gif) no-repeat 0px 0px; 
	width:90px; 
	height:26px; 
	display:block;
	font-weight:bold;
	padding-left:20px;
	margin-top:5px;
	text-decoration:none;
}
.more:hover {
    color:#39f;
	background:url(more.gif) no-repeat 0px -26px;
}
.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
}
 /*---超链接样式定义结束---*/

