.twitpic { float:left; margin-right:10px; margin-top:5px; }

.tweet2 .twitpic { float:right; margin-left:10px; margin-top:5px; margin-right:0; }

.tweet1, .tweet2 {
	padding:10px;
	background:rgba(255,255,255,0.8);
	color:#333;
	border-radius:5px;
	margin-bottom:20px;
	position:relative;
	width:390px;
	margin-right:50px;
	min-height:55px;
}

.no-rgba .tweet1 { background:#eee; }

.tweet2 { 
	background:rgba(255,255,255,0.6);
	margin-left:50px;
	margin-right:0;
}

.no-rgba .tweet2 { background:#ccc; }

.tweet1 p, .tweet2 p .status p{ 
	margin:0;
}

.tweet1 a:link, .tweet1 a:visited, .tweet2 a:link, .tweet2 a:visited, .status a:link, .status a:visited { color:#666; }

.tweet1 a:hover, .tweet1 a:active, .tweet2 a:hover, .tweet2 a:active, .status a:hover, .status a:active { color:#999; }

.tweet1:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   left:40px;
   width:0;
   border-width:15px 0 0 15px;
   border-style:solid;
   border-color:rgba(255,255,255,0.8) transparent;
}

.tweet2:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   right:40px;
   width:0;
   border-width:15px 15px 0 0;
   border-style:solid;
   border-color:rgba(255,255,255,0.6) transparent;
}

.status {
	padding:10px;
	background:rgba(255,255,255,0.8);
	color:#333;
	border-radius:5px;
	margin-bottom:20px;
	position:relative;
	margin-top:20px;
	min-height:60px;
}

.no-rgba .status {
	background:#ccc;
}

.status .profilepic {
	float:right;
	margin-left:10px;
	margin-top:5px;
}

.status:after {
   content:"";
   display:block; /* reduce the damage in FF3.0 */
   position:absolute;
   bottom:-15px;
   right:40px;
   width:0;
   border-width:15px 0 0 15px;
   border-style:solid;
   border-color:rgba(255,255,255,0.8) transparent;
}

.status .icon, .tweet1 .icon, .tweet2 .icon {
	position: absolute;
	bottom: 10px;
	right:10px;
}

#fb-container {
	margin-bottom:20px;
	margin-left:50px;
}

a.find_facebook p { margin-bottom:5px; } 

a.follow_twit:link, a.follow_twit:visited {
	display:inline-block;
	color:white;
	display:block;
	margin:30px 0 0 100px;
	width:180px;
}

a.find_facebook:link, a.find_facebook:visited {
	display:inline-block;
	color:white;
	display:block;
	margin:30px 0 0 50px;
	width:180px;
}

