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

#siteTitle, footer,h1, h2, h3, h4, h5, h6, 
.blog-entry-title a, 
.blog-entry-date,
.blog-archive-month,
.blog-entry-title a:hover, 
.album-title, 
.movie-page-title{
text-transform: uppercase;
font-family: 'QuickLight', sans-serif;
font-weight: normal;
}

.blog-entry-title,
.blog-archive-month {
font-size: 30px;
line-height: 34px;
padding-bottom: 10px;
}

.blog-entry-date {
font-size: 14px;
}
footer{
font-size: 1.3em;
line-height: 1.4em;
font-weight: 100;
}


#siteTitle div{
line-height: 1.25em;
}