﻿/*-----------超链接样式---------------
 说明: 伪类:link :visited :hover分别代表超链接的通常、被访问后、和鼠标接触链接是的样式
 a标签代表通用超链接样式
 .menuA代表Blog导航条菜单的样式
 .titleA代表日志标题的样式
 .sideA代表侧栏的超链接样式
 .CategoryA代表树形分类的链接样式
 .more代表更多链接的样式
------------------------------------*/
 a:link,a:visited{color:#774819; text-decoration:none; }
 a:hover{color:#BD0055;}
 .menuA:link,
 .menuA:visited{text-align:center;padding:0px 5px;text-decoration:none;color:#63390F; height:33px; font-weight:bold;}  
 .menuA:hover,
 .menuA:active,.menuA:hover,.menuB:link, .menuB:visited,.menuB:hover{float:left; height:33px; background:#AB2051 url(menu_bg_hover.gif) repeat-x;color:#FFF;text-decoration:none; height:33px;} 
 .titleA:link,.titleA:visited{text-decoration:none;font-weight:bold;text-align:left;color:#6C0334;}
 .titleA:hover{color:#996633;text-decoration: none;}
 .sideA:link,.sideA:visited{text-decoration:none;padding-left:20px;background:url(arrow.gif) 2px 2px no-repeat; height:22px;overflow:hidden;display:block;width:220px;}
 .sideA:hover{text-decoration:none;padding-left:20px;background:#66032C url(arrow.gif) 2px 2px no-repeat; height:22px;overflow:hidden; color:#FFF;}
 .CategoryA:link,.CategoryA:visited{text-decoration:none;}
 .CategoryA:hover{text-decoration:underline;}
 
 .more:link,.more:visited{font-weight:bold;background:url(bullet-arrow.gif) no-repeat 0px 0px;padding-left:18px;margin:5px;text-decoration:none;}
 .more:hover{background:url(bullet-arrow.gif) no-repeat 0px -15px;}  
 .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}
 /*---超链接样式定义结束---*/


/*TOP NAV*/
#Side_topnav{position: absolute;background:none;top:90px;*top:85px;}
#Side_topnav .Ptitle{display:none}
#Side_topnav .Pcontent{background:none;margin:0 auto;}
#Side_topnav .Pfoot{display:none}
#Side_topnav ul{padding:0;margin:0;width:500px;margin-left:-150px;list-style-type:none;}
#Side_topnav ul li{float:left;margin:0;width:64px;padding:5px 0;list-style:none;text-align:center;position:relative;height:48px;}
#Side_topnav ul li img{margin-bottom:2px; border:none;}
#Side_topnav ul li a{padding:0 0px;margin:0;display:block;text-decoration:none;}
#Side_topnav ul li a:link,#Side_topnav ul li a:visited{color:#ffffff;text-shadow: 2px 2px 2px #cccccc;}
#Side_topnav ul li a:hover,#Side_topnav ul li a:active{color:#fa0000;text-shadow: 2px 2px 2px #000000;}

/*Link区*/
#Side_Links .Ptitle{}  
#Side_Links .Pcontent{overflow: hidden}  
#Side_Links .sideA:link,#Side_Links .sideA:visited{float:left;width:95px; display:block;overflow:hidden;}
#Side_Links .sideA:hover{ float:left;width:95px;}


/*自定义*/
#related{width:650px;margin:0 auto;overflow:hidden;display:block;}
#related-article{float:left;width:400px;overflow:hidden;display:block;}
#related-ad{float:left;width:220px;display:block;}
#related-article  a:link,#related-article  a:visited{font-size:12px;color:#774819;line-height:150%;height:18px;overflow:hidden;}
#related-article  a:hover,#related-article  a:active{color:#bd0055;}

