/* Arvo Font */

@font-face {
    font-family: 'ArvoRegular';
    src: url('../../fonts/arvo/arvo-regular-webfont.eot');
    src: url('../../fonts/arvo/arvo-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../../fonts/arvo/arvo-regular-webfont.woff') format('woff'),
         url('../../fonts/arvo/arvo-regular-webfont.ttf') format('truetype'),
         url('../../fonts/arvo/arvo-regular-webfont.svg#ArvoRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

/* @option user-defined @font-face */
#navigation,h1,h2,h3,h4,h5,h6,.album-title,.movie-page-title,.message-text,.photo-title,.photo-navigation { font-family: ArvoRegular; }