#header {
    height: 68px;
}

//'Josefin Sans', 

#title {
	font-family: 'Century Gothic', Verdana, Arial; 
}

#title-area #title {
    font-size: 36px;
    line-height: 44px;
}

#content h1, #content h2, #content h3, #content h4, #content h5, #content h6 {
    font-family: 'Century Gothic', Verdana, Arial; 

}

.discog-item {
	padding-top: 30px;
}

.menu-social-container {
	padding-top: 24px;
}

.breadcrumb {
    margin-bottom: 20px;
}    

#content h1 {
	margin-bottom: 20px;
}

#footer-widgeted a {
	text-decoration: underline;
}

/* Social Media Icons
------------------------------------------------------------ */

#header ul li.social-facebook,
#header ul li.social-soundcloud,
#header ul li.social-reverbnation,
#header ul li.social-twitter {
    float: left;
}

#header ul li.social-facebook a,
#header ul li.social-facebook a:hover,
#header ul li.social-soundcloud a,
#header ul li.social-soundcloud a:hover,
#header ul li.social-reverbnation a,
#header ul li.social-reverbnation a:hover,
#header ul li.social-twitter a,
#header ul li.social-twitter a:hover {
    display: block;
    height: 32px;
    margin: 0 0 0 10px;
    padding: 0;
    text-indent: -9999px;
    width: 32px;
}

#header ul li.social-facebook a {
    background: #333 url(images/social/32x32_facebook.png);
}

#header ul li.social-facebook a:hover {
    background: #000 url(images/social/32x32_facebook.png);
}

#header ul li.social-soundcloud a {
    background: #333 url(images/social/32x32_soundcloud.png);
}

#header ul li.social-soundcloud a:hover {
    background: #000 url(images/social/32x32_soundcloud.png);
}

#header ul li.social-reverbnation a {
    background: #333 url(images/social/32x32_reverbnation.png);
}

#header ul li.social-reverbnation a:hover {
    background: #000 url(images/social/32x32_reverbnation.png);
}

#header ul li.social-twitter a {
    background: #333 url(images/social/32x32_twitter.png);
}

#header ul li.social-twitter a:hover {
    background: #000 url(images/social/32x32_twitter.png);
}

/* Column Classes
------------------------------------------------------------ */
 
.five-sixths,
.four-fifths,
.four-sixths,
.one-fifth,
.one-fourth,
.one-half,
.one-sixth,
.one-third,
.three-fifths,
.three-fourths,
.three-sixths,
.two-fifths,
.two-fourths,
.two-sixths,
.two-thirds {
    float: left;
    margin: 0 0 20px;
    padding-left: 3%;
}
 
.one-half,
.three-sixths,
.two-fourths {
    width: 48%;
}
 
.one-third,
.two-sixths {
    width: 31%;
}
 
.four-sixths,
.two-thirds {
    width: 65%;
}
 
.one-fourth {
    width: 22.5%;
}
 
.three-fourths {
    width: 73.5%;
}
 
.one-fifth {
    width: 17.4%;
}
 
.two-fifths {
    width: 37.8%;
}
 
.three-fifths {
    width: 58.2%;
}
 
.four-fifths {
    width: 78.6%;
}
 
.one-sixth {
    width: 14%;
}
 
.five-sixths {
    width: 82%;
}
 
.first {
    clear: both;
    padding-left: 0;
}