﻿/*================================================*/
/*                  网站导航样式                  */
/*================================================*/
#minichannel ul
{
	padding: 3px 0px;
	border-bottom: #555 1px solid;
}

/*================================================*/
/*                  站点信息样式                  */
/*================================================*/
#siteinfo
{
	margin: 3px 0px;
}
#siteinfo h2
{
	margin: 0px;
	height: auto;
}
#siteinfo h2 a
{
	display: block;
	background: transparent url(../images/sitelogo.gif) no-repeat left center;
	height: 40px;
	width: 210px;
	text-indent: -9999px;
	overflow: hidden;
}
#siteinfo div#banner
{
	height: 40px;
	width: 565px;
	position: absolute;
	margin-left: 213px;
	margin-top: -40px;
	overflow: hidden;
}

/*================================================*/
/*                   导航条样式                   */
/*================================================*/
#navbar
{
	clear: both;
	padding: 3px 7px;
	border: #ccc 1px solid;
	background: #f5f5f5;
}
#pri,
#sec
{
	margin: 0px;
	padding: 0px;
}
#pri
{
	padding: 0px 2px 2px;
	border-bottom: #ccc 1px solid;
	clear: both;
}
#sec
{
	padding: 2px 2px 0px;
}
#pri *,
#sec *
{
	color: #000;
}
#pri li,
#sec li
{
	display: inline;
}
#pri li.on,
#sec li.on
{
	font-weight: bold;
}

/*================================================*/
/*                   搜索框样式                   */
/*================================================*/
#search
{
	clear: both;
	background: #efefef url(http://common.allnet.cn/images/search_bg.gif) repeat-x left center;
	height: 27px;
	text-align: center;
	color: #414;
	margin-top: 3px;
	border:#ccc 1px solid;
}
#search a
{
	color: #414;
}
#search form
{
	background: transparent;
}
#search table
{
	text-align: center;
	height: 27px;
	margin: auto;
}
#search td
{
	padding: 0px;
}
#demo
{
	overflow: hidden;
	width: 960px;
	height: 110px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	background: #fffbf7;
}
#demo ul.list
{
	margin: 5px 5px 5px 0px;
	padding: 0px;
	list-style: none;
	width: 1200px;
	height: 100px;
	height: 100px;
	overflow: hidden;
}
#demo ul.list li
{
	float: left;
	margin: 0px 0px 0px 5px;
	padding: 0px;
}
#demo ul.list li a
{
}
#demo ul.list li a img
{
	height: 100px;
}
#demo ul.list li a span.title
{
	display: none;
}
#demo ul.list li a span.summary
{
	display: none;
}
#demo ul.list li.hover
{
	border: 1px solid #888;
	width: 250px;
	overflow: hidden;
	background: #ffc;
}
#demo ul.list li.hover a
{
	margin: 3px;
	display: block;
	text-decoration: none;
	color: #333;
	height: 100px;
	height: 92px;
	overflow: hidden;
	line-height: 16px;
}
#demo ul.list li.hover a img
{
	float: left;
	margin-right: 3px;
	height: 92px;
}
#demo ul.list li.hover a span.title
{
	display: block;
	font-weight: bold;
}
#demo ul.list li.hover a span.summary
{
	margin-top: -1px;
	display: block;
}


/*================================================*/
/*                    页脚样式                    */
/*================================================*/
#information
{
  border-top: 1px solid #e3e3e3;
  background: #fff;
}

/*================================================*/
/*                  返回顶部样式                  */
/*================================================*/
layer#gt,
div#gt
{
	font-family: 'wingdings 3';
	font-weight: bold;
	font-size: 12px;
	background: #000;
	color: #fff;
	padding: 1px 2px;
	cursor: hand;
	display:none
}

/*================================================*/
/*                  页面公共样式                  */
/*================================================*/
body.category h1,
body.list h1,
body.latest h1,
body.weather h1,
body.mostpopular h1,
body.archive h1,
body.details h1,
body.tags h1,
body.latest h1,
body.search h1
{
	display: block;
	width: 100%;
	height: auto;
	padding: 3px 0px 0px;
	font-family: 'lucida sans unicode';
	font-size: 20px;
	line-height: 32px;
	margin: 0px;
	height: 32px;
	overflow: hidden;
}
body.category div#sidebar,
body.list div#sidebar,
body.details div#sidebar,
body.latest div#sidebar,
body.weather div#sidebar,
body.archive div#sidebar,
body.mostpopular div#sidebar,
body.tags div#sidebar,
body.latest div#sidebar,
body.search div#sidebar
{
	background: #fff;
	width: 200px;
	overflow: hidden;
	float: left;
	border: 1px solid #bbe9ff;
	border-top: 0px;
	margin: 3px 0px;
}
body.category div#sidebar a,
body.list div#sidebar a,
body.latest div#sidebar a,
body.weather div#sidebar a,
body.mostpopular div#sidebar a,
body.archive div#sidebar a,
body.details div#sidebar a,
body.tags div#sidebar a
{
	color: #000;
}
body.category div#sidebar a:visited,
body.list div#sidebar a:visited,
body.latest div#sidebar a:visited,
body.weather div#sidebar a:visited,
body.mostpopular div#sidebar a:visited,
body.archive div#sidebar a:visited,
body.details div#sidebar a:visited,
body.tags div#sidebar a:visited
{
	color: #1f3a87;
}
body.category div#sidebar a:hover,
body.list div#sidebar a:hover,
body.latest div#sidebar a:hover,
body.weather div#sidebar a:hover,
body.mostpopular div#sidebar a:hover,
body.archive div#sidebar a:hover,
body.details div#sidebar a:hover,
body.tags div#sidebar a:hover
{
	color: #bc2931;
}
body.category div#sidebar div.item,
body.list div#sidebar div.item,
body.latest div#sidebar div.item,
body.weather div#sidebar div.item,
body.mostpopular div#sidebar div.item,
body.archive div#sidebar div.item,
body.details div#sidebar div.item,
body.tags div#sidebar div.item,
body.search div#sidebar div.item
{
	margin-bottom: 3px;
}
body.category div#sidebar div.item h3,
body.list div#sidebar div.item h3,
body.latest div#sidebar div.item h3,
body.weather div#sidebar div.item h3,
body.mostpopular div#sidebar div.item h3,
body.archive div#sidebar div.item h3,
body.details div#sidebar div.item h3,
body.tags div#sidebar div.item h3,
body.search div#sidebar div.item h3
{
	font-weight: bold;
	font-size: 12px;
	padding: 4px 7px;
	background: #f5fbff;
	border-top: 1px solid #bbe9ff;
	border-bottom: 1px solid #bbe9ff;
}
body.category div#sidebar div.item ul,
body.list div#sidebar div.item ul,
body.latest div#sidebar div.item ul,
body.weather div#sidebar div.item ul,
body.mostpopular div#sidebar div.item ul,
body.archive div#sidebar div.item ul,
body.details div#sidebar div.item ul,
body.tags div#sidebar div.item ul,
body.search div#sidebar div.item ul
{
	margin: 0px;
	padding: 3px 6px;
	line-height: 18px;
	list-style: none;
}
body.category div#sidebar div.item li,
body.list div#sidebar div.item li,
body.latest div#sidebar div.item ul li,
body.weather div#sidebar div.item ul li,
body.mostpopular div#sidebar div.item ul li,
body.archive div#sidebar div.item ul li,
body.details div#sidebar div.item ul li,
body.tags div#sidebar div.item ul li,
body.search div#sidebar div.item ul li
{
	display: block;
	background: url(http://common.allnet.cn/images/li_dot_15em.gif) no-repeat left top;
	padding-left: 12px;
}
body.category div#sidebar div.item a.more,
body.list div#sidebar div.item a.more,
body.latest div#sidebar div.item a.more,
body.weather div#sidebar div.item a.more,
body.mostpopular div#sidebar div.item a.more,
body.archive div#sidebar div.item a.more,
body.details div#sidebar div.item a.more,
body.tags div#sidebar div.item a.more,
body.search div#sidebar div.item a.more
{
	margin: 0px;
	margin: 3px 6px;
	width: auto;
}
body.category div#sidebar div#calendar,
body.list div#sidebar div#calendar,
body.latest div#sidebar div#calendar,
body.weather div#sidebar div#calendar,
body.mostpopular div#sidebar div#calendar,
body.archive div#sidebar div#calendar,
body.details div#sidebar div#calendar,
body.tags div#sidebar div#calendar
{
	/**/
}
body.category div#sidebar div#calendar iframe,
body.list div#sidebar div#calendar iframe,
body.latest div#sidebar div#calendar iframe,
body.weather div#sidebar div#calendar iframe,
body.mostpopular div#sidebar div#calendar iframe,
body.archive div#sidebar div#calendar iframe,
body.details div#sidebar div#calendar iframe,
body.tags div#sidebar div#calendar iframe
{
	width: 188px;
	height: 120px;
	margin: 5px 6px;
}
body.category div#main h2,
body.list div#main h2,
body.latest div#main h2,
body.weather div#main h2,
body.mostpopular div#main h2,
body.archive div#main h2,
body.details div#main h2,
body.tags div#main h2,
body.search div#main h2
{
	display: none;
}
body.category div#main div#track,
body.list div#main div#track,
body.latest div#main div#track,
body.weather div#main div#track,
body.mostpopular div#main div#track,
body.archive div#main div#track,
body.details div#main div#track,
body.tags div#main div#track,
body.search div#main div#track
{
	color: #696969;
	padding-top: 4px;
	padding-bottom: 4px;
	padding-left: 24px;
	font-weight: bold;
	border-bottom: #ddd 1px solid;
	border-right: #ccc 1px solid;
	border-left: #ccc 1px solid;
	background: #f8f8f8 url(../images/shortcut.gif) no-repeat 5px 5px;
	color: #000;
}
body.category div#main div#track h3,
body.list div#main div#track h3,
body.latest div#main div#track h3,
body.weather div#main div#track h3,
body.mostpopular div#main div#track h3,
body.archive div#main div#track h3,
body.details div#main div#track h3,
body.tags div#main div#track h3,
body.search div#main div#track h3
{
	display: none;
}

/*================================================*/
/*                  详情页面样式                  */
/*================================================*/
body.details div#main
{
	width: 570px;
	float: right;
	overflow: hidden;
	border-bottom: 1px solid #ddd;
	border-left: 1px solid #ddd;
	border-right: 1px solid #ddd;
	margin: 3px 0px;
	background:#fff;
}
body.details div#sourceinfo
{
	overflow: hidden;
	height: 32px;
	line-height: 32px;
	padding: 0px;
	text-align: right;
	margin-top: -32px;
}
body.details div#main div#track
{
	border-top: 1px solid #ddd;
	border-left: none;
	border-right: none;
}
body.details div#main div#info
{
	color: #999;
	border-bottom: 1px solid #ccc;
	margin: 4px 3px 0px;
	padding: 0px 2px 3px;
}
body.details div#main div#info h3
{
	display: none;
}
body.details div#main div#text
{
	padding-top:10px;
	clear: both;
	margin: 0px 7px 4px;
}
body.details div#main div#text,
body.details div#main div#text *
{
	font-size: 14px;
	line-height: 23px;
	font-family: arial;
}
body.details div#main div#text p
{
	margin: 0px;
	padding: 0px 0px 8px;
}
body.details div#main div#text span.o
{
	/*font-weight: bold;*/
}
body.details div#main div#text span.o a
{
	color: Blue;
}
body.details div#main div.ourl
{
	border: solid 1px #000;
	padding: 5px 8px;
	font-weight: bold;
	color: #f00;
	background: #fafad2;
	display: block;
	margin: 0px 7px 3px;
	clear: both;
	line-height: 16px;
	height: 16px;
	overflow: hidden;
}
body.details div#main div.ourl h3
{
	font-size: 12px;
	display: inline;
}
body.details div#main #pager
{
	border-top: #ccc 1px solid;
	border-bottom: #ccc 1px solid;
	padding: 3px 5px;
	width: 200px;
	background: #f5f5f5;
	margin-left: 357px;
	text-align: right;
	margin-bottom: 3px;
	font-weight: bold;
	margin-top: -29px;
	height: 18px;
	line-height: 18px;
}
body.details div#main #pager a
{
	text-decoration: none;
	color: #c00;
}
body.details div#main #tools
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	background: #f8f8f8;
	clear: both;
	font-weight: bold;
	padding: 4px;
	margin: 0px 3px 3px;
	height: 16px;
}
body.details div#main #tools ul
{
	padding: 0px;
	margin: 0px;
	list-style: none;
}
body.details div#main #tools li
{
	float: left;
	padding: 0px 5px 0px 0px;
}
body.details div#main #tools img
{
	vertical-align: middle;
	margin: 0px 2px 0px 0px;
}
body.details div#main #tools a
{
	text-decoration: none;
}
body.details div#main #copyto
{
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	font-size: 12px;
	background: #f8f8f8;
	clear: both;
	font-weight: bold;
	padding: 4px;
	margin: 0px 3px 3px;
}
body.details div#main #relative
{
	margin-bottom: 3px;
	margin: 0px 3px 3px;
}
body.details div#main #relative h3
{
	font-weight: bold;
	font-size: 12px;
	background: #f5fbff;
	padding: 4px 7px;
	border: #bbe9ff 1px solid;
}
body.details div#main #relative ul
{
	margin: 0px;
	padding: 3px 5px;
	line-height: 18px;
	list-style: none;
	border-bottom: #bbe9ff 1px solid;
	border-left: #bbe9ff 1px solid;
	border-right: #bbe9ff 1px solid;
	background: #fff;
}
body.details div#main #relative ul li
{
	display: block;
	height: 18px;
	background: url(../images/square01.gif) no-repeat left center;
	padding-left: 10px;
}
body.details div#main #relative ul li a
{
    font-size:14px;
}
body.details div#main #statement
{
	border: #dedeb8 1px solid;
	background: #ffffd9;
	cursor: hand;
	color: #bc2931;
	margin: 0px 3px 3px;
}
body.details div#main #statement ul
{
	padding: 5px 8px;
	margin: 0px;
	list-style:none;
}
body.details div#main #statement ul li
{
	background: url(http://common.allnet.cn/images/li_dot_15em.gif) no-repeat left top;
	display: block;
	/*height: 18px;*/
	padding-left: 12px;
}
body.details div#main #comments
{
	margin: 0px 3px 3px;
	display:none
}
body.details div#main #comments h3
{
	font-weight: bold;
	font-size: 12px;
	background: #f5fbff;
	padding: 4px 7px;
	border: #bbe9ff 1px solid;
}
body.details div#main #comments #form
{
	border-bottom: #bbe9ff 1px solid;
	border-left: #bbe9ff 1px solid;
	width: 360px;
	position: absolute;
	height: 181px;
	overflow: hidden;
}
body.details div#main #comments #agreement
{
	border-bottom: #bbe9ff 1px solid;
	border-right: #bbe9ff 1px solid;
	border-left: #bbe9ff 1px solid;
	width: 202px;
	margin-left: 360px;
	margin-bottom: 3px;
	height: 180px;
	overflow: hidden;
}
body.details div#main #comments #agreement ul
{
	padding: 2px 5px;
	margin: 0px;
	line-height: 16px;
}
body.details div#main #comments #agreement ul li
{
	background: url(http://common.allnet.cn/images/li_dot_15em.gif) no-repeat left top;
	display: block;
	/*height: 18px;*/
	padding-left: 12px;
}
body.details div#main #comments div.item
{
	border: #bbe9ff 1px solid;
	margin: 0px 0px 3px;
}
body.details div#main #comments div.item h4
{
	border-bottom: #bbe9ff 1px solid;
	background: #f5fbff url(../images/bubble.gif) no-repeat 6px center;
	padding: 4px 7px 4px 28px;
	font-weight: normal;
	font-size: 12px;
}
body.details div#main #comments div.item p
{
	margin: 0px;
	padding: 10px 7px;
	word-wrap: break-word;
}
body.details div#main #pronouncement
{
	border: #dedeb8 1px solid;
	background: #ffd;
	color: #555;
	margin: 0px 3px 3px;
}
body.details div#main #pronouncement p {margin:5px 8px;line-height:140%}
/*================================================*/
/*                其它页面侧边样式                */
/*================================================*/
body.category div#sidebar,
body.list div#sidebar,
body.latest div#sidebar,
body.weather div#sidebar,
body.mostpopular div#sidebar,
body.archive div#sidebar,
body.tags div#sidebar,
body.search div#sidebar
{
	float: right;
}

/*================================================*/
/*                  点击排行样式                  */
/*================================================*/
body.mostpopular div#main,
{
	width: 571px;
	float: left;
	overflow: hidden;
	margin: 3px 0px;
	background: #fff;
	border-bottom: #ccc 1px solid;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}
body.mostpopular div#main div#track
{
	border-left: none;
	border-right: none;
	border-top: #ccc 1px solid;
}
body.mostpopular div#main div.item
{
}
body.mostpopular div#main div.item h3
{
	font-weight: bold;
	font-size: 12px;
	margin: 10px 7px 4px;
	border-bottom: #ccc 1px solid;
	padding: 1px 4px;
}
body.mostpopular div#main div.item ul
{
	margin: 4px 7px 15px 7px;
	padding: 3px 4px;
	list-style: none;
	line-height: 21px;
	font-size: 14px;
}
body.mostpopular div#main div.item ul li
{
}
body.mostpopular div#main div.item ul li a
{
	color:#00f;
}
body.mostpopular div#main div.item ul li a:visited
{
	color:#754d8e;
}
body.mostpopular div#main div.item ul li a:hover
{
	color:#d00;
}
body.mostpopular div#main div.item ul li em
{
	margin-left: 5px;
	font-size: 12px;
}

/*================================================*/
/*              天气预报页面部分样式              */
/*================================================*/
body.weather div#main #settings
{
	border-bottom: #bbe9ff 1px solid;
	border-left: #bbe9ff 1px solid;
	border-right: #bbe9ff 1px solid;
	padding: 15px;
	margin: 0px;
	background: #f5fbff;
}
body.weather div#main #settings h3
{
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 10px;
}
body.weather div#main #settings p
{
	margin: 0px;
	padding: 0px 0px 5px;
}
body.weather div#main #forecast
{
	margin: 10px 0px 0px;
}
body.weather div#main #forecast h3
{
	display: none;
}
body.weather div#main #forecast table.grid
{
	width: 100%;
}
body.weather div#main #forecast table.grid tr th,
body.weather div#main #forecast table.grid tr td
{
	height: 25px;
	text-align: left;
	padding: 0px 5px;
}
body.weather div#main #forecast table.grid tr th,
body.weather div#main #forecast table.grid tr.header td
{
	border-bottom: #000 2px solid;
	font-weight: bold;
}
body.weather div#main #forecast table.grid tr td
{
	border-bottom: #000 1px solid;
	line-height: 17px;
	padding: 1px 0px;
}
body.weather div#main #forecast table.grid tr td img
{
	float: left;
	margin-right: 3px;
}
body.weather div#main #forecast table.grid tr td.name
{
	font-weight: bold;
}
body.weather div#main #forecast table.grid tr.item td
{
}
body.weather div#main #forecast table.grid tr.alternating td
{
	background: #f5f5f5;
}
body.weather div#main #forecast table.grid tr.pager td a
{
	padding: 1px 5px;
	margin: 0px 5px 0px 0px;
	background: #dcdcdc;
	color: #666;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}
body.weather div#main #forecast table.grid tr.pager td a:hover,
body.weather div#main #forecast table.grid tr.pager td span
{
	padding: 1px 5px;
	margin: 0px 5px 0px 0px;
	background: #000;
	color: #fff;
	font-weight: bold;
	font-size: 12px;
	text-decoration: none;
}


/*================================================*/
/*              栏目页面内容部分样式              */
/*================================================*/
body.category div#todayfeatures
{
	background: #f5fbff;
	padding: 5px;
	margin: 0px;
	height: 220px;
	clear: both;
	border: 1px solid #bbe9ff;
	border-top:0;
}
body.category div#todayfeatures h3
{
	display: none;
}
body.category div#todayfeatures div.image
{
	float: left;
	width: 200px;
	height: 220px;
	overflow: hidden;
}
body.category div#todayfeatures div.content
{
	float: left;
	width: 340px;
	margin-left: 13px;
}
body.category div#todayfeatures div.content h5
{
	font-weight: bold;
	font-size: 14px;
}
body.category div#todayfeatures div.content em,
body.category div#entries div.item em
{
	padding: 5px 0px;
	display: block;
}
body.category div#todayfeatures div.content p
{
	padding: 0px;
	margin: 0px;
	line-height: 150%;
	text-indent: 2em;
}
body.category div#options
{
	background: #ffffd9;
	height: 27px;
	line-height: 27px;
	clear: both;
	/*background: #888;*/
	text-align: center;
	margin-top: 3px;
	border:1px solid #dedeb8;
}
body.category div#options h3
{
	font-weight: bold;
	font-size: 12px;
	line-height: 27px;
	color: #bc2931;
	display: inline;
}
body.category div#options ul
{
	line-height: 27px;
	margin: 0px;
	padding: 0px;
	display: inline;
}
body.category div#options li
{
	display: inline;
	border-left: #222 1px solid;
	padding: 0px 5px 0px 8px;
}
body.category div#options li.first
{
	border: none;
	padding-left: 0px;
}
body.category div#options li a
{
	color: #222;
}
body.category div#entries
{
	padding:0 8px;
	border:1px solid #e3e3e3;
	margin-top: 3px;
}
body.category div#entries div.item
{
	padding: 0px;
	padding-bottom: 5px;
	margin: 10px 0;
	clear: both;
	border-bottom:1px dotted #222;
}
body.category div#entries div.item img
{
	float: left;
	margin: 2px 10px 2px 0px;
}
body.category div#entries div.item h4
{
	font-weight: bold;
	font-size: 14px;
	padding: 0px 0px 3px;
}
body.category div#entries div.item h4 a
{
	color:#800;
}
body.category div#entries div.item p
{
	padding: 5px 0px 0px;
	margin: 0px;
	line-height: 150%;
	text-indent: 2em;
	color:#444;
}
body.category div.headlines
{
	margin-top: 3px;
	border-left: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	border-right: #e3e3e3 1px solid;
}
body.category div.headlines h3
{
	background: #f8f8f8;
	border-top: #e3e3e3 1px solid;
	border-bottom: #e3e3e3 1px solid;
	font-size: 14px;
	padding: 4px 7px 3px;	
}
body.category div.headlines h3 a
{
	color: #006ad4;
}
body.category div.headlines a.rss
{
	margin-right: 7px;
	margin-top: -21px;
	float: right;
}
body.category div.headlines ul.list
{
	margin: 0px;
	padding: 4px 7px;
	list-style: none;
	line-height: 18px;
}
body.category div.headlines ul.list li
{
	display: block;
	background: url(http://common.allnet.cn/images/li_dot_15em.gif) no-repeat left top;
	padding-left: 12px;
}
body.category div.headlines ul.list li em
{
	margin-left: 10px;
}











/*================================================*/
/*              其它页面内容部分样式              */
/*================================================*/
body.category div#main,
body.latest div#main,
body.weather div#main,
body.tags div#main,
body.search div#main
{
	border-top: #bbe9ff 1px solid;
	width: 573px;
	float: left;
	overflow: hidden;
	margin: 3px 0px;
	background: #fff;
}
body.archive div#main
{
	border-top: #e3e3e3 1px solid;
	width: 573px;
	float: left;
	overflow: hidden;
	margin: 3px 0px;
	background: #fff;
}
body.list div#main,
body.latest div#main,
body.tags div#main,
body.search div#main
{
	border-top: #ccc 1px solid;
	width: 573px;
	float: left;
	overflow: hidden;
	margin: 3px 0px;
	background: #fff;
}
body.category div#sync,
body.list div#sync
{
	overflow: hidden;
	height: 16px;
	padding: 6px;
	text-align: center;
	margin-top: -31px;
	border: 1px solid #dedeb8;
	width: 60px;
	float:right;
	background: #ffffd9
}
body.category div#sync img,
body.list div#sync img
{
	/*\*/
}
body.list div#main div#entries,
body.latest div#main div#entries,
body.tags div#main div#entries,
body.search div#main div#entries,
body.archive div#main div#entries
{
}
body.list div#main div#entries ul,
body.latest div#main div#entries ul,
body.tags div#main div#entries ul,
body.search div#main div#entries ul,
body.archive div#main div#entries ul
{
	margin: 0px;
	padding: 10px 3px;
	font-size: 14px;
	line-height: 21px;
	list-style: none;
	border-left: #ccc 1px solid;
	border-right: #ccc 1px solid;
}
body.list div#main div#entries ul li,
body.latest div#main div#entries ul li,
body.tags div#main div#entries ul li,
body.search div#main div#entries ul li,
body.archive div#main div#entries ul li
{
	display: block;
	background: url(../images/square01.gif) no-repeat 5px 8px;
	padding-left: 18px;
}
body.list div#main div#entries ul li a
{
	color:#00f;
}
body.list div#main div#entries ul li a:visited
{
	color:#754d8e;
}
body.list div#main div#entries ul li a:hover
{
	color:#d00;
}
body.list div#main div#entries ul li em,
body.latest div#main div#entries ul li em,
body.tags div#main div#entries ul li em,
body.search div#main div#entries ul li em,
body.archive div#main div#entries ul li em
{
	font-size: 12px;
	margin-left: 5px;
}
body.list div#main div#pager,
body.latest div#main div#pager,
body.tags div#main div#pager,
body.search div#main div#pager,
body.archive div#main div#pager
{
	border: #ccc 1px solid;
	margin: 0px;
	padding: 5px; /*letter-spacing: 1px;*/
	font-weight: bold;
	height: 12px;
	background: #f8f8f8;
	text-align: right;
}
body.list div#main div#pager,
body.list div#main div#pager a,
body.list div#main div#pager h2
{
	color: #000;
}
body.list div#main div#pager h3,
body.latest div#main div#pager h3,
body.tags div#main div#pager h3,
body.search div#main div#pager h3,
body.archive div#main div#pager h3
{
	font-weight: bold;
	font-size: 12px;
	float: left;
}
body.list div#main div#pager a.item,
body.list div#main div#pager span.current
{
	padding: 0px 3px;
}
body.list div#main div#pager span.current
{
	background: #000;
	color: #fff;
}

/*================================================*/
/*                  广告公共样式                  */
/*================================================*/
body.category div#sidebar div.ads,
body.list div#sidebar div.ads,
body.latest div#sidebar div.ads,
body.weather div#sidebar div.ads,
body.mostpopular div#sidebar div.ads,
body.archive div#sidebar div.ads,
body.details div#sidebar div.ads,
body.search div#sidebar div.ads
{
	text-align: center;	
}
body.category div#sidebar div.ads h3,
body.list div#sidebar div.ads h3,
body.latest div#sidebar div.ads h3,
body.weather div#sidebar div.ads h3,
body.mostpopular div#sidebar div.ads h3,
body.archive div#sidebar div.ads h3,
body.details div#sidebar div.ads h3,
body.search div#sidebar div.ads h3
{
	text-align: left;
}
body.category div#sidebar div.ads iframe,
body.list div#sidebar div.ads iframe,
body.latest div#sidebar div.ads iframe,
body.weather div#sidebar div.ads iframe,
body.mostpopular div#sidebar div.ads iframe,
body.archive div#sidebar div.ads iframe,
body.details div#sidebar div.ads iframe
{
	margin: 5px 0px;
}
body.category div#main div.ads,
body.list div#main div.ads,
body.latest div#main div.ads,
body.weather div#main div.ads,
body.mostpopular div#main div.ads,
body.archive div#main div.ads,
body.details div#main div.ads,
body.search div#main div.ads
{
	margin: 3px 0px 0px 2px;
	clear: both;
}