/* ArcaneCreations.Net: This style sheet and all content contained within is copyrighted © Jordan Seay. */
/* -----------------------------------------------------------------------
	Global Markup
----------------------------------------------------------------------- */
html, body, form, fieldset, h1, h2, h3, h4, h5, h6, p, pre, ul, ol, dl, address {
	margin:0;
	padding:0;
	}
body { 
	background:#363A3C url(/images/arcane/topbg.jpg) repeat-x 230px 0;
	font: 80%/140% Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	}
table {
 	border-collapse: collapse;
 	padding: 0px;
	}
img {
	border: 0;
	}
hr {
	clear: both;
	visibility: hidden;
	height: 0;
	}
.clear {
	clear: both;
	}
/* -----------------------------------------------------------------------
	Layout Markup (Krell Theme)
----------------------------------------------------------------------- */
.flashwrap {
	position:relative;
	width:100%;
	margin:0;
	padding-bottom:190px; /* Brings the page together  */
	display:block;	
	}
.flashwrap #left {
	position:absolute;
	height:1%;
	padding:0;
	top:0;
	left:0;
	}
.flashwrap #right {
	position:absolute;
	height:1%;
	padding:0;
	top:0;
	right:0;
	}
.railwrap {
	position:relative;
	width:100%;
	margin:0;
	display:block;
	}
.railwrap #railbg {
	position:absolute;
	width:100%;
	height:67px;
	background:url(/images/arcane/railbg.png) repeat-x 67px 0;
	}
.railwrap #navitop {
	width:192px;
	height:52px;
	background:url(/images/arcane/lnav1.jpg) no-repeat;
	padding:0;
	}
/* -----------------------------------------------------------------------
	Posts or Entries + Headings
----------------------------------------------------------------------- */
h4 {
	color:#abc507;
	padding-bottom:.5em;
	margin:1em 0 0 0;
	font:bold 1em "Trebuchet MS",Arial,Sans-Serif;
	text-transform:uppercase;
	letter-spacing:2px;
	}
h5 {
	color:#94b5c2;
	padding-bottom:.5em;
	margin:1em 0;
	font:bold 1.1em "Trebuchet MS",Arial,Sans-Serif;
	letter-spacing:2px;
	}
h6 {
	font: normal 1em "Verdana", Arial, Sans-Serif;
	letter-spacing: 1px;
	background: url(./graphics/dotted-line.gif) repeat-x bottom left;
	}	

.entrycontainer {
	padding: 9px;
	margin-bottom: 20px;
	border: 1px solid #485556;
	background-color: #323d41;
}
.entry {
	padding: 3px 5px 5px 5px;
	}
.entry p {
	margin-bottom: .8em;
	line-height:150%;
	}
.posted {
	width: 100%;
	font: normal 1em "Verdana", Arial, Sans-Serif;
	line-height: 130%;
	text-decoration: none;
	}
.posted .by {
	padding-left: 20px;
	background:url(/images/icons/user_gray.png) no-repeat;
	}
.posted .comments {
	padding: 0 5px 0 25px;
	background:url(/images/icons/comments.png) no-repeat;
	float: right;
	}
.posted .newcomments {
	padding: 0 5px 0 25px;
	background:url(/images/icons/comments_add.png) no-repeat;
	float: right;
	}
.posted .nocomments {
	padding-left: 25px;
	background:url(/images/icons/comments_delete.png) no-repeat;
	float: right;
	}
.fullentry {
	float: right;
	padding-left:5px;
	}
.perma {
	background:url(/images/icons/link.png) no-repeat center left; 
	padding: 0 0 0 20px;
	}
.perma a:link,
.perma a:visited {
	color: #BD4B3C;
	border-bottom: 1px dotted #BD4B3C;
	}
.perma a:hover {
	color: #E35B49;
	border-bottom: 1px solid #E35B49;
	}
#newsheader {
	height: 100%;
	padding: 8px;
	border: 1px dashed;
	border-color: #485556;
	background-color:#232f32; 
}
#newsheader h1 {
	color: #DDFF00;
	font: normal 1.5em Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: 2px;
	line-height: 130%;
	}
#newsheader h1 a:link {
	color: #DAEDF2;
	text-decoration: none;
	}
#newsheader h1 a:hover {
	color: #6C848C;
	text-decoration: none;
	}
#newsheader h2 {
	font: normal 22px/24px "Verdana", Arial, Sans-Serif;
	line-height: 130%;
	text-decoration: none;
	}
#newsheader h2 a,
#newsheader h2 a:link,
#newsheader h2 a:visited {
	color: #DAEDF2;
	}
#newsheader h2 a:hover {
	color: #6C848C;
	border: 0;
	text-decoration: none;
	}
#newscontent {
	height: 100%;
	padding: 3px 5px 5px 5px;
	margin-bottom: 5px;
	line-height:150%;
	}
#newsfooter {
	padding: 8px 5px 2px 5px;
	border-top: dashed 1px #485556;
	}
	
		
/* -----------------------------------------------------------------------
	Category 
----------------------------------------------------------------------- */



/* -----------------------------------------------------------------------
	Downloads 
----------------------------------------------------------------------- */



/* -----------------------------------------------------------------------
	Flash 
----------------------------------------------------------------------- */



/* -----------------------------------------------------------------------
	Forum 
----------------------------------------------------------------------- */


/* -----------------------------------------------------------------------
	Sectors A - F 
----------------------------------------------------------------------- */
.sector {
	padding: 0 0 0 0;
	}
.sector .a {
	background: url(/images/arcane/sectora.gif) no-repeat;
	height: 35px;
	width: 154px;
	}


/* -----------------------------------------------------------------------
	Form / Input Styles 
----------------------------------------------------------------------- */
input {
	font: 12px/100% "Verdana";
	color: #494949;
	}

textarea, select {
	font: 12px/160% "Verdana";
	color: #494949;
	}


/* -----------------------------------------------------------------------
	Links 
----------------------------------------------------------------------- */
a:link,
a:visited {
	text-decoration: none;
	color: #DAEDF2;
	}	

/* -----------------------------------------------------------------------
	Tutorials 
----------------------------------------------------------------------- */



/* -----------------------------------------------------------------------
	Misc 
----------------------------------------------------------------------- */
blockquote {
	color: #8C7A6C;
	letter-spacing:2px;
	padding: 5px 7px 5px 7px;
	border: 1px dashed;
	background-color: #323d41;
	font-style: italic;
	border-color: #485556;
	}


/* -----------------------------------------------------------------------
	Related 
----------------------------------------------------------------------- */







/* -- END Presentation Markup --*/

/* ----- Flash ID's ----- */
#overlay {
  position: absolute; 
  width: 100%; 
  height: 260px; 
  z-index: 1; 
  left: 0; 
  top: 0;
}



	
.threebox {
	line-height: 130%;
	float: left;
	padding: 2px;
	}	

	
/* Default Link Style. */



/* -- News Markup -- */







#copyright {
	background-color: #232f32;
	height: 15px; 
	padding: 5px;
	border-top: solid 1px #485556; 
	width: 100%;
	text-align: center; 
}
/* -- End News Markup --*/
