/*-----------超链接样式---------------
说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
a标签代表通用超链接样式
.menuA代表Blog导航条菜单的样式
.titleA代表日志标题的样式
.sideA代表侧栏的超链接样式
.CategoryA代表树形分类的链接样式
.more代表更多链接的样式
------------------------------------*/
/*a{text-decoration:none;color:#9C3;}
a:hover{color:#9C3;}*/
a:link,
a:visited {
	text-decoration: none;
	color: #9D9B9B;
}

a:hover {
	text-decoration: none;
	color: #fff;
}
/*.menuA:link,.menuA:visited {
    display: block;
    text-decoration: none; 
    color: #999;
}
*/
.menuA:hover {
    border-bottom: solid 3px #d0eb55; 
    color: #d0eb55;
}

.sidepanel a:link,.sidepanel a:visited{
	text-decoration: none;
	color: #d0eb55;
	font-size: 12px;
}

.sidepanel a:hover{
	color: #fff;
	text-decoration: none;
}

#container #foot a:link,#container #foot a:visited{
	text-decoration: none;
	color: #d71f77;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

#container #foot a:hover{
	color: #d0eb55;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;

}

.menuA:link,.menuA:visited{
	float: left;
	height: 16px;
	text-align: center;
	text-decoration: none;
	color: #FFF;
}
  
.menuA:hover{
	width: auto;
	color:#d0eb55;
	text-decoration: none;
}
 
.titleA:link,.titleA:visited{
	font-size: 15px;
	text-decoration: none;
	font-weight: bold;
	text-align: left;
	color: #d0eb55;
}

.titleA:hover{
	color: #82F41C;
	text-decoration: none;
}

.sideA:link,.sideA:visited{
	padding-left: 2px;
	color: #d0eb55;
	height: 18px;
	overflow: hidden;
	display: block;
	margin-bottom: 2px;
	width: 130px;
	line-height: 140%;
	
}

.sideA:hover{
	overflow: hidden;

}

.CategoryA:link,.CategoryA:visited{
	text-decoration: none;
	font-size: 12px;
}

.CategoryA:hover{
	text-decoration: none;
}

.Content-body p .more:link,.Content-body p .more:visited{
	background: url("more.gif") no-repeat 0px 4px;
	padding-left: 18px;
	text-decoration: none;
	font-size: 9pt;
}

.Content-body p .more:hover{
	color: #fff;
	text-decoration: none;
	padding-left: 18px;
	background-image: url("more.gif");
	background-repeat: no-repeat;
	background-position: 0px 4px;
}
  
  .Content-body a:link,.Content-body a:visited{
	color: #C8D97B;
	font-size: 9pt;
}

.Content-body a:hover{
	color: #82F41C;
	font-size: 9pt;
}

.Content-body p a:link,.Content-body p a:visited{
	padding: 3px;
	font-size: 9pt;
	color: #C8D97B;
}

.Content-body p a:hover{
	color: #fff;
	padding: 3px;
	font-size: 12px;
}
/*特别样式*/
#Side_GuestBookForPJBlogSubItem1 A{
	color: #fff;
	background: url( list.gif) no-repeat;
	padding-left: 12px;
	text-decoration: none;
}

#Side_GuestBookForPJBlogSubItem1 A:hover{
	color: #d0eb55;
	text-decoration: none;
}

#Side_NewLogForPJBlog A{
	color: #fff;
	background: url( list.gif) no-repeat;
	padding-left: 12px;
	text-decoration: none;
}

#Side_NewLogForPJBlog A:hover{
	color: #d0eb55;
	text-decoration: none;
}

#Side_Comment A{
	color: #fff;
	background: url( list.gif) no-repeat;
	padding-left: 12px;
	text-decoration: none;
}

#Side_Comment A:hover{
	color: #d0eb55;
	text-decoration: none;
}

#Side_Links A:link,#Side_Links A:visited{
	color: #fff;
	padding-left: 12px;
	background: url( list.gif) 0px 1px no-repeat;
	overflow: hidden;
	display: block;
	padding-top: 1px;
}

#Side_Links A:hover{
	color: #d0eb55;
	text-decoration: none;
	overflow: hidden;
}

#Side_EliteLogForPJBlog A{
	color: #fff;
	background: url( list.gif) no-repeat;
	padding-left: 12px;
	text-decoration: none;
}

#Side_EliteLogForPJBlog A:hover{
	color: #ffff00;
	text-decoration: none;
}
/*---超链接样式定义结束---*/


/*---日志分类图标基线对齐---*/
#Side_Category img { vertical-align:baseline }
