body {
	font-family:"Lucida Grande","Jamrul",Helvetica,Verdana,Arial,Tahoma,sans-serif;
	font-size: 10px;
	color: #fff;
	background-color: #000;
}

* {
	margin: 0;
	padding: 0;
}

#wrapper {
	position: relative;
	width: 800px;
	margin: auto;
	margin-top: 120px;
	z-index: 3000;
}

#im_feeling {
	float: left;
	width: 299px;
}

#feeling_tweets {
	float: right;
	width: 500px;
}

.feeling {
	color: #c7009b;
	font-style: italic;
	line-height: 100%;
	line-height: 120%;
	font-size: 24px;
}

.others {
	color: #db42a7;
}

p {
	margin-bottom: 10px;
	background-color: #f5f5f5;
	margin-bottom: 1px;
	padding: 20px;
	background: url('../images/p-bg.png');
	line-height: 175%;
}

#flickr_image {
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1000;
	filter:alpha(opacity=70);
	-moz-opacity:0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
}

#mask {
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url(../images/trans_bg.png);
	background-position: center center;
	z-index: 2000;
}

#headline_bg {
	position: absolute;
	top: 0px;
	left: 0px;
	background: url('../images/header-bg.png') no-repeat top center;
	z-index: 2100;
}

.headline {
	font-size: 24px;
}

a {
	background-color: #c7009b;
	color: #fff;
	text-decoration: none;
	padding: 3px;
}

a:hover {
	background-color: transparent;
	color: #c7009b;
	padding: 3px;
}

.sm_header { 
	color: #00c788;
	text-transform: capitalize;
}

.tweet {
	border-left: 3px solid #c7009b;
	font-size: 16px;
	line-height: 120%;
	font-weight: 100;
	color: #f5f5f5;
	margin-bottom: 10px;
	/* text-transform: capitalize; */
}

.tweet a {
	padding: 0px;
}

.externalLink {
	color: #c7009b;
	padding: 0px;
	text-decoration: underline;
	background-color: transparent;
}

.externalLink:hover {
	color: #00C788;
	padding: 0px;
	text-decoration: underline;
	background-color: transparent;
}

.alignHack {
	margin-bottom: 3px;
}
