﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
a:link,a:visited{text-decoration:none;color: #666;}
a:hover{color:#bf7911;}

.Content-top .ContentTitle a:link{text-decoration:none;color: #E73A0F;}/*日志内容链接 MRuu.Cn*/
.Content-top .ContentTitle a:visited{color: #E73A0F;}
.Content-top .ContentTitle a:hover{color:#666;}
 
.Content-top .ContentAuthor a:link{text-decoration:none;color: #aaa;}/*日志内容链接 MRuu.Cn*/
.Content-top .ContentAuthor a:visited{color: #aaa;}
.Content-top .ContentAuthor a:hover{color:#666;}
 
.Content-body a:link{text-decoration:none;color: #aa2107;}/*日志内容链接 MRuu.Cn*/
.Content-body a:visited{color: #aa2107;}
.Content-body a:hover{color:#666;}

.menuA:link, .menuA:visited{
	text-decoration: none;
	display: block;
	text-align: center;
	line-height: 38px;
	color: #fff;
	font-weight: bold;
}    
.menuA:hover{ color: #fff; } 
.menuB:link, .menuB:visited, .menuB:hover{ color: #fff; }

#sidebar #innersidebar .sidepanel .Pcontent a:link,#sidebar #innersidebar .sidepanel .Pcontent a:visited{color:#666;}
#sidebar #innersidebar .sidepanel .Pcontent a:hover{color:#DF2C0A;}

.Content h1 a:hover { color:#bf7911 }

.sideA:link, .sideA:visited{
background:url(lis.gif) 0 5px no-repeat; padding-left:20px;
	color: #666;
	text-decoration: none;
	height: 16px;
	overflow: hidden;
	display: block;
	margin-bottom: 2px;
	line-height: 130%;
	margin-top: 2px;
	padding-top: 3px;
	padding-bottom: 2px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #DDD6C2;
}
.sideA:hover{
background:url(li.gif) 0 5px no-repeat; padding-left:20px;
	color:#bf7911;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #d63b24;
}


.CategoryA:link, .CategoryA:visited{
	text-decoration: none;
	height: 16px;
	overflow: hidden;
	margin-bottom: 2px;
	width: 190px;
	line-height: 200%;
	margin-top: 2px;
	padding-top: 2px;
	padding-bottom: 4px;}
.CategoryA:hover{color:#669900;}


.more:link, .more:visited{
	padding-left: 0px;
	margin: 0px;
	text-decoration: none;
	color: #666;}
.more:hover{color:#669900;text-decoration:none;}