body  {background-color:black;
       color: #999999;
       font-family: Verdana, Arial, Helvetica;
}


a:link  {text-decoration:none;
        color:white;
}


a:visited  {text-decoration:none;
            color:white;
}


a:hover  {text-decoration:underline;
          font-weight:bolder;
}


.top  {background-image: url('/tema/up.jpg');
         background-repeat: no-repeat;
         background-position:center;
         background-color:black;
         color:#FF9500;
         border-top: 3px solid #262626;
         border-left:4px solid #262626;
         border-right:4px solid #262626;
         border-bottom: 0px solid #262626;
         padding-left:0px;
}


.up  {  
background-color:black;
          color:#FFFFFF;
          text-align:left;
          border-top: 0px solid #262626;
          border-left:4px solid #262626;
          border-right:4px solid #262626;
          border-bottom: 0px solid #262626;
          padding: 2px;
          margin: 0px;
}


.topblock  {background: #000 url('/tema/top-tbl-bg.gif') repeat-x 0px -8px;
           background-color:#262626;
           color:#FF9500;
           padding: 2px;
		             text-align:center;

}
.eminem  {background: #000 url('/tema/em.gif') repeat-x 0px -8px;
           background-color:#262626;
           color:#FF9500;
           padding: 2px;
		   border-top:0px solid #262626;
           border-left:4px solid #262626;
           border-right:4px solid #262626;
           border-bottom:1px #262626;
           border-bottom-style: dotted;
		             text-align:center;

}
.topblock a:link  {color:#FF9500;
}
.topblock a:visited  {color:#FF9500;}
.topblock a:hover {font-weight:bold}


.block{    background-color:black;
           color:#dcdcdc;
           border-top:0px solid #262626;
           border-left:4px solid #262626;
           border-right:4px solid #262626;
           border-bottom:1px #262626;
           border-bottom-style: dotted;
           cursor: default;
           padding: 5px 5px 5px 5px;
           margin-top: 0.19em;
           margin-bottom: 0.19em;
}

.body{border:2px solid #3366CC;}.goku{background-color:#3366CC;}.km{border-bottom:1px solid #3366CC;}


#meniu  {margin:0;
         padding:8px 0;
         list-style-type:none;
}

#meniu li  {margin:0;padding:0;
}

#meniu a  {font-size:11px;
           font-weight:bold;
           text-transform:uppercase;
           margin:0 0 1px 0;
           padding:2px 4px 2px 8px;
           text-decoration:none;
           display:block;
           background:#3E3E3E;
           border-left:8px solid #262626;
}


#meniu a:hover, #meniu a:focus, #meniu a.youarehere  {text-decoration:none;
                                                      padding:2px 4px 2px 4px;
                                                      background-color:#262626;
                                                      border-left:12px solid #FF9500;
                                                      color:#999999;
}


.text {color:#FF9500;}


.notes  {background: #000 repeat-x 0px -8px;
           background-color:#262626;
           color:#FF9500;
           padding: 2px;
}


.image {border: 0px solid white; }

.thumb  {width:50px;
         height: 50px;
         border: 2px solid #FF9500;
 }

.thumb  {opacity:1; filter:alpha(opacity=100); 

}
a:hover img  {opacity:.50;
              border: 0px solid white;
              filter:alpha(opacity=50);
 }



input  {background-color:#262626;
        color:#999999;
        border: 2px ridge #333
}


select  {background-color:#262626;
         color:#999999;
         border: 2px ridge #333
}

audio-player {width: 608px; margin-bottom: 24px; overflow: hidden;}

textarea  {background-color:#262626;
           color:#999999;
           border: 2px ridge #333
}

.avatar img {
transition: all 15s ease;
-webkit-transition: all 15s ease;
-moz-transition: all 15s ease;
transition-delay: 5s;
-webkit-transition-delay: 5s;
-moz-transition-delay: 5s;
background-color: #FFFFFF;
max-width: auto;
border-radius:5px;
margin:1px 3px 3px 1px;
padding:3px;
border:1px solid #d4d4d4;
box-shadow: 3px 3px 3px #8A8A8A;
transform:rotate(-20deg);
-moz-transform:rotate(-20deg);
-webkit-transform:rotate(-20deg);
}

.avatar img:hover {
transition: all 3s ease;
-webkit-transition: all 3s ease;
-moz-transition: all 3s ease;
transform:rotate(360deg);
-moz-transform:rotate(360deg);
-webkit-transform:rotate(360deg);
position:relative;
}

input:hover, select:hover, textarea:hover { background-color: #FF9500; color:black;}