﻿/*
样式名:night
日期:08-11-21
作者:zly
*/

/*定义滚动条,原非VIP主题无需定义*/
html {

}

/*网页背景色和背景图像*/
body {
	background:#000000 url(bgall.jpg) no-repeat fixed center bottom;
}

/*主内容区普通文字颜色,不包括头部和尾部*/
#main .content{color: #ffffff;}

/*默认链接样式,不包括头部和尾部*/
#main a {
	color: #ffff99;
	text-decoration: none;
}

/*链接鼠标over时的样式*/
#main a:hover {
	color: #ffcc00;
	text-decoration: underline;/*是否下划线*/
}

/*****************************************头部****************************************************/

/*头部背景和高度*/
#header {
	background:#000000 url(bg_top.gif) no-repeat;
	height:238px;/*如果导航条和头部图片分开的，这个数值等于头部加导航条的高度*/
}
/*计数器位置*/
#jsq {
	right: 10px;/*离右边的距离*/
	bottom:40px;/*离下边的距离*/
}

/*博客主副标题颜色*/
#header h1,#header h1 a,#header h2{
color:#FFFFFF;

}

/*主导航条*/
#main_nav_box {
	left: 0px;/*离左边的距离*/
	bottom: 0px;/*离下边的距离*/
	height:34px;/*导航条高度*/
	line-height:34px;/*行高,和容器高度相同可使文字垂直居中*/
	background: url(../none);
}
/*主导航条链接颜色*/
#main_nav_box a, #main_nav_box a:visited {
	color: #ffffff;
	text-decoration: none;/*有无下划线*/
	font-weight: bold;/*字体加粗*/
}
/*导航条链接鼠标hover颜色*/
#main_nav_box a:hover{
	color: #ffcc00;
}


/*****************************************全局内容盒子样式****************************************************/

/*所有内容容器边框颜色*/
.box .content {	border: 1px solid #666666;}
.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_02.gif) repeat-x right top;
}
#main .box h5,#main #sidbar_wrap .first h5 {
	/*定义左边短背景*/
	background: url(part_head_01.gif) no-repeat left top;
	height: 21px;
	line-height: 21px;
	color: #ffffff;/*所有模块标题颜色*/
}
/*清除所有模块标题小图标,如果不想要小图标,就把下面的注释去掉*/
/*#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;
}


#main .dairy_box h3 a{
	text-decoration: none;
	color: #ffcc00;
}

/*****************************************日志样式****************************************************/

/*日志标题--内页日记标题*/
#main .diary dt a,#main .dairy_box h3 a{
	color: #ffff99;
	text-decoration: none;
}
#main .diary dt a:hover,#main .dairy_box h3 a:hover{
	color: #ffcc00;
	text-decoration: underline;
}
/*首页日志标题下划线*/
.diary .text {
	border-top: 1px solid #cccccc;
	margin: 4px 0;
	line-height: 18px;
	padding: 12px 0;
	border-bottom: 1px dashed #cccccc;
}

/*内页日志标题下划*/
.dairy_box h3{border-bottom: 1px solid #cccccc;}
.dairy_info{border-top: 1px dashed #cccccc;}

/*内页侧栏背景*/

/*#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 #999999;
	background: #666666;color: #cccccc;
}
/*定义鼠标悬浮和当前相册背景颜色*/
#main .playlist dl:hover,#main .playlist dl.current {
	background: #333333;border:1px solid #666666;
}
/*定义鼠标悬浮和当前相册和文字颜色*/
#main .playlist dl:hover *,#main .playlist dl.current *{
	color: #d6d6d6;
}


/*相册首页-列表边框样式*/
.album_list .album_td {
	border: 1px solid #ffffff;

}
/*相册首页-更多相册分隔线颜色*/
.album .more_album {
	border-bottom: 1px solid #ffffff;
}

/*子相册首页侧栏更多相册样式,根据样式进行适当配色*/

.album1{
	background:#333333; /*定义相册框阴影颜色*/
	border: 1px solid #333333; /*定义相册框阴影边框颜色*/
}
.album2{
	border: 1px solid #333333; /*定义相册框边框颜色*/
	background: #666666; /*定义相册框背景颜色*/
	}

/*首页我要留言*/
/*#main a.wyly {
	position: relative;
	top: -10px;
	color: #FFFFFF;
	font-weight: normal;
}*/


/*音乐查看页-----侧栏*/

#main .fx input{
	color: #333366;
}

#main #my_music_s {background: none}/*清除音乐列表所有背景*/


/***********音乐列表样式*************/

/*列表头颜色,请自定义一个与主题相匹配的颜色*/
#main caption {
	background: #333333;
}

/*表格头样式,请自定义一个与主题相匹配的颜色*/
#main .music_main thead {
	background: #666666;
	color:#ffffff;
}
#main .mtb tbody tr:hover * {
	color: #000000;
	background: #999999;
}
/*分隔行颜色,默认为无颜色*/
#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;
}

/*日历*/
.calendar caption{background:#333333;}
#main .calendar .today{background:#666666;color: #ffffff;}
#main .calendar .get a {color: #ff6600;}
