﻿@charset "utf-8";
/* CSS Document */
body, td, input, textarea, select, button  { font: 12px/160% Helvetica, Arial, sans-serif; color:#666;}
h1,h2,h3,h4,h5{ font-size:12px;}
body, ul, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset { margin: 0; padding: 0; }
ul,li{ list-style:none;}
em, cite, strong, th { font-style: normal; font-weight: normal;}
table { empty-cells: show; border-collapse: separate; }
/*基本信息*/
body{
	font-size : 12px;
	font-family : Verdana, Geneva, Arial, Helvetica, sans-serif;
	margin-top: 0px;
	margin-bottom: 0px;
	padding-top: 0px;
	background-color: #c0c0c0;
	word-break:break-all;
}
table{
	font: 12px "Courier New", Courier, monospace;
	word-break: break-all
}
form{
	padding: 0px;
	margin: 0px;
}
a:link,a:visited{
	color: #2364C4;
	text-decoration: none
}
a img{
	border: none;
}
img{
	border: 0px;
}
a{
	color : #223355;
	text-decoration: none;
}
.postbody a{
	color: #1D58D1;
}
a:hover {
	text-decoration: underline;
}

/*页面容器*/
#PageContainer{
	width:1000px;
	height:Auto;
	margin:0 auto;
	background:#FFF center repeat-y;
	background-image: url(BodyBg.jpg);
	background-repeat: repeat-y;
}

/*页面头部*/
#Header{
	width:1000px;
	text-align:left;
	height: 430px;
	margin: 0px auto;
	background-image: url(Topbg.jpg);
	background-repeat: no-repeat;
}

/*Banner*/
#Banner{
	height: 350px;
	margin: 0px auto;
}
#BlogTitle{
	color:#FFFFFF;
	text-transform:capitalize;
	margin : 0px;
	font-size : 18px;
	font-weight: bolder;
	text-align: right;
	padding-top: 300px;
	padding-right: 38px;
}
#Header #SubTitle{
	font-size:12px;
	font-weight:normal;
	color:#FFF;
	padding:5px 0px 0px 28px; 
	margin-top:0px;
	margin-right:40px;
	text-align: right;
}

/*导航菜单*/
#NavMenu{
	height:26px;
	margin:auto;		
}
#NavMenu ul{
	float:left;
	margin:0px 0px 0px 20px;
	padding:0px;
	display: inline;
}
#NavMenu ul li{
	list-style:none;
	float:left;
	margin:0px;
	font-size: 14px;
}
#NavMenu ul li a:link, #NavMenu ul li a:visited{
	font-size: 14px;
	display:block;
	font-weight: bold;
	color: #000000;
	line-height:26px;
	padding:0 10px;
	text-decoration: none;
}
#NavMenu ul li a:hover{
	color: #CC6600;
}
#NavMenu ul .NavMenu_Separator{
	display: none;
}

/**/
#BodyContainer{
	width:918px;
	overflow:hidden;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}

/**/
#ContentContainer{
	width:692px;
	float:right;
	overflow:hidden;
	padding:0px 0px 0px 0px;
	display: inline;
}

/**/
#innerContentContainer{}


/*---日志内容项--*/
#ArticleList{}
#ArticleList .BoxTitle{display:none;}
#ArticleList .BoxBody{
	float: right;
	width: 690px;
	margin:0;
}
#ArticleList .ArticleItem{
	float: left;
	width: 690px;
	background-image:url(ContentBG.jpg);
	background-repeat: repeat-y;
	margin: 0;
}
#ArticleList ul{margin:0px;padding:0px;display:inline;}
#ArticleList ul li{list-style:none;}
#ArticleList .ArticleTop{
	float: left;
	width: 690px;
	height:46px;
	background-image:url(ContentTop.jpg);
	background-repeat: no-repeat;
}
#ArticleList .ArticleBottom{
	float: left;
	width: 690px;
	height: 10px;
	background-image: url(ContentButtom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
#ArticleList .ArticleTop .ArticleTop_Left{}
#ArticleList .ArticleTop .ArticleTop_Right .ArticleContent_PostTime{
	float: left;
	padding-top: 16px;
	padding-left:10px;
	line-height:20px;
	font-size:10px;
	vertical-align: sub;
}
#ArticleList .ArticleTop .ArticleTop_Title {
	float: left;
	margin: 16px 0 0 40px;
	line-height:24px;
	display: inline;
}
#ArticleList .ArticleTop .ArticleTop_Title {
	float: left;
	color:#000000;
	font-size:14px;
	font-weight: bold;
	line-height:24px;
}
#ArticleList .ArticleTop .ArticleTop_Title a:link,
#ArticleList .ArticleTop .ArticleTop_Title a:visited{font-size:14px;color:#000000}
#ArticleList .ArticleTop .ArticleTop_Title a:hover{color:#1488FD}
#ArticleList .ArticleContent{
	margin: 0 10px;
}
#ArticleList .ArticleContent .ArticleContent_InfoBox { clear:both;}
#ArticleList .ArticleContent_InfoBox{
	margin: 5px;
	height:auto;
}
#ArticleList .ArticleContent_Tag{
	float: left;
	height: 26px;
	margin: 0 0 0 5px;
	display: inline;
}
#ArticleList .ArticleContent_Category{
	float: right;
	height: 26px;
}
#ArticleList .ArticleContent .ArticleContent_InfoBox .ArticleContent_AuthorInfo{
	float:left;
	width:210px;
	height:26px;
	line-height:26px;
	color:#999;
	text-align:left;
}
#ArticleList .ArticleContent .ArticleContent_AuthorInfo {float:left;width:200px;height:20px;line-height:20px;text-align:right;}
#ArticleList .ArticleContent_OtherInfo{
	float:right;
	width:200px;
	height:20px;
	line-height:20px;
	text-align:right;
}
#ArticleList .ArticleContent .ArticleContent_Tags{font-size:12px;}

#ArticleList .ArticleContent .ArticleContent_Body{padding-top:5px;line-height:150%;}
#ArticleList .ArticleContent .ArticleContent_OtherInfo p{margin:8px 0}
#ArticleList .ArticleContent .ArticleContent_Other_Source span, #ArticleList .ArticleContent .ArticleContent_Other_Trackback span
{
	color: #666666;
}

#ArticleList .ArticleContent .ArticleContent_Bottom{
	margin-top:30px;
	/*height:20px;*/
	line-height:20px;
	padding:0px 10px 0px 0px;
	text-align:right;
	color: #CC3300;
}
.ArticleContent_Body{
	text-align:left;
	clear:both;
	margin: 0 0 0 5px;;
}

#ArticleList .ArticleContent .ArticleContent_Bottom .ArticleContent_Bottom_Left{}
#ArticleList .ArticleContent .ArticleContent_Bottom .ArticleContent_Bottom_Body{}
#ArticleList .ArticleContent .ArticleContent_Bottom .ArticleContent_Bottom_Right{}
#ArticleList .ArticleContent .ArticleContent_Bottom a:link,.Content-bottom a:visited{
	color:#993300
}
#ArticleList .ArticleContent .ArticleContent_Bottom a:hover {
	color:#FF0000
}
#ArticleList .ArticleItem_Separator{ float: left; width: 690px;height: 10px; margin: 0 0 0 0;}
#ArticleList .BoxBottom{}
#ArticleList .Pager{ margin:5px 0px 5px 15px;}

/*======== 日志内容显示 Begin ========*/
#ArticleContentShowTop{
	float: right;
	height: 26px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 2px;
}
#ArticleContentShow{
	float: right;
	width: 690px;
	background-image:url(ContentBG.jpg);
	background-repeat: repeat-y;
}
#ArticleContentShow .ArticleTop{
	height:46px;
	width: 690px;
	background-image:url(ContentTop.jpg);
	background-repeat: no-repeat;
}
#ArticleContentShow .ArticleTop .ArticleTop_Title {
	float: left;
	color: #000000;
	font-size:14px;
	margin: 16px 0 0 40px;
	line-height: 24px;
	font-weight: bold;
	display: inline;
}
#ArticleContentShow .ArticleTop .ArticleTop_Right{
	float: left;
	margin: 16px 0 0 5px;
}
#ArticleContentShow .ArticleContent{
	margin: 0 15px;
}	
#ArticleContentShow .ArticleContent_InfoBox{
	width: 660px;
	margin: 0 auto 10px auto;
}
#ArticleContentShow .ArticleContent_InfoBox .ArticleContent_Tag{
	float: left;
}
#ArticleContentShow .ArticleContent_InfoBox .ArticleContent_Category{
	float: right;
}
#ArticleContentShow .ArticleContent .ArticleContent_Body{
	margin: 0;
}
#ArticleContentShow .ArticleContent .ArticleContent_Bottom{
	margin-top:30px;
	line-height:20px;
	padding:0px 10px 0px 0px;
	text-align:right;
	color: #CC3300;
}
#ArticleContentShow .ArticleBottom{
	width: 690px;
	height: 10px;
	background-image: url(ContentButtom.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
/*======== 日志内容显示 End ========*/


/*---普通内容容器--*/
.ContentBox_Normal{}

/*--评论内容项--*/
#CommentList{}
#CommentList .BoxTitle{ display:none;}
#CommentList ol{margin:0px;padding:0px;}
#CommentList ol li{list-style:none;}
#CommentList .CommentItem_A, #CommentList .CommentItem_B{margin:0px 0px 0px 12px;padding-bottom:10px;}
#CommentList .CommentTop{border:1px dashed #565666;background:#F0F0F5;height:20px;}
#CommentList .CommentTop a:link,#CommentList .CommentTop a:visited{color:#B2151B}
#CommentList .CommentTop .CommonInfo{font-size:11px;color:#aaa;word-spacing:-4px}
#CommentList .CommentTop .CommentTop_Title{font-weight: bold;}
#CommentList .CommentTop .CommentTop_Quote{margin:0px 4px -3px 0px}
#CommentList .CommentContent{line-height:150%;padding:10px}
#CommentList .CommentItem_Separator{ display:none;}
#CommentList .Pager{ margin:5px 0px 5px 15px;}

#WriteComment .BoxBody {
	margin-left: 10px;
}
#WriteComment .BoxBody dl{
	margin: 0px;}
#WriteComment .BoxBody dt{
	float:left;
	padding:8px 0 4px;}
#WriteComment .BoxBody dd{
	text-align: left;
	height: auto;
	padding-left: 10px;
	padding: 4px;
}
#WriteComment .CommentContentInput{
	width:460px;
	height:120px;
}
/*--- 留言列表 --*/
#GuestBook .BoxTitle{
	height:27px;
	line-height:22px;
	padding:2px;
	margin-top: 5px;
	margin-left: 3px;
	background-image: url(Title.gif);
	background-repeat: no-repeat;
}
#GuestBook .BoxTitle_Left
{
	width: 378px;
	height: 27px;
	line-height: 20px;
	font-weight: bold;
	float: left;
}
#GuestBook .BoxTitle_Left span{
	margin-left:20px;
}
#GuestBook .BoxTitle_Right{
	width:190px;
	height:20px;
	line-height:20px;
	float:left;
}
#GotoAll,#GotoPrivate,#GotoPublic{
	float:right;
	width:52px;
	height:20px;
	line-height:20px;
	text-align:center;
}
#GotoAll a:link,#GotoAll a:visited,#GotoPrivate a:link,#GotoPrivate a:visited,#GotoPublic a:link,#GotoPublic a:visited{color:Gray}
#GotoAll a:hover,#GotoPrivate a:hover,#GotoPublic a:hover{position:inherit}
#GuestBook .BoxBody{
	width: 550px;
}
#GuestBook .BoxBody dl{
	margin: 10px 0px 0px 0px;
}

#GuestBook .BoxBody ol li .GuestBookTop{
	margin: 0px 10px 0px 10px;
	padding-left: 10px;
	background-color: #f2f2f2;
	height: 25px;
	line-height: 25px;
}
#GuestBook .BoxBody ol li .GuestBookTop .GuestBookTop_Title{
	font-weight: bold; 
	font-size: 12px; 
	margin: 0px; 
	float: left;
}
#GuestBook .BoxBody ol li .GuestBookTop .GuestBookTop_Author{
	font-weight: bold; 
	font-size:12px; 
	margin:0px; 
	float:left;
}
#GuestBook .BoxBody ol li .GuestBookContent{
	list-style:none;
	height:80px;
	width:523px;
	margin:0px 10px 0px 10px;
	background: #fafafa;
	padding-left:5px;
	border-right: #f2f2f2 1px solid;
	border-left: #f7f7f7 1px solid;
	border-bottom: #f7f7f7 1px solid;
}
#GuestBook .Pager{ margin:5px 0px 5px 15px;}

/*--- 链接分类与列表 --*/
#LinkCategoryMenu .BoxTitle{display:none;}
#LinkCategoryMenu .BoxBody ol, #MyLink .BoxBody ol{margin:10px 0px 0px 0px; padding:0px 0px 0px 10px;}
#LinkCategoryMenu .BoxBody ol li{list-style:none;float:left;}
#LinkCategoryMenu .BoxBody .LinkCategoryItem, #LinkCategoryMenu .BoxBody .LinkCategoryItem_A, #LinkCategoryMenu .BoxBody .LinkCategoryItem_B{width:20%;}
#LinkCategoryMenu .BoxBottom{clear:both;height:20px;}
#MyLink .BoxTitle{display:none;}
#MyLink .MyLink_A .MyLinkItem_Name a, #MyLink .MyLink_B .MyLinkItem_Name a{font-size:16px;color:blue;font-weight:bold;display:block;}
#MyLink .MyLink_A .MyLinkItem_Notes, #MyLink .MyLink_B .MyLinkItem_Notes{color:#666666;display:block;}
#MyLink .MyLink_A .MyLinkItem_Url, #MyLink .MyLink_B .MyLinkItem_Url{color:Green;display:block;}
#MyLink .MyLinkItem_Separator{ display:none;}
#MyLink .Pager{ margin:5px 0px 5px 15px;}

/**/
#Sidebar{
	width:222px;
	float:left;
	overflow:hidden;
	margin-top: auto;
	margin-right: 0px;
	margin-bottom: 0;
}
.SidePanel{
	width:222px;
	overflow:hidden;
	border-left-style: none;
}
.SidePanel .SidePanel_Top{

}
.SidePanel .SidePanel_Title{
	width: 222px;
	height: 46px;
	background: url(SidebarTop.gif) no-repeat;
}
.SidePanel .SidePanel_Title span{
	float: left;
	height: 24px;
	color:#000000;
	font-size:14px;
	margin-top: 18px;
	margin-left: 40px;
	font-weight: bold;
}
.SidePanel .SidePanel_Body{
	width: 222px;
	background: url(Sidebarbg.gif) repeat-y;
}
.SidePanel .SidePanel_Buttom{
	width: 222px;
	height: 10px;
	background: url(SidebarButtom.gif) no-repeat;
	margin-bottom: 10px;
}
.SidePanel .SidePanel_Body ul{margin: 0px;padding: 0px;}
.SidePanel .SidePanel_Body ul li{list-style:none;margin:0px;}
.SidePanel a:link,.SidePanel a:visited{color:#000}
.SidePanel a:hover{color:#1488FD}
.SideBody_Content{
	width: 190px;
	margin: 0 auto;
}

#OwnerMemberItem_Face{

}
/*#Side_OwnerMemberInfo #OwnerMemberItem_Face,*/
#Side_OwnerMemberInfo #OwnerMemberItem_DisplayName{
	text-align: center; 
	line-height: 20px;
	margin-bottom: 10px;
}
#Side_OwnerMemberInfo #OwnerMemberItem_Intro{
	line-height:20px; 
	border:dotted 1px #666666; 
	padding:2px;
}
#Side_OwnerMemberInfo #OwnerMemberItem_ViewMore{
	padding-right: 10px;
	text-align: right; 
	color: #666666;
}
#Side_OwnerMemberInfo #OwnerMemberItem_ViewMore a{
	color:#666666;
}
#Side_Search .SideBody_Content{
	padding-left: 12px;
	/*width: 60px;*/
}
#Side_Search #Search_Keyword{
	width: 80px;
}
#Side_Search #btSearch{
	margin-left: 2px;
	width: 38px;
	height: 20px;
}
#Side_Statistics li span{
	padding:0px 5px 0px 5px;
	font-weight:bold;
}
#Side_LinkList .SideItem_Separator{
	display:none;
}
#Side_RecentComments .SideItem_Separator{
	display:none;
}
#userface{
	width:98px;
	height:98px;
	border:1px solid #CCCCCC;	
	background-color:#FFFFFF;
	margin: 0px auto 0px auto;
}
#OwnerMemberItem_Face {	
	text-align:center;
}
#userface img{
	width:96px;
	height:96px;
	margin: 1px auto 0 auto;
}

#AlbumListTopPager .Pager,#AlbumListBottomPager .Pager{ margin:5px 0px 5px 15px;}


/*页脚*/
#Footer{
	width: 1000px;
	height: 60px;
	font-size: 12px;
	background-image: url(footer.jpg);
	background-repeat: no-repeat;
	color: #000000;
	overflow: hidden;
}
#Footer a:hover{}
#Footer ul{
	padding-top: 36px;
	margin-right: auto;
	margin-bottom:0;
	margin-left: auto;
	list-style:none;
	height: 26px;
	width: 1000px;
	text-align: center;
}
#Footer ul li{list-style:none;height: 26px;}