a.tip {
    text-decoration: none;
}

a.tip:hover {
    position: relative;
}

a.tip span {
    display: none;
}

a.tip:hover span {
    display: block;
    position: absolute;
    top: 0px;
    left: 10px;
    max-width: 250px;
    background: {color:posts};
    box-shadow: 3px 3px 3px rgba(0,0,0,.1);
    color: {color:text};
    font-size: 0.9em;
    line-height: 1.6em;
    letter-spacing: 0.2em;
    margin: 15px;
    padding: 2px 8px;
    z-index: 2;
}

#top_border {
    background:url(http://media.tumblr.com/3e2ea1fbc319eab7e593345a87283ab6/tumblr_inline_mlb2235dyY1qz4rgp.gif);
    background-repeat: repeat;
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 57px;
    z-index: 2;
}
     
#content_border {
    background:url(http://i281.photobucket.com/albums/kk203/hiv0lt4g3/Pinky%20Sugar/lace/033-a.gif);
    background-repeat: repeat;
    position: fixed;
    top: 240px;
    left: 219px;
    width: 1000px;
    height: 36px;
    z-index: -1;
    transform: rotate(90deg);
} 
    
#sidebar_borderl {
    background:url(http://i281.photobucket.com/albums/kk203/hiv0lt4g3/Pinky%20Sugar/lace/033-a.gif);
    background-repeat: repeat;
    position: fixed;
    top: 258px;
    right: -185px;
    width: 1000px;
    height: 36px;
    z-index: 1;
    transform: rotate(270deg);
} 
    
#sidebar_border2 {
    background:url(http://i281.photobucket.com/albums/kk203/hiv0lt4g3/Pinky%20Sugar/lace/033-a.gif);
    background-repeat: repeat;
    position: fixed;
    top: 240px;
    right: -448px;
    width: 1000px;
    height: 36px;
    z-index: 1;
    transform: rotate(90deg);
} 