
/* =============================================================================
   Typography
   ========================================================================== */

/*@font-face {
    font-family: 'avenir';
    src: url('../typography/avenir-light-webfont.eot');
    src: url('../typography/avenir-light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/avenir-light-webfont.woff') format('woff'),
         url('../typography/avenir-light-webfont.ttf') format('truetype'),
         url('../typography/avenir-light-webfont.svg#avenirlight') format('svg');
    font-weight: 200;
    font-style: normal;

}




@font-face {
    font-family: 'avenir';
    src: url('../typography/avenir-book-webfont.eot');
    src: url('../typography/avenir-book-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/avenir-book-webfont.woff') format('woff'),
         url('../typography/avenir-book-webfont.ttf') format('truetype'),
         url('../typography/avenir-book-webfont.svg#avenirbook') format('svg');
    font-weight: 300;
    font-style: normal;

}


@font-face {
    font-family: 'avenir';
    src: url('../typography/avenir-medium-webfont.eot');
    src: url('../typography/avenir-medium-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/avenir-medium-webfont.woff') format('woff'),
         url('../typography/avenir-medium-webfont.ttf') format('truetype'),
         url('../typography/avenir-medium-webfont.svg#avenirmedium') format('svg');
    font-weight: 400;
    font-style: normal;

}




@font-face {
    font-family: 'avenir';
    src: url('../typography/avenir-heavy-webfont.eot');
    src: url('../typography/avenir-heavy-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/avenir-heavy-webfont.woff') format('woff'),
         url('../typography/avenir-heavy-webfont.ttf') format('truetype'),
         url('../typography/avenir-heavy-webfont.svg#avenirheavy') format('svg');
    font-weight: 500;
    font-style: normal;

}

@font-face {
    font-family: 'newbaskerville';
    src: url('../typography/ufonts.com_newbaskerville-2-webfont.eot');
    src: url('../typography/ufonts.com_newbaskerville-2-webfont.eot?#iefix') format('embedded-opentype'),
         url('../typography/ufonts.com_newbaskerville-2-webfont.woff') format('woff'),
         url('../typography/ufonts.com_newbaskerville-2-webfont.ttf') format('truetype'),
         url('../typography/ufonts.com_newbaskerville-2-webfont.svg#newbaskervilleregular') format('svg');
    font-weight: normal;
    font-style: normal;

}*/


/*GOOGLE FONTS*/
/*@import url(http://fonts.googleapis.com/css?family=Libre+Baskerville:400,700,400italic|Montserrat:700,400);*/

#main-navigation ul li a,  .frame  .caption p, .frame  .caption .metadata, .post .category, #footer #footer-navigation ul li a, .listings .carousel .photo-container .description p, .post, .post ul li, #main-navigation2 ul li a, {font-family: 'Montserrat', sans-serif;}

.listings .carousel .photo-container .description h2, .post h2, .frame  .caption h2, .post p.initial-capital:first-letter{font-family: 'kepler-std', serif;}


