/* This removes most of the default quirky CSS that browsers have */
:link,:visited { text-decoration: none }
ul,ol { list-style: none }
h1,h2,h3,h4,h5,h6,pre,code { font-size: 1em; }
* { margin:0; padding:0}
a img,:link img,:visited img { border: none }
address { font-style: normal }
html {
margin: 0px;
padding: 0px;
color: #EEE;
font-family: Verdana, Arial, sans-serif;
font-size: 13px;
background-color: #030303;
overflow-y: scroll;
}
body {
margin-top: 5px;
margin-bottom: 5px;
}
.main-wrap {
margin: 0px auto;
width: 800px;
background-color: #333333;
padding: 30px;
}
.menu {
float: right;
padding: 0px;
margin: 0px;
}
.menu li{
float: left;
margin: 0px 0px 0px 10px;
}
.menu li a {
height: 26px;
line-height: 26px;
width: 120px;
display: block;
border: 2px #222222;
border-style: solid none;
color: #ffffff;
background-color: #111111;
text-align: center;
font-weight: bold;
}
.content-wrap {
margin-top: 50px;
padding: 30px;
background-color: #222222;
}
.content-wrap p {
margin-top: 10px;
margin-bottom: 10px;
}
.rightcontent-wrap {
float: right;
}
.rightcontent {
width: 120px;
background-color: #252525;
border-top: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid black;
border-right: 1px solid black;
margin-left: 10px;
padding: 10px;
}
.rightcontent a{
font-size: 0.9em;
color: white;
}
.searchbox {
background-color: #111111;
padding: 5px;
display: none;
}
.searchbox fieldset {
border: none;
}
.searchbox form input#searchinput {
width: 65px;
font-size: 0.8em;
height: 15px;
background-color: gray;
border: none;
position: relative;
top: -1px;
}
.searchbox form input#searchsubmit {
font-size: 10px;
height: 15px;
border: none;
position: relative;
top: -1px;
}
.footerads {
margin-top: 5px;
margin-bottom: 35px;
margin-left: 35px;
}
.topads {
float: right;
height: 15px;
width: 468px;
position: relative;
top: -30px;
left: -170px;
}
.footer {
margin-top: 30px;
width: 760px;
height: 30px;
padding: 20px;
background-color: #222222;
}
.footer div {
float: right;
}




a:link {color: #EEE}
a:visited {color: #777}
a:active {color: #EEE}
a:hover {text-decoration: underline; color: #555;}

h1 {
font-size: 1.4em;
}
h2 {
font-size: 1.3em;
}
h3 {
font-size: 1.6em;
padding-bottom: 20px;
}
.code {
  padding: 10px;
  padding-left: 20px;
  background-color: #171717;
  font-size: 0.9em;
  color: #FFD0D0;
}
.code span {
  color: #8080FF;
}




