/*--------- 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: 800px;

  border: 0px solid green;

}

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

/*the bit that holds the jester head*/
#header{
          position: relative;
          width: 800px;
          height: 245px;

	  
	  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: 800px;  
          height: auto;               

	  float:left;
	  
	  border: 0px solid red;
	
	  background-color: white;
}

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

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

#copyright
{
          position: relative;
          width: 590px;

          margin: auto;
          font-size: 9px;
          line-height: 1.6em;
          text-align:  center;
          color: #ff4901;

          border:       0px solid red;

          top: 30px;  
          left: 0px!important;
          left: 70px;

          
}

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

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

#articlebody{

	position: relative;
	width: 750px;
	/*height: auto;*/
	font-size: 0.85em;
	/*font-size: 14px;*/
        line-height: 1.5em;
	color:#2d2a2a; /*dark grey*/
	border: 0px solid red;
	float:left;
	left: 25px;
	top: 30px!important;
	top: 40px;

}

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

	padding-top: 0px;
	padding-left: 35px;
	border: 0px solid red;
	color: #FF9900;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;
  	/*background-color: #FF9900;*/
}

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

}

#rantcommenttext{

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

}

#rantcommentspace{

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

#bordercomment{
          border: 1px solid blue;
          padding: 5px;
          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;
		width: 280px;
		left: -70px;
		top: -30px!important;
		top: -20px;
		border: 0px solid black;
}

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

A:link {
   font-weight: bold;
    text-decoration: none;
   }

A:active {
   color: blue;
   text-decoration: none;
   }

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



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

	position: relative;
	width: 500px;
	height: 20px;
	top: 160px!important;
	top: 165px;
	left: 140px;
	border: 0px solid red;
	color: white;

	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;
	width:750px;
	float:left;
	left: 0px;
	top: 40px;
	border: 0px solid red;

	z-index: 5;
}

#formbuttons{

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

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

#editnotes{

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

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

	position: absolute;
	border: 0px solid red;
	right: 35px;
	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;
	border: 0px solid red;
	right: 35px;
	padding: 5px;
	font-size: x-small;
	z-index: 6;
	/*color: #FF9900;
	border-top: 1px solid #ff9900;
	border-bottom: 1px solid #ff9900;8?
  	/*background-color: #FF9900;*/

}
/*****************STORE DIVS*******************/
#storeDisplay{

	position: relative;
	top: -180px;
	left: 225px;
	width: 550px;
	border: 0px solid green;
	border-left: 0px solid #FF9900;

}

#storeMenu{

	position: relative;
	width: 250px;
	left: -10px;
	border: 0px solid red;
}

/***************Gallery DIVS**********************/
#galleryAlbum{

	position: relative;
	border: 0px solid yellow;
	padding: 20px;
	height: 130px;
	float:left;
}

#gallerybody{

	position: relative;
	width: 750px;
	padding-bottom: 100px;
	padding-left: 15px;
	float:left;
	border: 0px solid red;
}

#gallerySingle{

	position: relative;
	padding-bottom: 40px;
	padding-left: 15px;
	float:left;
	border: 0px solid red;
}

#imagecomment{
	  width: 750px;
	  text-align: left;
          border: 0px solid black;
          border-top: 0px solid #ff9900;
          /*background-color: #3366CC;*/
          position: relative;
          left: 0px;
          overflow: hidden;

}
