body{
	font-family: Helvetica, Arial, sans;	
	text-align: center;
	font-size: 13px;
	color: white;
	background-color: #2C3036;
}
div, h2, h1{
	margin: 0px;	
}

span.active{
	color: white;	
}

span.inactive{
	color: #555;	
}

#introtabs{
	width: 460px;
	margin: 0 auto;
	margin-top: 50px;
}

#introheads{
	margin: 0 auto;
	width: 460px;
	text-align: center;
}

#introheads span{
	margin: 0 20px;
	cursor: pointer;
}

#introheads h3, #addusernameheader{
	text-shadow: #000 3px 3px 2px;	
}

#top3 table, #newfew table, #searchtweet table{
	margin: 0 auto;
	width: 460px;
	text-align:left;
	line-height: 1.5em;	
}

#top3, #newfew{
	width: 460px;
	margin: 0 auto;
}

#newfew{
	display: none;	
}

#searchtweet{
	margin-top: 50px;
	display: none;	
}

a{
	color: DodgerBlue;
	text-decoration: none;
}
a:hover{
	color: white;	
}
#parent{
	display: block;
	min-height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 0;
}
#content {
	padding-top: 25px;
	padding-bottom: 50px;
}
#footer {
	position: absolute;
	text-align: center;
	left: 0px;
	bottom: 0px;
	width: 100%;
	display: block;
	height: 2.2em;
	z-index: 999;
	padding: 0;
}
#footer a{
	font-size: 1.2em;
}
#searchbox{
	margin: 0 auto;
	margin-top: 15px;
	width: 420px;
	height: 80px;
	background-color: #3E3E3E;
	border: 1px solid #111;	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 3px 3px 30px #000;
	-moz-box-shadow: 3px 3px 30px #000;
	-webkit-box-shadow: 3px 3px 30px #000;
}
#searchbox #querystring, #searchbox #userstring{
	margin-top: 13px;
	width: 300px;
	color: gray;
}

#throbber{
	width: 42px;
	height: 42px;
	padding: 10px;
	border: 1px solid #111;
	background-color: #333;
	margin: 0 auto;
	margin-top: 30px;	
	display: block;
}

#heading{
	font-size: 1.5em;	
	margin-bottom: 70px;
	text-align: center;
	width: 100%;
	text-shadow: #000 3px 3px 2px;
}
#apidetails, #tweetdetails{
	background-color: #3E3E3E;
	margin: 0 auto;
	padding: 20px;
	width: 540px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	border: 1px solid #111;	
	text-align: left;
	box-shadow: 3px 3px 30px #000;
	-moz-box-shadow: 3px 3px 30px #000;
	-webkit-box-shadow: 3px 3px 30px #000;
}
#apidetails h3{
	margin-left: 20px;
}
#apidetails pre, #apidetails p{
	margin-left: 40px;
}
#apidetails p {
	line-height:150%;
}
#tweetdetails p{
	padding: 0 20px;	
}
#tweetdetails h2{
	margin-bottom: 20px;	
}

.tweetreply{
	border-bottom: 1px dotted white;
	margin-left: 20px;
	padding-bottom: 10px;
	margin-bottom: 10px;	
}
.morelink{
	text-align: center;	
}



pre {
	white-space: pre-wrap; /* css-3 */
	white-space: -moz-pre-wrap !important; /* Mozilla, since 1999 */
	white-space: -pre-wrap; /* Opera 4-6 */
	white-space: -o-pre-wrap; /* Opera 7 */
	word-wrap: break-word; /* Internet Explorer 5.5+ */
}
