﻿@charset "utf-8";

/*网页背景色和背景图像*/
body {
	background:#ffffff;
}
#main{
	background:#f5f5f0 url(bg.gif) repeat-x fixed center top;
}
/*主内容区普通文字颜色,不包括头部和尾部*/
#main .content{color: #333333;}

/*默认链接样式,不包括头部和尾部*/
#main a {
	color: #666666;
	text-decoration: underline;
}

/*链接鼠标over时的样式*/
#main a:hover {
	color: #000000;
	text-decoration: none;/*是否下划线*/
}

/*****************************************头部****************************************************/

/*头部背景和高度*/
#header {
	height:122px;/*如果导航条和头部图片分开的，这个数值等于头部加导航条的高度*/
	background: url(bg_top.jpg) no-repeat;
}
/*计数器位置*/
#jsq {
	right: 10px;/*离右边的距离*/
	bottom:40px;/*离下边的距离*/
}

/*博客主副标题颜色*/
#header h1,#header h1 a,#header h2{
color:#FFFFFF;
margin-left:10px;

}

/*主导航条*/
#main_nav_box {
	left: 0px;/*离左边的距离*/
	bottom: -5px;/*离下边的距离*/
	height:28px;/*导航条高度*/
	line-height:28px;/*行高,和容器高度相同可使文字垂直居中*/
	background: url(top_nav_middle.gif) repeat-x;
	}
/*主导航条链接颜色*/
#main_nav_box a, #main_nav_box a:visited {
	color: #ffffff;
	text-decoration: none;/*有无下划线*/
	font-weight: bold;/*字体加粗*/
	font-size:12px;
}
/*导航条链接鼠标hover颜色*/
#main_nav_box a:hover{
	color: #FF3300;
}


/*****************************************全局内容盒子样式****************************************************/

/*所有内容容器边框颜色*/
.box .content{
	border: 1px solid #b0a68f;
	background: #f5f5f0;
}
.box {margin-bottom:10px;}/*盒子下边距*/
/*隐藏容器底部,如需显示图角样式可开启*/
#main .end{display:none;}

/*

	.box div.edit span {
	height: 26px;
	line-height:26px;
	margin: 0 3px 0 6px;
	background: url(../../../images/bluewhite/editbg.gif) repeat-x;

}*/

/*标题背景和标题颜色*/

#main .box {
	/*定义右边角长背景*/
	background: url(part_head_middle.gif) no-repeat right top;
}
#main .box h5,#main #sidbar_wrap .first h5 {
	/*定义左边短背景*/
	background:url(part_head_left.gif) no-repeat left top;
	height: 22px;
	line-height: 22px;
	margin:0;
	padding:0;
	color: #666666;/*所有模块标题颜色*/
}
/*清除所有模块标题小图标,如果不想要小图标,就把下面的注释去掉*/
/*#main .box h5 .ico,#main #sidbar_wrap .first h5 .ico{background:none;}*/



/*控制标题边距*/
#main .box h5 .ico{
	padding-left:20px;
	margin-left:10px;/*标题左边距*/
}

.box .end {
	height: 10px;
	margin-bottom:5px;
}


/*相册浏览次数文字颜色*/
/*h5 .album_info {
	color: #ffcc00;
}
*/



/*****************************************博客首页样式****************************************************/

/*首页日志日期样式*/
.dairy h3 span{
	color: #333333;
	border-left: 1px solid #ffffff;/*分隔线颜色*/
	font-size: 12px;
	padding-left: 10px;
	margin-left:10px;
}
/*日志标题下划线*/
.dairy_box h3{
	border-bottom: 1px solid #999999;
}




/*内页侧栏背景*/

#main #sidbar_wrap .end {
	border-bottom: 1px solid #CCCCCC;
	width: 90%;
	margin-left:12px;
}

#main #sidbar_wrap,#main #sidbar_wrap .last {
	background:  url(../none);
	}
	


/*首页相册列表*/	

/*定义列表边框和背景*/
#main .playlist dl{
	border:1px solid #ffffff;
	background: #ffffff;
}
/*定义鼠标悬浮和当前相册背景颜色*/
#main .playlist dl:hover,#main .playlist dl.current {
	background: #999999;
}
/*定义鼠标悬浮和当前相册和文字颜色*/
#main .playlist dl:hover *,#main .playlist dl.current *{
	color: #000000;
}


/*相册首页-列表边框样式*/
.album_list .album_td {
	border: 1px solid #666666;

}
/*相册首页-更多相册分隔线颜色*/
.album .more_album {
	border-bottom: 1px solid #ffffff;
}

/*子相册首页侧栏更多相册样式,根据样式进行适当配色*/

.album1{
	background:#999999; /*定义相册框阴影颜色*/
	border: 1px solid #999999; /*定义相册框阴影边框颜色*/
}
.album2{
	border: 1px solid #999999; /*定义相册框边框颜色*/
	background: #cccccc; /*定义相册框背景颜色*/
	}



/*音乐查看页-----侧栏*/

#main .fx input{
	color: #333366;
}

#main #my_music_s {background: none}/*清除音乐列表所有背景*/


/***********音乐列表样式*************/

/*列表头颜色,请自定义一个与主题相匹配的颜色*/
#main caption {
	background:#cccccc;
}

/*表格头样式,请自定义一个与主题相匹配的颜色*/
#main .music_main thead {
	background: #999999;
	color:#ffffff;
}
#main .mtb tbody tr:hover * {
	color: #000000;
	background: #ffffff;
}
/*分隔行颜色,默认为无颜色*/
#main .rbg {
	background:none;
}
/*音乐列表行下划线*/
.mtb tbody td{
	border-bottom: 1px solid #999999;
}

/*侧栏管理工具*/
#main .side_tools a,#main .side_tools a:visited{
	color:#000000;
	text-decoration: none;
}
#main .side_tools a:hover{
	color: #FF0000;
}
/*侧栏工具_清除背景*/
/*#main .side_tools li{background: url(none);margin-bottom:10px;}*/


/*查找插入标记*/