/*
 * Web Fonts from fontspring.com
 *
 * All OpenType features and all extended glyphs have been removed.
 * Fully installable fonts can be purchased at http://www.fontspring.com
 *
 * The fonts included in this stylesheet are subject to the End User License you purchased
 * from Fontspring. The fonts are protected under domestic and international trademark and
 * copyright law. You are prohibited from modifying, reverse engineering, duplicating, or
 * distributing this font software.
 *
 * (c) 2010-2011 Fontspring
 *
 *
 *
 *
 * The fonts included are copyrighted by the vendor listed below.
 *
 * Vendor:      exljbris
 * License URL: http://www.fontspring.com/fflicense/exljbris
 *
 *
 */

@font-face {
    font-family: 'webfont';
    src: url('font/MuseoSans_500.eot');
    src: url('font/MuseoSans_500.eot?iefix') format('eot'),
         url('font/MuseoSans_500.woff') format('woff'),
         url('font/MuseoSans_500.ttf') format('truetype'),
         url('font/MuseoSans_500.svg#webfontkQkWxTED') format('svg');
    font-weight: normal;
    font-style: normal;
}
.webfont {
   font-size: 24px !important;
   line-height:normal;
   font-family: 'webfont',Helvetica,Arial,sans-serif;
}
.app-crumb h1, .app-crumb h2 {
   float:left;
   font-size: 21px !important;
   line-height:normal;
   font-family: 'webfont',Helvetica,Arial,sans-serif;
   font-weight:normal;
   color:#444;
}
.app-crumb h2 {
   margin-left:15px;
   padding-left:15px;
   background:url(../img/p-right.png) no-repeat 0 center;
}

