/*
    Tipsy
    http://onehackoranother.com/projects/jquery/tipsy/
    Copyright 2010 - jason frame
*/
.android .tipsy-inner{ background-color : #a4c739; margin-top: -10px; }
.android .tipsy-arrow{ border : 5px dashed #a4c739; }

.blog-casa-brasil .tipsy-inner{ background-color : #1bbdc7; margin-top: -10px; }
.blog-casa-brasil .tipsy-arrow{ border : 5px dashed #1bbdc7; }

.blog-salao-design .tipsy-inner{ background-color : #7c343e; margin-top: -10px; }
.blog-salao-design .tipsy-arrow{ border : 5px dashed #7c343e; }

.facebook .tipsy-inner{ background-color : #3b5998; margin-top: -10px; }
.facebook .tipsy-arrow{ border : 5px dashed #3b5998; }

.instagram .tipsy-inner{ background-color : #6c584f; margin-top: -10px; }
.instagram .tipsy-arrow{ border : 5px dashed #6c584f; }

.ios .tipsy-inner{ background-color : #111111; margin-top: -10px; }
.ios .tipsy-arrow{ border : 5px dashed #111111; }

.twitter .tipsy-inner{ background-color : #11a5db; margin-top: -10px; }
.twitter .tipsy-arrow{ border : 5px dashed #11a5db; }

.youtube .tipsy-inner{ background-color : #c9312c; margin-top: -10px; }
.youtube .tipsy-arrow{ border : 5px dashed #c9312c; }

.tipsy {
    font-size : 13px;
    margin-top : 5px;
    padding : 5px;
    position : absolute;
    z-index : 100000;
}

.tipsy-inner {
    background-color : #46463c;
    color : #FFF;
    max-width : 200px;
    padding : 5px 8px 4px 8px;
    text-align : center;

    border-radius : 3px;
    -moz-border-radius : 3px;
    -webkit-border-radius : 3px;
}

.tipsy-arrow {
    border : 5px dashed #46463c;
    height : 0;
    line-height : 0;
    position : absolute;
    width : 0;
}

.tipsy-arrow-e { border-left-color : #46463c; }
.tipsy-arrow-n { border-bottom-color : #46463c; }
.tipsy-arrow-s { border-top-color : #46463c; }
.tipsy-arrow-w { border-right-color : #46463c; }

.tipsy-e .tipsy-arrow {
    border-bottom-color : transparent;
    border-left-style : solid;
    border-right : none;
    border-top-color : transparent;
    margin-top : -5px;
    right : 0;
    top : 50%;
}
.tipsy-n .tipsy-arrow {
    border-bottom-style : solid;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top : none;
    left : 50%;
    margin-left : -5px;
    top : 0px;
}
.tipsy-ne .tipsy-arrow {
    border-bottom-style : solid;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top : none;
    right : 10px;
    top : 0;
}
.tipsy-nw .tipsy-arrow {
    border-bottom-style : solid;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top : none;
    left : 10px;
    top : 0;
}
.tipsy-s .tipsy-arrow {
    border-bottom : none;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top-style : solid;
    bottom : 0;
    left : 50%;
    margin-left : -5px;
}
.tipsy-se .tipsy-arrow {
    border-bottom : none;
    border-left-color : transparent;
    border-right-color : transparent;
    border-top-style : solid;
    bottom : 0;
    right : 10px;
}
.tipsy-sw .tipsy-arrow {
    border-bottom : none;
    border-left-color : transparent;
    border-right-color: transparent;
    border-top-style : solid;
    bottom : 0;
    left : 10px;
}
.tipsy-w .tipsy-arrow {
    border-bottom-color : transparent;
    border-left : none;
    border-right-style : solid;
    border-top-color : transparent;
    left : 0;
    margin-top : -5px;
    top : 50%;
}