/*  
Name: missunderstood template
Author: will rossiter
Date: 2/05/2006
*/

/***Misc Tags***/

* {
 margin: 0px;
 padding: 0px;
 cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;
}

body {
 background: #222 url(headergrunge.jpg) repeat-x;
 font-size: 16px;
 color: #fff;
 cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1054.cur), auto !important;
}

 
a img{ border: 0px; }

a { text-decoration: none; cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;}

input {
 background: #333;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 3px;
 color: #f4f4f4;
 border: 2px solid #555;}
	
button {
 background: #222;
 font-family: Verdana;
 font-size: 0.7em;
 padding: 2px;
 color: #f4f4f4;
 border: 2px solid #444;
 height: 2em;} 


/**** Span class's *****/


.br { clear: both;}
.pink { color: #D01A71;}
.small { font-size: x-small;}
.large { font-size: xx-large;}
.right { float: right;}
.left { float: left;}
.center { margin: 0 auto; text-align: center;}


/**** Site Container ****/

#container { width: 900px;}



/***Header***/

 
#logo { float: left;}

#logo h1 { 
 margin-top: 30px;
 margin-left: 10px;
 font-size: 1.6em;
 letter-spacing: -0.1em;
 font-family: Verdana, Arial, sans-serif;
}
 


/***left Side Bar***/

#navlist { float: left; width: 170px;height:1000px; margin-top: 30px; margin-left: 5px; font-family: Verdana, Arial, sans-serif;}

 
#navlist ul {
 list-style: none;
}

#navlist li a{
 display: block;
 height: 25px;
  width: 100px; 
 padding: 9px;
 margin: 5px;
 background: inherit;
 border-right: 4px solid #444;
 color: #999;
 text-transform: lowercase;
 font-size: 0.9em;}
 
#navlist li a:hover {
 color: #f4f4f4;
 background: #333;
 border-right: 4px solid #D01A71;
 cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;
}
 
#navlist li .active {
 color: #999;
 background: #333;
 border-right: 4px solid #444;}


/***Content***/

#content {  width: 845px; margin-top: 30px; margin-left: 0px;  }

#content a { color:#D01A71; font-weight: bold;}

#content p a:hover { 
 color: #fff; 
 background: #D01A71; 
 font-weight: bold;}
 
#content p {line-height: 1.4em; font-size: 0.7em; margin-bottom: 20px; color: #f4f4f4;font-family: Courier; }

 table{
	font-family: Courier; 
 }
 hr{
	border:1px solid #D01A71;

 }

#content h3 {
text-indent: 20px;
color: #999;
letter-spacing: -0.1em;
margin-bottom: 4px;
 font-family: Verdana, Arial, sans-serif;
}

#content h3:hover { color: #fff;}

	#content .code{
	  color: #444;
	  background: #F4f4f4 url(codenums.png) repeat-y;
	  border: 1px solid #ccc;
	  padding: 1px;
	  padding-left: 25px;
	  font-size: 0.8em;
	  width: 480px;
	  margin: 2px auto;
	  white-space: nowrap;
	  overflow: auto;
	  font-family: monospace;
	}
	  
	#content  code {
	  color: #fff;
	  background-color: #333;
	  font-size: 1.2em;}

#content blockquote { color: #999; font-style: italic; text-align: center; width: 300px; margin: 10px auto;}
 
.white{
    background-color: rgba(255, 255, 255,1);
    height:50px;
    padding:0%;
    display: inline-block;
	
}
.shimmer {
  display: inline-block;
  -webkit-mask:linear-gradient(-60deg,#000 30%,#0005,#000 40%) right/350% 100%;
  animation: shimmer 2.5s ease-out infinite;
  width:50px;
  height:50px;

}

@keyframes shimmer {
  100% {-webkit-mask-position:left}
}


.white a:hover{
  	border-bottom:2.5px solid #D01A71;
	       transform: scale(1.1);
		   
}
.white img{
	cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;
}
.stamps{
height: 260px;
overflow-y:auto;
scrollbar-color: #D01A71 #333;
scrollbar-width: thin;


}
.stamps img{
cursor: url(https://cur.cursors-4u.net/cursors/cur-11/cur1049.cur), auto !important;
transition: transform .2s ease-in-out;
padding:3px;
width:99px;
height:56px;

}
.stamps img:hover{
       transform: scale(1.1);

}

.stampswrapper{
position: absolute;
z-index: 6;
height: 260px;
width:650px;
overflow-y:auto;
scrollbar-color: #D01A71 #333;
scrollbar-width:none; 
overflow-x: hide;
overflow-x: hide;

}
.scrollz{
position: absolute;
top:535px;
left:820px;
color:#D01A71;
font-size:35px;
z-index: 10;
padding:0%;
-webkit-transform:rotate(90deg);
  animation: blinker 2s linear infinite;

}

@keyframes blinker {
  50% {
    opacity: 0;
  }
}
.fanlist{
	height:50px;


}

.quiz{
width:305px;
height: 550px;
overflow-y:auto;
overflow-x: hidden;
scrollbar-color: #D01A71 #333;
scrollbar-width: thin;

}
/***Footer***/
.quiz img{
	height:150px;
}
#footer {
 text-align: center;
 color: #666;
 margin-top: 30px;
 font-size: 13px;   
 font-family:'Courier New', Courier, monospace;
 }
 
#footer p { color: #666;}
 
#footer a { color: #666;}
 
#footer a:hover { color: #f4f4f4;}
