* {
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6,p,blockquote {
	margin: 0;
	padding: 10px;
}

a {
	color: #0F92BC;
}

a:hover {
	color: #0F92BC;
	text-decoration: underline !important;
}

a img {
	border: medium none;
}

body {
	background-color: #000000;
	font-family: "Trebuchet MS", sans-serif;
	margin: 0 auto 10px;
	text-align: center;
}

#wrapper {
	margin: 0 auto;
	position: relative;
	text-align: left;
	width: 941px;
}

#header {
	margin: 0;
	padding: 0;
}

#main {
	background: none repeat scroll 0 0 #FFFFFF;
	clear: both;
	display: block;
	float: left;
	margin: 0;
	min-height: 400px;
	padding: 0 1% 1%;
	width: 98%;
}

#main p {
	color: #000000;
	font-size: 10pt;
	padding: 5px 10px;
	text-align: justify;
}

#footer {
	background: none repeat scroll 0 0 #000000;
	clear: both;
	color: #FFFFFF;
	padding-top: 0;
	text-align: center;
}

#footer p {
	color: #FFFFFF;
	font-size: 8pt;
	padding: 0;
	text-align: center;
}

#footer a {
	color: #87BBD9;
}

#footer a:hover {
	color: #FFFFFF;
}

#credits {
	clear: both;
	line-height: 19px;
	margin: 0 auto;
}

.center {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.cleared {
	clear: both;
}

.left {
	float: left;
}

.right {
	float: right;
}

div.maki {
	margin-top: 20px
}

div.maki p {
	float: left
}

div.maki p span {
	display: inline-block;
	font-weight: bold;
	font-size: 12pt;
	vertical-align: bottom
}

div#privacy p.version {
	font-size: 9pt;
	font-style: italic;
}

div#privacy ol {
	margin-left: 40px;
	text-align: left;
}

div#privacy ol li {
	padding: 5px 0px;
}

div#privacy ul {
	margin-left: 35px;
	text-align: left;
}

div#privacy li {
	color: #000000;
	font-size: 10pt;
	padding: 5px;
	text-align: justify;
}

div#privacy li.none {
	font-style: italic;
}

.tweet,.query {
	font: 120% Georgia, serif;
	color: #085258;
}

.tweet_list {
	-webkit-border-radius: 0.5em;
	-moz-border-radius: 0.5em;
	border-radius: 0.5em;
	list-style: none;
	margin: 0;
	padding: 0;
	overflow-y: hidden;
	background-color: #8ADEE2;
}

.tweet_list .awesome,.tweet_list .epic {
	text-transform: uppercase;
}

.tweet_list li {
	overflow-y: auto;
	overflow-x: hidden;
	padding: 0.5em;
}

.tweet_list li a {
	color: #0C717A;
}

.tweet_list .tweet_even {
	background-color: #91E5E7;
}

.tweet_list .tweet_avatar {
	padding-right: .5em;
	float: left;
}

.tweet_list .tweet_avatar img {
	vertical-align: middle;
}