﻿/*-----------超链接样式---------------
 说明: 伪类: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:33px;
        text-align:center;
        text-decoration:none;
        color:#ccc;
        line-height:33px;
        background-image: url(head_tu.jpg);
background-repeat: no-repeat;
background-position: center top;
width: 100px;
padding-top: 0px;
padding-right: 3px;
padding-bottom: 0px;
padding-left: 3px;
}
.menuA:hover {
height:33px;
color:#fff;
background-image: url(head_tu_1.jpg);
background-repeat: no-repeat;
width: 100px;
padding-top: 0px;
padding-right: 3px;
padding-bottom: 0px;
padding-left: 3px;    
}
.titleA:link, .titleA:visited {
	text-decoration:none;
	text-align:left;
	color:#333;
}
.titleA:hover {
	color:#39f;
	text-decoration:underline;
}
.sideA:link, .sideA:visited {
    color:#fff;
	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 #646c7b;
}
.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:#fff;
	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 left 0%;
	font-weight:bold;
	padding-left:20px;
	margin-top:40px;
	text-decoration:none;
}
.more:hover {
    color:#39f;
	background:url(more.gif) no-repeat left 100%;
}
.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
}
 /*---超链接样式定义结束---*/






















