﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link, a:visited {
	text-decoration:none;
	color:#778E8E;
}
a:hover {
	text-decoration: none;
	color: #F60;
}
.titleA:link, .titleA:visited {
	text-decoration:none;
	text-align:left;
	color:#A1A1A1;
	padding-bottom: 6px!important;
	padding-bottom: 5px;
}
.titleA:hover {
	text-decoration:none;
	color: #FFF;
	background-image: url(images/title_bg.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.menuA a {
	background-image: url(images/menuright.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	height: 60px;
	float: left;
}
.menuA a:hover {
	background-position: right -60px;
	cursor: pointer;
}
.menuA span {
	background-image: url(images/menuleft.gif);
	background-repeat: no-repeat;
	background-position: left 0px;
	float: left;
	height: 60px;
	padding-left: 13px;
	padding-right: 12px;
	line-height: 93px;
	display: block;
	color: #CCCCCC;
}
.menuA a:hover span {
	background-position: left -60px;
}
.menuB a, .menuB a:hover {
	background-position: right -120px;
}
.menuB span, .menuB a:hover span {
	background-position: left -120px;
	color: #333;
}
.sideA:link, .sideA:visited {
	text-decoration:none;
	height:27px;
	overflow:hidden;
	display:block;
	color: #999;
	background-image: url(images/sideA_bg.gif);
	background-repeat: no-repeat;
	background-position: right 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #3C3C3C;
	line-height: 28px;
	width: 100%;
}
.sideA:hover {
	text-decoration:none;
	overflow:hidden;
	color: #CF0;
	background-position: right -27px;
}
.CategoryA:link, .CategoryA:visited {text-decoration:none;color: #999;}
.CategoryA:hover {text-decoration:none;color: #CF0;}
.Related a {
	color: #778E8E;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #778E8E;
	margin-right: 1px;
	margin-left: 1px;
	padding: 0px 1px 2px 1px!important;
	padding: 0px 1px 0px 1px;
}
.Related a:hover {color: #F60;border-bottom-color: #F60;}
.more a:link, .more a:visited {
	line-height: 16px;
	height: 16px;
	padding: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.more a:hover {color: #FF6600;}
.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
}
 /*---超链接样式定义结束---*/
