body {
	border-top: 0;
	background-color: #f3f3f3;
}
.headerbar {
	background-color: #262626;
    margin-bottom: 11px;
    padding: 5px 0;
    border-radius: 0 0 2px 2px;
}
.logo img {
    float: left;
    padding-left: 13px;
}
.navbar .nav-tabs {
	background-color: #262626;
} 
.forabg ul.topiclist li.header, .forumbg ul.topiclist li.header,
.panel>.inner>h3:first-child, .panel>h3:first-child {
	background-color: #484C4E;
}
.icon-link+.list-inner>a.forumtitle, .icon-link+.list-inner>a.topictitle, .pm_unread .topictitle, a.subforum.unread {
    color: #31729F;
}
.forabg, .forumbg {
	background: #fff;
}
.navbar.tabbed.not-static .nav-tabs li.tab.social a,
.inner.page-width.static .nav-tabs li.tab.social a {
	display: block;
	padding: 0 8px 0 35px;
	background-repeat: no-repeat;
	background-position: 8px 6px;
	background-size: 20px auto;
	line-height: 32px;
}
.social:nth-child(1) a { background-image: url(./images/facebook.png);}
.social:nth-child(2) a { background-image: url(./images/twitter.png);}
.social:nth-child(3) a { background-image: url(./images/youtube.png);}

.inner.page-width.static .nav-tabs li.tab.social a {
	color: #27C4F5;
}
