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

body	{
	background-color:#55A2C0;
	background-image:url(img/background.jpg);
	background-repeat:repeat-x;
	background-position:top;
	font-family:Arial, Helvetica, sans-serif;
}

a	{
	outline:none;
	color:#D10B65;
	text-decoration:none;
}

a:hover	{
	color:#069;
	text-decoration:none;
}

img	{
	display:block;
}

td	{
	vertical-align:top;
}

h1	{
	color:	#D10B65;
	font-size:18px;
	padding-top:0px;
	margin-top:0px;
}


h2	{
	color:	#D10B65;
	font-size:16px;
	padding-top:0px;
	margin-top:0px;
	font-weight:normal;
}

.hashtag	{
	color:#D10B65;
	font-size:12px;
	padding-top:10px;
	padding-bottom:5px;
}

.tweet	{
	color:#333;
	padding-bottom:10px;
	border-bottom:1px dotted #666;
	font-size:12px;
	line-height:16px;
}

.statustitle	{
	background-image:url(img/status_top.jpg);
	background-position:top;
	background-repeat:no-repeat;
	height:29px;
	padding-left:26px;
	padding-top:2px;
	font-size:12px;
	font-weight:bold;
	width:658px;
}

.statustext	{
	background-image:url(img/status_middle.jpg);
	background-repeat:repeat-y;
	padding-left:10px;
	width:674px;
	font-size:12px;
	color:#333;
}

.statusbottom	{
	background-image:url(img/status_bottom.jpg);
	width:684px;
	height:6px;
	margin-bottom:15px;
}

.foursquare	{
	background-image:url(img/icon_foursquare.jpg);
	background-position: top left;
	background-repeat:no-repeat;
	padding-left:50px;
	font-size:12px;
	margin-bottom:17px;
	line-height:17px;
}

.foursquaretext	{
	color:#333;
	font-size:11px;
}

#moreinfo	{
	background-color:#FFF;
	padding:25px;
	font-size:12px;
	color:#333;
}

	