/* layout */

body {
    background: #f2f2f2 url(images/background.gif) no-repeat top center;
}
#container {
    width: 971px;
    margin: 0 auto;
    padding-top: 100px;
}
#main {
    height: 460px;
    background: url(images/panel.png);
}

/* footer */

#footer {
    height: 46px;
    margin: 0 auto 10px;
    background: url(images/footer.png) no-repeat top center;
    line-height: 46px;
}
#footer p {
    float: right;
    margin: 0 45px 0 0;
    color: #999;
}

/* title */

#sidebar {
    float: left;
    width: 191px;
    margin: 34px 0 0 46px;
}
h1 {
    height: 59px;
    border-bottom: 1px solid #e2e2e2;
    text-indent: -10000px;
    background: url(images/logo.gif) no-repeat 1px 22px;
    margin: 0 0 11px 0;
}
#sidebar p {
    font-size: 1.1em;
    line-height: 1.3em;
    font-weight: normal;
    margin: 0 0 15px 0;
    padding:  0 0 11px 0;
    color: #999;
    border-bottom: 1px solid #d3d3d3;
}

/* login */

#member-login legend {
    color: #666;
    font-weight: bold;
    font-size: 1.2em;
}
#member-login label {
    display: block;
    color: #999;
    font-weight: bold;
    line-height: 15px;
    height: 18px;
    font-size: 1.1em;
}
#member-login div {
    margin: 0 0 0 0;
    padding: 6px 0 0 0;
}
#member-login .button {
    margin: 10px 0 0 0;
}
#member-login ul {
    border-top: 1px solid #f0efef;
    margin: 15px 0 0 0;
    padding: 10px 0 0 0;
    height: 40px;
}
#member-login li {
    display: block;
}
#member-login a {
    color: #666;
    font-weight: bold;
    text-decoration: none;
    background: url(/views/pages/base/images/link-arrow.gif) no-repeat 0 center;
    line-height: 18px;
    padding: 0 0 0 6px;
}

/* member header */

#member-header p {
    margin: 10px 0 0 0;
    line-height: 18px;
    color: #999;
    font-size: 1.2em;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
}
#member-header .user,
#member-header .alerts {
    font-size: 1.2em;
    text-decoration: none;
    white-space: nowrap;
}
#member-header .user {
    color: #666;
}
#member-header .user:hover {
    border-bottom: 1px solid #666;
}
#member-header .alerts {
    color: #9ac80e;
}
#member-header .alerts:hover {
    border-bottom: 1px solid #9ac80e;
}
#member-header .button {
    margin: 15px 0 23px;
}

/* facebook login */

#facebook-login {
    float: left;
    border-left: 1px solid #f0efef;
    width: 113px;
    height: 40px;
    margin: -40px 0 0 100px;
    padding: 0 0 0 13px;
}

/* options */

#options {
    float: left;
    margin: 34px 0 0 14px;
}
#options li {
    width: 226px;
    height: 386px;
    background: url(images/options.jpg);
    list-style-type: none;
    float: left;
    margin: 0 1px 0 0;
}
#options li h2 {
    font-size: 2.4em;
    line-height: 30px;
    margin: 28px 0 0 17px;
}
#options li a {
    display: block;
    width: 190px;
    height: 318px;
    padding: 68px 18px 0;
    margin: -58px 0 0;
    font-size: 1.2em;
    font-weight: bold;
    color: #fff !important;
    text-decoration: none;
    background: url(images/overlays.png);
    position: absolute;
}

/* coarse */
#options .coarse,
#options .coarse a {
    background-position: 0 0;
    color: #94c500;
}
#options .coarse:hover,
#options .coarse a:hover {
    background-position: 0 -386px;
}

/* game */
#options .game,
#options .game a {
    background-position: -226px 0;
    color: #ffcc00;
}
#options .game:hover,
#options .game a:hover {
    background-position: -226px -386px;
}

/* sea */
#options .sea,
#options .sea a {
    background-position: -452px 0;
    color: #74b9ff;
}
#options .sea:hover,
#options .sea a:hover {
    background-position: -452px -386px;
}

/* coming soon */

#options .coming-soon a {
	background: url(images/coming-soon.png) no-repeat 30px 50px;
	text-indent: -10000px;
}