.footer{ width:100%; height:200px; background:#333; margin:auto; margin-top:10px;}
#blogTitle h1{ width:100%;}
#blogTitle h1 a{ color: #1fa6e6;text-shadow:none; width:100%;}
#blogTitle h2{ color:#999; text-shadow:none;}
#Header1_HeaderTitle{ font-size:32px; color:red;}
#navigator #navList li a{ color:#f67d42;text-shadow:none;}
#home{z-index:1000;width:1124px; }
#home #main{min-width:380px; }
#home #mainContent{ width:70%;}
#home #sideBar{ width:25%; margin-left:72%;}
#footer{ display:none;}
body{ background:#e4e4e4;-webkit-tap-highlight-color: rgba(0,0,0,0);}



@media screen and (max-width: 600px) {
#blogTitle h1{ width:100%;}
#blogTitle h1 a{ color: #1fa6e6;text-shadow:none; width:100%; font-size:1.5em;}
#blogTitle h2{ color:#999; text-shadow:none; margin-left:3em; margin-top:1em;}
#home{ width:94%;}
#home #main{min-width:380px; }

#home #mainContent{ width:100%;}
#home #sideBar{display:none}
#navigator{height:100px;}
.cnblogs_code{ border:none;}
}
@media screen and (max-width: 400px) {
#home{ width:94%;}

#home #mainContent{ width:100%; }
#home #main{ min-width:320px;}
#navigator{height:100px;}
.cnblogs_code{ border:none;}
.dayTitle a{ font-size:12px; font-weight:100;}
.day{ margin:10px 8px 5px 8px; padding:0;}
}
@media screen and (max-width: 320px) {
#home{ width:94%;}

#home #mainContent{ width:100%; }
#home #main{ min-width:300px;}
#navigator{height:100px;}
.cnblogs_code{ border:none;}
.dayTitle a{ font-size:12px; font-weight:100;}
.day{ margin:10px 10px 5px 5px; padding:0;}
}