/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          }
          
body {
          background: url(../img/body.jpg) repeat-x top #fff;
          font-family: Verdana, Arial, Tahoma, 'Trebuchet MS';
          }

          
#container {
          width: 1000px;
          margin: auto;
          }
#top {
          width: 1000px;
          height: 208px;
          float: left;
          }
          #top .logo {
                    width: 446px;
                    height: 139px;
                    float: left;
                    background: url(../img/logo.jpg) no-repeat;
                    margin: 30px 0 0 0;
                    }
                    #top .logo h1 {
                              font-size: 18px;
                              font-weight: normal;
                              color: #600505;
                              float: left;
                              width: 350px;
                              margin: 60px 0 0 95px;
                              display: inline;
                              }
                               #top .logo h1 a {
                                        text-decoration: none;
                                        color: #0096FF;
                                        }
                    #top .logo p {
                              width: 350px;
                              float: left;
                              font-size: 14px;
                              color: #004387;
                              margin: 5px 0 0 95px;
                              display: inline;
                              }
          #top .box {
                    float: right;
                    border: 1px solid #ccc;
                    padding: 5px;
                    background: #fff;
                    margin: 30px 0 0 0;
                    width: 350px;
                    }
                    #top .box h3 {
                              font-size: 12px;
                              color: #007EFF;
                              width: 390px;
                              float: left;
                              }
                    #top .box .login {
                              width: 350px;
                              background: url(../img/login.jpg) no-repeat top right;
                              float: left;
                              margin: 0 0 10px 0;
                              }
                              #top .box  span {
                                        width: 120px;
                                        float: left;
                                        margin: 5px 0 0 5px;
                                        display: inline;
                                        }
                                        #top .box .login span label {
                                                  width: 120px;
                                                  font-size: 11px;
                                                  color: #333;
                                                  float: left;
                                                  }
                                        #top .box .login span input {
                                                  float: left;
                                                  width: 110px;
                                                  border: 1px solid #ccc;
                                                  }
                              #top .box .login span a {
                                        font-size: 11px;
                                        color: #007EFF;
                                        font-weight: bold;
                                        float: left;
                                        margin: 4px 0 0 0;
                                        }
                              
                    #top .box .search {
                              width: 350px;
                              background: url(../img/search.jpg) no-repeat top right;
                              float: left;
                              margin: 0 0 10px 0;
                              }
                                        #top .box .search span label {
                                                  width: 120px;
                                                  font-size: 11px;
                                                  color: #333;
                                                  float: left;
                                                  }
                                        #top .box .search span input {
                                                  float: left;
                                                  width: 110px;
                                                  border: 1px solid #ccc;
                                                  }
                              #top .box .search span a {
                                        font-size: 11px;
                                        color: #007EFF;
                                        font-weight: bold;
                                        float: left;
                                        margin: 4px 0 0 0;
                                        }
                                        
.menu {
          width: 1000px;
          float: left;
          height: 34px;
          }
          .menu ul {
                    float: left;
                    margin: 0 0 0 -10px;
                    display: inline;
                    }
                    .menu ul li {
                              display: inline;
                              font-size: 12px;
                              font-weight: bold;
                              margin: 0 0 0 10px;
                              display: inline;
                              float: left;
                              }
                              .menu ul li a {
                                        color: #fff;
                                        text-decoration: none;
                                        padding: 9px 10px 10px 10px;
                                        background: #0096FF;
                                        float: left;
                                        }
                                        .menu ul li a:hover {
                                                  background: #ccc;
                                                  color: #333;
                                                  }
          .menu p {
                    float: right;
                    font-size: 12px;
                    font-style: italic;
                    margin: 9px 0 0 0;
                    color: #0096FF;
                    }
                    .menu p strong {
                              color: #333;
                              }
                    
#content {
          width: 1000px;
          float: left;
          margin: 0px 0 20px 0;
          }
          
#content #sidebarleft {
          background: #ECECEC;
          padding: 0 0 15px 0;
          border-bottom: 1px solid #0096FF;
          width: 206px;
          float: left;
          margin: 20px 0 0 0;
          }
          #content #sidebarleft h4 {    
                    background: url(../img/h4.jpg) no-repeat;
                    width: 181px;
                    height: 24px;
                    float: left;
                    color: #fff;
                    font-size: 14px;
                    padding: 7px 0 0 25px;
                    }
          #content #sidebarleft ul {
                    width: 180px;
                    float: left;
                    margin: 5px 0 0 10px;
                    display: inline;
                    }
                    #content #sidebarleft ul li {
                              width: 180px;
                              list-style-type: none;
                              float: left;
                              font-size: 12px;
                              margin: 5px 0 0 0;
                              }
                              #content #sidebarleft ul li a {
                                        border-left: 3px solid #0096FF;
                                        width: 170px;
                                        padding: 0 0 0 10px;
                                        color: #333;
                                        text-decoration: none;
                                        }
                                        #content #sidebarleft ul li a:hover {
                                                  border-left: 3px solid #333;
                                                  }
                                                  
#content #right {
          width: 206px;
          float: right;
          }
#content #center {
          width: 555px;
          float: left;
          margin: 20px 0 0 16px;
          display: inline;
          background: #ECECEC;
          border-bottom: 1px solid #0096FF;
          padding: 0 0 15px 0;
          }
          #content #center h4 {    
                    background: url(../img/h4center.jpg) no-repeat;
                    width: 530px;
                    height: 24px;
                    float: left;
                    color: #fff;
                    font-size: 14px;
                    padding: 7px 0 0 25px;
                    }
                    #content #center h4 a {
                              text-decoration: none;
                              color: #fff;
                              }
          #content #center .line {
                    width: 535px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    }
                    #content #center .line .game {
                              width: 255px;
                              float: left;
                              margin: 0px 0 0 10px;
                              display: inline;
                              }
                              #content #center .line .game .min {
                                        width: 103px;
                                        float: left;
                                        }
                                        #content #center .line .game .min img {
                                                  border: 1px solid #666;
                                                  float: left;
                                                  }
                              #content #center .line .game .des {
                                        width: 100px;
                                        float: left;
                                        }
                                        #content #center .line .game .des p {
                                                  width: 98px;
                                                  font-size: 12px;
                                                  float: left;
                                                  padding: 0 0 0 2px;
                                                  }
                                                  #content #center .line .game .des p a {
                                                            font-weight: bold;
                                                            color: #666;
                                                            }
                                                            
                    #content .contact {
                              width: 535px;
                              float: left;
                              margin: 10px 0 0 10px;
                              display: inline;
                              }
                              #content .addcomment {
                                        font-size: 11px;
                                        color: #333;
                                        }
                              #content .contact dt {
                                        width: 530px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        margin: 10px 0 0 0;
                                        }
                                        #content .contact input {
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  }
                                        #content .contact textarea {
                                                  float: left;
                                                  margin: 0 0 5px 0;
                                                  border: 1px solid #666;
                                                  }
                              #content .contact dd {
                                        width: 530px;
                                        float: left;
                                        font-size: 11px;
                                        color: #fff;
                                        }
                                        #content .contact .invisible {
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  
         #content .game_more {
                    width: 530px;
                    float: left;
                    margin: 15px 0 0 10px;
                    display: inline;
                    text-align: center;
                    }
                    #content .game_more p {
                              width: 525px;
                              float: left;
                              padding: 0 0 0 10px;
                              font-size: 11px;
                              text-align: left;
                              color: #fff;
                              }
                              #content .game_more p a {         
                                        font-size: 14px;
                                        font-weight: bold;
                                        color: #fff;
                                        }
                              #content .game_more img {
                                        float: left;
                                        border: 0;
                                        margin: 0 5px 5px 0;
                                        display: inline;
                                        }
                              #content .box p {
                                        width: 190px;
                                        float: left;
                                        margin: 10px 0 0 10px;
                                        display: inline;
                                        font-size: 11px;
                                        }
                                        #content .box p a {
                                                  color: #333;
                                                  text-decoration: none;
                                                  }
                                        #content .box p a.s {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 12px;
                                                  }
                                        #content .box p a.m {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 16px;
                                                  }
                                        #content .box p a.b {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 18px;
                                                  }

          #content .vote {
                    width: 510px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    background: #eee;
                    border: 1px solid #ccc;
                    padding: 10px;
                    }
                    #content .vote a {
                              color: #000;
                              }
                    #content .vote p {
                              color: #333;
                              }
          #content p.nocom {
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    font-size: 12px;
                    color: #999;
                    width: 500px;
                    }
                    
                    #content h5 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 10px;
                              display: inline;
                              width: 500px;
                              }
                    
                              #content .comment img {
                                        border: 0;
                                        float: left;
                                        }
                              #content .comment p {
                                        width: 510px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                              #content .comment span {
                                        width: 510px;
                                        float: left;
                                        font-size: 11px;
                                        color: #999;
                                        }
                                        #content .comment span a {
                                                  font-weight: bold;
                                                  color: #999;
                                                  }
                    #content .comment {
                              width: 515px;
                              float: left;
                              border: 1px solid #eee;
                              margin: 10px 0 0 10px;
                              display: inline;
                              padding: 5px;
                              background: #DDE5EC;
                              }
                    #content .addcomment {
                              width: 515px;
                              float: left;
                              margin: 20px 0 0 10px;
                              padding: 10px;
                              display: inline;
                              }
                              #content .addcomment p {
                                        width: 510px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                                                  
                                                            
#paginationControl {
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          font-size: 13px;
          }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #333;
                    font-size: 13px;
                    }
                    
#content #left {
          width: 206px;
          float: left;
          }
                                                  
#content #sidebarright {
          background: #ECECEC;
          padding: 0 0 15px 0;
          border-bottom: 1px solid #0096FF;
          width: 206px;
          float: right;
          margin: 20px 0 0 0;
          }
          #content #sidebarright h4 {    
                    background: url(../img/h4.jpg) no-repeat;
                    width: 181px;
                    height: 24px;
                    float: left;
                    color: #fff;
                    font-size: 14px;
                    padding: 7px 0 0 25px;
                    }
          #content #sidebarright ul {
                    width: 180px;
                    float: left;
                    margin: 5px 0 0 10px;
                    display: inline;
                    }
                    #content #sidebarright ul li {
                              width: 180px;
                              list-style-type: none;
                              float: left;
                              font-size: 12px;
                              margin: 5px 0 0 0;
                              }
                              #content #sidebarright ul li a {
                                        border-left: 3px solid #0096FF;
                                        width: 170px;
                                        padding: 0 0 0 10px;
                                        color: #333;
                                        text-decoration: none;
                                        }
                                        #content #sidebarright ul li a:hover {
                                                  border-left: 3px solid #333;
                                                  }
           #content #sidebarright p {
                    width: 180px;
                    float: left;
                    margin: 5px 0 0 10px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    }  
                    #content #sidebarright p a {
                              color: #333;
                              text-decoration: none;
                              }     
                              #content #sidebarright p a.s {
                                        font-size: 12px;
                                        }   
                              #content #sidebarright p a.m {
                                        font-size: 16px;
                                        }   
                              #content #sidebarright p a.b {
                                        font-size: 19px;
                                        }         
                                        
#footer {
          background: url(../img/footer.jpg) no-repeat top;
          width: 1000px;
          height: 80px;
          float: left;
          margin: 15px 0 0px 0;
          }
          #footer p {
                    float: left;
                    font-size: 12px;
                    color: #333;
                    margin: 37px 0 0 30px;
                    display: inline;
                    }
                                                                                                                                          
          