/* CSS Document */

body {	  
	color: #d7d7d7;
	    background: #0b0b0b;
	background-image:    url(images/bg.jpg);
  background-repeat: repeat-y;
  
  	font: 12px "arial", sans-serif;
	text-align: justify;
	padding: 0;
	margin: 0;
}

	#aff{
	width: 500;
	}

table {	  
	color: #FDFEFD;
  	font: 12px "arial", sans-serif;
	text-align: justify;
	padding: 0;
	margin: 0;
}

#content{
position:absolute;
	top:500px;
	left:185px;
	width: 675;
	height: ;

  
  	padding: 0;
	margin: 0;}
	
		  	#layout{
    position:absolute;
    top:0px;
	left:0px;
	}
	
			  	#nav{
    position:absolute;
    top:450px;
	left:410px;
	width: ;
	  	padding: 0;
	margin: 0;
	}

#fan {
    position:absolute;
    top:250px;
	left:750px;
	}

#owned{
  	padding: 0 90 0 20;
	margin: 0;}


img.image {
border: 4px solid #f26888;
margin-right: 5px;}

textarea, input, option, select	{
border: 1px dotted #e71953;
background: #0b0b0b;
padding: 3px; 
font-size: 8pt;
font-family: Trebuchet MS;
color: #FFFFFF;
}


h1 {
	text-align: left;
	font-weight: normal;

	font-size: 20px;

	color: #FFFFFF;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 0px;
	padding-top: 0px;

	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 5px;
}

h2 {
	text-align: center;
	font-weight: normal;

	font-size: 18px;

	color: #FFFFFF;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 0px;
	padding-top: 0px;

	text-transform: uppercase;
	letter-spacing: 2px;

}

	
	h4 { background: #440811; font-family: arial narrow; font-size: 10px; 
	text-transform: uppercase; 	color: #FFFFFF;  letter-spacing: 4px;
		border-bottom: 1px solid #d90f3b; padding-left: 10px;
		}
		
		h3 {color: #FFFFFF; font-family: arial narrow; font-size: 10px; text-transform: uppercase; 	}
	


h5 {
	text-align: left;
	font-weight: normal;

	font-size: 16px;

	color: #FFFFFF;
	font-family: "Century Gothic", sans-serif, Arial;
	margin-top: 0px;
	padding-top: 0px;

	text-transform: uppercase;
	letter-spacing: 2px;
	padding-left: 5px;
}


a:link, a:visited, a.active {
color: #FFFFFF;  
text-decoration: none;
font: 12px Times New Roman;
font-style: italic;
border-bottom: 1px dotted #d90f3b;

}
a:hover {
color: #555555;
border-bottom: 1px dashed #e71953;
}

b, strong {
color: #FFFFFF;
font-family: arial;	
 text-transform: uppercase;
background-color: #e71953;
}

em {color: #db0c3e;
}

i {color: #FFFFFF;
}

u {color: #FFFFFF;}




blockquote {
	border: 4px solid #000000;
	background-color: #0b0b0b;
	width: 80%;
	text-align: left;
	  	padding: 5 5 5 5;
	}








/* Miscellany */

	
	li { list-style-type: square;
		color: #f26888; }

.header
{ font-family: Georgia, "Times New Roman", Times, serif; font-size: 17pt;}
.headersub
{ font-family: arial narrow; font-size: 10px; text-transform: uppercase; color: #FFFFFF; margin: -20px 0 0 0;  letter-spacing: 4px; } 

	.text {color: #FFFFFF;}
	
	div.template {	width: 550;
	margin: 0 0 0 50px;}
	
		div.owned {line-height: 13px; background: #FFFFFF;}

div.footer {
	font-family: century gothic;
	font-size: 10px;
	line-height: 10px;
	background-repeat: no-repeat;
	text-transform: ;
	margin-left:0px; margin-right:0px; margin-top:30px; margin-bottom:0px; padding-left:px; padding-right:0px; padding-top:0px; padding-bottom:10px
}

/* add this rule to your CSS to get the donation form to align */
.codesort label {
	float: left;
	width: 12em;
	text-align: right;
	margin: 0 0.5em 0 0;
	}

.codesort li {
	display: inline;
	padding-right: 0.5em;
	}



/* owned page hover images */


.thumb2{
	position: relative;
	z-index: 0;
}
.thumb2:hover{
	background-color: transparent;
	z-index: 50;
}
.thumb2 span{ /*CSS for enlarged image*/
	position: absolute;

	
		border: 2px solid #000000;
	background-color: #0b0b0b;
	
	padding: 5px;
	left: -800px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 100px;
}
.thumb2 span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumb2:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -70px;
	left: -360px; /*position where enlarged image should offset horizontally */
}


/* KIM page hover images */


.thumb{
	position: relative;
	z-index: 0;
}
.thumb:hover{
	background-color: transparent;
	z-index: 50;
}
.thumb span{ /*CSS for enlarged image*/
	position: absolute;

	
		border: 2px solid #000000;
	background-color: #0b0b0b;
	
	padding: 5px;
	left: -800px;
	visibility: hidden;
	color: black;
	text-decoration: none;
	width: 100px;
}
.thumb span img{ /*CSS for enlarged image*/
	border-width: 0;
	padding: 2px;
}
.thumb:hover span{ /*CSS for enlarged image on hover*/
	visibility: visible;
	top: -100px;
	left: 140px; /*position where enlarged image should offset horizontally */
}

