@charset "utf-8";
/* © Copyright: Minting Design of Whitby */
* {	margin: 0; padding: 0; }

h1, h2, h3, h4, p, ul, ol { margin : 0 20px; padding : 0;}

h1  {
	color:#646464;
	font-size: 1em;
		
}



a, a:visited {
	text-decoration: none;
	color:#646464;
}

a:hover {
	color:#FFFFFF;

}

a   img  {border: 0px;}



p  {
	color:#646464;
	font-size: 0.8em;
	line-height: 1.5em;
	
}

ul {
	margin: 0 0 0 40px;
}


li {
	display: inline;
	color: #CCCCCC;
	font-size: 14px;
	
}

.signature {
	font-family: "Segoe Script", "Freestyle Script", "Comic Sans MS";
	font-size: 16px;

}




body  {
	
	font-size: 100%;
	font-family: Georgia, "Times New Roman", Times, serif;
	background-color: #000000;
	}

#container {
	background-color: #212626;
	position:relative;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto 0 auto;
	height: 800px;
	width: 900px;
	border: 0px solid #666666;
}

#header  {
	position: absolute;
	top: 100px;
	height: 22px;
	right: 40px;
}

#header  h1 {
	text-align: left;
	color: #646464;
	font-size: 14px;
	margin: 0 0 0 50px;
	font-variant: small-caps;
	letter-spacing: 6px;
}

#header h1 span {
	font-size: 22px;
	color: #CCCCCC;
	margin-right: 1px;
}

#header2  {
	position: absolute;
	top: 40px;
	height: 22px;
	right: 40px;
}

#header2  h1 {
	text-align: left;
	color: #646464;
	font-size: 14px;
	margin: 0 0 0 50px;
	font-variant: small-caps;
	letter-spacing: 6px;
}

#header2 h1 span {
	font-size: 22px;
	color: #CCCCCC;
	margin-right: 1px;
}





#box1 {
	
	width: 900px;
	height: 300px;
	background-color: #1C1C1C;
	position: absolute;
	top: 160px;
	left:0px;
	border-width: 2px 0 2px 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}

/*used for most pages of main website*/
#box1 p {
	margin: 10px 20px 0 20px;
	text-align: justify;
}


#topnav {
	height: 22px;
	
	width: 350px;
	position: absolute;
	top: 480px;
}

/*used for portfolio pages*/
#box2 {
	width: 900px;
	height: 480px;
	background-color: #1C1C1C;
	position: absolute;
	top: 100px;
	left:0px;
	border-width: 2px 0 2px 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	
}

#box2nav {
	height: 22px;
	position: absolute;
	top: 600px;
}

/*used for links page*/

#box3 {
	width: 900px;
	height: 480px;
	background-color: #1C1C1C;
	position: absolute;
	top: 160px;
	left:0px;
	border-width: 2px 0 2px 0;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
	
}


#box3nav {
	height: 22px;
	position: absolute;
	top: 600px;
}



#refresh {
	height: 22px;
	position: absolute;
	top: 600px;
	right:40px;
}


#info   {
	width: 450px;
	height: 150px;
	position: absolute;
	top: 500px;
	right:40px;
	text-align: justify;
	z-index: 10;	
}


#info p span {
	font-size: 1.5em;
	margin-right: 2px;
}

#info img {
	margin: 0 0 0 145px;

}

#minting {
	position: absolute;
	bottom:20px;
	left: 40px;
}

#minting a {
	color:#646464;
	font-size: 0.5em;

}

#minting a:hover {
	color:#FFFFFF;
	font-size: 0.5em;
}