/*STYLE SHEET FOR THE THREE EDGED SWORD*/
/*BODY
	----------*/
html {
	/* Always show a scrollbar for short pages - stops the jump when the scrollbar appears. non-IE browsers */
	height: 101%;
	}

body { 
	background-color: #000000; 
	font-family:Arial,Verdana,sans-serif; 
	/* font-size: 16px; */
		font-size: 1em;
	color:#ffff00;
	}

	header {
	/*width:800px;*/
	padding:0px 0px 20px 0px;
	font-family:Arial,Verdana,sans-serif; 
}
footer {
	/* font-size:10px;  1st change*/
	font-size: .625em;
	margin:0px;
	text-align:center;
	clear:both;

	padding:0px 0px 20px 0px;
}

hr {
	background-color:#ffff00; 
	height:2px;
	margin-top: 30px;
	margin-bottom: 30px;
    padding: 0px;
    border: 0px;
	clear: right;
	}

h1,h2,h3,h4,h5,h6	{
	text-align:center;
	}

img 	{
   margin: 2px; /* test*/
   padding: 2px;
   border: 0px;
	}

iframe {
	border-style:none;
	border:0px;
	}
	
	/*TEXT STYLES
		----------*/

.italic {
	font-style:italic;
	}

@font-face {
	font-family:Edwardian Script;
	src: url(fonts/itcedscr.woff);
	}

/*
@font-face {  
	font-family:Edwardian Script;  
	src: url(fonts/itcedscr.ttf) format("truetype");  
	}
*/

/*@font-face {
 font-family:Edwardian Script;
 src: url(fonts/itcedscr.eot)*/ /* EOT file for IE 
	}
*/

.sig {	/*this is my sig----------*/
	font-family:Lucida Console;
	font-style:italic;
	color:#F71919;
	}

.starsig {
	font-family:Edwardian Script,Gabriola,Vijaya,sans-serif;
	font-size:28px;
	color: #71EFFF;
	}

.counter {
	font-size:10px;
	font-family:Lucida Console;
	font-style:italic;
	}

	/*END TEXT STYLES
		----------*/

/* END BODY
	----------*/

/*ALIGNMENTS
	----------*/

.right {
	text-align: right;
	}
.floatright {
	float: right;
	}
	
.left {
	text-align: left;
	}
.floatleft {
		float: left;
	}
		
.center {
	text-align: center;
	}

	
.truth {
	font-size: 2.777em;
	color: red;
	font-weight: bold;
	text-decoration: underline;
	margin: 0px;
	}


.blank hr {
	width: 0%; height: 1px; border: 0;
	}
		
.in p {
	text-indent:15px;
	}
	
.clear{
	/*this is to clear alingments*/
	clear: both;
	}
	
	
/*END ALIGNMENTS*
----------*/


/* Links
	---------- */
 
a:link {color:#ffffff;}
a:visited {color:#bb1a8b;}
a:hover {color:#18F708;}
a:active {color: #B70004; text-decoration: none;}

/*HEADER NAVIGATION*/

.nav {
	/* position: fixed;            test for no move top nav*/
	/*margin: 0px 0px 100px 0px;   test for no move top nav*/
	/* width: 100%;                test for no move top nav*/
	/* background-color: #000000;  test for no move top nav*/
	text-align:center;
	font-size:14px;
	font-weight:normal /*test for forum header nav bar delete if not work */

	}

.nav a:link {
	color:#ffffff; 
	text-decoration: none;
}

.nav a:visited {
	color:#ffffff;
	text-decoration: none;
}

.nav  a:hover {
	color:#18F708;
	text-decoration: none; 
	
}

.nav a:active {
	color: #B70004;
	text-decoration: none; 
	
}

/*FOOTER NAVIGATION*/

.footernav {
	text-align:center;
	font-size:9px
	}
.footernav a:link {
	color:#ffffff; 
	text-decoration: none;
}
.footernav a:visited {
	color:#ffffff;
	text-decoration: none;
}
.footernav a:hover {
	color:#18F708;
	text-decoration: none; 
}
.footernav a:active {
	color: #B70004;
	text-decoration: none;
}


/*END LINKS
	----------*/
	
/*MISCELLANEOUS
	----------*/

/*this is to put a border around stuff*/
.bordermin {
	border-width:1px;
	border-style:solid;
	border-color:#01DF74;
	margin: 4px;
	padding:2px;
	}
	
.bordermedium {
	border-width:3px;
	border-style:solid;
	border-color:#01DF74;
	margin: 4px;
	padding:2px;
	}
	
.highlight {
	background-color:#424242;
	padding:5px 10px;
	border-style:inset;
	border-width:7px;
	
	}
	
/* this puts a border on bottom only*/
.borderbottom {
	border-width:0px 0px 2px 0px;
	border-style:solid;
	margin: 30px 0px 30px 0px;
	padding:2px;
	}

	/* this fixes the button size for the what does it say buttons on the paranomal pages*/
.fixedbutton button{
	width:140px;
	}

/*END MISCELLANEOUS
	----------*/


/*IDs
	----------*/
/*test*/
#header {
	/*width:800px;*/
	padding:0px 0px 20px 0px;
	font-family:Arial,Verdana,sans-serif; 
	/* font-size: 16px; 2nd change*/
	font-size: 1em;
	color:#ffff00;
	}
/*test*/

#title {
	/* font-size:18px;  3rd change*/
		font-size:1.125em;
	text-align:center;
	/*margin:50px 0px 0px 0px;   test for no move left nav   */
}

/*these are for a 2 colum */
#leftbox {
	float: left;
	width:50%;
	}
#leftbox hr{width:90%;}
	
#rightbox {
	margin-left: 50%;
	}
#rightbox hr{width:90%;}

/*these are for a 2 colum with nav guide on left*/
#mainbox {
	margin:0;
	}

#leftnav {
	/*position: fixed;  DID NOT WORK THE WAY I WANT, NEED TO SET VERTICAL I THINK   test for no move left nav*/
	float:left;
	width:160px;
	list-style-type: none;
	padding:0px;
	text-align:left;
	/* overflow:scroll; DID NOT WROK THE WAY I WANTED test to make nav scrollable */
	/*font-size:12px;/* check to see of works*/
	clear:both;
	}
 #leftnav a:link {
	color:#ffffff; 
	text-decoration: none;
	font-size:12px;
	}
#leftnav a:visited {
	color:#ffffff;
	text-decoration: none;
	font-size:12px;

	}
#leftnav a:hover {
	color:#18F708;
	text-decoration: none;
	font-size:12px;
	}
#leftnav a:active {
	color: #B70004;
	text-decoration: none;
	font-size:12px;
	}
#rightcontent{
	margin-left:200px;
	}
#leftnav p {
	font-size:12px;
	}	

/*end 2 colum nav guide*_______________________/

/*these are for a 3 colum with nav guide on left*/
	/* use leftnav id for nav colum */
	
#c2 {
	float: left;
	width:40%;
	position:relative;
	padding:5px 25px;
	}
#c2 hr{
	width:90%;
	}
	
#c3 {
	margin-left: 60%;
	padding:5px 10px;
	position:relative;
	}
#c3 hr{width:90%;
	}	
/*end 3 colum _______________________*/

#contactbox {
	width:600px;
	margin:auto;
	}

#footer  {
	color:#ffff00;
	/* font-size:10px; 4th change */
		/* font-size:.625em; 5th change */
	margin:0px;
	padding:0px 0px 20px 0px;
	text-align:center
	}

#bottombox {
	/*--clear:left;--*/
	clear:both;
	text-align:center;
	}

/*END IDS
	----------*/

/*-----TEST AREA-THIS AREA IS USED FOR TEST PUPOSES ONLY-SHOULD BE DELETED BEFORE UPLOAD
	----------*/


/*END TEST AREA
	----------*/

	

/*--END OF STYLE SHEET--*/