/* CSS Document */

* {
          margin: 0;
          padding: 0;
          }
.clear {
          width: 100%;
          clear: both;
          }
          
body {
          background: url(../img/bg.jpg) no-repeat center top #88E1FF;
          font-family: Georgia, Verdana, Arial, Tahoma, 'Trebuchet MS';
          }

          
#container {
          width: 950px;
          margin: auto;
          }
#top {
          width: 950px;
          float: left;
          }
          #top h1 {
                    width: 450px;
                    float: left;
                    margin: 60px 0 0 0;
                    font-size: 24px;
                    }
                    #top h1 span {
                              width: 450px;
                              float: left;
                              }
                              #top h1 span p {
                                        background: #666;
                                        color: #fff;
                                        padding: 5px 10px 5px 10px;
                                        float: left;
                                        font-size: 14px;
                                        }
                    #top h1 a {
                              color: #666;
                              text-decoration: none;
                              padding: 5px 10px 5px 10px;
                              background: #fff;
                              float: left;
                              }
          #top .menu {
                    width: auto;
                    background: #fff;
                    float: right;
                    }
                    #top .menu ul {
                              float: left;
                              }
                              #top .menu ul li {
                                        display: inline;
                                        float: left;
                                        font-size: 13px;
                                        font-weight: bold;
                                        }
                                        #top .menu ul li a {
                                                  padding: 5px 15px 5px 15px;
                                                  float: left;
                                                  text-decoration: none;
                                                  color: #666;
                                                  }
                                                  #top .menu ul li a:hover {
                                                            color: #fff;
                                                            background: #666;
                                                            }
          #top .login {       
                    background: url(../img/login.jpg) no-repeat right bottom #fff;
                    width: 250px;
                    float: right;
                    margin: 30px 0 0 0;
                    padding: 10px 10px 10px 11px;
                    }
                    #top .login span {
                              width: 250px;
                              float: left;
                              margin: 5px 0 0 0;
                              }
                              #top .login span label {
                                        width: 70px;
                                        font-size: 12px;
                                        font-weight: bold;
                                        color: #666;
                                        float: left;
                                        margin: 4px 0 0 0;
                                        }
                              #top .login span input {
                                        width: 160px;
                                        float: left;
                                        background: #fff;
                                        border: 1px solid #999;
                                        padding: 3px;
                                        font-size: 12px;
                                        }
                                        #top .login span input.sub {
                                                  width: auto;
                                                  border: 0;
                                                  padding: 0 10px 0 0;
                                                  background: none;
                                                  float: right;
                                                  font-weight: bold;
                                                  color: #666;
                                                  }
                                                  #top .login span input.sub:focus {
                                                            color: #000;
                                                            }
                                                  
#content {
          background: url(../img/content.jpg) no-repeat 13px 0;
          width: 950px;
          float: left;
          padding: 10px 0 10px 0;
          margin: 20px 0 0 0;
          border-top: 5px solid #fff;
          }
          #sidebar {
                    width: 250px;
                    float: left;
                    margin: 10px 0 0 0;
                    }
                    #sidebar h3 {
                              width: 250px;
                              float: left;
                              margin: 10px 0 0 0;
                              font-size: 18px;
                              color: #666;
                              }
                    #sidebar .box {
                              width: 250px;
                              float: left;
                              margin: 5px 0 0 0;
                              background: #fff;
                              padding: 10px 0 10px 0;
                              }
                              #sidebar .box ul {
                                        width: 230px;
                                        float: left;
                                        display: inline;
                                        margin: 0 0 0 10px;
                                        border-top: 1px solid #ccc;
                                        }
                                        #sidebar .box ul li {
                                                  background: url(../img/li.jpg) no-repeat 0 8px;
                                                  width: 220px;
                                                  float: left;
                                                  padding: 5px 0 5px 10px;
                                                  font-size: 12px;
                                                  font-size: 14px;
                                                  list-style-type: none;
                                                  margin: 0px 0 0 0;
                                                  border-bottom: 1px solid #ccc;
                                                  }
                                                  #sidebar .box ul li a {
                                                            color: #666;
                                                            text-decoration: none;
                                                            }
                                                            #sidebar .box ul li a:hover {
                                                                      color: #88E1FF;
                                                                      }
                    #sidebar .box .search {
                              width: 230px;
                              float: left;
                              margin: 0 0 0 10px;
                              display: inline;
                              }
                              #sidebar .box .search input {
                                        width: 160px;
                                        float: left;
                                        border: 1px solid #999;
                                        font-size: 12px;
                                        padding: 3px;
                                        }
                                        #sidebar .box .search input.sub {
                                                  width: auto;
                                                  float: right;
                                                  border: 0;
                                                  background: none;
                                                  font-weight: bold;
                                                  color: #666;
                                                  }
                                                  
          #txt {
                    width: 670px;
                    float: right;
                    margin: 10px 0 0 0;
                    }
                    #txt h2 {
                              width: 660px;
                              float: left;
                              background: #666;
                              color: #fff;
                              font-size: 18px;
                              padding: 5px;
                              }
                              #txt h2 a {
                                        text-decoration: none;
                                        color: #fff;
                                        }
                    #txt .bg {
                              width: 670px;
                              float: left;
                              padding: 5px 0 10px 0;
                              background: #fff;
                              margin: 5px 0 0 0;
                              }
                              #txt .bg p.tags {
                                        padding: 5px;
                                        color: #666;
                                        }
                                        #txt .bg p.tags a {
                                                  text-decoration: none;
                                                  color: #666;
                                                  }
                              
#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;
                    }
          
          #txt .line {
                    width: 670px;
                    float: left;
                    margin: 5px 0 3px 4px;
                    display: inline;
                    }
                    #txt .line .game {
                              background: #5B5B5B;
                              float: left;
                              width: 152px;
                              padding: 0 2px 5px 2px;
                              margin: 0 4px 0 5px;
                              display: inline;
                              }
                             #txt .line .game span {
                                        width: 148px;
                                        float: left;
                                        text-align: center;
                                        font-size: 11px;
                                        color: #eee;
                                        margin: 5px 0 0 1px;
                                        display: inline;
                                        }
                                        #txt .line .game span a {
                                                  font-size: 11px;
                                                  font-weight: bold;
                                                  color: #fff;
                                                  text-decoration: none;
                                                  }
                                                  #txt .line .game span img {
                                                            border: 0;
                                                            }
                                                            
         #content .game_more {
                    width: 640px;
                    float: left;
                    margin: 15px 0 0 15px;
                    display: inline;
                    text-align: center;
                    }
                    #content .game_more p {
                              width: 600px;
                              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: 620px;
                    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: #666;
                    width: 600px;
                    }
                    
                    #content h6 {
                              float: left;
                              font-size: 14px;
                              margin: 20px 0 0 10px;
                              display: inline;
                              width: 450px;
                              color: #ccc;
                              }
                    
                              #content .comment img {
                                        border: 0;
                                        float: left;
                                        }
                              #content .comment p {
                                        width: 440px;
                                        float: left;
                                        font-size: 12px;
                                        color: #333;
                                        }
                              #content .comment span {
                                        width: 440px;
                                        float: left;
                                        font-size: 11px;
                                        color: #999;
                                        }
                                        #content .comment span a {
                                                  font-weight: bold;
                                                  color: #999;
                                                  }
                    #content .comment {
                              width: 600px;
                              float: left;
                              border: 1px solid #eee;
                              margin: 10px 0 0 10px;
                              display: inline;
                              padding: 5px;
                              background: #eee;
                              }
                    #content .addcomment {
                              width: 640px;
                              float: left;
                              margin: 20px 0 0 10px;
                              padding: 10px;
                              display: inline;
                              }
                              #content .addcomment p {
                                        width: 640px;
                                        float: left;
                                        font-size: 12px;
                                        color: #333;
                                        }
                                                            
                    #txt .contact {
                              width: 650px;
                              float: left;
                              margin: 10px 0 0 10px;
                              display: inline;
                              }
                              #content .addcomment {
                                        font-size: 11px;
                                        color: #666;
                                        }
                              #content .contact dt {
                                        width: 409px;
                                        float: left;
                                        font-size: 11px;
                                        color: #666;
                                        margin: 10px 0 0 0;
                                        }
                                        #content .contact input {
                                                  float: left;
                                                  margin: 5px 0 0 0;
                                                  }
                                        #content .contact textarea {
                                                  background: none;
                                                  float: left;
                                                  margin: 0 0 5px 0;
                                                  border: 1px solid #666;
                                                  }
                              #content .contact dd {
                                        width: 409px;
                                        float: left;
                                        font-size: 11px;
                                        color: #666;
                                        }
                                        #content .contact .invisible {
                                                  float: left;
                                                  margin: 10px 0 0 0;
                                                  }
                                                  
#footer {
          width: 950px;
          float: left;
          margin: 5px 0 15px 0;
          background: #fff;
          }
          #footer p {
                    font-size: 12px;
                    color: #666;
                    float: left;
                    padding: 5px;
                    }
 .errors
{
	font-size: 11px;
	color: #f00;
	clear: both;
}               

.errors li{
	margin: 0 0 0 10px;
}                                                                     