/*CSS by Xade, http://insanityofxade.com*/


/*Link styles*/
a:link {color:#fe000a;}      /* unvisited link */
a:visited {color:#840005;}  /* visited link */
a:hover {color:#fe000a;}  /* mouse over link */
a:active {color:#fe000a;}  /* selected link */


/*Stop Stops floats*/
.stop{
	clear: both;
}

/*BODY PROPERTIES-do not "#" or "." this, it controls the body of the page*/
body {
color: #fff;
	text-align: center;
	background-color: #1d1d1d;
	margin: 0px;
	}
/*CONTAINER--this is for the border*/
#container{
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	width: 800px;
	background: url('../images/background.jpg');
	height: auto;
	
}
/*Inner Container, holds content for global padding*/
#incontain{
padding-top: 0px;
padding-bottom: 0px;
padding-left: 12px;
padding-right: 10px;
}
/*HEADER--for the header image, much quicker to use css to make it*/
#header{
	height: 120px; /* changes the height of the header for shorter or taller images*/
	background: url('../images/banner4.jpg') #fe000a;
	background-repeat: no-repeat;
	background-position: center;
	width: 780px;
}
/*Comic*/
#comic{
text-align: center;
margin-left:auto;
margin-right:auto;
min-width:100px;

}
/*sidebar*/
#sidebar{
width: 200px;
float:right;
height: auto;
padding-right: 10px;
z-index: 2;
}
/*navigation*/
#navigation{

}
/*notes*/
#notes{
float: left;
width: 385px;
padding-left: 2px;

}
/*comments*/
#comments{
float: right;
width: 385px;
padding-right: 2px;

}
/*footer*/
#footer{
padding: 20px 0px;

}
/*Archive css*/
#archivecss{
	text-align:center;
	color: white;
	width:500; 
	margin: 0 auto;
	display:block; 
	padding-left:45px;
	float: left;
	
}

/*LINE BREAKS--used to add attractive spaces around displayed divs*/
.lnbr{
padding: 5px;
}
/*CENTERED TABLES--for a centered table like the navigation pictures*/
.centered-table {
  margin: 0 auto;
}
/*ANTI ROBOT CSS*/
.robot {
visibility:hidden;
}



/**/
#blank{

}
