body {
        background-color:#050505;
        color:ffffff;
    }
   
        #stripe {
        width:100%;
        vertical-align:middle;
        }
 
    #mainframe {
        text-align: center;
        position: absolute;
        top: 5%;
        left:16%;
        right:11%;
    }
   
    #footer {
        position: absolute;
        bottom : 0;
        right: 0;
        text-align: right;
        padding: 10px;
        font-size:30%;
    }
   
    #linkblock {
        height:140px;
        margin-left:25px;
        margin-right:30px;
        margin-top:15%;
        margin-bottom:40px;
        padding-left:67px;
        padding-right:1px;
        padding-top:0px;
        padding-bottom:5px;
        color:#000;
        text-align: left;
        background-position:top 0px left 3px;;
        background-repeat:no-repeat;
        font-family: 'Droid Sans', sans-serif;
        font-size:100%;
        display: inline-block;
        vertical-align: top;
        border-left: 3px solid #333;
    }
   
    .link {
  width:0px;
  text-indent:-100px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;

}

    .linkdent {
  text-indent:-100px;
  visibility: hidden;
  opacity: 0;
  transition: all .3s ease;

}

#linkblock:hover .link {
  visibility: visible;
  opacity: 1;
  text-indent:0px;
}

#linkblock:hover .linkdent {
  text-indent:0px;
}
    #catblock {
        width: 300;  
	height: 140px;
        margin-left:25px;
        margin-right:30px;
        margin-top:15%;
        margin-bottom:15px;
        padding-left:67px;
        padding-right:1px;
        padding-top:0px;
        padding-bottom:5px;
        color:#000;
        text-align: left;
        background-position:top 0px right 3px;;
        background-repeat:no-repeat;
        font-family: 'Droid Sans', sans-serif;
        font-size:100%;
        display: inline-block;
        vertical-align: top;
	border-right: 3px solid #333;
    }
 
#catblock:hover #searchblock {
  visibility: visible;
  opacity: 1;
  margin-top: 140px; 
}  
    ul {
        list-style-type: none;
        padding-left: 0;
    }
    #searchblock {
	width: 370;  
	height: 140px;
	margin-top: 90px; 
        color:#000;
        background-position:top 0px right 3px;;
        background-repeat:no-repeat;
        font-family: 'Droid Sans', sans-serif;
        font-size:100%;
        display: inline-block;
        margin-left: -67px;
  	visibility: hidden;
 	opacity: 0;
	transition: all .3s ease;
	}

.searchbar {
	background-color:#050505;
        color:ffffff;
	border: 1px solid #333;
	height: 32px;
	width: 314;
        vertical-align: top;
        margin-left:15px;
        font-family: 'Droid Sans', sans-serif;
        font-size:80%;
        color:#808080;
	}
   
    a:link { text-decoration:none; font-weight:normal; color:#666; }
    a:visited { text-decoration:none; font-weight:normal; color:#666; }
    a:hover { text-decoration:none; font-weight:normal; color:#ddd; }
    a:active { text-decoration:none; font-weight:normal; color:#ddd; }
    a:focus { text-decoration:none; font-weight:normal; color:#ddd; }
   
    #footer a:link { text-decoration:none; font-weight:normal; color:#101010; }
    #footer a:visited { text-decoration:none; font-weight:normal; color:#101010; }
    #footer a:hover { text-decoration:none; font-weight:normal; color:#101010; }
    #footer a:active { text-decoration:none; font-weight:normal; color:#101010; }
    #footer a:focus { text-decoration:none; font-weight:normal; color:#101010; }