#wrapper {
	text-align: center;
	height: auto;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	top: 5px;
	margin-top: 0px;
}

#logo {
	margin: 5px;
	height: 350px;
	width: 350px;
}

body {
	font-family: 'Source Sans Pro', sans-serif;
	color: #555;
	background-color: #FAF9F7;
}

h1 {
	letter-spacing: -2px;
	font-weight: 700;
	font-size: 64px;
	text-align: center;
	cursor: default;
	color: #9b0000;
	margin: 0;
}

h2 {
	letter-spacing: -1px;
	font-size: 24px;
	text-align: center;
	font-weight: 700;
}

h3 {
	font-size: 16px;
	text-align: center;
	font-weight: 700;
}

a {
	text-decoration: none;
	color: #a00;
}

a:hover {
	color: #e00;
}

.streamon {
	letter-spacing: 0;
	color: #b00;
	font-size: 18px;
	margin-bottom: 20px;
}

.streamoff {
	letter-spacing: 0;
	color: #888;
	font-size: 12px;
	margin-bottom: 20px;
	font-family: Verdana, sans-serif;
	font-weight: normal;
	text-align: center;
}

.tweet, .query {
	font-size: 11px;
	font-family: Verdana, sans-serif;
	text-align: center;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	font-weight: normal;
}

.tweet a {
	color: #aba;
}

.tweet a:hover {
	color: #bcb;
}

.tweet_list {
	margin-left: 50px;
	margin-bottom: 20px;
	margin-right: 50px;
	margin-top: 70px;
	list-style: none;
	padding: 0;
}

.tweet_list li {
	list-style-type: none;
}

@media all and (max-width: 960px) {
	#wrapper {
		width: 100%;
	}
	#logo {
		width: 80%;
		height: auto;
	}
}
