﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
a:visited{color:#4B72A9;text-decoration:none;}
a:hover{color:#FF6600;text-decoration:underline;}
a:link {
	text-decoration:none;
	color:#4B72A9;
}
/*----省略 FONT-WEIGHT:bold; -----*/
.menuA:link, .menuA:visited {
	float:left;
	height:35px;
	padding:0px 5px 0px 5px;
	text-align:center;
	text-decoration:none;
	color:#042A64;
	line-height:35px;
}
/*----省略 FONT-WEIGHT:bold; -----*/
.menuA:hover {
    height:35px;
	padding:0px 5px 0px 5px;
	color:#042A64;
	text-decoration:underline;
}
.titleA:link {
	text-decoration:none;
	text-align:left;
	color:#FF6600;
}
.titleA:visited {
	text-decoration:none;
	text-align:left;
	color:#FF6600;
}
.titleA:hover {
	color:#FF6600;
	text-decoration:underline;
}
/*----省略 background:url(sidea_bg.gif) no-repeat 0% -15px; -----*/
.sideA:link {
    color:#000;
	text-decoration:none;
	height:22px;
	padding-left:20px;
	margin-left:0px!important;
	display:block;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	background:url(sidea_bg.gif) no-repeat;
}
/*----省略 background:url(sidea_bg.gif) no-repeat 0% -15px; -----*/
.sideA:visited {
	color:#000;
	text-decoration:none;
	height:22px;
	padding-left:20px;
	margin-left:0px!important;
	display:block;
	overflow:hidden;
	border-bottom:1px dotted #ccc;
	background:url(sidea_bg.gif) no-repeat;
}
/*----省略 background:url(sidea_bg.gif) no-repeat 0% 3px; -----*/
.sideA:hover {
    color:#226B96;
	text-decoration:none;
	overflow:hidden;
	display:block;
	background-color:#FFFFFF;
	background:url(sidea_bg.gif) no-repeat;
}
.CategoryA:link {
    color:#000;
	text-decoration:none;
	padding-left:2px;
}
.CategoryA:visited {
    color:#226B96;
	text-decoration:none;
	padding-left:2px;
}
.CategoryA:hover {
    color:#226B96;
	text-decoration:underline;
}
/*--去掉了    background:url(more.gif) no-repeat left 0%; 	padding-left:20px;	font-weight:bold;--*/
.more:link, .more:visited {
    height:30px;
	line-height:30px;
	margin-top:40px;
	color:#4B72A9;
	text-decoration:none;
}
/*去掉了	background:url(more.gif) no-repeat left 100%;*/
.more:hover {
    text-decoration:underline;
    color:#4B72A9;
}
.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
}
 /*---超链接样式定义结束---*/
