﻿/* 前台页面Index.aspx的样式表文件 */

/* 页面容器 */
#container
{
	margin: 0px auto;
	width: 965px;
}

/* 页面头部 */
#header
{
	height: 75px;
	border-bottom: solid 2px #cfcfcf;
}

/* 页面标题 */
#caption
{
	float: left;
	padding: 0px 0px 0px 10px;
	text-align: left;
}

/* 页面导航 */
#header .navigation
{
	float: right;
	height: 25px;
	padding: 50px 0px 0px 0px;
	text-align: right;
}

#menus
{
	float: left;
	list-style: none;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
}
#menus li
{
	float: left;
	display: block;
	line-height: 20px;
	margin: 0px 5px 0px 10px;
}
#menus li a:link,#menus li a:visited
{
	font-size: 14px;
	color: #083699;
	text-decoration: none;
	padding: 0px 5px 2px 5px;
}
#menus li a:active,#menus li a:hover
{
	font-size: 14px;
	color: #ffffff;
	text-decoration: none;
	background-color: #003399;
	padding: 0px 5px 2px 5px;
}
li.vertical
{
	width: 1px;
	height: 20px;
	background-color: #999999;
}

/* 内容容器 */
#wrap
{
	overflow:hidden;  /* 超出宽度部分隐藏 */
}

/* 左边栏目 */
#left
{
	width:685px;  /* 设定宽度 */
	text-align:center;  /* 文字居中 */
	float:left;  /* 浮动居左 */
	clear:left;  /* 不允许左侧存在浮动 */
	overflow:hidden;  /* 超出宽度部分隐藏 */
}

/*右边栏目*/
#right
{
	width:260px;  /* 设定宽度 */
	text-align:center;  /* 文字居中 */
	float:right;  /* 浮动居右 */
	clear:right;  /* 不允许右侧存在浮动 */
	overflow:hidden;  /* 超出宽度部分隐藏 */
	padding-left: 5px;
}

.block_top
{
	background-image: url(../Images/bg_block_top.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 20px;
	margin-top: 10px;
}

.block_body
{
	background-image: url(../Images/bg_block_body.gif);
	width: 220px;
	font-size: 12px;
	text-align: left;
	padding: 0px 20px 0px 20px;
}

.block_bottom
{
	background-image: url(../Images/bg_block_bottom.gif);
	background-repeat: no-repeat;
	width: 260px;
	height: 20px;
	margin-bottom: 10px;
}

.block_title
{
	font-weight: bold;
	padding: 0px 0px 10px 0px;
}

/* 右边栏样式 */
#TagsCloud
{
	line-height: 22px;
}

#CategoryLink a
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-position: 0px -480px;
	line-height: 20px;
}

#CommentLink a
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-position: 0px -96px;
	line-height: 20px;
}

#FriendLink a
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-position: 0px -160px;
	line-height: 20px;
}

#Archives
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-position: 0px -45px;
}

#LoginLink
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-position: 0px 0px;
	line-height: 20px;
}

#RssFeed
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 20px;
	background-position: 0px -256px;
	line-height: 20px;
}

/* 页面底部 */
#bottom
{
	width: 100%;
	font-size: 12px;
	height: 35px;
	border-top: solid 2px #cfcfcf;
}

/* 博客内容 */
#entries_top
{
	background-image: url(../Images/bg_entries_top.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 20px;
	margin-top: 10px;
}

#entries_body
{
	background-image: url(../Images/bg_entries_body.gif);
	width: 680px;
}

#entries_bottom
{
	background-image: url(../Images/bg_entries_bottom.gif);
	background-repeat: no-repeat;
	width: 680px;
	height: 20px;
	margin-bottom: 10px;
}

/* 信息提示 */
#InfoTips
{
	color: #008000;
	margin: 0px 20px 0px 20px;
	line-height: 28px;
}

#Neighbor
{
	margin: 0px 20px 0px 20px;
	height: 20px;
}

#Neighbor .previous
{
	float: left;
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: left -224px;
}

#Neighbor .next
{
	float: right;
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 20px 0px 0px;
	background-position: right -240px;
}

/* 文章列表 */
#ArticleTemplate .article
{
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 20px 10px;
}

#ArticleTemplate .title
{
	font-size: 14px;
	font-weight: bold;
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-top: solid 1px #cecece;
	background-color: #ececec;
}

#ArticleTemplate .editlink
{
	font-size: 12px;
	font-weight: normal;
	float: right;
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 0px -64px;
}

#ArticleTemplate .content
{
	text-align: left;
	font-size: 13px;
	line-height: 20px;
	padding: 5px 5px 5px 5px;
	background-color: #f6f6f6;
}

#ArticleTemplate .more
{
	font-size: 12px;
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 0px -320px;
}

#ArticleTemplate .tags
{
	text-align: left;
	padding: 0px 0px 10px 5px;
	background-color: #f6f6f6;
}

#ArticleTemplate .info
{
	text-align: right;
	color: #808080;
	padding: 5px 5px 5px 5px;
	border-bottom: solid 1px #cecece;
	background-color: #ececec;
}

#entries_pagination
{
	padding: 0px 20px 0px 20px;
}

/* 相关文章样式 */
#RelatedArticlesBlock
{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#RelatedArticlesBlock .title
{
	text-align: left;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}

#RelatedArticlesBlock .content
{
	text-align: left;
	padding: 5px 0px 5px 0px;
}

#RelatedArticlesBlock a
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	margin: 0px 0px 0px 15px;
	padding: 0px 0px 0px 18px;
	background-position: 0px -560px;
	line-height: 20px;
}

/* 评论样式 */
#Comments
{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#Comments .title
{
	font-weight: bold;
	text-align: right;
	padding: 20px 0px 0px 0px;
	border-top: solid 1px #9f9f9f;
}

#Comments .addcomment
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 0px -112px;
}

#Comments .info
{
	color: #303030;
	text-align: left;
	font-weight: bold;
	margin-top: 15px;
	padding: 2px 2px 2px 2px;
	border-top: solid 1px #9f9f9f;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	background-color: #efefef;
}

#Comments .operate
{
	float: right;
	font-weight: normal;
}

#Comments .content
{
	text-align: left;
	padding: 10px 10px 0px 10px;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	background-color: #efefef;
}

#Comments .under
{
	text-align: right;
	margin-bottom: 10px;
	padding: 5px 2px 5px 2px;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	border-bottom: solid 1px #9f9f9f;
	background-color: #efefef;
}

#Comments .reply
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 0px -144px;
}

#Comments fieldset
{
	padding: 0px 10px 10px 10px;
	margin: 0px 0px 10px 0px;
	border: solid 1px #9f9f9f;
}

#Comments legend
{
	color: #303030;
	font-weight: bold;
	border: solid 1px #9f9f9f;
	background-color: #ffffff;
	padding: 2px 0px 2px 0px;
	margin: 0px 0px 10px 0px;
}

/* 新增评论 */
#ReplyInfo
{
	text-align: left;
	color: #3c3c3c;
	padding: 10px 0px 10px 22px;
}

#AddComment
{
	text-align: left;
	color: #3c3c3c;
	padding: 0px 0px 0px 22px;
}

#AddComment input
{
	margin: 5px 5px 5px 0px;
}

/* 留言样式 */
#Feedbacks
{
	margin: 0px 20px 0px 20px;
	padding: 0px 0px 10px 0px;
}

#Feedbacks .title
{
	text-align: left;
	font-weight: bold;
}

#Feedbacks .info
{
	color: #303030;
	text-align: left;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 10px 0px 0px 0px;
	border-top: solid 1px #9f9f9f;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	background-color: #fcfcfc;
}

#Feedbacks .operate
{
	float: right;
	font-weight: normal;
}

#Feedbacks .content
{
	text-align: left;
	padding: 5px 5px 5px 5px;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	background-color: #fcfcfc;
}

#Feedbacks .under
{
	color: #808080;
	text-align: right;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
	margin: 0px 0px 5px 0px;
	border-left: solid 1px #9f9f9f;
	border-right: solid 1px #9f9f9f;
	border-bottom: solid 1px #9f9f9f;
	background-color: #fcfcfc;
}

#Feedbacks .reply
{
	text-align: left;
}

#AddFeedback
{
	text-align: left;
	color: #3c3c3c;
	padding: 0px 0px 0px 20px;
}

#AddFeedback .title
{
	text-align: left;
	margin: 20px 0px 10px 0px;
	font-weight: bold;
}

#AddFeedback input
{
	margin: 5px 5px 5px 0px;
}

#AddFeedbackLink
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 0px -320px;
}

/* 页面样式 */
#PageRegion
{
	margin: 0px 10px 0px 10px;
	padding: 0px 10px 0px 10px;
}

#PageTitle
{
	font-size: 14px;
	font-weight: bold;
	padding: 5px 5px 5px 5px;
}

#PageContent
{
	text-align: left;
	line-height: 20px;
	padding: 5px 5px 5px 5px;
}

#PageBottom
{
	color: #9f9f9f;
	text-align: right;
	padding: 5px 5px 5px 5px;
}

#PageList
{
	padding-left: 10px;
}

#PageList a
{
	background-image: url("../Images/icons.gif");
	background-repeat: no-repeat;
	padding: 0px 0px 0px 20px;
	background-position: 0px -560px;
	line-height: 20px;
}