﻿/* 全局 */
/*html{filter:gray;}  */
Body {
	Background: #F0FCEA;
	Margin: 0;
	Padding: 0;
	Font-Size: 12px;
	Font-Family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
	Text-Align: Center;
/*background:url(http://shared.ydstatic.com/images/skins/jieri/childrenday2010/youdaoskin.jpg) no-repeat center top;*/
}

h1,h2,h3,h4,h5,h6 { Margin: 0; Padding: 0; Font-Size: 12px; Font-Weight: Normal; Font-Family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif; }
/* h1: 博客名称 */
h1	{ Margin: 15px 0 0 0; Font-Weight: Bold; Font-Size: 24px; Text-Align: Left; Color: #FFFFFF; }
/* h2: 列表页面的日志标题,包括置顶和普通 */
h2	{ Padding: 4px 0; Border-Bottom: 1px dashed #356520; }
/* h3: 浏览页面的日志标题 */
h3	{ Color: #356520; Font-Size: 14px; Font-Weight: Bold; }
/* h4: 列表页面的浏览全文 */
h4	{ Margin: 2px 0; }
/* h5: 搜索页面的关键字 */
h5	{ Color: #356520; Font-Weight: Bold; }
h5 span { Color: #068D46; Font-Size: 14px; Font-Weight: Bold; Margin: 0 3px; Text-Decoration: Underline; }
/* h6: 友情链接页面,Tags页面 */
h6	{ Margin: 0 0 8px 0; Border-Bottom: 1px solid #DBEFC1; Font-Weight: Bold; Font-Size: 14px; Color: #356520; }
div,p,ul,li { Padding: 0; Margin: 0; }
Table,TR,TD,Form,Input,Textarea,Select {
	Margin: 0;
	Padding: 0;
	Font-Size: 12px;
	Vertical-Align: Middle;
	Font-Family: Tahoma, Verdana, Arial, Helvetica, Sans-Serif;
}
.Alert		{ Color: #FF6600; }
.Green		{ Color: #008000; }
.Blue		{ Color: #356520; }
.Gray		{ Color: #92B861; }
.Georgia	{ Font-Family: Georgia, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; }
.Bold		{ Font-Weight: Bold; }
.Pointer	{ Cursor: Pointer; }
.Space1		{ Margin: 0 0 0 5px; }
.Space2		{ Margin: 0 5px; }
a			{ color: #356520; text-decoration: none; }
a:hover		{ color: #0C72A2; background: #ffffcc; border-bottom: 1px solid #ddddaa; }
.clearboth	{ clear: both; height: 0; font-size: 0; overflow: hidden; }
/* 页面顶部 */
Div#HeaderBlock {
	Background: #6AAA4E url(Images/headerbg.gif) Repeat-X;
	Height: 110px;
	Border-Top: 5px solid #222D2D;
	Color: #D16683;
	Text-Align: center;
/*background:url(http://shared.ydstatic.com/images/skins/jieri/childrenday2010/youdaoskin.jpg) no-repeat center top;*/
}
Div#HeaderBlock Div.HeaderTop {
	Width: 840px;
	Height: 80px;
	Margin: 0 auto;
}
Div#HeaderBlock Div.HeaderLeft {
	Float: Left;
	Width: 600px;
}
Div#HeaderBlock Div.HeaderRight {
	Background: url(Images/headersearchbg.png) no-repeat;
	Float: Right;
	Width: 200px;
}
Div#HeaderBlock Div.HeaderSearch {
	margin-top: 2px;
	Height: 32px;
}
input.HeaderSearchText {
	width: 130px;
	border: 1px solid #6AA94E;
	color: #333333;
	padding: 3px;
}
input.HeaderSearchBtn {
	background: none;
	border: none;
	color: #FFF;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 3px;
	cursor: Pointer;
}
Div#HeaderBlock Div.HeaderBottom {
	Width: 840px;
	height: 30px;
	margin: 0 auto;
	position: relative;
}
Div#HeaderBlock Div.TopMenu {
	Position: Absolute;
	Right: 0;
	Bottom: 0;
}
Div#HeaderBlock Div.TopMenu .TopMenuSpace {
	display: none;
}
Div#HeaderBlock Div.TopMenu li {
	List-Style-Type: none;
	float: left;
	height: 30px;
	width: 80px;
	background: url(Images/navtabr.png) top right no-repeat;
	margin: 0 3px;
	white-space: nowrap;
}
Div#HeaderBlock Div.TopMenu li a {
	Display: Block;
	background: url(Images/navtabl.png) top left no-repeat;
	border: 0;
	Padding: 0 10px;
	font-weight: bold;
	line-height: 30px;
	Text-Decoration: None;
	Color: #356520;
}
Div#HeaderBlock Div.TopMenu li a:hover { Color: #529B31; }
/* 主体部分 */
Div#MainLayout {
	Width: 840px;
	Margin: 0 Auto;
	Text-Align: Left;
}
/* Center-核心部分 */
Div#CenterBlock {
	Float: Left;
	Width: 580px;
}
Div#CenterMain {
	Padding: 10px 0;
	Overflow: Hidden;
}
/* 置顶日志列表部分 */
div.LogListMode	{ Margin: 0 0 5px 1px; Color: #356520; Font-Size: 14px; Color: #356520; }
Div.TopLogTitle { }
Div.TopLogInfo {
	Text-Align: Right;
	Margin: 5px;
	Color: #356520;
}
/* 普通日志列表部分 */
Div.LogListTitle {
	Margin: 15px 0 5px 0;
}
Div.LogListInfo1,Div.LogViewInfo {
	Margin: 5px 0;
	Color: #333333;
}
Div.LogListInfo2 {
	Border-Top: 1px solid #DBEFC1;
	Border-Bottom: 3px solid #DBEFC1;
	Background: #F3FCE6;
	Margin: 5px 0;
	Padding: 15px 0;
}
Div.LogListInfo2 a { color: #789D47; font-weight: bold; text-decoration: underline; }
Div.LogListInfo2 a:hover { color: #466A18; }
/* 日志浏览 */
Div.LogContent {
	Font-Size: 14px;
	Margin: 5px 0;
	Padding: 0;
}
Div.LogTag {
	Margin: 10px 0;
}
Div.NearLog {
	Margin: 10px 0 5px 0;
	Padding-Bottom: 5px;
}
Div#LogPwdDiv p.LogPwd {
	Margin: 0;
	Padding: 5px 0 0 0;
	Color: #356520;
}
Div.LogPwdTitle {
	width: 330px;
	Background: #FFFFFF;
	border-left: 3px solid #C4E59A;
	border-bottom: 1px dashed #C4E59A;
	padding: 2px 0;
	margin: 3px 0 6px 0;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	Color: #356520;
}
Div.TopLogBrief,Div.LogBrief,Div.LogContent {
	Overflow: Hidden;
	Word-Wrap: Break-Word;
	Margin: 0 0 8px 0;
	Color: #222222;
	Line-Height: 25px;
}
Div.TopLogBrief p,Div.LogBrief p,Div.LogContent p {
	Margin: 0;
	Padding: 0;
}
Div.TopLogBrief img,Div.LogBrief img,Div.LogContent img {
	max-width: 480px;
	width: expression(this.width>480?"480px":true);
	Overflow: Hidden;
}
Div.LogTag a { Margin: 0 5px; }
Div.LogContent p{Margin:15px 0;}
/* 标题样式:Log_TColor/Log_TSize */
a.Log_TColor1:link,a.Log_TColor1:visited,a.Log_TColor1:hover { Color: #356520; }
a.Log_TColor2:link,a.Log_TColor2:visited,a.Log_TColor2:hover { Color: #356520; Font-Weight: Bold; }
a.Log_TColor3:link,a.Log_TColor3:visited,a.Log_TColor3:hover { Color: #FF0000; }
a.Log_TColor4:link,a.Log_TColor4:visited,a.Log_TColor4:hover { Color: #FF0000; Font-Weight: Bold; }
a.Log_TColor5:link,a.Log_TColor5:visited,a.Log_TColor5:hover { Color: #008000; }
a.Log_TColor6:link,a.Log_TColor6:visited,a.Log_TColor6:hover { Color: #008000; Font-Weight: Bold; }
a.Log_TColor7:link,a.Log_TColor7:visited,a.Log_TColor7:hover { Color: #000000; }
a.Log_TColor8:link,a.Log_TColor8:visited,a.Log_TColor8:hover { Color: #000000; Font-Weight: Bold; }
.Log_TSizeS { Font-Family: Verdana; Font-Size: 14px; }
.Log_TSizeB { Font-Family: Verdana; Font-Size: 18px; }
/* 评论部分 */
.CommentTop			{ padding: 3px;margin-bottom: 5px; margin-left: 12px; color: #C97D05; font-size: 14px; Font-Weight: Bold; text-align: left; }
.CommentBlock		{ width: 575px; Margin: 3px Auto 10px Auto; }
.CommentLeft		{ float: left; width: 50px; Text-Align: center; padding: 5px 0; color: #333333; }
.CommentMain		{ float: left; width: 525px; Overflow: Hidden; }
.CommentBody		{ Margin-left: 20px; padding: 10px; border: 1px dashed #DBEFC1; background: #F3FCE6; }
.CommentInfo		{ Text-Align: left; color: #333333; margin-bottom: 10px; }
.CommentDifferent .CommentBody { border: 0; background: #F8FEF5; }
.CommentAuthor		{ Font-weight: Bold; }
.CommentTime		{ Font-Family: Georgia, Tahoma, Verdana, Arial, Helvetica, Sans-Serif; Margin: 0 0 0 5px;}
.CommentContent		{ color: #333333; }
.CommentContent p	{ Margin: 0; padding: 0; line-height: 20px;}
.CommentReply		{ Margin: 5px 0 1px 0; Padding: 5px 0; Color: #305096; Text-Align: Left; }
.CommentReply p		{ Margin: 0; padding: 0; line-height: 20px; }
.NoComment			{ background: #F3FCE6; border-top: 1px solid #DBEFC1; border-bottom: 2px solid #DBEFC1; padding: 10px; color: #789D47; font-weight: bold; }
/* 留言部分 */
.GBTop			{ border: 1px solid #A9C9E2;padding: 3px;Margin-bottom: 5px; background: #F7FAFD; color: #2F468F; Font-Weight: Bold; }
.GBBlock		{ width: 98%; Margin: 3px Auto 10px Auto;border-bottom:1px dashed #DBEFC1; background: #F3FCE6; }
.GBDifferent	{ background: #F8FEF5; }
.GBInfo			{ padding: 5px 0; }
.GBContent		{ padding: 5px; Color: #222222;}
.GBContent p	{ Margin: 0; padding: 0; line-height: 20px;}
.GBReply		{ Margin: 5px 0 1px 0; Padding: 0; Color: #305096; Text-Align: Left; }
.GBReply p		{ Margin: 0; Padding: 0; }
.GBFooter		{ clear:both; }
/* 签写评论,签写留言部分 */
.WriteBlock			{ Margin: 5px 0; border: 2px solid #DBEFC1; Line-Height: 150%; }
.WriteTitle			{ padding: 5px; background: #F8FEF5 url(Images/commentbg.gif) left bottom repeat-x; color: #356520; font-weight: bold;}
.WriteMain			{ background: #EFFCE8; color: #356520; }
.WriteMain p		{ clear: both; Margin: 0; Padding: 5px 0 0 0; }
.WriteMain label	{ Float: Left; Width: 80px; Text-Align: Right; Padding: 2px 0; Font-Weight: Bold;}
.WriteMain .sure	{ Margin: 0 5px !important; Margin: 0; }
div#SaveInfo {
	Background: #FFFFEB;
	Border: 1px solid #FAD446;
	Padding: 5px 10px;
	Margin: 5px 0;
	Color: #555555;
	Clear: both;
}
/* 侧栏部分 */
Div#SideBlock1 {
	Float: Right;
	Width: 240px;
	Overflow: Hidden;
	background: #EAFBE2 url(Images/ico_home.gif) top center no-repeat;
	padding-top: 105px;
	Color: #356520;
}
Div.SideBorder {
	border: 2px solid #DBEFC1;
	background: #FFFFFF url(images/sideborderbg.gif) repeat-x bottom right;
	margin: 5px 0;
}
Div.SideTitle {
	Margin: 5px 8px 3px 8px;
	Padding: 2px;
	Border-Bottom: 1px solid #DBEFC1;
	Font-Size: 14px;
	Font-Weight: Bold;
}
Div.SideTitle Span {
	Margin: 0 0 0 8px;
	Font-Size: 12px;
}
Div.SideContent {
	Margin: 3px 8px;
	Font-Size: 12px;
}
Div.SideContent ul {
	Padding: 0;
	Margin: 0;
}
Div.SideContent ul li {
	List-Style-Type: None;
	Padding: 0;
	Margin: 6px 0 0 0;
}
Div.SideContent ul.Count li {
	Display: Block;
	Background: url(Images/arrow1.gif) Left Center No-Repeat;
	Padding-Left: 18px;
}
Div.SideContent ul.LogClass li {
	Display: Block;
	Background: url(Images/arrow2.gif) No-Repeat 0 0;
	Padding: 1px 0 0 20px;
}
Div.SideContent ul.Hot li,Div.SideContent ul.Best li,Div.SideContent ul.Comment li,Div.SideContent ul.GB li,Div.SideContent ul.Archive li {
	Display: Block;
	Background: url(Images/arrow3.gif) No-Repeat 0 5px;
	Padding-Left: 15px;
}
#SearchForm p {
	Margin: 0 0 5px 0;
	Padding: 0;
}
#SearchForm Label {
	Float: Left;
	Width: 55px;
	Margin: 3px 0 0 0;
	Padding: 0;
	Text-Align: Right;
}
Div#SideClear {
	Clear: Right;
}
Div.SideTitle a		{ Text-Decoration: None; Color: #356520; }
Div.SideContent a	{ Text-Decoration: None; Color: #356520; }
ul.LogoLink li {
	float: left;
	width: 100px;
	Display: Block;
}
ul.TextLink li {clear: both;}
/* 页面底部部分 */
Div#BottomBlock {
	Width: 840px;
	Margin: 10px Auto 5px Auto;
	Text-Align: Left;
}
Div#BottomBlock Div.BottomTitle {
	Font-Size: 14px;
	Font-Weight: Bold;
	Color: #356520;
	Padding: 10px 0 0 0;
}
Div#BottomBlock Div.BottomContent {
	Padding: 5px;
	Font-Size: 12px;
}
Div#BottomBlock Div.BottomContent ul {
	Margin: 0;
	Padding: 0;
	Line-Height: 25px;
}
Div#BottomBlock Div.BottomContent li {
	Display: Inline;
	List-Style-Type: None;
	Padding: 0 10px 0 0;
}
Div#FooterBlock {
	background: #FFFFFF url(Images/footerbg.gif) repeat-x;
	border-top: 1px solid #ABD596;
	padding-bottom: 5px;
	Margin: 5px Auto 0 Auto;
	Font-Size: 12px;
}
Div#FooterBlock Div.CopyRight {
	Width: 840px;
	Margin: 0 Auto;
	Padding: 4px;
	Color: #356520;
	Text-Align: Right;
	Border-Top: 2px solid #DBEFC1;
}
Div#FooterBlock Div.CopyRight-Left {
	Float: Left;
	Width: 500px;
	Padding: 4px;
	Color: #356520;
	Text-Align: Left;
}
Div#FooterBlock Div.CopyRight-Right {
	Float: Right;
	Padding: 4px;
	Color: #356520;
	Text-Align: Right;
}
Div#FooterBlock p {
	Margin: 0;
	Padding: 0;
}
/* 表单样式 */
input.text,textarea.textarea,select {
	Padding: 2px 3px;
	Margin: 0px 5px;
	Border: 1px solid #DBEFC1;
	Background: #F3FCE6;
	Color: #333333;
}
input.middletext	{ Width: 180px; }
input.mintext		{ Width: 120px; }
input.numtext		{ Width: 50px; }
input.writenew		{ Width: 280px; }
input.readonly		{ Color: #AAAAAA; }
textarea.writenew	{ Width: 450px; Height: 120px; }
input.ActionBtn,input.LoginBtn {
	Background: #F2FBFF url(Images/actionbtn.gif) No-Repeat;
	Border: 0px;
	Width: 100px;
	Height: 28px;
	Padding: 0;
	Margin: 5px 4px;
	Color: #356520;
	Font-Weight: Bold;
}
/* Tip提示效果 */
a.Tip:link,a.Tip:visited,a.Tip:hover,a.Tip:active {Font-Weight: Bold; Font-Family: Helvetica; Color: #068D46; Text-Decoration: None;}
#TipBox{
	Position: Absolute;
	Visibility: Hidden;
	Top: 0;
	Left: 0;
	Background: #F8FFE7;
	Border: 1px solid #ADCD3C;
	/* Width: 150px; */
	Padding: 3px;
	Line-Height: 18px;
	Z-Index: 100;
	Color: #416B2E;
}
/* 分页样式 */
Div#Paginate {
	/* Width: 100%; */
	Margin: 1px 0px;
	Padding: 3px 0px;
}
Div#Paginate A.PageInfo,Div#Paginate A.TotalPage {
	Background: #F6FDF3;
	Border: 1px solid #C4E59A;
	Margin-Right: 1px;
	Padding: 2px 5px;
	Vertical-Align: Middle;
	Color: #59770E;
}
Div#Paginate A.PageInfo:hover,Div#Paginate A.TotalPage:hover {
	Text-Decoration: None;
}
Div#Paginate A.FirstPage,Div#Paginate A.LastPage,Div#Paginate A.PrevPage,Div#Paginate A.NextPage,Div#Paginate A.GoToPage,Div#Paginate A.Out {
	Background: #F6FDF3;
	Border: 1px solid #C4E59A;
	Margin-Right: 1px;
	Padding: 2px 5px;
	Vertical-Align: Middle;
	Color: #59770E;
	Text-Decoration: None;
	Cursor: Pointer;
}
Div#Paginate A.FirstPage:hover,Div#Paginate A.LastPage:hover,Div#Paginate A.PrevPage:hover,Div#Paginate A.NextPage:hover,Div#Paginate A.GoToPage:hover,Div#Paginate A.Over {
	Background: #F6FDF3;
	Border: 1px solid #C4E59A;
	Margin-Right: 1px;
	Padding: 2px 5px;
	Vertical-Align: Middle;
	Color: #59770E;
	Text-Decoration: None;
	Cursor: Pointer;
}
Div#Paginate A.CurrentPage {
	Margin-Right: 1px;
	Padding: 2px 5px;
	Vertical-Align: Middle;
	Color: #59770E;
	Padding: 2px 5px;
	Text-Decoration: None;
	Font-Weight: Bold;
}
Div#Paginate Input {
	Border: 1px solid #659b28;
	Width: 30px;
	Padding: 2px;
	Margin-Bottom: 1px;
}
Div#Paginate select.PageSelect {
	Width: 80px;
	Margin-Bottom: 1px;
}
.PageLoading {
	Background: #FFFFEB;
	Border: 1px solid #FAD446;
	Padding: 5px 10px;
	Margin: 5px 0 5px 12px;
	Color: #555555;
	text-align: Left;
}
/* 其他页面样式 */
Div.ShowOther {
	Overflow: Hidden;
	Word-Wrap: Break-Word;
	Margin: 0;
	Padding: 5px;
	Line-Height: 230%;
}
Div.ShowOther li{
	Word-Wrap: Break-Word;
	display: inline;
	height: 14px;
	list-style-type: none;
	margin: 0px;
	padding:0 10px 0 0;
}

/* UBB部分 */
Div.UBBDiv {
	Border: 1px solid #6A8DBE;
	Border-left: 3px solid #6A8DBE;
	Background: #F7FAFD;
}
Div.UBBTitle {
	Padding: 5px 0 0 5px;
}
Div.UBBTitle Img {
	Margin: 0px 2px 0 0px;
}
Div.UBBContent {
	Padding: 6px;
	line-height: 160%;
}
Div.UBBContent textarea {
	Width: 450px;
	Margin-Bottom: 2px;
	Padding: 3px;
}
Div.UBBDiv Div.Quote {
	Border-Top: 1px dashed #DBEFC1;
	/*Font-Style: Italic;*/
	Color: #356520;
}
/* Tag样式 */
a.TagLow:link, a.TagLow:visited, a.TagLow:hover {
	Margin: 10px;
	Font-Weight: Bold;
	Color: #789D47;
	Font-Size: 14px;
}
a.TagMid:link, a.TagMid:visited, a.TagMid:hover {
	Margin: 10px;
	Font-Weight: Bold;
	Color: #789D47;
	Font-Size: 20px;
}
a.TagHigh:link, a.TagHigh:visited, a.TagHigh:hover {
	Margin: 10px;
	Font-Weight: Bold;
	Color: #789D47;
	Font-Size: 25px;
}
/* Link样式 */
span.ApplyLink {
	font-weight: bold;
	Color: #FF6600;
	margin:0 2px;
}
a.ShowLink:link, a.ShowLink:visited, a.ShowLink:hover {
	Margin: 10px;
	Font-Weight: Bold;
	Color: #789D47;
	Font-Size: 14px;
}
/* 日历部分Css样式表 */
Table.CalendarTable { Text-Align: Center; Color: #356520; }
.PrevYear			{ Padding-Right: 5px; Font-Family: Verdana; Font-Size: 10px; }
.PrevMonth			{ Padding-Right: 5px; Font-Family: Verdana; Font-Size: 10px; }
.NextYear			{ Padding-Left: 5px; Font-Family: Verdana; Font-Size: 10px; }
.NextMonth			{ Padding-Left: 5px; Font-Family: Verdana; Font-Size: 10px; }
Tr.CalendarWeek		{ Color: #356520; }
Td.CalendarToday	{ Color: #068D46; }
/* 日历链接自样式 */
Table.CalendarTable A.CalendarTodayTip:link, Table.CalendarTable A.CalendarTodayTip:visited, Table.CalendarTable A.CalendarTodayTip:hover, Table.CalendarTable A.CalendarTodayTip:active { Color: #068D46; Text-Decoration: UnderLine;}
Table.CalendarTable A.CalendarOtherTip:link, Table.CalendarTable A.CalendarOtherTip:visited, Table.CalendarTable A.CalendarOtherTip:hover, Table.CalendarTable A.CalendarOtherTip:active { Color: #356520; Text-Decoration: UnderLine;}
/* 日历助手列表部分 */
Td.CalAsstTd {
	Background: url(Images/arrow3.gif) 0 7px No-Repeat;
	Border-Top: 1px dashed #C1CBDD;
	Font-Size: 12px;
	Font-Family: Tahoma;
	Color: #555555;
	Text-Align: Left;
	Padding: 3px 0 0 13px;
}
Div.CalAsstDiv {
	Overflow-X: Hidden;
	Overflow-Y: Scroll;
}
Div.CalAsstDiv p {
	Margin: 0;
	Padding: 5px 0 0 0;
}
