/* ==========================================================================
   ADDED STYLES
   ========================================================================== */
#finder-search .button
{
    float:right;
}

.breadcrumbs a
{
    text-decoration: none;
}

#ezblog-body .tag-featured 
{
    vertical-align: middle;
}

#content .inner
{
    overflow: hidden;
}

.blog-brief .blogdate time 
{
    color: #E39717;
    font-size: 13px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 16px;
    padding: 3px 0 4px;
}

/* Tooltips */
.tip-wrap{
    z-index: 10000;
}
.tip {
   float: left;
   background: #ffc;
   border: 1px solid #D4D5AA;
   padding: 5px;
   max-width: 200px;
}
 
.tip-title {
   padding: 0;
   margin: 0;
   font-size: 100%;
   font-weight: bold;
   margin-top: -15px;
   padding-top: 15px;
   padding-bottom: 5px;
   background: url(../imgs/selector-arrow.png) no-repeat;
}
 
.tip-text {
   font-size: 100%;
   margin: 0;
}

