/*
RESET
*/
* {margin: 0px;padding: 0px;}
a {text-decoration: none;color:white;}
a img {border: none;}
img {vertical-align: middle;}
body{font-size: 100%;font-family: Arial, Helvetica, sans-serif;}
/*
UTILITY
*/
.floatLeft{float:left;}
.floatRight{float: right;}
.clear{clear: both;}

/*
STRUCTURE
*/
#wrap-all{}
#wrap-content{width:300px;}
#userspace {width: 180px;height: 57px;}
#logospace{margin-left:4px;margin-top:14px;}
#user-screenname{margin-top:10px;font: Georgia;text-align: center;width: 180px;color: white;}
#linkspace{	margin-left:10px;	font-size: 0.9em;text-align:left	}
#rankspace{	width:82px;height:70px;margin-left:1px;
	-moz-border-radius: 5px;-webkit-border-radius: 5px;
}
#rankvalue{	font:Georgia;font-size:1.6em;color:white;	text-align: center;margin-top:15px;}
#ranklabel{	color: white;font-size:0.9em;text-align:center;}
#topspace{	width: 10px;height: 57px;margin-left:1px;}
#chartlabel{color: white;font-size:1.0em;text-align:center;margin-top:4px;}
#chart{color: white;font-size:1.5em;text-align:center;}
.row{border-left: 1px solid white;width:1px;	height:57px;float: left;}
#userspace, #topspace, .row {	margin-top: 7px;}

.tweet-heavylink{
	color: #99CC66; text-decoration: underline;
}
/*
 COLORS:
 	lightgreen: #99CC66;
	orange: #FF6633;
*/ 