p {
    color: #723603;
}

p b {
    color: #523d01;
}

h1 {
    font-size: 24px;
    line-height: 30px;
    text-transform: lowercase;
}

h1 span {
    background-color: #fed256;
    padding-right: 5px;
}

h1 em {
    color: #000;
}

#main {
    background-color: #fed256;
}

/* The blurb for the login page */
#blurb {
    width: 435px;
    padding-left: 25px;
    padding-bottom: 20px;
}

#blurb p {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #523d01;
    line-height: 18px;
    font-weight: bold;
    margin: 0px;
}

#blurb p a, #blurb p a:visited {
    color:#723603;
    text-decoration: none;
    font-weight: normal;
}

#blurb p a:hover, #blurb p a:active {
    color: #b82c19;
    text-decoration: underline;
}

/* The login form */
#auth {
    background-image: url(/img/shadow.gif);
    background-repeat: no-repeat;
    position: relative;
    float: right;
    width: 230px;
    height: 117px;
    padding-left: 40px;
}

#auth h1 {
    margin-right: 22px;
}

#nickname, #password {
    width: 120px;
    height: 14px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: normal;
    color: #000;
    left: 140px;
    margin-bottom: 5px;
}

#auth label {
    display: block;
    float: left;
    width: 85px;
    font-family: "Trebuchet MS", sans-serif;
    font-size: 12px;
    font-weight: bold;
    color: #9e4d0b;
}

#login {
    display: block;
    float: right;
    margin-right: 20px;
}

#auth ul {
    margin: 0;
    padding: 0;
}

#auth ul li {
    list-style-type: none;
    font-family: "Trebuchet MS", sans-serif;
    font-weight: normal;
    color: #603006;
    text-transform: uppercase;
}

#auth ul li a {
    font-family: "Trebuchet MS", sans-serif;
    font-size: 13px;
    font-weight: normal;
    color: #603006;
    text-decoration: none;
}

#auth ul li a:hover {
    color: #b82c19;
    text-decoration: underline;
}

/* List of games */
#gameboxes {
    background-color: #ffe7a0;
    border-top: #dcb441 solid 1px;
    border-left: #cfb270 solid 1px;
    border-right: #cfb270 solid 1px;
    border-bottom: #dcb441 solid 1px;
    clear: both;
    margin: 8px 3px;
    padding: 5px 7px;
}

#gameboxes img {
    border: none;
    padding: 5px 11px;
    height: 34px;
    width: 124px;
}

/* More info */
#info {
    padding: 10px 25px;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 13px;
    line-height: 18px;
    color: #523d01;
    font-weight: bold;
    margin: 0px;
    clear: both;
}


