/* CSS Document */

/* General */

body {
background:url(img/backfill.png);
}

/* Align */

.left {
float:left;
}

.right {
float: right;
}

.center {
margin: 0 auto;
}


/* Main Wrappers */

#mainwrapper {
margin-top: 20px;
}

#mainwrapper2{
margin: 0 auto;
width:800px;
}

#mainwrapper3 {
margin:0 auto;
}

#contentwrapper {
background:#000000;
width:800px;
}

#contentwrapper #sidewrapper {
float:right;
width:170px;
margin-right:30px;
}

#content_wrapper {
width: 778px;
}



/* Logo */

#logowrapper {
height:113px;
width:800px;
background:url(img/logo.png)
}

/* Links */

#nav {
width:800px;
}


#navlinks {
padding-top:5px;
margin: 0 auto;
background:#000000;
padding-bottom:5px;
}

#navlinks a {
color:#000000;
}

#links li {
display: inline;
list-style-type: none;
padding-top:0px;
}

#homelink {
background:url(img/Homelink.gif);
width:92px;
height:31px;
}

#homelink {
background:url(img/Homelink.gif);
width:92px;
height:31px;
}


/* Links */

a:hover {
color:#FFCC99;
}

a:visited {
color:#66FFCC;
}
}

a {
color:#FF0000;
}

/* Blog Entry */

#content {
width: 550px;
}

#contenttitle {
width: 590px;
color:#FF0000;
font-family:Terminal;
font-size:9px;
padding:5px;
border-bottom:solid 1px;
border-bpttom-color:#FF0000;
}

#contenttext  {
color:#FFFFFF;
font-family:"Courier New", Courier, monospace;
font-size:12px;
padding-left:10px;
margin-top:10px;
padding-bottom:10px;
}

#contenttext a:visited {
color:#66FFCC;
}

#contenttext a {
color:#FF0000;
}

#contenttext a:hover {
color:#FFFFFF;
}

/*Forms*/


label
{
width: 4em;
float: left;
text-align: right;
margin-right: 0.5em;
display: block
}

.submit input
{
margin-left: 4.5em;
} 

input
{
color:#FFFFFF;
background:#000000;
border: 1px solid #FFFFFF;
}

textarea  {
color:#FFFFFF;
background:#000000;
border: 1px solid #FFFFFF;
overflow: auto;
}

.submit input
{
color: #000;
background: #ffa20f;
border: 2px outset #d7b9c9
} 


/* Pictures */

#gamesthumbs {
width:220px;
padding-top:10px;
color:#FFFFFF;
height:80px;
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
display: block;
}

#thumbtitle {
padding-left:40px;
padding-bottom:5px;
}

#thumbtitle div {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFFFFF;
}

#mainboxthumbs {
width: 500px;
padding-left:10px;
}

#mainboxthumbsright {
width: 225px;
margin-right:23px;
}

#thumbnail {
width:100px;
height:100px;
}

#thumbdesc {
padding-left:10px;
margin-left:74px;
}

.thumb {

}

#nextpicturepage div {
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
color:#FFCC66;
}


/* Comments */

#commentsbox {
border-top:solid 1px;
border-top-color:#FFFFFF;
width:500px;
padding-top:20px;
}

#commentsbox h2 {
background-color:#FF0000;
padding:2px;
font-family:Terminal;
font-size:10px;
}

#commentsbox h5 {
background-color:#FF0000;
padding:2px;
font-family:Terminal;
font-size:10px;
}

#commentstitle {
background-color:#FF0000;
}

#commentsbox div {
font-family:Arial, Helvetica, sans-serif;
font-size:10px;
color:#FFFFFF
}

#commentsend {
margin-left:45px;}


#commentname {
font-family:Geneva, Arial, Helvetica, sans-serif, Terminal
}

/* adverts */

#adverts {
margin-top: 31px;
}

#adverts1 {
margin-top: 0px;
}


/* Headers */

h1 {
font-size:10px;
color:#FF0000;
}

h2 {
font-size:12px;
color:#FFFFFF;
}

/* Footer */

#footer {
padding-bottom:10px;
font-family:Terminal;
font-size:10px;
width:800px;
background-color:#000000;
margin: 0 auto;
color:#FFFFFF;
}


