@charset "UTF-8";
/* CSS Document */

html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
.content {
	height: auto !important;
	min-height: 100%;
	text-align: left;
}
a, a:hover, a:visited {
	text-decoration: none;
}
a:focus {
	outline: none;
}
.clear {
	clear: both;
}
h1 {
	font-size: 22px;
	font-style: bold;
	color: #FFF;
}
.gut {
	
	width: 600px;
	text-align: center;
}
	
.bubble {
	width: 450px;
	text-align: left;
	padding: 10;
	margin: 12px 12px 0 0;
	font-size: 12px;
	font-style: normal;
	color: #000;
}
.bubble a{
	color: #003DE8;
}
.bubble a:hover {
	color: #000;
}
.big_bubble .tweet img{
	height: 50px;
	width: 50px;
}
.tweet {
	border-top: 1px solid #CCC;
	margin-top: 3px;
	padding-top: 8px;
}
.tweet img{
	height: 50px;
	width: 50px;
}
.tweet i {
	color: #777;
	font-size: 10px;
}
.twitpic img{
	border: 0px;
}
.bubble img{
	padding-right:5px;
	padding-bottom:5px;
}
.big_bubble {
	text-align: left;
	padding: 10;
	margin: 12px 12px 0 0;
	font-size: 14px;
	font-style: normal;
	color: #000;
}
label {
	cursor: pointer;
	color: #777;
	display: block;
	padding-top: 5px;
}
label input {
	position: relative;
	top: 2px;
}
label:hover {
	color: #333;
}
.big_bubble img{
	padding:5px;
}
#map {
	position: absolute;
	width: 100%;
	height: 70%;
	z-index: 3;
}
.twitForm {
	background: url(http://5and2fish.com/images/twitter_world_top.png) transparent no-repeat top center;
	position: relative;
	z-index: 2;
	padding-top: 30px;
}
.bottom {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 146px;
	z-index: 1;
	background: url(http://5and2fish.com/images/twitter_world_bottom.gif) repeat-x bottom left;
}
.searchArea {
	background: url(http://5and2fish.com/images/twitter_world_search.png) transparent no-repeat;
	width: 685px;
	height: 81px;
	float: left;
	left: 261px;
	position: relative;
}
#search {
	letter-spacing: -1.75px;
	font-size: 40px;
	font-weight: bold;
	width: 355px;
	border: 0; 
	background: transparent;
	margin: 13px 10px 0 20px;
	float: left;
}
.footer {
	position: absolute;
	width: 100%;
	top: 70%;
}
#postToTwitter {
	background: url(http://5and2fish.com/images/post_to_twitter_off.gif) no-repeat; 
	text-indent: -5000px; 
	overflow: hidden; 
	display: block; 
	float: left; 
	width: 130px; 
	height: 60px; 
	margin-top: 12px; 
	margin-left: 10px;
}
#postToTwitter:hover {
	background: url(http://5and2fish.com/images/post_to_twitter_on.gif) no-repeat;
}
