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



@font-face {
    font-family: 'BallprkRegular';
    src: url('../font/ballparkweiner-webfont.eot');
    src: url('../font/ballparkweiner-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/ballparkweiner-webfont.woff') format('woff'),
         url('../font/ballparkweiner-webfont.ttf') format('truetype'),
         url('../font/ballparkweiner-webfont.svg#BallprkRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}
#siteTitle, footer {
-webkit-font-smoothing: antialiased;
font-family: 'BallprkRegular', sans-serif;
font-weight: normal;
}




#siteTitle, 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{
-webkit-font-smoothing: antialiased;
font-family: 'TrafficRegular', sans-serif;
font-weight: normal;
}

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

footer{
font-size: 1.5em;
line-height: 1.6em;
word-spacing: 2px;
font-weight: 100;
}

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