﻿@charset "utf-8";


/******header 头部文件********/
.yuan_header, .yuan_nav, .yuan_container, .yuan_footer{
	width:1024px;
	margin:0 auto;
}
.yuan_header{
	height:145px;
	position:relative;
	background:url(images/head_bg.jpg) no-repeat 0 0;/*头部背景色替换*/
}
.fn_info{
	/*头左部标题栏*/
	position:absolute;
	/*双人园样式
	top:30px;
	left:30px;*/
	
	/*家族园样式*/
	top:15px;
	left:185px;
	padding-top:20px;
	width:650px;
	height:100px;
	background:url(images/jiazu_titbg.png) no-repeat 0 0;
	_behavior: url("images/iepngfix.htc");
	text-align:center;
	
	/*主题园样式
	top:30px;
	left:30px;*/
	
	/*事件园样式
	top:30px;
	left:30px;*/
}
.fn_info .zhuti_ico{
	/*主题园独有图标*/
	display:none;
	float:left;
	width:90px;
	height:90px;
	background:url(images/zhuti_ico.png) no-repeat 0 0;
	_behavior: url("images/iepngfix.htc");
}
.fn_info .info_one{
	height:50px;/*标题高度*/
}
.fn_info .info_one .info_one_lt{
	/*双人园独有图标 左*/
	display:none;
	float:left;
	width:26px;
	height:50px;
	background:url(images/double_left.png) no-repeat 0 0;
	_behavior: url("images/iepngfix.htc");
}
.fn_info .info_one .info_one_rt{
	/*双人园独有图标 右*/
	display:none;
	float:left;
	width:26px;
	height:50px;
	background:url(images/double_right.png) no-repeat 0 0;
	_behavior: url("images/iepngfix.htc");
}
.fn_info .info_one h1{
	/*float:left;双人、主题、事件园特有*/
	color:#f5dfa6;/*标题颜色*/
	font-size:30px;
	padding:0 5px;
	display:inline;
	line-height:50px;
	font-family:"微软雅黑";
}
.fn_info .info_one .info_zi{
	/*float:left;双人、主题、事件园特有*/
	color:#eece9f;/*标题纪念园字颜色*/
	font-size:30px;
	line-height:50px;
	font-family:"微软雅黑";
}
.fn_info .info_numadd{
	/*园号、网址*/
	/*float:left;双人、主题、事件园特有*/
	padding-left:10px;/*双人特有*/
	color:#f5dfa6;
	line-height:30px;
}

.rt_info{
	/*头右部标题栏*/
	float:left;
	text-align:right;
	line-height:24px;
	padding-top:25px;
	padding-left:830px;
	color:#f5dfa6;
}
.rt_info .rt_rt{
	float:right;
	clear:both;
}
.rt_info .rt_rt a{
	color:#f5dfa6;
}

/******勋章介绍******/
.medal_box{
	float:right;
}
.medal_box li{
	float:left;
	padding:0 2px;
	position:relative;
}
.medal_box li .effect{
	position:absolute;
	top:25px;
	right:-10px;
	border:#c6c6c6 1px solid;
	width:310px;
	height:75px;
	text-align:left;
	background:#ffffff;
}
.medal_box li .effect .h_icon{
	float:left;
	padding:8px;
}
.medal_box li .effect .arrow_t{
	position:absolute;
	width:14px;
	height:8px;
	top:-8px;
	left:13px;
	background:url(../../images/medal/arrow_t.gif) no-repeat 0 0;	
}
.medal_box li .effect .h_info{
	color:#414141;
}
.medal_box li .effect .h_info h4{
	line-height:33px;
	font-size:14px;
}
.medal_box li .effect .h_info .h_desc{
	line-height:18px;
}


/******导航******/
.yuan_nav{
	height:38px;
	line-height:38px;
	font-size:14px;
	font-weight:bolder;
	color:#ffecaa;/*斜线和文字颜色统一*/
	text-align:center;
	background:url(images/nav_bg.jpg) no-repeat 0 0;/*导航背景色或背景图片替换*/
}
.yuan_nav a{
	padding:0 10px;
	color:#ffecaa;/*连接文字颜色*/
}
.yuan_nav a:hover{
	color:#ffecaa;/*鼠标移动过后文字颜色*/
}

.yuan_nav .cur{
	color:#ffecaa;/*当前页面文字颜色*/
}


/******yuan_container 主体部分框架********/
.yuan_container{
	position:relative;
	height:680px;
}
/******首页******/
.index_bg{
	background:url(images/container_bg.jpg) no-repeat 0 0;/*首页背景替换*/
}
/*双人园*/
.double_box{
	display:none;
	width:500px;
	height:430px;
	position:absolute;
	top:30px;
	left:270px;
}
.double_box .zhe_one{
	width:250px;
	float:left;
	text-align:center;
}
.double_box .zhe_one .frame{
	width:212px;
	margin:0 auto;
	height:272px;
}
.double_box .zhe_one .frame img{
	padding:30px 30px;
	width:150px;/*头像宽度设置*/
}
.double_box .zhe_one .frame .photo_frame{
	text-align:center;
	background:url(images/photo_frame.gif) no-repeat 0 0;/*头像背景替换*/
	width:212px;
	height:272px;
	position:absolute;
}
.double_box .zhe_one .title{
	text-align:center;
	font-size:14px;
	font-weight:bolder;
	padding-top:25px;
	color:#000000;/*名称颜色设置*/
}
.double_box .zhe_one .date{
	font-size:14px;
	height:30px;
	line-height:30px;
	text-align:center;
	width:250px;
	color:#000000;/*时间颜色设置*/
}

/*家族园*/
.jiazu_box{
	display:block;
	width:120px;
	height:200px;
	position:absolute;
	top:480px;
	right:120px;
}
.jiazu_box .ancestral{
	width:20px;
	padding-top:30px;
	color:#000000;
	font-weight:bolder;
	float:right;
}
.jiazu_box .name{
	font-size:16px;
	line-height:18px;
	padding-top:20px;
	color:#000000;
	font-weight:bolder;
	width:30px;
	float:right;
}
.jiazu_box .creater{
	width:20px;
	float:right;
	font-weight:bolder;
	color:#000000;
	padding:110px 10px 0 0;
}

/*主题园*/
.zhuti_box{
	display:none;
}
.zhuti_box .zhuti_title{
}
.zhuti_box .zhuti_photo{
}

/*事件园*/
.shijian_box{
	display:none;
}
.shijian_box .zhuti_title{
}
.shijian_box .zhuti_photo{
}

/*墓志铭 双人、家族必有*/
.epitaph{
	position:absolute;
	bottom:386px;/*墓志铭上边距设置*/
	left:3px;
	text-align:center;
	width:100%;
	height:40px;
	line-height:40px;
	font-weight:bolder;
	color:#ffffff;/*墓志铭字体颜色设置*/
	font-size:18px;
	/*background:url(images/user_bg.png) no-repeat top center;时间背景图片设置*/
	/*_behavior: url("images/iepngfix.htc");*/
}


/******单人馆显示信息******/
.hide_infor{
	display:none;/*普通馆显示 个性馆隐藏*/
	width:200px;/*普通馆左边信息宽度替换*/
	height:550px;/*普通馆左边信息上边距替换*/
	position:absolute;
	top:38px;/*普通馆左边信息上边距替换*/
	left:70px;/*普通馆左边信息左边距替换*/
	background:url(images/left_introbg.png) no-repeat 0 0;/*普通馆左边信息背景图替换*/
	_behavior: url("images/iepngfix.htc");
}
.hide_infor .infor_img{
	/*普通馆左边信息照片设置*/
	text-align:center;
	padding-top:58px;
	padding-left:50px;
	width:105px;
	height:140px;
}
.hide_infor .infor_list{
	/*普通馆左边信息设置*/
	line-height: 23px;
    margin: 0 auto;
    padding-left: 50px;
    padding-top: 30px;
    width: 155px;
}


/******园区介绍******/
.story_bg{
	background:url(images/container_bg1.jpg) no-repeat 0 0;/*园区介绍背景替换*/
}
.story_box{
	/*园区介绍盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.bread_route{
	/*面包屑导航文字设置*/
	color:#000000;
	font-weight:bolder;
	font-size:14px;
	line-height:42px;
	height:42px;
}
.story_box .pull_box{
	/*园区介绍下拉高度设置*/
	margin-top:10px;
	line-height:24px;
	color:#000000;
	overflow-y:auto;
	height:450px;
}

.story_theme{
	/*主题介绍*/
	display:block;
	position:absolute;
	top:120px;
	left:70px;
	width:148px;
	text-align:center;
	font-weight:bolder;
}
.story_theme .photo_bg{
	padding:2px;
	width:125px;
	height:125px;
	border:#7f4001 1px solid;/*边框颜色设置*/
	line-height:125px;
	font-size:110px;
	background:#ffffff;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.story_theme .photo_bg img {
	max-width: 125px;
    _width:expression(this.width > 125? "125px":this.width );
    max-height: 125px;
    _height:expression(this.width > 125? "125px":this.width );
    vertical-align:middle;
}
.story_theme .text{
	line-height:30px;
	font-size:14px;
	font-weight:bolder;
}
.story_theme .text a{
	color:#000000;/*字体颜色设置*/
}

/******园区成员******/
.add_park{
	background:url(images/container_bg2.jpg) no-repeat 0 0;/*加入园区背景替换*/
}
.park_box{
	/*园区成员盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}

.pro_list {
	/*园区成员列表*/
    padding:20px;
}
.pro_list li {
    background:#FFFFFF;
    border: 1px solid #D7D7D7;
    display: inline;
    float: left;
    height: 165px;
    margin-bottom: 10px;
    margin-left: 50px;
    position: relative;
    width: 224px;
}
.pro_list li .pro_tit {
    left: -5px;
    position: absolute;
    top: -5px;
}
.pro_list li .title {
    font-weight: bolder;
    height: 28px;
    padding-left: 70px;
    padding-top: 15px;
}
.pro_list li .image {
    float: left;
    padding-left: 15px;
    text-align: center;
    width: 90px;
}
.pro_list li .text {
    float: left;
    line-height: 21px;
}
.pro_list li .in_look {
    background: url(images/btn_bg.gif) no-repeat scroll 0 -159px transparent;
    color: #7D0000;
    display: block;
    height: 22px;
    text-indent: -999px;
    width: 85px;
}

/******回忆相册******/
.img_bg{
	background:url(images/container_bg3.jpg) no-repeat 0 0;/*回忆相册背景替换*/
}
.img_delbg{
	background:url(images/container_bg4.jpg) no-repeat 0 0;/*回忆相册详细页背景替换*/
}
.photo_box{
	/*回忆相册盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.photo_album{
	/*回忆相册列表设置*/
}
.photo_album li{
	float:left;
	text-align:center;
	padding:10px;
}
.photo_album li .photo_href{
	position:static;
	+position:absolute;
	top:50%;
}
.photo_album .photo_bg{
	padding:2px;
	width:130px;
	height:130px;
	border:#85553d 1px solid;/*下边框颜色设置*/
	background:#ffffff;
	line-height:130px;
	overflow:hidden;
	position:relative;
	text-align:center;
}
.photo_album .photo_bg img{
	max-width: 130px;
    _width:expression(this.width > 130? "130px":this.width );
    max-height: 130px;
    _height:expression(this.width > 130? "130px":this.width );
    position:static;
    +position:relative;
    top:-50%;
    left:-50%;
    vertical-align:middle;
}
.photo_album:after {
	content:".";
	font-size:1px;
	visibility:hidden;
}
.photo_album li .tit{
	line-height:30px;
	color:#000000;/*字体颜色设置*/
}
.photo_album li .tit a{
	color:#000000;/*字体颜色设置*/
}

.photo_theme{
	display:block;/*有主体则显示*/
	position:absolute;
	top:120px;
	left:70px;
	width:148px;
	text-align:center;
	font-weight:bolder;
}
.photo_theme .photo_bg{
	padding:2px;
	width:125px;
	height:125px;
	border:#7f4001 1px solid;/*边框颜色设置*/
	line-height:125px;
	font-size:110px;
	background:#ffffff;
	text-align:center;
	display:table-cell;
	vertical-align:middle;
}
.photo_theme .photo_bg img {
	max-width: 125px;
    _width:expression(this.width > 125? "125px":this.width );
    max-height: 125px;
    _height:expression(this.width > 125? "125px":this.width );
    vertical-align:middle;
}
.photo_theme .text{
	line-height:30px;
	font-size:14px;
	font-weight:bolder;
}
.photo_theme .text a{
	color:#874601;/*字体颜色设置*/
}

.photo_box .app_title{
	display:block;/*普通馆隐藏 个性馆则显示*/
	color:#953501;/*文字颜色设置*/
	border-bottom:#953501 1px solid;/*下边框颜色设置*/
	font-size:14px;
	font-weight:bolder;
	line-height:30px;
	margin-top:10px;
}

.upimg_btn{
	/*回忆相册上传照片按钮*/
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:50px;
	right:80px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.upimg_btn a{
	color:#ffffff;/*字体颜色设置*/
}
.upimgdel_btn{
	/*回忆相册详细页上传照片按钮*/
	display:block;
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:300px;
	left:100px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.upimgdel_btn a{
	color:#ffffff;/*字体颜色设置*/
}

.photo_delbox{
	/*回忆相册详细页盒子*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
}
.photo_containers .switch {
    height:85px;/*相片列表滚轮高度设置*/
}
.photo_containers .switch .left_icon, .photo_containers .switch .right_icon{
	/*相片列表滚轮小图标位置*/
    display: inline;
    float: left;
    padding:12px 0 0 10px;
    text-indent: -9999px;
    width:25px;
}
.photo_containers .switch .left_icon a{
    background:url(images/sprite.gif) no-repeat 0 0;/*相片列表滚轮左小图标定位*/
    display: block;
    height: 38px;
    width: 15px;
}
.photo_containers .switch .left_icon a:hover{
    background:url(images/sprite.gif) no-repeat 0 -38px;/*相片列表滚轮左小图标定位*/
}
.photo_containers .switch .right_icon a{
    background:url(images/sprite.gif) no-repeat 0 -76px;/*相片列表滚轮右小图标定位*/
    display: block;
    height: 38px;
    width: 15px;
}
.photo_containers .switch .right_icon a:hover{
    background:url(images/sprite.gif) no-repeat 0 -114px;/*相片列表滚轮右小图标定位*/
}
.photo_containers .switch .switch_center{
	/*相片列表滚轮设置*/
	float: left;
    height:64px;
    overflow: hidden;
    width: 520px;
}
.photo_containers .switch .switch_center li{
	display: inline;
	float: left;
	height: 64px;
	margin: 0 14px 0 0;
	width: 60px;
}
.photo_containers .switch .switch_center li a {
    border: 1px solid #CCCCCC;/*相片列表滚轮边框颜色*/
    display: block;
	padding:1px;
	background:#ffffff;
    height: 60px;
    width: 60px;
}
.photo_containers .switch .switch_center li a:hover{
	border: 1px solid #C60;/*相片列表滚轮滑过边框颜色*/
}
.photo_containers .switch .switch_center img{
	max-width:60px;
    _width:expression(this.width > 60? "60px":this.width );
    max-height: 60px;
    _height:expression(this.width > 60? "60px":this.width );
}
.photo_containers .image {
	/*相片列表大图显示*/
    height: 420px;
    text-align: center;
    width: 600px;
	display:table-cell;
	vertical-align:middle;
	font-size:370px;
}
.photo_containers .image img{
	max-width:600px;
    _width:expression(this.width > 600? "600px":this.width );
    max-height:420px;
    _height:expression(this.width > 420? "420px":this.width );
    vertical-align:middle;
}
.image:after {
	content:".";
	font-size:1px;
	visibility:hidden;
}
.photo_containers .photo_text{
	text-align:center;
	color:#000000;/*字体颜色替换*/
	line-height:24px;
	margin-top:25px;/*相片列表详细框上边距*/
}
.photo_containers .photo_text .title{
	color:#7d0000;/*字体颜色替换*/
	font-weight:bolder;
}



/******回忆视频******/
.vid_bg{
	background:url(images/container_bg5.jpg) no-repeat 0 0;/*回忆视频背景替换*/
}
.vid_delbg{
	background:url(images/container_bg5.jpg) no-repeat 0 0;/*回忆视频详细页背景替换*/
}
.video_box{
	/*回忆视频盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}

.video_box .app_title{
	display:block;/*普通馆隐藏 个性馆则显示*/
	color:#85553d;/*文字颜色设置*/
	border-bottom:#85553d 1px solid;/*下边框颜色设置*/
	font-size:14px;
	font-weight:bolder;
	line-height:30px;
	margin-top:10px;
}
.video_album{
	/*回忆视频列表设置*/
}
.video_album li{
	float:left;
	text-align:center;
	padding:10px 5px;
}
.video_album .video_bg{
	padding:2px;
	border:#953501 1px solid;/*下边框颜色设置*/
	background:#ffffff;
}
.video_album .video_bg img{
	width:180px;/*图片宽度设置*/
}
.video_album li .tit{
	line-height:30px;
	color:#000000;/*字体颜色设置*/
}
.video_album li .tit a{
	color:#000000;/*字体颜色设置*/
}
.upvideo_btn{
	/*回忆视频上传照片按钮*/
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:50px;
	right:80px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.upvideo_btn a{
	color:#ffffff;/*字体颜色设置*/
}
.upvideodel_btn{
	/*回忆视频详细页上传照片按钮*/
	display:block;
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:50px;
	right:80px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.upvideodel_btn a{
	color:#ffffff;/*字体颜色设置*/
}

.video_theme{
	display:block;/*普通馆隐藏 个性馆有主题则显示*/
	width:145px;
	margin:0 auto;
	text-align:center;
	position:absolute;
	top:120px;
	left:70px;
}
.video_theme .video_bg{
	padding:2px;
	border:#7f4001 1px solid;/*边框颜色设置*/
	background:#ffffff;
}
.video_theme .text{
	line-height:30px;
	font-size:14px;
	font-weight:bolder;
}
.video_theme .text a{
	color:#874601;/*字体颜色设置*/
}

.video_delbox{
	/*回忆视频详细页盒子*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.video_delbox .vadio_zs{
	text-align:center;
	padding:12px 0;
}

.video_delbox .vadio_text{
	text-align:center;
	color:#000000;/*字体颜色替换*/
	line-height:24px;
	margin-top:5px;/*相片列表详细框上边距*/
}
.video_delbox .vadio_text .title{
	color:#7d0000;/*字体颜色替换*/
	font-weight:bolder;
}




/******追忆文选******/
.article_bg{
	background:url(images/container_bg6.jpg) no-repeat 0 0;/*追忆文选背景替换*/
}

.article_box{
	/*追忆文选盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.article_list{
	margin-top:10px;
}
.article_list li{
	float:left;
}
.article_list .nav{
	background:#5c2a02;/*追忆文选标题背景颜色*/
	height:24px;
	line-height:24px;
	color:#ffffff;/*追忆文选标题文字颜色*/
	text-align:center;
	font-weight:bolder;
}
.article_list .list{
	background:url(images/line_bot.gif) repeat-x left bottom;/*追忆文选列表下划线*/
	height:34px;/*追忆文选列表行高*/
	line-height:34px;/*追忆文选列表行高*/
	text-align:center;
}
.article_list .list a{
	color:#000000;/*追忆文选文字颜色*/
}
.article_list .tit{
	/*追忆文选 文章名称*/
	padding-left:15px;
	text-align:left;
	width:270px;
}
.article_list .num{
	/*追忆文选 序号*/
	width:50px;
}
.article_list .date{
	/*追忆文选 发表时间*/
	width:85px;
	text-align:center;
}
.article_list .author{
	/*追忆文选 发表会员ID*/
	width:90px;
	text-align:center;
}
.article_list .ship{
	/*追忆文选 情感关系*/
	width:85px;
}

.uparticle_btn{
	/*追忆文选发表按钮*/
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:50px;
	right:80px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.uparticle_btn a{
	color:#ffffff;/*字体颜色设置*/
}
.uparticledel_btn{
	/*追忆文选发表按钮*/
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:10px;
	right:80px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.uparticledel_btn a{
	color:#ffffff;/*字体颜色设置*/
}

.articledel_box{
	/*追忆文选内容盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.articledel_box .app_news{
	/*追忆文选内容头部标题*/
	text-align:center;
	margin-top:5px;
}
.articledel_box .app_news h1{
	/*追忆文选内容标题*/
	font-size:21px;
	font-weight:bolder;
	color:#000000;
}
.articledel_box .app_news .date{
	/*追忆文选内容日期*/
	margin-top:15px;
	font-size:14px;
}
.articledel_box .pull_box{
	/*追忆文选内容设置高度盒*/
	margin-top:15px;
	height:380px;
	line-height:21px;
	overflow-y:auto;
}
.articledel_box .updown{
	/*追忆文选翻书按钮*/
	line-height:30px;
	text-align:right;
	margin-top:10px;
}
.add_article{
	/*发表追忆文选*/
	width:100%;
	margin-top:5px;
	background:#ffffff;/*背景色*/
	border:#ccc 1px solid;/*边框色*/
}
.add_article .tit{
	display:block;/*普通馆隐藏 个性馆则显示*/
	line-height:32px;
	height:32px;
	background:#f3f3f3;
}
.add_article .tit td{
	border-bottom:#e5e5e5 1px solid;/*下边框色*/
	color:#7d0000;/*文字色*/
	font-weight:bolder;
	padding-left:20px;
}
.add_article .txt{
	height:100px;/*标题高度*/
	border-bottom:#e5e5e5 1px solid;/*下边框色*/
}
.add_article .editor{
	height:300px;/*编辑器高度*/
}
.add_article .enter{
	/*编辑器确定盒*/
	height:40px;
	text-align:center;
	background:#f3f3f3;
	border-top:#e5e5e5 1px solid;
}
.add_article .enter .int_btn{
	/*编辑器确定按钮*/
	background: url(images/change_bg.gif) repeat-x 0 0;
    border: 1px solid #B7B7B7;
    font-weight: bolder;
    text-align: center;
	width:50px;
	height:24px;
	line-height:24px;
	display:inline-block;
	margin:0 5px;
}


/******祭拜记录******/
.worship_bg{
	background:url(images/container_bg7.jpg) no-repeat 0 0;/*祭拜记录背景替换*/
}

.worship_box{
	/*祭拜记录盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.worship_list li{
	padding:0 5px;
	font-size:14px;
	color:#000000;
	background:url(images/line_bot.gif) repeat-x left bottom;/*祭拜记录列表下划线*/
	height:46px;/*祭拜记录列表行高*/
	line-height:46px;/*祭拜记录列表行高*/
}
.worship_list li .lw_tit{
	font-weight:bolder;
	color:#9d080d;/*祭拜物文字颜色*/
}
.upworship_btn{
	/*我要祭拜按钮*/
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:50px;
	right:100px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.upworship_btn a{
	color:#ffffff;/*字体颜色设置*/
}

/******追思留言******/
.message_bg{
	background:url(images/container_bg8.jpg) no-repeat 0 0;/*追思留言背景替换*/
}

.message_box{
	/*追思留言盒子设置*/
	width:675px;
	height:535px;
	padding:0 30px;
	position:absolute;
	top:40px;
	right:50px;
	background: url(images/cont_bg.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
}
.message_list .pull_down{
	height:300px;
	overflow-y:auto;
}
.message_list li{
	/*追思留言设置*/
	background:url(images/line_bot.gif) repeat-x left bottom;/*背景下划线*/
	padding:5px 0;
}
.message_list li .tit{
	line-height:30px;/*标题行高设置*/
	color:#333;/*字体颜色设置*/
}
.message_list li .tit .date{
	font-family:"宋体";
	margin-left:5px;
}
.message_list li .eds{
	text-indent:24px;
	line-height:24px;
	color:#333;/*字体颜色设置*/
}

.publish_box{
	height:135px;
	width:100%;
	margin-top:5px;
}
.publish_box .edit_box{
	height:100px;
	background:#ffffff;
}
.publish_box .edit_btn{
	padding:5px 0;
	text-align:right;
}
.publish_box .edit_btn button{
	background:url(images/btn_bg.gif) no-repeat -49px 0;
	width:67px;
	height:25px;
	border:0;
}

.upmessage_btn{
	/*追思留言发表按钮*/
    font-size: 14px;
	text-align:center;
	position:absolute;
	top:130px;
	right:250px;
	background: url(images/btn_bg5.png) no-repeat scroll 0 0 transparent;
	_behavior: url("images/iepngfix.htc");
    width:148px;
    height:29px;
    line-height:28px;
}
.upmessage_btn a{
	color:#ffffff;
}

/******按钮******/
.btn_demo{
	background:url(images/btn_bg5.png) no-repeat 0 0;/*制作生命传记按钮背景图替换*/
	_behavior: url("images/iepngfix.htc");
	line-height:24px;
}
.btn_demo a{
	color:#ffffff;/*字体颜色设置*/
}

/******yuan_footer 尾部文件********/
.yuan_footer{
	height:130px;
	background:url(images/foot_bg.jpg) repeat-x 0 0;/*尾部图片替换*/
	color:#ffffff;/*尾部信息文字设置*/
	text-align:center;
}
.footer_infor{
	line-height:24px;
	color:#ffffff;/*尾部信息文字设置*/
	padding-left:300px;
	padding-top:20px;
}
.footer_infor span{
	padding:0 5px;
}
.footer_infor span a{
	color:#ffffff;
}
.acolor{
    color:#ffffff;
}

.oper_btn{
	width:32px;
	height:24px;
	display:block;
	line-height:24px;
	text-align:center;
	background:url(images/btn_bg4.png) no-repeat;
	_behavior: url("images/iepngfix.htc");
}

/******翻页******/
.page_turn{
	clear:both;
	text-align:right;
	margin-top:15px;
	line-height:22px;
}
.page_turn a{
	color:#333333;
	margin:0px 3px;
}
.page_turn a span{padding:2px 3px; border:1px solid #333333}
.page_turn a span.cur{background-color:#666666; color:#ffffff}

.page_turn .btn_go{
	width:30px;
	height:20px;
}


/********* 音乐播放器 ********/
.music_box{
	width:168px;
	margin:0 auto;
	line-height:20px;
	position:relative;
	text-align:left;
}
.music_box .music_title{
	background:url(/Resource/images/music_bg.gif) no-repeat 0 0;
	padding-left:30px;
	width:138px;
	color:#414141;
	text-align:left;
	white-space: nowrap; 
	overflow:hidden;
	cursor:pointer;
}
.music_box .music_list{
	position:absolute;
	width:168px;
	height:170px;
	bottom:20px;
	left:0;
}
.music_box .music_list .alpha_bg{
	position:absolute;
	width:168px;
	height:170px;
	background:#a4a4a4;
	filter:alpha(opacity=50);
	-moz-opacity:0.5;
	opacity: 0.5;
}
.music_box .music_list .music{
	position:absolute;
	margin:11px;
	background:#ffffff;
}
.music_box .music_list .music img{
	float:left;
}
.music_box .music_list .music .list{
	clear:both;
	width:145px;
	height:132px;
	overflow-y:auto;
}
.music_box .music_list .music .list li{
	padding-left:10px;
	width:115px;
	list-style-type:inside;
	white-space: nowrap; 
	overflow:hidden;
}
.music_box .flash_play{
    text-indent:-9999px;
    position:absolute;
    top:-999px;
}