﻿/*-----------超链接样式--------------- 
说明: 
伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式 a标签代表通用超链接样式 
.menuA代表Blog导航条菜单的样式 
.titleA代表日志标题的样式 
.sideA代表侧栏的超链接样式 
.CategoryA代表树形分类的链接样式 .more代表更多链接的样式
------------------------------------------------*/
 a:link,a:visited{
	text-decoration:none;
	color:#4A484C;
	font-family: 微软雅黑, Verdana, Arial;	
}
 a:hover{
	color:#FF7500;
	text-decoration: underline;
	font-family: 微软雅黑, Verdana, Arial;	
}
 .menuA:link,.menuA:visited{
	font-weight: bold;
	font-family: 微软雅黑, Verdana, Arial;
	font-size: 14px;
	float: left;
	text-align: center;
	height:34px;
	text-align:center;
	padding:0px 18px 0px 18px;
	text-decoration:none;
	color:#000;
	line-height:34px;
	
}
  .menuA:hover{
	color: #fff;
	background: url(menu.gif) no-repeat center;
	margin-top: 0px;
	padding-top: 0px;
	line-height: 34px;
	text-decoration:none;
	
}
 .menuB:link, .menuB:visited, .menuB:hover{
	text-decoration: none;
	display: block;
	background: url(menu.gif) no-repeat center;
	text-align: center;
	line-height: 34px;
	color: #FFF;
	font-weight: bold;
	margin-top: 0px;
	padding: 0px 18px 0px 18px;
	
}
   .titleA:link,.titleA:visited{
	text-decoration:none;
	font-weight:bold;
	text-align:left;
	color:#3E3E2F;
	
}
 .titleA:hover{
	color: #3E3E2F;
	text-decoration:underline;
	
}
 .sideA:link,.sideA:visited{
	color:#3E3E2F;
	width:210px;
	height:22px;
	margin-bottom:2px;
	line-height:180%;
	margin-top: 2px;
	text-decoration:none;
	overflow:hidden;
	display:block;
	
}
 .sideA:hover{
	text-decoration:underline;
	height:22px;
	color:#FF6600;
	overflow:hidden;
	
}
 .CategoryA:link,.CategoryA:visited{
	text-decoration:none;
	
}
 .CategoryA:hover{
	text-decoration:underline;
	
}
 #container #foot a:link,#container #foot a:visited{
	text-decoration:none;
	color:#3E3E2F;
	
}
 #container #foot a:hover{
	text-decoration:underline;
	color:#3E3E2F;
	
}
 .more:link,.more:visited{
	background:#fff url(more.gif) no-repeat 0px 0px;
	float:right;
	font-size: 14px;
	padding-left:18px;
	text-decoration:none;
	color:#3E3E2F;
	
}
 .more:hover{
	background:#fff url(more.gif) no-repeat 0px 0px;
	color:#3E3E2F;
	text-decoration:underline;
	
}
 /*翻页效果*/
.page ul li a:link,.page ul li a:visited,.page ul li a:active{
	width:16px;
	height:16px;
	line-height:14px;
	text-align:center;
	text-align:center;
	padding:0px;
	border:1px solid #F6F6F6;
	display:inline-block;
	text-decoration:none;
	color:#555;
	font-weight:bold;
	font-size:14px
}
.page ul li a:hover{
	background:#2277D8;
	COLOR: #FFF;
	TEXT-DECORATION: none;
	border:1px solid #F6F6F6;
	
}
 /*---超链接样式定义结束 weisay.com ---*/
