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

}

h1,h2,h3,h4,h5,h6,
.album-title,
.movie-page-title{
font-family: SansitaOneRegular, Arial;
font-weight: normal;
line-height: normal;
letter-spacing: -1px;
}

h1, h2, h3, h4, h5, h6 {
padding: 0 0 0.3em 0;
}

#blog-categories:before,
#blog-archives:before,
ul.blog-tag-cloud:before,
#blog-rss-feeds:before{
font-family: SansitaOneRegular, Arial;
text-transform: none;
font-size: 2em;
}

header.theme {padding-top: 25px;}
header.theme h1{letter-spacing: -3px;line-height: 1em;padding-bottom: 15px;}
@media screen and (min-width: 771px) {
header.theme span {padding-left: 12px;padding-bottom: 30px;}
}
@media screen and (max-width: 770px) {
header.theme span {padding-bottom: 0px;} 
}