/* 
    Document   : main_css
    Created on : Aug 31, 2009, 11:19:06 AM
    Author     : joe
    Description:
        Purpose of the stylesheet follows.
*/

/* 
   Standard GBDB CSS sheet
*/

root { 
    display: block;
}

#shell {
    margin: 0px auto;
    text-align: left;
    width: 800px;

}

#header {
    background: url(resources/marquee.jpg) repeat-x;
    height: 199px;
    width: 800px;
    display: block;
}

#logo {
    position: relative; top: 30px; left: 20px;
    border: none;
}

#logo img {
    border: none;
}

#logo a {
    border:none;
}

#motto {
    position: relative; top: 25px; left: 20px;
    font-family: "gill sans mt","gil sans",arial,sans-serif;
    color: #0f3712;
    letter-spacing: .3em;
    font-size: larger;
    font-style:italic;
}

body {
    font-family: arial,verdana;
    background: #666666;
    text-align: center;

}

#nav {
    width: 40em;
    float: right;
    position: relative; top: 32px; right: -165px;
}

#nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#nav li {
    float: left;
    margin: 0 0;
}

#nav li a {
    background: url(resources/nav.jpg) repeat-x;
    background-position: 0 0;
    height: 35px;
    line-height: 2.5em;
    float: left;
    width: 6.5em;
    display: block;

    color: #0f3712;
    text-decoration: none;
    text-align: center;
    font-size: .9em;
    font-weight: bold;
}

#nav li a:hover {
    background-position: 0 -42px;
    color: #d2d2d2;
}

#subnav {
    position: relative; top: 32px; right: 0px;
    width: 800px;
    height: 30px;
    background: url(resources/subnav.jpg) repeat-x;
    background-position: 0 -35px;
    float: right;
}

#subnav ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#subnav li {
    float: left;
    margin: 0 0;
}

#subnav li a {
    background: url(resources/subnav.jpg) repeat-x;
    background-position: 0 -35px;
    height: 30px;
    line-height: 2.4em;
    float: left;
    width: 88px;
    display: block;

    color: #d2d2d2;
    text-decoration: none;
    text-align: center;
    font-size: .8em;
    font-weight: bold;
}

#subnav li a:hover {
    background-position: 0 0;
    color: #0f3712;
}

/* default menu behavior */
#home #nav li#home a,
#software #nav li#software a,
#hardware #nav li#hardware a,
#accs #nav li#accs a,
#misc #nav li#misc a {
    background-position: 0 -42px;
    color: #d2d2d2;
}

#home #blogs #subnav li#blog a,
#home #us #subnav li#about a,
#home #faq #subnav li#faqs a,
#home #link #subnav li#links a{
    background-position: 0 0;
    color: #0f3712;
}

#software #title #subnav li#title a,
#software #publisher #subnav li#publisher a,
#software #developer #subnav li#developer a,
#software #genre #subnav li#genre a,
#software #date #subnav li#date a,
#software #players #subnav li#players a,
#software #saves #subnav li#saves a,
#software #super_gb #subnav li#super_gb a,
#software #variants #subnav li#variants a{
    background-position: 0 0;
    color: #0f3712;
}

#hardware #classic #subnav li#classic a,
#hardware #pocket #subnav li#pocket a,
#hardware #sgb #subnav li#sgb a{
    background-position: 0 0;
    color: #0f3712;
}

#accs #screen #subnav li#screen a,
#accs #sound #subnav li#sound a,
#accs #power #subnav li#power a,
#accs #link #subnav li#link a,
#accs #enhance #subnav li#enhance a,
#accs #case #subnav li#case a,
#accs #combo #subnav li#combo a,
#accs #miscs #subnav li#miscs a{
    background-position: 0 0;
    color: #0f3712;
}

#misc #displays #subnav li#displays a,
#misc #pirates #subnav li#pirates a,
#misc #toys #subnav li#toys a,
#misc #print #subnav li#print a,
#misc #video #subnav li#video a,
#misc #miscmisc #subnav li#miscmisc a{
    background-position: 0 0;
    color: #0f3712;
}

#content {
    background: #ffffff;
    color: #0f3712;
    padding: 20px;
    overflow: hidden;
}

#content p {
    font-family: "gill sans mt","gil sans",arial,sans-serif;
    font-size: 1.1em;
    text-align: justify;
    margin-right: 10px;
}

#content a:link{
    color:#0f3712;
}
#content a:visited{
    color:#0f3712;
}
#content a:hover{
    color:#CC3366;
}

#pics {
    margin-right: 5px;
    margin-left: -20px;
    margin-top: -20px;
    width:197px;
    float:left;

    
}

#pics img {
    margin-bottom:-4px;
    width:197px;
    clear:both;
    border: none;
}

#content p#blog_date {
    font-size: small;
    margin: 0 0;
}

#content h2#blog_head a{
    color: #CC3366;
}
#content h2#blog_head a:hover{
    color:#0f3712;
}

#blogposts{
    overflow:hidden;
}
#blogposts img{
    width:300px;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
#blogposts h1{
    color:#CC3366;
}

#copyright {
    background: url(resources/subnav.jpg) repeat-x;
    background-position: 0 -35px;
    height: 30px;
    width: 800px;
    position: static;
    bottom: 0px;
    clear:both;
    color:#d2d2d2;
    font-size: .8em;
    font-weight: bold;
}
#copyright a {
    float: right;
    margin-top: 7px;
    margin-right: 380px;
    clear:both;
}


div.error_mess {
    color: #CC3366;
    font-weight: bold;
}

.uline {
    text-decoration:underline;
}

#gamedisp{
    overflow:hidden;
}

img.floatleftClear {
    float: left;
    clear: left;
}

#gamedisp li{
    margin-bottom:-10px;
}
#gamedisp img{
    margin-right:auto;
    margin-left:auto;
    width:200px;
}
#content h1{

    text-align:center;
}

#content h3 {
    text-align:center;
}
#content h2{
    text-align:center;
}

#leftdata{
    width:300px;
}
#rightdata{
    height:150px;
    width:310px;
    margin-left:275px;
    margin-top:-128px;
}

#leftdata p{

    text-align: left;
}

#rightdata p{

    text-align: left;
}

.letters {
    text-align:center;
    margin-top:-5px;
    margin-bottom:-15px;
    clear:both;
}

#gamelist img {
    width:100px;
    height:100px;
    margin-right:10px;
    clear:both;
    border: none;
}

#blognav {
    display:block;
    margin-right:auto;
    margin-left:auto;
    width:100px;
}

#blognav a:link,
#blognav a:hover,
#blognav a:visited {
    color: #CC3366;
}