html {
	background: none;
}

body {
	background: #000 url(http://assets.tagboard.com/31/uwhuskies-bg.jpg) 50% 40px no-repeat;
	background-size: auto auto;
}

body.embedded {
	background: none;
}

#masthead {
	margin: 0 auto;
	padding: 120px 0 20px;
	background: url(http://assets.tagboard.com/31/uwhuskies-masthead.jpg) 50% 0 no-repeat;
}

#masthead .tb-tweet a {
	color: #000;
	background: #e5d1a1;
}

.embedded #masthead {
	display: none;
}

#masthead h1,
#masthead a {
	color: #e5d1a1;
	text-shadow: none;
}

#masthead .tb-actions {
	top: 140px;
}

.tab-content {
	background: #333;
	background: rgba(255,255,255,.25);
}

.tab-content .span4 a {
	color: #363c74 !important;
}

@media (max-width: 767px) {
	body {
		background-position: 50% 10px;
	}
	.navbar-fixed-top {
		margin-bottom: 0;
	}
	#masthead {
		padding-top: 80px;
		background-size: 170% auto;
		background-position: 40% 0;
	}
}