/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          }
          
body {
          background: url(../img/bg.jpg) repeat-x top;
          font-family: Tahoma, 'Trebuchet MS';
          }
          
#container {
          width: 986px;
          margin: auto;
          }
          
#top {
          background: url(../img/top.jpg) no-repeat left;
          height: 335px;
          width: 986px;
          float: right;
          margin: 20px 0 0 0;
          }
          #top .up {
                    height: 305px;
                    float: left;
                    width: 986px;
                    }
          #top h1 {
                    float: left;
                    font-size: 20px;
                    padding: 30px 0 0 15px;
                    font-weight: normal;
                    }
                    #top h1 a {
                              color: #000;
                              text-decoration: none;
                              }
          #top .login {
                    width: 200px;
                    padding: 10px;
                    float: right;
                    background: #E8E8E8;
                    }
                    #top .login h4 {
                              width: 200px;
                              float: left;
                              margin: 5px 0 0 0;
                              font-size: 13px;
                              color: #FF7302;
                              }
                    #top .login span {
                              width: 200px;
                              float: left;
                              margin: 3px 0 0 0;
                              }
                              #top .login span label {
                                        width: 50px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        padding: 1px 0 0 0;
                                        }
                              #top .login span input {
                                        width: 120px;
                                        float: left;
                                        font-size: 11px;
                                        color: #333;
                                        }
                                        #top .login span input.submit {
                                                  margin: 0 0 0 50px;
                                                  display: inline;
                                                  width: auto;
                                                  }
                              #top .login p {
                                        float: left;
                                        width: 200px;
                                        font-size: 11px;
                                        color: #000;
                                        margin: 5px 0 0 0;
                                        }
                                        #top .login p a {
                                                  color: #000;
                                                  }
          #top ul {
                    width: 900px;
                    float: left;
                    }
                    #top ul li {
                              display: inline;
                              font-size: 14px;
                              color: #fff;
                              padding: 7px 0 0 20px;
                              float: left;
                              }
                              #top ul li a {
                                        font-weight: bold;
                                        color: #fff;
                                        text-decoration: none;
                                        }
                                        
#content {
          background: #fff;
          width: 986px;
          float: left;
          }
          #content #txt {
                    width: 705px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    }
                    #content #txt h2 {
                              width: 700px;
                              float: left;
                              padding: 0 0 0 5px;
                              border-bottom: 1px solid #FF8420;
                              font-weight: normal;
                              font-size: 20px;
                              color: #444;
                              }
                              #content #txt h2 a {
                                        text-decoration: none;
                                        color: #444;
                                        }
                              
          #content .line {
                    width: 705px;
                    float: left;
                    margin: 15px 0 0 0px;
                    }
                    #content .line .game {
                              background: #FFE9D7;
                              float: left;
                              width: 156px;
                              padding: 0 2px 5px 2px;
                              margin: 0 5px 0 5px;
                              display: inline;
                              }
                              #content .line .game span {
                                        width: 150px;
                                        float: left;
                                        text-align: center;
                                        font-size: 11px;
                                        color: #666;
                                        margin: 5px 0 0 3px;
                                        display: inline;
                                        }
                                        #content .line .game span a {
                                                  font-size: 11px;
                                                  font-weight: bold;
                                                  color: #333;
                                                  text-decoration: none;
                                                  }
                                                  #content .line .game span img {
                                                            border: 0;
                                                            }
                              
          #content #sidebar {
                    width: 247px;
                    float: left;
                    margin: 10px 0 0 10px;
                    display: inline;
                    }
                    #content #sidebar h2 {
                              width: 242px;
                              float: left;
                              padding: 0 0 0 5px;
                              border-bottom: 1px solid #444;
                              font-weight: normal;
                              font-size: 20px;
                              color: #FF8420;
                              }
                    #content #sidebar ul {
                              width: 247px;
                              float: left;
                              margin: 10px 0 10px 0;
                              }
                              #content #sidebar ul li {
                                        width: 235px;
                                        float: left;
                                        list-style-type: none;
                                        padding: 5px 7px 6px 5px;
                                        border-bottom: 1px solid #ccc;
                                        font-size: 12px;
                                        }
                                        #content #sidebar ul li a {
                                                  text-decoration: none;
                                                  color: #333;
                                                  font-weight: bold;
                                                  }
                                                  #content #sidebar ul li a:hover {
                                                            color: #FF8420;
                                                            }
                                                            
                    #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 50px;
                    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 50px;
                    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 50px;
                    display: inline;
                    font-size: 12px;
                    color: #999;
                    width: 500px;
                    }
                    
                    #content h6 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 50px;
                              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 50px;
                              display: inline;
                              padding: 5px;
                              background: #FFE9D7;
                              }
                    #content .addcomment {
                              width: 515px;
                              float: left;
                              margin: 20px 0 0 50px;
                              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;
          color: #333;
          width: 600px;
          }
          #paginationControl img {
                    border: 0;
                    }
          #paginationControl a {
                    color: #333;
                    font-size: 13px;
                    }
                                                            
          
#footer {
          border-top: 1px solid #FF8420;
          padding: 5px 0 15px 0;
          width: 986px;
          float: left;
          margin: 15px 0 0 0;
          }
          #footer p {
                    float: left;
                    padding: 0 0 0 10px;
                    font-size: 12px;
                    color: #333;
                    }
                    
                    .errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}