/*  GTA 11-1-1 stylesheet */

body {
    margin: 0px;
    padding:0;
    background: #fff;
    background-image: url("/themes/gta_11-1-1/lines_side.png");
    background-repeat: repeat-y;
    color: #000;

    font-size: small;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

.heading {
    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
}

h1 {
    font-family: sans-serif;
    font-size: x-large;
    font-weight: bold;
}

.separator {
    position: relative;
    margin: 2px 20px 20px 40px;
    height: 2px;
    background-color: #000;
}

#bgtop {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 0px;
    left: 0px;
    background-image: url("/themes/gta_11-1-1/lines_top.png"); 
    background-repeat: repeat-x;
    width: 100%;
}

#navbox {
    position: absolute;
    top: 130px;
    left: 65px;
    width: 100px;
    border: 1px solid #999;
    background: #eee;
    margin: 0px;
    padding: 5px;
}

#ads {
    position: absolute;
    top: 80px;
    right: 10px;
    width: 180px;
    margin: 0px;
    padding: 0px;
    z-index: 1;
}       

#content {
    position: relative;
    margin: -60px 200px 20px 200px;
    padding: 20px;
    z-index: 13;
}

.newsentry {
    position: relative;
    margin: 0px 0px 18px 0px;
}

.toplevel_comment {
    position: relative;
    margin: 10px 0px 10px 0px;
}

.reply_comment {
    position: relative;
    margin: 10px 0px 10px 10px;
}

.infobar {
    border: 1px solid #999;
    background: #ddd;
    font-size: small;
    padding: 0px 0px 0px 10px;
}

a:link {
    color: #00d;
    text-decoration: none;
}

a:visited {
    color: #008; 
    text-decoration: none;
}

a:hover {
    color: #00d;
    text-decoration: underline;
}

a.navlink {
    display: block;
    width: 100%;
    text-decoration: none;
    font-size: small;
    color: #00a;
    font-family: sans-serif;
}

a.navlink:hover {
    text-decoration: none;
    background-color: #f9f9f9;
}

a.phantom:link {
    text-decoration: none;
    color: #000;
}

a.phantom:visited {
    text-decoration: none;
    color: #000;
}

a.phantom:hover {
    text-decoration: none;
    color: #000; 
    background-color: #e9e9e9;
}

a.wraith {
    text-decoration: none;
    color: #000;
}

img {
    border: none;
}

table.input {
    border: 1px solid #999;
    background: #ddd;
}

p.error {
    color: #f00;
}

div.entrylist {
    display: block;
}

div.entrylist:hover {
    background: #eee;
}

blockquote {
    padding-left: 10px;
    border-left: 1px dotted #cccccc;
}

