/*
CSS Credit: http://www.dreaminlake.com
*/
html,body{
    overflow-x: hidden;}
body {
	margin: 0;
	padding: 0;
	line-height: 1.5em;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #494234;
	word-wrap: break-word;
	background-image: url(images/dreaminlake_body_bg.png);
	width: 100%;
	min-width: 100%;
    position: relative;
    word-break: break-all;
}

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,font,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td{
	margin:0;
	padding:0;
	border:0;
	outline:0;
	word-wrap: break-word;
}
fieldset,img{
	border:0;
}
li{
	list-style:none;
}
i{
	font-style:normal;
}
body,td,button,select,input,textarea{
	color:#333;
	font:12px/1.5 Arial,"宋体",sans-serif;
}
.clearfix:after{
	content:'\0020';
	display:block;
	height:0;
	clear:both;
}
.clearfix{
	zoom:1;
}
a,{
	cursor:pointer;
	color:#000;
	text-decoration:none;
	outline:none;
}

a:link, a:visited {
	color: #191815;
	text-decoration: none;
	font-weight: normal;
	font-style: italic;
}
a:active, a:hover {
	color: #191815;
	text-decoration: underline;
}

p {
	margin: 0px;
	padding: 0px;
	text-align: justify;
}

img {
	margin: 0px;
	padding: 0px;
	border: none;
	max-width: 100%;
}

.cleaner {
	clear: both;
	width: 100%;
	height: 0px;
	font-size: 0px;
}

.cleaner_h10 {
	clear: both;
	width:100%;
	height: 10px;
}
.cleaner_h20 {
	clear: both;
	width:100%;
	height: 20px;
}
.cleaner_h30 {
	clear: both;
	width:100%;
	height: 30px;
}
.cleaner_h40 {
	clear: both;
	width:100%;
	height: 40px;
}
.cleaner_h50 {
	clear: both;
	width:100%;
	height: 50px;
}
.cleaner_h60 {
	clear: both;
	width:100%;
	height: 60px;
}

.divider {
	clear: both;
	padding-bottom: 15px;
	margin-bottom: 30px;
	background: url(images/dreaminlake_horizontal_divider.jpg) bottom repeat-x;
}

.fl { float: left; }
.fr { float: right; }

.m_right { margin-right: 30px; }

.button_01 a {
	display: block;
	width: 120px;
	height: 22px;
	padding: 4px 0 0 0;
	background: url(images/dreaminlake_button_01.jpg) no-repeat;

	color: #dcc673;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
}

h1 {
	margin: 0px;
	padding: 2px 0;
	font-size: 30px;
	font-weight: bold;
}

h2 {
	margin: 0 0 15px 0;
	padding: 2px 0 10px 0;
	font-size: 26px;
	font-weight: normal;
	color: #494234;
	font-style: italic;
	border-bottom: 2px solid #494234;
}

h3 {
	margin: 0 0 10px 0;
	padding: 2px 0 15px 0;
	font-size: 26px;
	font-weight: normal;
	color: #f5d96c;
}

h4 {
	margin: 0px;
	padding: 0px;
	font-size: 14px;
	font-weight: bold;
}

h5 {
	display: block;
	margin: 0;
	padding: 10px 0px;
	width: 280px;
	height: 45px;
	font-size: 18px;
	font-weight: normal;
	text-align: center;
	letter-spacing: 2px;
	background: url(images/dreaminlake_footer_box_top.jpg) no-repeat;
}

.image_wrapper {
	margin-top: 3px;
	margin-bottom: 5px;
}

.fl_image {
	float: left;
	margin-right: 20px
}

.fr_image {
	float: right;
	margin-left: 20px
}

.list_01 {
	margin: 0 0 20px 40px;
	padding: 0px;
}

.list_01 li {
	margin: 0;
	padding: 0 0 15px 0;
	list-style-image: url(images/dreaminlake_list_icon.png);
	text-decoration: underline;
}

.list_01 li a {
	font-style: normal;
	text-decoration: underline;
}

#dreaminlake_container {
	position: relative;
	width: 900px;
	margin: 0 auto;
	background: url(images/dreaminlake_container_top.jpg) top left no-repeat;
}

#dreaminlake_container #container_bottom {
	position: absolute;
	width: 900px;
	height: 460px;
	bottom: 0px;
	left: 0px;
	background: url(images/dreaminlake_container_bottom.jpg) no-repeat;
}

#dreaminlake_container #bulb {
	position: absolute;
	right: 0px;
	top: 0px;
	width: 300px;
	height: 180px;
	background: url(images/dreaminlake_light_off.png) no-repeat;
}

#dreaminlake_container #bulb:hover {
	background: url(images/dreaminlake_light_on.png) no-repeat;
}

/* site title bar */

#dreaminlake_site_title_bar {
	width: 960px;
	height: 150px;
	padding: 0 10px;
}

#dreaminlake_site_title_bar  #site_title {
	float: left;
	width: 400px;
	margin-left: 150px;
	padding: 50px 0 0 0;
	text-align: left;
}

#site_title h1 a {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
	font-size: 30px;
	color: #947c58;
	font-weight: bold;
	text-decoration: none;
	font-style: normal;
}

#site_title h1 a:hover {
	font-weight: bold;
	text-decoration: none;
}

#site_title h1 span {
	display: block;
	margin-top: 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #ada393;
	line-height: 15px;
	font-weight: normal;
}

/* end of site title bar */

/* menu */

#dreaminlake_menu {
	clear: both;
	width: 750px;
	height: 128px;
	padding: 0 65px 0 85px;
	background: url(images/dreaminlake_menu_bg.png) no-repeat;
}

#dreaminlake_menu ul {
	margin: 0px;
	padding: 30px 0 0 20px;
	list-style: none;
}

#dreaminlake_menu ul li {
	padding: 0px;
	margin: 0px;
	display: inline;
}

#dreaminlake_menu ul li a {
	float: left;
	display: block;
	padding: 0 20px;
	font-size: 14px;
	font-style: italic;
	text-align: center;
	font-weight: bold;
	text-decoration: none;
	color: #4f483a;
	outline: none;
}

#dreaminlake_menu_div{
	text-align:right;
	margin: 0 33px 0 0;
}

#searchform>#s {
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
	border-radius: 15px;
	font-size: 14px;
	line-height: 1.2em;
	border: 1px solid #d2d2d2;
	color: #ddd;
    padding: 2px 4px;
    outline: #d2d2d2;
}
input::placeholder { color: #a8a8a8; }
#dreaminlake_menu li a:hover, #dreaminlake_menu li .current {
	color: #2f291d;
}

/* end of menu */

/* content */
#dreaminlake_content {
	clear: both;
	position: relative;
	width: 680px;
	padding: 0 105px 0 125px;
	background: url(images/dreaminlake_content_bg.png) repeat-y;
}

#content_bottom {
	clear: both;
	width: 900px;
	height: 105px;
	background: url(images/dreaminlake_content_bottom.png) no-repeat;
}

#dreaminlake_content .section_w670 {
	clear: both;
	width: 670px;
}

.section_w670 p {
	margin-bottom: 15px;
}

.section_w330 {
	width: 330px;
}

.section_w330_content {
	margin-right: 30px;
}

.contact_section {
	width: 230px;
	height: 150px;
	padding: 60px 50px 0 50px;
	background: url(images/dreaminlake_contact_bg.png) no-repeat;
}

#dreaminlake_content_siderbar {
	margin-top: 30px; padding: 0 10px;
	overflow: hidden;
}

.node {
	font-size: 14px; line-height: 21px;
	margin: 0; padding: 19px 19px 25px 20px;
	border-right: 1px dotted #d7d7d7;
	width: 170px; height: auto;
	float: left;
}

.node.last { border: none; }
.node h3 { margin: 0 0 9px 0; }
.node h3, .node h3 a { color: #4d4d4d; }
.node ul {
	display: inline-block;
	width: 175px;
	white-space:nowrap;
	word-break:keep-all;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* end of content */

/* pages*/
.dreaminlake_pages{
	padding:10px;
	zoom:1;
	overflow:hidden;
}
.dreaminlake_pages ul{
	font-family:Arial;
	overflow:hidden;
}
.dreaminlake_pages li{
	margin:0 5px 0 0;float:left;}
.dreaminlake_pages li a{
	width:23px;
	height:23px;
	display:block;
	text-align:center;
	text-decoration:none;
	line-height:23px;
	background:#fff;
	border:1px solid #000;
	color:#000;
}
.dreaminlake_pages li a:hover{
	border:1px solid #31aff0;
	color:#31aff0;
}
.dreaminlake_pages li.current a{
	border:1px solid #31aff0;
	color:#31aff0;
}
/* end pages*/

/* comment*/
#comments{
	margin-top:10px;
}
#comments h4{
	font-size:14px;
	font-weight:bold;
	padding:10px 0;
}
ol.comment-list,ol.comment-list ol{
	margin:0;
	list-style:none;
	background:#D6BB86;
}
ol.comment-list ol{
	padding-top:10px;
	background:#D6BB86;
}
ol.comment-list li{
	margin:0;
	border:1px dotted #ccc;
	padding:10px 15px;
	margin-top:10px;
	overflow:hidden;
	background:#D6BB86;
}
ol.comment-list li.comment-odd{
	background:#D6BB86;
}
ol.comment-list li.comment-by-author{
	border:1px solid #D6BB86;
}
ol.comment-list li .comment-reply{
	text-align:right;
	background:#D6BB86;
}
ol.comment-list li .comment-reply a{
	border:none;
	background:#D6BB86;
}
.comment-meta{
	padding-bottom:8px;
	/*border-bottom:1px dashed #eee;*/
	color:#999;
	font-size:11px;
}
.comment-author{
	display:block;
	font-size:15px;
}
.comment-author cite.fn{
	font-style:normal;
}
.comment-body{
	overflow:hidden;
}
img.avatar{
	/*display:none;*/
	float:left;
	margin:6px 10px 0 0;
}
.respond{margin-top:20px;
}
.respond p{
	padding:5px 0;
	clear:both;
}
ol.comment-list li .respond{
	border-top:1px solid #ddd;
	padding-top:10px;
}
#comment_form{
	padding-right:8px;
}
.respond .cancel-comment-reply{
	float:right;
	font-size:11px;
}
#comment_form label{
	font-size:12px;
	display:block;
	line-height:23px;
}
#comment_form label .required{
	color:#C04E37;
	padding-left:5px;
	font-size:14px;
}
#comment_form .text{
	float:left;
	border:1px solid #ddd;
	width:100%;
	padding:5px 2px;
}
#comment_form textarea{
	width:100%;
	height:120px;
	border:1px solid #ddd;
	padding:5px 2px;
}
#comment_form .submit{
	border:1px solid #ccc;
	background:#f1f1f1;
	color:#000;
	height:30px;
	width:150px;
	cursor:pointer;
}

/* end comment*/

/* footer */
#dreaminlake_footer {
	clear: both;
	width: 750px;
	height: 41px;
	padding: 15px 65px 15px 85px;
	text-align: center;
	background: url(images/dreaminlake_footer_bg.png) no-repeat;
	color: #ac9058;
}

#dreaminlake_footer a {
	font-weight: normal;
	color: #ac9058;
	text-decoration: underline;
	font-style: normal;
}

#dreaminlake_footer a:hover {
	color: #FFFFFF;
	text-decoration: none;
}

#dreaminlake_footer .footer_menu {
	margin: 0 0 5px 0;
	padding: 0px;
	list-style: none;
}

.footer_menu li {
	margin: 0px;
	padding: 0 20px;
	display: inline;
	border-right: 1px solid #ac9058;
}

.footer_menu .last_menu {
	border: none;
}

@media (max-width:768px){

#dreaminlake_container {
    max-width: 100%;
    background-position-x: -80px;    
}
#dreaminlake_container #bulb,#dreaminlake_container #bulb:hover {
    background-position-x: 80px;
}
#dreaminlake_site_title_bar {
    width: 100%;
    box-sizing: border-box;
}
#dreaminlake_site_title_bar #site_title {
    width: 100%;
    margin: 0;
    text-align: center;
}
#dreaminlake_menu {
    width: 100%;
    padding: 0;
    background-position-x: -80px;
}
#dreaminlake_menu ul {
    padding: 30px 0 0 0;
}
#dreaminlake_menu ul li a {
    padding: 0 25px;
}
#dreaminlake_content {
    background-position-x: -80px;
    box-sizing: border-box;
    padding: 0;
    width: 100%;
}
#dreaminlake_content .section_w670 {
    width: 100%;
    padding: 10px 25px;
    box-sizing: border-box;
}
#content_bottom {
        position: absolute;
        width: 100%;
        background-position-x: -100px;
    }
#dreaminlake_content_siderbar {
    display: none;
}

#dreaminlake_footer {
    width: 100%;
    padding: 15px;
    box-sizing: border-box;
    height: auto;
}
.dreaminlake_pages {
    padding: 10px 25px;
}
#comments {
    padding: 0 25px;
}
}
@media (max-width:500px){
#dreaminlake_menu ul li a {
    padding: 0 15px;
}
#dreaminlake_content .section_w670 {
    padding: 10px 15px;
}
#dreaminlake_container {
    background-position-x: -100px;    
}
#dreaminlake_container #bulb,#dreaminlake_container #bulb:hover {
    background-position-x: 100px;
}
#dreaminlake_menu {
    background-position-x: -100px;
}
#dreaminlake_content {
    background-position-x: -100px;
}
#content_bottom {
        background-position-x: -100px;
    }
.dreaminlake_pages {
    padding: 10px 15px;
}
#comments {
    padding: 0 15px;
}
}
/*隐藏子分类*/
.category-child {
    display: none;
}
/* end of footer */