/* 
    Style Number: 5
    Style Name: GoD Design
    Filename: style5.css
    Author: ZoGgEr! (CSSified by ReadMe)
    Date Updated: 2 Jan 05
*/

body {
    background: #888888;
    color: red;
    margin: 10px 15px;
    font-family: verdana;
    font-size: 80%;
}
#heading {
    position: absolute;
    left: 26px;
    top: 30px;
    border: 1px #3A3A3A inset;
    width: 109px;
    height: 109px;
}
#heading #image-logo {
    width: 109px;
    height: 109px;
    background: url('/images/god/godlogo.gif') no-repeat center center;
    margin: 0;
    padding: 0;
}
#heading #image-logo span {
    display: none;
}
#contentarea {
    border: 2px solid black; 
    background: black;
}
#leftcol, #rightcol {
    width: 132px;
}
#leftcell, #rightcell {
    background: #3A3A3A;
    color: #AAAAAA;
    font-size: 0.85em;
}
#leftcell .menu {
    width: 115px;
    margin: 15px auto;
    border: 1px yellow outset;
    padding-top: 116px;
    padding-bottom: 2px;
}
.menu h4, .menu ul {
    padding-left: 5px;
    padding-right: 5px;
    margin-left: 2px;
    margin-right: 2px;
    border-left: 1px #272727 solid;
    border-right: 1px #A4A4A4 solid;
    width: 99px;
}
.menuset li, .menuset li a {
    width: 101px;
}
#leftcell .menu h4 {
    text-align: left;
    text-decoration: none;
    font-weight: normal;
    background-position: bottom right;
}
#leftcell .menu ul {
    padding-bottom: 20px;
}
#menuheading1 {
    border-top: 1px #272727 solid;
}
#menuset25 {
    border-bottom: 1px #a4a4a4 solid;
}
#rightcell #rightbox {
    width: 115px;
    margin: 15px auto;
    border: 1px yellow outset;
    padding-top: 2px;
    padding-bottom: 2px;
}
#rightbox h4, #rightbox p.wordlist, #rightbox form,
#rightbox p#memstats, #rightbox p#rightbtns {
    padding-left: 5px;
    padding-right: 5px;
    margin: 0 2px;
    border-left: 1px #272727 solid;
    border-right: 1px #A4A4A4 solid;
    width: 99px;
    overflow: hidden;
}
#rightbox h4 {
    font-weight: normal;
    text-decoration: none;
    text-align: left;
    padding-bottom: 10px;
    padding-top: 5px;
}
h4#shoutheader {
    border-top: 1px #272727 solid;
}
form#shoutform input,
form#wordform input {
    width: 60px;
}
#rightbox form input.button {
    width: 30px;
}
#shoutform, #wordform, #fictovote {
    border-bottom: 2px ridge #3a3a3a;
}
.word, .wordname {
    font-size: 0.8em;
}
.wordname {
    display: block;
    padding-bottom: 3px;
    border-bottom: 2px ridge #3a3a3a;
    margin-bottom: 3px;
}
#fictovote {
    text-align: center;
    padding-bottom: 5px;
}
p#memstats, p#rightbtns {
    text-align: center
}
p#rightbtns {
    border-bottom: 1px #a4a4a4 solid;
}
a {
    color: white;
    text-decoration: none;
}
a .menualert {
    color: red;
}
input,
textarea,
select {
    border: 1px solid #CCCCCC;
    background-color: #222222;
    color: white;
}
#pagecell a:hover {
    color: green;
}
#pagecell {
    padding: 5px;
}
#pagecell h2 {
    color: green;
}
#pagecell .formtable {
    background-color: #565656;
    border: thin solid #3A3A3A;
    color: #AAAAAA;
}
.ntitle	{color:white}
.filetable	{background-color: #3A3A3A;
		border: 1px solid #CCCCCC;
		color: #AAAAAA;
		border-color: black}
.forum	{background-color: #444444;
		border: thin solid #CCCCCC;
		color: #AAAAAA}
.forum	A:hover {color: #FFFFCC}
.postmain	{border-bottom: 1px solid black;
		border-left: 1px solid black;
		padding: 2px 6px 2px 6px}
.bordbot	{border-bottom: 1px solid black}
.quote	{border: 1px dashed black;
		padding: 10px;
		color: #AAAAAA;
		background-color: #555555}
.excuse2	{background-color: #666666}