﻿/*
样式名:flower
日期:08-11-24
作者:zly
*/

/*定义滚动条,原非VIP主题无需定义*/
html {

}

/*网页背景色和背景图像*/
body {
background: url(bgall.jpg) no-repeat fixed center top;
background-color: #232323;
	
}

/*主内容区普通文字颜色,不包括头部和尾部*/
#main .content{color: #ffffff;}
#main {}
/*默认链接样式,不包括头部和尾部*/
#main a {
	color: #b4e1fa;
	text-decoration: underline;
}

/*链接鼠标over时的样式*/
#main a:hover {
	color: #ffffff;
	text-decoration: none;/*是否下划线*/
}

/*****************************************头部****************************************************/

/*头部背景和高度*/
#header {
	background: url(bg_top.jpg) no-repeat;
	height: 120px;/*如果导航条和头部图片分开的，这个数值等于头部加导航条的高度*/
}
/*计数器位置*/
#jsq {
	right: 15px;/*离右边的距离*/
	bottom:45px;/*离下边的距离*/
}

/*博客主副标题颜色*/
#header h1,#header h1 a,#header h2{
	color:#eaf1fe;
}

/*主导航条*/
#main_nav_box {
	left: 0px;/*离左边的距离*/
	bottom: 2px;/*离下边的距离*/
	height:25px;/*导航条高度*/
	line-height:25px;/*行高,和容器高度相同可使文字垂直居中*/
	background: url(part_head_middle.gif) no-repeat;
}
/*主导航条链接颜色*/
#main_nav_box a, #main_nav_box a:visited {
	color: #ffffff;
	text-decoration: none;/*有无下划线*/
	font-weight: bold;/*字体加粗*/
}
/*导航条链接鼠标hover颜色*/
#main_nav_box a:hover{
	color: #4ebcfb;
	text-decoration: none; /*underline;*/
}


/*****************************************全局内容盒子样式****************************************************/

/*所有内容容器边框颜色，不设置背景色将为透明底*/
.box .content {	border: 1px solid #ff9000;
background: #232323;
}
.box {margin-bottom:10px;}/*盒子下边距*/

/*不设置半透明背景*/
#main .boxbg{
	display: none;
}

/*隐藏容器底部,如需显示图角样式可开启*/
#main .end{display:none;}


/*标题背景和标题颜色*/

#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: 22px;
	line-height: 22px;
	color: #effbff;/**** * 所有模块【标题】颜色*/
}
/*清除所有模块标题小图标,如果不想要小图标,就把下面的注释去掉*/
/*#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视频、音乐录制标题大文字颜色*/
#main .box h5 a{color: #fff;}

/*相册浏览次数文字颜色*/
h5 .album_info {color: #fff;}
/*查找好友文字距离*/
.firend .box_t{padding-right:60px;}

/*****************************************日志样式****************************************************/

/*日志标题--内页日记标题*/
#main .diary dt a,#main .dairy_box h3 a{
	color: #effbff;
	text-decoration: none;
}
#main .diary dt a:hover,#main .dairy_box h3 a:hover{
	color: #99e8ff;
	text-decoration: underline;
}
/*首页日志标题下划线*/
.diary .text {
	border-top: 1px solid #cfe7fd;
	margin: 4px 0;
	line-height: 18px;
	padding: 12px 0;
	border-bottom: 1px dashed #cfe7fd;
}

/*内页日志标题下划*/
.dairy_box h3{border-bottom: 1px solid #bcf0ff;}
.dairy_info{border-top: 1px dashed #bcf0ff;}

/*内页侧栏背景*/

/*#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 #3b4147;
	background: #323538;color: #c4e3ff;
}
/*定义鼠标悬浮和当前相册背景颜色*/
#main .playlist dl:hover,#main .playlist dl.current {
	background: #345662;border:1px solid #fc9103;
}
/*定义鼠标悬浮和当前相册和文字颜色*/
#main .playlist dl:hover *,#main .playlist dl.current *{
	color: #ffffff;
}


/*相册首页-列表边框样式*/
.album_list .album_td {
	border: 1px solid #f6a95f;

}
/*相册首页-更多相册分隔线颜色*/
.album .more_album {
	border-bottom: 1px solid #f6a95f;
}

/*子相册首页侧栏更多相册样式,根据样式进行适当配色*/

.album1{
	background:#333333; /*定义相册框阴影颜色*/
	border: 1px solid #333333; /*定义相册框阴影边框颜色*/
}
.album2{
	border: 1px solid #333333; /*定义相册框边框颜色*/
	background: #666666; /*定义相册框背景颜色*/
}
	



/*音乐查看页-----侧栏 网址地址框中文字*/

#main .fx input{
	color: #bb330a;
}

#main #my_music_s {background: none}/*清除音乐列表所有背景*/


/***********音乐列表样式*************/

/*列表头颜色,请自定义一个与主题相匹配的颜色*/
#main .music_box caption,#main #my_music_s caption,.calendar caption{
	background: #333333;
}

/*表格头样式,请自定义一个与主题相匹配的颜色*/
#main .music_main thead,#main #my_music_s thead,.calendar thead{
	background: #d87c05;
}

#main .mtb tbody tr:hover * {
	background: #FEE2BC;
}
/*分隔行颜色,默认为无颜色*/
#main .rbg {
	background:none;
}
/*音乐列表行下划线*/
.mtb tbody td{
	border-bottom: 1px solid #ebebeb;
}

/*侧栏管理工具三个大按钮*/
#main .side_tools a,#main .side_tools a:visited{
	color:#ff6000;
	text-decoration: none;
}
#main .side_tools a:hover{
	color: #71c8ff;
}


/*日历*/
.calendar caption{background:#ff7112;}
#main .calendar .today{background:#ff7e00;color: #ffffff;}
#main .calendar .get a {color: #ff7e00;}
