/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          line-height: 0;
          }
          
body {
          background: #E7E7D2;
          font-family: Tahoma, 'Trebuchet MS';
          }
          
#container {
          width: 1000px;
          margin: auto;
          }
          
#top {
          background: url(../img/top.jpg) no-repeat;
          width: 1000px;
          height: 250px;
          float: left;
          margin: 15px 0 0 0;
          }
          #top h1 {
                    float: left;
                    margin: 120px 0 0 20px;
                    display: inline;
                    }
                    #top h1 img {
                              border: 0;
                              float: left;
                              }
          #top .search {
                    width: 320px;
                    float: left;
                    padding: 0 0 0 670px;
                    }
                    #top .search input {
                              width: 230px;
                              background: #fff;
                              border: 0;
                              height: 20px;
                              float: left;
                              font-size: 13px;
                              color: #333;
                              padding: 2px 5px 0 5px;
                              margin: 7px 0 0 10px;
                              display: inline;
                              }
                              #top .search input.submit {
                                        width: 50px;
                                        height: 22px;
                                        }
#menu {
          background: url(../img/menu.jpg) no-repeat;
          width: 603px;
          height: 30px;
          float: left;
          }
          #menu ul {
                    float: left;
                    display: inline;
                    margin: 8px 0 0 60px;
                    }
                    #menu ul li {
                              display: inline;
                              font-size: 12px;
                              float: left;
                              margin: 0 0 0 20px;
                              font-weight: bold;
                              }
                              #menu ul li a {
                                        text-decoration: none;
                                        color: #505051;
                                        }
                                        
#content {
          width: 1000px;
          float: left;
          margin: 15px 0 0 0;
          padding: 10px 0 15px 0;
          background: #fff;
          }
          #content #sidebar {
                    width: 250px;
                    float: left;
                    margin: 5px 0 0 15px;
                    display: inline;
                    background: #E7E7D2;
                    }
          #content .box {
                    width: 250px;
                    float: left;
                    padding: 0 0 0px 0;
                    margin: 0 0 10px 0;
                    display: inline;
                    background: #E7E7D2;
                    }
                    #content .box span {
                              width: 250px;
                              float: left;
                              margin: 5px 0 0 0;
                              }
                              #content .box span label {
                                        width: 50px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        padding: 3px 0 0 10px;
                                        }
                              #content .box span input {
                                        width: 100px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        }
                                        #content .box span input.sub {
                                                  width: auto;
                                                  margin: 0 0 0 60px;
                                                  display: inline;
                                                  }
                    #content .box h3 {
                              width: 240px;
                              padding: 5px 0 5px 10px;
                              font-size: 16px;
                              color: #fff;
                              background: #C0C0A6;
                              float: left;
                              }
                    #content .box ul {
                              width: 250px;
                              float: left;
                              margin: 5px 0 0 0;
                              }
                              #content .box ul li {
                                        list-style-type: none;
                                        float: left;
                                        width: 250px;
                                        font-size: 12px;
                                        }
                                        #content .box ul li a {
                                                  padding: 5px 0 5px 10px;
                                                  float: left;
                                                  color: #333;
                                                  text-decoration: none;
                                                  border-top: 1px solid #ccc;
                                                  border-bottom: 1px solid #ccc;
                                                  width: 240px;
                                                  margin: 5px 0 0 0;
                                                  }
                                                  #content .box ul li a:hover {
                                                            background: #fff;
                                                            }
                                                            
          #content #txt {
                    width: 705px;
                    float: left;
                    margin: 5px 0 0 15px;
                    display: inline;
                    }
                    #content #txt h2 {
                              width: 695px;
                              padding: 5px;
                              float: left;
                              background: #E7E7D2;
                              font-size: 18px;
                              color: #666;
                              border-bottom: 1px solid #6F6F65;
                              }
                              #content #txt h2 a {
                                        color: #666;
                                        text-decoration: none;
                                        }
                              #content #txt .line {
                                        width: 705px;
                                        float: left;
                                        margin: 15px 0 0 0px;
                                        }
                                        
                    #content #txt .line .game {
                              width: 220px;
                              float: left;
                              margin: 0px 2px 0 10px;
                              display: inline;
                              background: #E7E7D2;
                              }
                              #content #txt .line .game .min {
                                        width: 103px;
                                        float: left;
                                        }
                                        #content #txt .line .game .min img {
                                                  border: 1px solid #666;
                                                  float: left;
                                                  }
                              #content #txt .line .game .des {
                                        width: 100px;
                                        float: left;
                                        }
                                        #content #txt .line .game .des p {
                                                  width: 98px;
                                                  font-size: 12px;
                                                  float: left;
                                                  padding: 0 0 0 2px;
                                                  }
                                                  #content #txt .line .game .des p a {
                                                            font-weight: bold;
                                                            color: #666;
                                                            }
                                                            #content #txt .line .game .des p a:hover {
                                                                      color: #000;
                                                                      }
                    #content .contact {
                              width: 700px;
                              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: 700px;
                    float: left;
                    margin: 15px 0 0 10px;
                    display: inline;
                    text-align: center;
                    }
                    #content .game_more p {
                              width: 700px;
                              float: left;
                              padding: 0 0 0 10px;
                              font-size: 11px;
                              text-align: left;
                              color: #333;
                              }
                              #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: 660px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    color: #333;
                    font-size: 12px;
                    background: #E7E7D2;
                    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: #ff0000;
                    width: 700px;
                    }
                    
                    #content h6 {
                              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: 660px;
                              float: left;
                              border: 1px solid #eee;
                              margin: 10px 0 0 10px;
                              display: inline;
                              padding: 5px;
                              background: #eee;
                              }
                    #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;
                                        }
                                                            
#tags {
          width: 958px;
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          border: 1px solid #6F6F65;
          padding: 5px;
          }
          #tags p {
                    width: 958px;
                    float: left;
                    font-size: 12px;
                    }
                    #tags p a {
                              color: #333;
                              text-decoration: none;
                              }
                              #tags p a.a {
                                        font-size: 14px;
                                        }
                              #tags p a.b {
                                        font-size: 16px;
                                        }
                              #tags p a.c {
                                        font-size: 18px;
                                        }
                                        
#paginationControl {
          float: left;
          margin: 15px 0 0 15px;
          display: inline;
          font-size: 13px;
          }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #333;
                    font-size: 13px;
                    }
          
#footer {
          width: 988px;
          float: left;
          margin: 15px 0 15px 0;
          padding: 5px;
          background: #C0C0A6;
          border: 1px solid #6F6F65;
          }
          #footer p {
                    font-size: 11px;
                    color: #333;
                    }
.errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}                              