body{
  background-color: #000;
  color: #F5F1B4;
  font-family: "Comic Sans MS", cursive;
  margin: 0;
  padding: 0;
  text-align: center;
  min-width: 950px;
}

A:link{
  text-decoration: underline; color: #00EE0D;
}

A:visited{
  text-decoration: underline; color: #00EE0D;
}

img{
  border: 0;
}

p{
  font-size: 10pt;
}

#bottombar{
  width: 600px;
  text-align: center;
  border-top: 2px solid #00e914;
  height: 0;
  margin: 0 175px;
}

#main{
  margin-top: 10px;
  position: relative;
  top: 0;
  left: 0;
  width: 954px; /* Was 950, needed to change to 954 to fix bug with IE6 */
}

#content{
  /*margin: 0 162px 0 0;*/
  width: 790px;
  float: left;
}

#sidebar{
  float: right;
  width: 160px;
  margin: 0;
  padding: 0;
  text-align: center;
}

#mainwrapper{
  text-align: left;
  width: 954px; /* Was 950, needed to change to 954 to fix bug with IE6 */
  margin-left: auto;
  margin-right: auto;
}

#wrapper{
  text-align: center;
  width: 954px; /* Was 950, needed to change to 954 to fix bug with IE6 */
  margin-left: auto;
  margin-right: auto;
}

#rant-wrapper{
  width: 790px;
  position: relative;
  top: 0;
  left: 0;
}

#vance-wrapper{
  width: 395px;
  float: left;
  text-align: left;
}

#reese-wrapper{
  width: 395px;
  float: right;
  text-align: left;
}

#comic{
  margin-left: 20px;
}

#copyright{
  width: 950px;
  padding-top: 20px;
  clear: both;
}

#vavatar{
  margin-left: 22px;
}

#ravatar{
  margin-left: 22px;
}

#commentwindow{
  overflow: hidden;
  display: none;
  border: 2px solid #00e914;
  margin: 0 0 10px 20px;
  width: 740px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}

/* Header 
#header{  background: url(body/headertest.jpg);  height: 150px;  width: 950px;  }
#header a{  text-decoration: none;  display: block;}
#header a:active,a:focus{  outline: 0;}
#index{  width: 450px;  float: left;  margin: 22px 200px 0 250px;  height: 95px;}
#archive{  width: 70px;  float: left;  margin: 5px 0 0 130px;}
#links{  width: 70px;  float: left;  margin: 5px 0 0 85px; }
#characters{  width: 100px;  float: left;  margin: 5px 0 0 70px;  }
#bonus{  width: 70px;  float: left;  margin: 5px 0 0 75px;  }
#wvd{  width: 90px;  float: left;  margin: 5px 0 0 65px; }
/* End Header */

/* Header Nav */
#headernav {
  height: 20px;
  font-size: .7em; 
  border-top: 3px solid #00e914;  
}

#headernav a{
  height: 15px;
  text-decoration: none;
  display: block;
  float: left;
  border: 1px solid black;
  padding: 0 9px;
}

#headernav a:hover{
	border: 1px solid #00e914;
}
/* End Header Nav */

/*  Upper Nav Bar Code */
#uppernavmap{
  display: block;
  width: 750px;
  height: 20px;   
  background: url(body/uppernav.jpg);
  margin: 0 0 0 20px;
}

#uppernavmap a{
  height: 20px;
  text-decoration: none;
  display: block;
  float: left;
}

#uppernavmap a:active,a:focus{
  outline: 0;
}
  
#uback{
  width: 88px;
  margin-left: 19px;
}

#ufirst{
  width: 155px;
}

#ulatest{
  width: 155px;
  margin-left: 225px;  
}

#unext{
  width: 88px;
}
/* End Upper Nav Bar Code */

/*  Nav Bar Code */
#navmap{
  display: block;
  width: 750px;
  height: 50px; 
  /*background: url(body/navbar.jpg);*/
  background: url(body/lowernav.jpg);
  margin: 0 0 20px 20px;
}

#navmap a{
  height: 40px;
  text-decoration: none;
  margin-top: 10px;
  display: block;
  float: left;
}

#navmap a:active,a:focus{
  outline: 0;
}

.hidden{
  visibility: hidden;
}
  
#back{
  width: 120px;
  margin-left: 19px;
}

#first{
  width: 84px;
  margin-left: 52px;  
}

#comment{
  width: 160px;
  margin-left: 10px;  
}

#latest{
  width: 85px;
  margin-left: 15px;  
}

#next{
  width: 117px;
  margin-left: 70px;  
}
/* End Nav Bar Code */

.rant{
  width: 330px;
  margin-left: 22px;
  text-align: left;
  border: 2px solid #00e914;
  padding: 5px;
  font-size: 10pt;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 5px;
  -moz-border-radius-bottomleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 5px;
  -webkit-border-bottom-left-radius: 5px;
}

.timestamp{
  width: 190px;
  margin-left:  22px;
  text-align: left;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-top-left-radius: 5px;
  border: 2px solid #00e914;
  font-size: 10pt;
  position: relative;
  top: 2px;
  color: #00e914;
}

.crtext{
  font-size: 10pt;
  color: #00e914;
  text-align: center;
}

.ad{
  border: 2px solid #00e914;
  width: 160px;
  height: 605px;
}

.horad{
  border: 2px solid #00e914;
  width: 728px;
  height: 95px;
  margin-left: 28px;
}

.adbuttons {
  border: 2px solid #00e914;
  width: 135px;
  height: 220px;
  padding-left: 18px;
  padding-top: 10px;
}
.adlink{
	border: 0;
	height: 20px;
	color: #00e914;
	font-size: .65em;
	font-weight: bold;
	text-align: center;
	margin-left: 0;
}

.adlink a{
	text-decoration: none;
}

.sidebar-hr{
  width:  130px;
  border-top: 2px solid #00e914;
  margin-left: 15px;
  margin-right: 15px;
  margin-top: 3px;
  margin-bottom: 8px;
  height: 0;
}

.center{
  text-align: center;
}

.bold{
  font-weight: bold;
}

.green{
  color: #00e914;
}

.archiveitem{
  text-align: left;
}

.bonus{
  float: left;
  width: 300px;
  text-align: center;
  padding-bottom: 30px;
}

.bonustext{
  font-size: small;
  color: #FFF;
}

.pagetitle{
  text-align: center;
  color: #00EE0D;
  font-size: x-large;
}

.feed{
  margin-left: 3px;
  padding: 0 0 0 19px;
  background: url("body/feed-icon-14x14.png") no-repeat 0 50%;
}

/* Next part used for comments */
.InputCell img{
  display: none;
}

/*For wvd@w stuff*/
.wvdvote {
  color: black;
  margin: 2px 0 3px 30px;
  width: 250px;
  text-decoration: none;
}

.wvdvote:hover {
  border: solid black 2px;
  margin: 0 0 1px 28px;  
}