::selection { background-color: #E13300; color: white; }
::-moz-selection { background-color: #E13300; color: white; }
body {
	font-family: "Courier New", Monaco, "微软雅黑";
        background: url("https://7xihp9.com1.z0.glb.clouddn.com/Yosemite.jpg") repeat-y;
        background-size: 100% 100%;
        background-attachment: fixed;
}
#header { margin-top: -30px; }
#sideBar * { background: transparent; }
#sideBar h3.catListTitle { padding-left: 10px; border-left: 5px solid #21759b;transition: all 0.4s linear 0s; }
#home {
    width: 80%;
    background: rgba(255,255,255,0.9);
    margin-top: 35px;
    margin-bottom: 35px;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
   box-shadow: 0 0 15px #888888;
}

#main #mainContent {
	float: right;
	margin-left: -20em;
}

#main #sideBar {
	float: left;
}



#navigator #navList {
	float: right;
}

#navigator .blogStats {
	float: left;
}


#site_nav_under,
#opt_under_post,
#google_ad_c1,
#under_post_news,
#google_ad_c2,
#under_post_kb,
#HistoryToday { display: none; }

#green_channel a {
    display: inline-block;
    padding: 6px 12px;
    color: #fff;
    text-decoration: none;
    font-weight: bold;
    cursor: pointer;
    margin: 0 5px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 0 1px 3px rgba(0,0,0,.5);
    text-shadow: 0 -1px 1px rgba(0,0,0,.25);
    vertical-align: middle;
}

.author_avatar {
   border-radius: 50%;
}