/*--------- START OF THE PAGE STYLE CODE----------------*/
/*the main container, the red outline box around it all*/
#pagewidth
{
  /*SETS IT IN THE CENTRE FOR STUPID FUCKING IE! Works in firefox as well*/
  margin-left: auto;
  margin-right: auto;
  width: 1000px;

  border: 0px solid green;

}

/*the body image of the thing*/
#centre{
          position: relative;
          width: 750px;                 

	  border: 0px solid red;
	  border-bottom: 0px;
          border-top: 0px;
	  clear: both;
}

/*the bit that holds the jester head*/
#header{
          position: relative;
          width: 1000px;
          height: 534px;

	  
	  border: 0px solid red;
	  border-bottom: 0px solid black;
	  
	  float: left;

	  background-image: url('../images/header.gif');
	  background-repeat: no-repeat;  	  
	 
}

#link a{
	width: 800px;
	height: 220px!important;
	height: 200px;
	display: block;
	border: 0px solid red;
}

#body{

          position: relative;
          width: 760px;  
          height: auto;               
	  top: -380px!important;
	  float:left;
	  
	  border: 0px solid red;
	
	  /*background-color: white;*/
	  background-image: url('../images/body.png');
}

/*just holds in place the curve at the bottom*/
#foot{
          position: relative;
          width: 760px;
          height: 60px;
       	  top: -380px!important;
	  border: 0px solid red;
	  border-bottom: 0px;
          border-top: 0px solid blue;
	  clear: both;

	  background-image: url('../images/foot.png');
	  background-repeat: no-repeat;

}


/*********************THE ABOVE IS PURELY FOR CENTRAL POSITIONING***************************/

#menu{
	position: absolute;
	width: 760px;
	height: 30px;
	top: 0px!important;
	left: 0px!important;
	left:-0px;
	padding-left: 0px;
	border: 0px solid yellow;
	background-color: #272528;
	border-bottom: 0px solid black;
}

#articlebody{

	position: relative;
	width: 700px;
	height: auto;
	/*font-size: 0.85em;*/
	font-size: 15px;
        line-height: 1.5em;
	color:#809177; /*dark grey*/
	border: 0px solid black;
	float:left;
	left: 25px;
	top: 30px!important;
	top: 40px;

}

/*****************COMMENTS DIVS, FROM FORMS TO JUST TOTALS********************************/
#titlebox{

	position: relative;
	left: -25px;
	border: 0px solid red;
	background-color: #7b8e72;
	height: 25px;
	width: 600px;
	padding-left: 25px;

}

#rantcomments{

	position: absolute;
	left: -25px;
	padding-top: 0px;
	padding-left: 35px;
	border: 0px solid red;
	background-color: #7b8e72;
	width: 700px;
}

#rantcomment{
	  width: 660px;
	  text-align: left;
          border: 0px solid black;
          /*background-color: #3366CC;*/
          position: relative;
          left: 20px;
          overflow: hidden;

}

#rantcommentspace{

	position: relative;
	left: 20px;
	width: 700px;
	height: 5px!important;
	height: 1px;
	border: 0px solid blue;
	background-color: #7ba6ee;
	border-right: 0px;
	border-left: 0px;
}

#commentdate{
	position: relative;
	left: -25px;
	border: 0px solid red;
	background-color: #7b8e72;
	height: 25px;
	width: 660px;
	padding-left: 35px;
}

#commentbody{

	position: relative;
	padding-left: 15px;
	background-color: #d5e7b5;
}

#bordercomment{
          border: 0px solid blue;
          padding: 0px;
          border-bottom: 0px;
}
#commentunderrant{

	  position: relative;
          width: 670px;
          height: 500px;
          left: 20px;
          border: 0px solid red;

          /*left: 480px;*/
}

#innercommentunderrantimagecheck{
	
		position: relative;
		height: 150px;
		border: 0px solid green;
}

#innercommentunderrantimage{
	
		position: relative;
		width: 400px;
		height: 150px;
		border: 0px solid yellow;
}

#innercommentunderrantcheck{
	
		position: relative;
		left: 400px;
		width: 300px;
		top: -100px!important;
		top: -90px;
		border: 0px solid black;
}

/*********************BELOW THIS LINE IS THE CODE FOR THE LINKS TO CHANGE COLOR********************/
hr 
{
  border: 0;
  width: 100%;
  color: #d5e7b5;
  background-color: #d5e7b5;
  height: 2px;
}

A:link {
   font-weight: bold;
    text-decoration: none;
    color: #d5e7b5;

   }

A:active {
   color: #d5e7b5;
   text-decoration: none;
   }

A:visited {
   color: #d5e7b5;
   text-decoration: none;
   font-weight: bold;
   }
   
a:hover { color: #131711;  } /* Hover Styles */



/**************************************TWITTER DIV********************************************/
#twitter_div{

	position: relative;
	width: 300px;
	height: 40px;
	top: 70px;
	left: 200px;
	border: 0px solid red;
	color: black;

	z-index: 5;
	
}

#twitterbox{

	position: relative;
	width: 300px;
	height: 500px;
	border: 0px solid red;
	float:left;
	left: 30px;

	z-index: 5;

}

#twitter_update_list{

	position: relative;
	width: 500px;
	height: 20px;
	border: 0px solid red;
	float:left;
	z-index: 5;

}

#sickmap{

	position: absolute;
	width: 400px;
	height: 500px;
	float:left;
	left: 380px;
	top: 210px;
	border: 0px solid red;

	z-index: 5;

}

#randomlinks{
	position: relative;
	height: 550px;
	width:750px;
	float:left;
	left: 0px;
	top: 40px;
	border: 0px solid red;

	z-index: 5;
}

#formbuttons{

	position: relative;
	top: 30px;
	height: 20px;
	width: 300px;
	border: 0px solid blue;
}
/***********************************************SUBSCRIBE FORM*************************************/
#subscribe{

	  position: relative;
          width: 670px;
          height: 200px;
          left: 20px;
          border: 0px solid red;
	  text-align: left;
          /*left: 480px;*/
}

#editnotes{

	position: absolute;
	padding: 10px;
	left: 500px;
	top: 70px;
	width: 320px;
	border:0px dotted red;
	background-color: #a49e9e;
	color: black;
}

/***************TOPICS**********************/
#topics{

	position: absolute;
	border: 0px solid red;
	right: 35px;
	color: #d5e7b5;
	font-size: x-small;
	z-index: 6;
	/*color: #FF9900;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;8?
  	/*background-color: #FF9900;*/

}

#topics-inner{

	position: absolute;
	padding: 10px;
	border: 0px solid red;
	right: 35px;
	color: #d5e7b5;
	font-size: x-small;
	z-index: 6;
	/*color: #FF9900;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;8?
  	/*background-color: #FF9900;*/

}

