/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          line-height: 0;
          }
          
body {
          background: url(../img/bg.jpg) repeat-x top #fff;
          font-family: Tahoma, 'Trebuchet MS';
          }
          
#container {
          width: 750px;
          margin: auto;
          }
          
#top {
          background: url(../img/top.jpg) no-repeat right bottom;
          width: 750px;
          height: 135px;
          float: left;
          }
          #top h1 {
                    float: left;
                    margin: 25px 0 0 0;
                    display: inline;
                    }
                    #top h1 img {
                              border: 0;
                              float: left;
                              }
          #top ul {
                    float: right;
                    margin: 112px 0 0 0;
                    }
                    #top ul li {
                              display: inline;
                              float: left;
                              font-size: 12px;
                              font-weight: bold;
                              margin: 0 5px 0 10px;
                              }
                              #top ul li a {
                                        color: #fff;
                                        text-decoration: none;
                                        background: #333;
                                        padding: 3px 10px 3px 10px;
                                        float: left;
                                        }
                                        #top ul li a:hover {
                                                  background: #fff;
                                                  color: #333;
                                                  }
                                                  
#cont {
          width: 750px;
          float: left;
          }
          #cont #txt {
                    width: 480px;
                    float: left;
                    }
                    #cont #txt h2 {
                              width: 480px;
                              float: left;
                              font-size: 20px;
                              color: #FFA800;
                              border-bottom: 1px solid #eee;
                              padding: 0 0 2px 0;
                              margin: 10px 0 0 0;
                              font-weight: normal;
                              }
                              #cont #txt h2 a {
                                        color: #FFA800;
                                        text-decoration: none;
                                        }
                    #cont #txt .line {
                              width: 458px;
                              float: left;
                              margin: 10px 0 0 0;
                              background: url(../img/box.jpg) repeat-x top #eee;
                              border: 1px solid #666;
                              padding: 10px;
                              }
                    #cont #txt .box {
                              width: 458px;
                              float: left;
                              margin: 10px 0 0 0;
                              background: url(../img/box.jpg) repeat-x top #eee;
                              border: 1px solid #666;
                              padding: 10px;
                              }
                              #cont #txt .box .min {
                                        width: 110px;
                                        float: left;
                                        text-align: center;
                                        }
                                        #cont #txt .box .min img {
                                                  border: 2px solid #ccc;
                                                  background: #fff;
                                                  padding: 2px;
                                                  }
                              #cont #txt .box .des {
                                        width: 340px;
                                        float: right;
                                        }
                                        #cont #txt .box .des h5 {
                                                  width: 340px;
                                                  float: left;
                                                  font-size: 12px;
                                                  }
                                                  #cont #txt .box .des h5 a {
                                                            color: #FFA800;
                                                            }
                                                            #cont #txt .box .des h5 a:hover {
                                                                      color: #333;
                                                                      }
                                        #cont #txt .box .des p {      
                                                  font-size: 12px;
                                                  float: left;
                                                  width: 340px;
                                                  margin: 5px 0 0 0;
                                                  }
                                                  #cont #txt .box .des  img {
                                                            border: 0;
                                                            float: left;
                                                            }
                                                            
         .game_more {
                    width: 455px;
                    float: left;
                    margin: 15px 0 0 0px;
                    display: inline;
                    text-align: center;
                    }
                   .game_more p {
                              width: 435px;
                              float: left;
                              padding: 0 10px 0 10px;
                              font-size: 11px;
                              text-align: left;
                              color: #333;
                              }
                              .game_more p a {         
                                        font-size: 14px;
                                        font-weight: bold;
                                        color: #fff;
                                        }
                              .game_more img {
                                        float: left;
                                        border: 0;
                                        margin: 0 5px 5px 0;
                                        display: inline;
                                        }
                              #txt .box p {
                                        width: 190px;
                                        float: left;
                                        margin: 10px 0 0 10px;
                                        display: inline;
                                        font-size: 11px;
                                        }
                                        #txt .box p a {
                                                  color: #333;
                                                  text-decoration: none;
                                                  }
                                        #txt .box p a.s {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 12px;
                                                  }
                                        #txt .box p a.m {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 16px;
                                                  }
                                        #txt .box p a.b {
                                                  color: #666;
                                                  text-decoration: none;
                                                  font-size: 18px;
                                                  }

          .vote {
                    width: 435px;
                    float: left;
                    margin: 10px 0 0 0px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    background: #FFF1D5;
                    border: 1px solid #666;
                    padding: 10px;
                    }
                    .vote a {
                              color: #000;
                              }
                    .vote p {
                              color: #333;
                              }
          p.nocom {
                    float: left;
                    margin: 10px 0 0 0px;
                    display: inline;
                    font-size: 12px;
                    color: #ff0000;
                    width: 400px;
                    }
                    
                    h6 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 0px;
                              display: inline;
                              width: 400px;
                              }
                    
                              .comment img {
                                        border: 0;
                                        float: left;
                                        }
                              .comment p {
                                        width: 400px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                              .comment span {
                                        width: 400px;
                                        float: left;
                                        font-size: 11px;
                                        color: #999;
                                        }
                                        .comment span a {
                                                  font-weight: bold;
                                                  color: #999;
                                                  }
                    .comment {
                              width: 400px;
                              float: left;
                              border: 1px solid #ccc;
                              margin: 10px 0 0 0px;
                              display: inline;
                              padding: 5px;
                              background: #fff;
                              }
                    .addcomment {
                              width: 400px;
                              float: left;
                              margin: 20px 0 0 0px;
                              padding: 10px;
                              display: inline;
                              }
                              .addcomment p {
                                        width: 400px;
                                        float: left;
                                        font-size: 12px;
                                        color: #000;
                                        }
                                               
                                                            
                    .contact {
                              width: 400px;
                              float: left;
                              margin: 0px 0 0 10px;
                              display: inline;
                              }
                              .addcomment {
                                        font-size: 11px;
                                        color: #333;
                                        }
                              .contact dt {
                                        width: 400px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        margin: 10px 0 0 0;
                                        }
                                        .contact input {
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  border: 1px solid #ccc;
                                                  }
                                        .contact textarea {
                                                  float: left;
                                                  margin: 5px 0 5px 0;
                                                  border: 1px solid #ccc;
                                                  }
                              .contact dd {
                                        width: 400px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        }
                                        .contact .invisible {
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  
#paginationControl {
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          font-size: 13px;
          color: #333;
          }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #333;
                    font-size: 13px;
                    text-decoration: none;
                    }   
                    
          #cont #sidebar {
                    width: 250px;
                    float: right;
                    }
                    #cont #sidebar h3 {
                              width: 250px;
                              float: left;
                              font-size: 20px;
                              color: #FFA800;
                              text-align: right;
                              border-bottom: 1px solid #eee;
                              padding: 0 0 2px 0;
                              margin: 10px 0 0 0;
                              font-weight: normal;
                              }
                    #cont #sidebar .box {
                              width: 250px;
                              float: left;
                              margin: 10px 0 0 0;
                              }
                    #cont #sidebar ul {
                              width: 250px;
                              float: right;
                              }
                              #cont #sidebar ul li {
                                        list-style-type: none;
                                        width: 250px;
                                        text-align: right;
                                        font-size: 12px;
                                        text-align: right;
                                        }
                                        #cont #sidebar ul li a {
                                                  width: 240px;
                                                  float: left;
                                                  padding: 5px 10px 4px 0;
                                                  color: #333;
                                                  border-bottom: 1px solid #eee;
                                                  text-decoration: none;
                                                  }
                                                  #cont #sidebar ul li a:hover {
                                                            color:#fff;
                                                            background: #FFA800;
                                                            }
          #cont #sidebar .box p.tags {
                    float: right;
                    width: 250px;
                    text-align: right;
                    }
                    #cont #sidebar .box p.tags a {
                              color: #333;
                              }
          #cont #sidebar .box .login {
                    width: 180px;
                    float: right;
                    }
                    #cont #sidebar .box .login span {
                              float: left;
                              width: 180px;
                              margin: 3px 0 0 0;
                              }
                    #cont #sidebar .box .login label {
                              font-size: 11px;
                              width: 30px;
                              float: left;
                              color: #333;
                              }
                    #cont #sidebar .box .login input {
                              width: 130px;
                              float: right;
                              font-size: 11px;
                              margin: 0 10px 0 0;
                              display: inline;
                              }
                              #cont #sidebar .box .login input.img {
                                        width: auto;
                                        float: right;
                                        margin: 0 10px 0 35px;
                                        display: inline;
                                        }
                    #cont #sidebar .box .login p {
                              font-size: 11px;
                              color: #333;
                              }
                              #cont #sidebar .box .login p a {
                                        color: #333;
                                        }
                    
#footer {
          width: 750px;
          float: left;
          margin: 15px 0 0 0;
          border-top: 1px solid #FFA800;
          padding: 10px 0 10px 0;
          background: #eee;
          }
          #footer p {
                    font-size: 12px;
                    color: #666;
                    float: left;
                    padding: 0 0 0 10px;
                    }
          
 .errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}                            