@charset "utf-8";
/* CSS Document */
#wrapper {
	width: 1000px;
	height: 100%;
	margin: 0px;
}
#left_col {
	float: left;
	position: relative;
	width: 600px;
	height: 100%;
	margin: 0px;
}
#right_col {
	float: left;
	position: relative;
	width: 380px;
	height: auto;
	margin-left: 20px;
}


#my_updates {
	width: 100%;
}

h1,h2,h3 {
	font-variant: small-caps;
}

ul {
	list-style: square;
}

.tooltip {
	float: right;
	position: absolute;
	top: 10px;
	left: 20px;
	z-index:200;
	border: 1px dotted white;
}

#tweets {
	list-style-type: none;
	padding-left: 25px;
}

.tweet_username {
	color:#669999;
}

.jq_link {
	 cursor:pointer;
	 color: #fff;
}
