body {
	color: #000;
	background: rgba(218, 210, 222, 0.67);
    background-image: url(https://images.pexels.com/photos/106567/pexels-photo-106567.jpeg?w=940&h=650&auto=compress&cs=tinysrgb);
    background-size: 100%;
    background-repeat: no-repeat;
    background-position:0 -150px;
    background-attachment:fixed;
    font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size:14px;
	min-height: 101%;
}

#header a:link {
	color: whitesmoke;
	text-decoration: none;
}
#header a:visited {
	color: whitesmoke;
	text-decoration: none;
}
#header a:hover {
	color: #F60;
	text-decoration: underline;
}
#header a:active {
	color: black;
	text-decoration: none;
}

#blogTitle {
	height:70px;background: rgba(255, 255, 255, 0);
	clear: both;
}

#blogTitle h1 {
	font-size: 150%;
	font-weight: bold;
    font-family: "Comic Sans Ms",cursive,sans-serif;
	line-height: 1.5;
	margin-left: 1em;
	margin-top: 10px;
	width: 50%;
	float: left;
    text-shadow: 0 0 10px #255834,
    0 0 20px #fff,
    0 0 30px #fff,
    0 0 40px #5cc384,
    0 0 70px #4a8862,
    0 0 80px #44815c,
    0 0 100px #467e5b,
    0 0 150px #275338;
}

#navigator {
	background-color: rgba(48, 38, 52, 0.68);
	height: 60px;line-height: 60px;overflow: hidden;
	clear: both;
        border-radius: 6px;
}

#blog-comments-placeholder,#topics{
    background-color: rgba(237, 237, 237, 0.9);
     border-radius: 6px;
}

#comment_form{
    background-color: rgba(237, 237, 237, 0.9);
    border-radius: 6px;
}

#cnblogs_c1{
    display: none;
}

#cnblogs_c2{
    display: none;
}

#ad_t2{
     display: none;
}

#kb_block{
    display:none
}

#under_post_news{
    display:none
}

#under_post_kb{
    display:none
}