<style>
    /*------------------整体修改-------------------------*/
     body{
        margin:0;
       padding:0;
         font-size:85%;
        color:#333;
        background-color:#ACE6E6;
     }
   a,a:link,a:visited,a:active{
        text-decoration:none;
       color:#000;
   }
   a:hover{
        color:#999;
    }
    .minyx{
        display:none;
    }
   #mySearchWrapper{
        display:none;
    }
  #itnews{
        display:none;!important
   }
  /*------------------#topMnu-----------------------*/
  #topMnu{
        width:100%;
       text-align:right;
      background-color:#009999;
      margin:0;
       padding:10px;
      float:right;
       color:#FFF;
       border-bottom:#fff 4px solid;
        word-spacing:0.5em;
   }
    #topMnu li{
        color:#55331C;
   }
     
   #topMnu a,#topMnu a:link,#topMnu a:visited,#topMnu a:active{
       color:#FFF;
    }
   #menu a,#menu a:link,#menu a:visited,#menu a:active{
        color:#FFF;
   }
   #topMnu a:hover,#menu a:hover{
       color:#FF6600;
   }
    /*----------------#menu-and---#header-----------------*/
    
   #header h1 a{
       margin-left:19px;
       padding-bottom:20px;
       width:550px;
       display:block;
        color:#FF6600;
    }
   #header h1 a:first-letter{
        font-size:1.5em;
       color:#FFF;
   }
   #header h1 small{
        margin-left:20px;
       font-size:60%;
       color:#999;
    }
    #menu{
        clear:both;
        font-size:2.5em;
        margin:0;
        padding:5px;
        padding-left:20px;
       word-spacing:1em;
        position:relative;
        top:-4px;
        background-color:#009999;
       width:600px;
        border-bottom:#fff 4px solid;
        border-right:#fff 4px solid;
        -moz-border-radius-bottomright:10px;
        -webkit-border-bottom-right-radius:10px;
    }
   #menu li.current{
        color:#00F;!import
    }
     
    /*-------一起定义menu----------*/
    #topMnu,#menu{
        list-style:none;
    }
    #topMnu li,#menu li{
        display:inline;
    }
    /*-----------------#content--------------------*/
   #content{
      background-color:#FFF;
       width:575px;
       float:left;
       -moz-border-radius-topright:10px;
      -webkit-border-top-right-radius:10px;
       -moz-border-radius-bottomright:10px;
      -webkit-border-bottom-right-radius:10px;
     border: 8px #CCC solid;
      border-left:none;
       padding-right:20px;
       overflow:hidden;
 }
   .PostTitle{
       background-color:#ACE6E6;
       width:95%;
       display:block;
       padding:10px;
   }
  .post small{
       float:right;
       margin-right:10px;
   }
   .post small a{
       font-weight:bold;
       font-size:1.3em;
       color:#009999;
   }
   .post .entry{
       clear:both;
      padding:10px;
       text-indent:2em;
       border-bottom:#CCC 4px dashed;
  }
   .post .entry strong{
       color:#F00;
   }
   .post .entry .desc_link{
       color:#090;
       font-weight:bold;
   }
   .postmetadata li a{
      color:#F00;
   }
   #pager{
       text-align:right;
       font-weight:bold;
       margin-bottom:20px;
       font-size:1.5em;
   }
   /*------------------#sidebar--------------------*/
   #sidebar{
     position:relative;
     background-color:#FFF;
       width:30%;
       float:right;
      margin-right:70px;
       padding:20px;
       -webkit-border-radius:10px;
       -moz-border-radius:10px;
      top:-80px;
   }
   #sidebar ul{
       list-style:none;
   }
   #sideMain ul li a,#sideRight ul li a,#sideLeft ul li a{
      margin-bottom:10px;
       display:block;
       color:#999;!important    
   }
   #sideMain ul li a:hover,#sideRight ul li a:hover,#sideLeft ul li a:hover{
       color:#090;
      text-decoration:underline;
  }
   #sideMain,#sideRight,#sideLeft h2{
       color:#3C0;!important
   }
   /*----------#footer------------*/
   #footer{
       clear:both;
   }
  #footer a{
       display:none;
   }
  .footText{
       float:right;
       margin-right:100px;
       font-weight:bold;
      color:#333;
  }
   </style>
<script type="text/javascript">
     
       var width = screen.availWidth;
        var height = screen.availHeight;
        var count = 40;
         
       for (var i = 0; i < count; i++) {
           var left = Math.round(Math.random() * width);
            var top1 = Math.round(Math.random() * height);
           var redColor = Math.round(Math.random() * 255);
         var greenColor = Math.round(Math.random() * 255);
           var blueColor = Math.round(Math.random() * 255);
          document.write('<div style="width:60px; height:60px; position:fixed; background-color:RGB(' + redColor + ',' + greenColor + ',' + blueColor + '); top:' + top1 + 'px; left:' + left + 'px;z-index:-1000;"></div>')
        }
    </script>