@charset "utf-8";
/*
 * @author dongguang dongguang@staff.sina.com.cn | ldgmc@126.com
 * @msn:ldgoko@hotmail.com
 * @copyright sina.com 
 */

/*更改背景*/
body{
	background:url(bg.jpg) no-repeat center 31px #82C62E;	
}
/*链接文字颜色*/
a{
	color:#385F0A;
}
/*链文字鼠标移入颜色*/
a:hover{
	color:#990000;
}
/*标准尾样式修改(可添加底部背景图)*/
.sinaBottom {
	background:url(bottom.gif) no-repeat;
}
/*日期时间的颜色*/
.time{
		color:#595959;
}

/*标准尾白色背景时的文字颜色、链接文字颜色*/
.sinaBottom ,.sinaBottom center a,.sinaBottom div a{
	color:#555555;
}
.sinaBottom p a{
	color:#063779
}
/*标准尾黑色背景时的文字颜色、链接文字颜色
.sinaBottom ,.sinaBottom center a,.sinaBottom div a{
	color:#888888;
}
.sinaBottom p a{
	color:#8299B2
}
*/

/*---------------------------------banner-----------------------------------------------*/
/*更换banner背景、banner高度*/
.bannerLayout{
	position:relative;
	height:299px;
}
/*banner文字区域距离页面左则距离*/
.bannerLayout .bannerContent {
	left:55px;
	top:47%;
}
/*更换banner文字颜色*/
.bannerLayout .bannerContent .blogUrl,.bannerContent .blogUrl a, .link,.bannerLayout .bannerContent,.bannerLayout .bannerContent .rss a{
	color:#FFFFFF;
}

/*---------------------------------banner-end--------------------------------------------*/


/*---------------------------------menu-----------------------------------------------*/
/*更换menu背景、menu高度*/
.menuLayout{
	height:64px;
	background:url(menu.gif);
}
/*主menu的高度*/
.menuLayout .mainMenu{
	height:33px;
}
/*主menu左则用户昵称的文字颜色*/
.menuLayout .mainMenu .username{
	color:#597854;
}
/*主menu的颜色*/
.menuLayout .mainMenu a{
	color:#136403;
}
/*"博客"菜单项的颜色*/
.menuLayout .mainMenu .main,.menuLayout .mainMenu .main a{
	color:#F6FAF3;
}
/*博客"菜单项的背景图，及宽度、高度*/
.menuLayout .mainMenu .main{
	background:url(menu.gif) 0px -80px;
	width:74px;
	height:23px;
}
/*菜单项之间的竖线*/
.menuLayout .mainMenu .line{
	background:url(menu.gif) 0px -131px;
}

/*子菜单文字颜色*/
.menuSub{
	color:#F6FAF3;
}
/*子菜单的链接文字颜色*/
.menuSub a{
	color:#F6FAF3;
}
/*子菜单之间竖线的颜色*/
.menuSub .space{
	color:#F6FAF3;
}
/*---------------------------------menu-end--------------------------------------------*/


/*----------------------------------一般组件样式-----------------------------------------*/
/*各种宽度组件的Bar,Content,Bottom的背景*/
.components210 .componentBar {
	background:url(component.gif);
}
.components210 .componentContent {
	background:url(component.gif) -780px 0px;
}
.components210 .componentBottom {
	background:url(component.gif) 0px -45px;
}
.components510 .componentBar {
	background:url(component.gif) 0px -67px;
}
.components510 .componentContent {
	background:url(component.gif) -1040px 0px;
}
.components510 .componentBottom {
	background:url(component.gif) 0px -112px;
}
.components730 .componentBar {
	background:url(component.gif) 0px -134px;
}
.components730 .componentContent {
	background:url(component.gif) -1600px 0px;
}
.components730 .componentBottom {
	background:url(component.gif) 0px -179px;
}
.components730 .componentTop{
	background:url(component.gif) 0px -180px;
}
/*组件标题、评论标题的文字颜色颜色及链接文字颜色*/
.componentBar ,.componentBar .title,.componentBar a,.commentBar,.commentBar a {
	color:#3A3A3A;
}
/*组件标题(Bar)的高度*/
.componentBar {
	height:25px;
	line-height:25px;
}
/*组件Bottom的高度*/
.componentBottom{
		height:2px;
}
/*列表类型组件前面的点*/
.list div{
	background:url(listdot.gif) no-repeat 7px 10px;
}
.componentContent .item li{
	background:transparent url(listdot.gif) no-repeat scroll 0px 10px;
}
/*”组件中灰色链接文字链接色*/
.componentContent .gray{
	color:#585858;
}

/*友情链接类型组件中 用户昵称的颜色*/
.list div p{
	color:#808080;
}
/*----------------------------------一般组件样式--end-------------------------------------*/


/*----------------------------------prearticle---------------------------------------------*/
/*文章标题的颜色*/
.prearticle .articleTitle,.prearticle .articleTitle a{
	color:#385F0A;
}


/*"置顶"两字的颜色*/
.prearticle .top{
	color:#2A2A2A;
}
/*文章管理功能的字号颜色*/
.articleTitle .manage{
	font-size:12px;
	color:#3d7800;
}
/*文章底部操作按钮之间的竖线的颜色*/
.articleUtil .space{
	color:#385F0A;
}
/*文章与文章之间虚线的颜色*/
.prearticle .articleBottom{
	border-top:1px dashed  #385F0A;
}
/*评论数，阅读数颜色*/
.articleUtil .sub {
	color:#385F0A;
}
/*文章部分tag的颜色*/
.prearticle .articleTag {
	
}
/*----------------------------------perarticle--end----------------------------------------*/

/*----------------------------------article---------------------------------------------*/
/*文章内容颜色*/
.articleContent{
	color:#2A2A2A;
}
/*文章标题下面的横线的颜色*/
.article .articleTitle {
	border-bottom:1px dashed #E7E8EA;
}
/*文章内容下方，文章信息 文字颜色*/
.articleInfo,.articleInfo a{
	color:#868686;
}
/*文章内容下方”前一篇“、“后一篇”部分 文字颜色、上边框颜色*/
.article .articleContext{
	color:#58595B;
	border-top: dashed 1px #E5E6E8;
}
/*新浪广告计划边框颜色*/
.sinaPlan{
	border: 1px solid #d5d6d8;
}
/*----------------------------------article--end----------------------------------------*/

/*----------------------------------comment---------------------------------------------*/
/*评论和发表评论标题背景图、标题*/
.comment .commentBar{	
	background:url(component.gif) 0px -200px;
	height:25px;
	line-height:25px;
}

/*评论的文字颜色--跟文章颜色一致*/
.comment .commentContent{
	color:#2A2A2A;
}
/*评论内容之间的风格线颜色*/
.comment .commentContent .citem{
	border-top:1px dashed #E6E7E9; 
}
/*评论内容中发表评论用户头像外面的边框颜色*/
.comment  .citem .userInfo .photo{
	border:1px solid #DEDEDE;
}
/*评论内容中博主回复评论 博主昵称颜色*/
.comment  .citem  .admin{

}
/*发表评论评论区域文字颜色*/
.comment .sendComment{
	color:#676767;
}
/*发表评论评论区域“收听验证码“文字颜色*/
.comment .sendComment .info a{
	color:#676767;
}
/*发表评论评论区域输入框边框颜色*/
.comment .sendComment .info input{
	border:1px solid #CDCDCD;
}
/*发表评论评论区域评论输入框边框颜色*/
.comment .sendComment .commentArea{
	border:1px solid #ccc;
}
/*----------------------------------comment--end----------------------------------------*/

/*----------------------------------articlelist---------------------------------------------*/
/*文章列表页标题链接文字颜色（与组件标题颜色保持一致就 即：.componentBar .title ）*/
.componentBar #articlelst a{
	color:#3A3A3A;
}
.componentBar .tabnormal{
}
/*文章列表也标题中各个选项卡之间的竖线颜色*/
.componentBar .tabsplit{
	color:#999;
}

/*分页上方的横线颜色*/
.componentContent .page{
	border-top:1px dashed #CCCCCC;
}
/*文章列表标题下方的下拉框下面的横虚线颜色*/
.componentContent .articlelist .listtype{
	border-bottom:1px dashed #CCC;
}
/*文章列表"编辑"、”删除“、“置顶文章”的文字颜色*/
.prearticle .admin a{
	color:#C33301;
}
/*----------------------------------articlelist--end----------------------------------------*/

/*-----------------------------------paging-------------------------------------------*/
/*白色背景的分页*/
.paging-line\.style-default\.label,
.paging-line\.style-default\.link,
.paging-line\.style-default\.current{
	border: 1px solid #CCCCCC;
	color:#646E7C;
	background-color:#FFFFFF;
}
.paging-line\.style-default\.current{
	color:#767676;
	background-color:#FFF;
}
.paging-line\.style-default\.prv {
	background: url(../../images/paging/prv_1.gif);
}
.paging-line\.style-default\.prv:hover {
	background: url(../../images/paging/prv_1_over.gif);
}
.paging-line\.style-default\.next {
	background: url(../../images/paging/next_1.gif);
}
.paging-line\.style-default\.next:hover {
	background: url(../../images/paging/next_1_over.gif);
}

/*黑色背景的分页
.paging-line\.style-default\.label,
.paging-line\.style-default\.link,
.paging-line\.style-default\.current{
	border: 1px solid #393939;
	color:#91969D;
	background-color:#252525;
}
.paging-line\.style-default\.current{
	color:#A4A4A4;
	background-color:#FFF;
}
.paging-line\.style-default\.prv {
	background: url(../../images/paging/prv_2.gif);
}
.paging-line\.style-default\.prv:hover {
	background: url(../../images/paging/prv_2_over.gif);
}
.paging-line\.style-default\.next {
	background: url(../../images/paging/next_2.gif);
}
.paging-line\.style-default\.next:hover {
	background: url(../../images/paging/next_2_over.gif);
}
*/
/*-----------------------------------paging-end------------------------------------------*/