/* -----------------------------------------------STYLE 1 FOR MAIN PAGES---------------------------------------------- 
---------------------------------------------------------------------------------------------------------------------- */



/* --------------------------------------------------LAYOUT FORMAT---------------------------------------------------- */


/* --------MOST BASIC INFO------- */

body {
background-color:#0b0b0b;
margin: 0px;

}
  
body, td, input, select, textarea {
font-family: Verdana, Arial, Helvetica, sans-serif;
font-size: 9px;
line-height: 10px;
color: #464646;
text-align:justify;
}

p {
margin: 5px 0px 5px 0px;
}


/* --------CREATED DIV LAYERS------- */

#layout {
position: absolute;
top: 0px;
left: 0px;
background-image: url(http://elfstone.caution-tape.net/images/te-version11-nonumbers.png);
background-repeat: no-repeat;
height: 562px;
width: 845px;
}

/* content area for all pages below */

#header {
position: absolute;
text-align:justify;
margin: 0px;
padding: 10px 10px 10px 10px;
width: 420px;
background-color: transparent;
line-height:10pt;
}

#nav{
position: absolute;
top: 187px;
left: 95px;
width: 35px;
height: 266px;
text-align: right;
text-transform: uppercase;
font-size:23px;
line-height:25px;
}


/* --------IMAGE PROPERTIES------- */

img {
border: 0px;
text-decoration: none; 
border-bottom: 0px;
}

#layout img {
border: 0px;
}

#enter img {
border: 0px;
}

#header img {
border: 0px;
}


/* --------TEXT SPECIFICATIONS------- */

b{font-family:Georgia;color:#555555;}
i{font-family:Georgia; color:#867C71;}
u{font-family:Georgia; color:#464646;border-bottom: 1px dotted #050505;}




/* --------------------------------------------------LINKS---------------------------------------------------- */


/* Regular Links */

a:link {color: #000000; text-decoration: none; border-bottom: 0px solid #131313;}
a:visited {color: #000000; text-decoration: none; border-bottom: 0px solid #131313;}
a:hover {color: #000000; text-decoration: none; border-bottom: 0px solid #131313;}
a:active {color: #000000; text-decoration: none; border-bottom: 0px solid #131313;}


/* Navigation Links */

div.nav a {color: #050505; font-family:Ringbearer;  text-decoration: none; font-size:23px; border-bottom: none;}
div.nav a:link {color: #050505; font-family:Ringbearer; text-decoration: none;  font-size:23px; border-bottom: none;}
div.nav a:visited {color: #050505; font-family:Ringbearer; text-decoration: none;  font-size:23px; border-bottom: none;}
div.nav a:hover {color: #222222; font-family:Ringbearer; text-decoration: none;  font-size:23px; border-bottom: none;}


/* Hover Traps */

a:hover.text02, .text02 {
border-bottom:1px dashed #131313; 
color: #464646; 
text-transform: none; 
text-decoration: none; 
cursor:help;
letter-spacing: 0px;}





/* --------------------------------------------------HEADERS------------------------------------------------------ */


/* Header 1 - used for old updates */

h1{ 
margin-bottom:9px;
color: #222222; background-color:#050505;
font: bold 10px Verdana;
text-transform: uppercase;
border-bottom: 2px solid #0B0B0B; 
text-align: left;
letter-spacing: 2px;
padding-left: 4px;
}


/* Header 2 - used at the top of every page */

h2{ 
margin-bottom:10px;
color: #4F4F4F; background-color:transparent;
font: bold 13px "Times New Roman";
border-bottom: 1px solid #131313; 
text-align: left;
letter-spacing: 2px;
padding-left: 9px;
font-style: italic; 
}


/* Header 3 - used for sub-sections */

h3{ 
margin-bottom: 5px;
color: #867C71; background-color:transparent;
font: bold 9px "Times New Roman";
text-transform: uppercase;
border-bottom: none; 
text-align: left;
letter-spacing: 2px;
padding-left: 6px;
}


/* Header 4 - used for current Cute News updates */

h4{ 
margin-bottom:7px;
margin-top:7px;
color: #555555;
font: bold 13px "Times New Roman";
text-transform: uppercase;
border-bottom: none; 
text-align: right;
letter-spacing: 3px;
padding-left: 4px;
}





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

/* Textareas, Inputs */

input, textarea, select {
border: 1px solid #050505;
background-color: #0B0B0B;
color: #222222;
}


/* Forms */

.form {
width: 400px;
}


/* Buttons */

.button {
background-color: #222222; 
font-family: Verdana; 
font-size: 10px; 
letter-spacing: 1px;
text-transform: uppercase;
padding-left: 1px;
color: #050505; 
border-right:2px solid #050505; 
border-left:1px dashed #050505; 
border-top:1px dashed #050505; 
border-bottom:2px solid #050505; 
}

/*--------------------------------------------------------------------------------------------------------*/

