@charset "utf-8";

#newsfeed, #newsfeed div {
	overflow:hidden;
}
#newsfeed .userStream {
	padding: 0 0 10px 0;
	margin: 0 0 10px 0;
	border-style: none none solid none;
}
#newsfeed .userStream .pic {
	float: left;
	width: 13%;
	min-width: 55px;
	padding: 0!important;
}
#newsfeed .userStream .msgCont {
	float: left;
	width: 87%
}
/* ie7 hack */  
*:first-child+html #newsfeed .userStream .msgCont {
	width: 86%
}
#newsfeed .userStream .msgCont .userBox {
	padding:3px;
	margin: 2px 0 0 0;
}
#newsfeed .userStream .msgCont .media {
	padding:2px 0;
}
#newsfeed .userStream .msg .name {
	font-size: 13px;
	font-weight: bold;
}
#newsfeed .userStream .msgFooter {
	margin-top: 5px;
}
#newsfeed .userStream .time {
	float: left;
	width: 45%;
	color: #808080;
	font-size: 11px;
}
#newsfeed .userStream .icon {
	width: 16px;
	height: 16px;
	float: left;
	padding: 0 5px 0 0;
}
#newsfeed .userStream .actions {
	float: right;
	width: 55%;
	text-align: right;
	font-size: 11px;
}
#newsfeed .userStream .msgCont .userCommentStream .pic {
	float: left;
	width: 10%;
	min-width: 36px;
	padding:3px 0 0 3px;
}
#newsfeed .userStream .msgCont .userCommentStream .msg {
	float: left;
	width: 88%;
}
#newsfeed .userStream .msgCont .userCommentStream .msg .name {
	padding-right: 3px;
}
#newsfeed .userStream .msgCont .userCommentStream .time {
	float: left;
	width: 45%;
	color: #999;
	font-size: 11px;
}
#newsfeed .w100 {
	width: 98%;
	padding: 2px;
	color: #444;
	background: #FFF;
	font-size: 11px;
	border: 1px solid #CCC;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#newsfeed .replyButton {
	float:right;
	text-align: right;
	margin: 3px 2px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
}
#newsfeed .radius, a.moreButton {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
a.moreButton {
	font-size: 14px;
	font-weight: bold;
	text-decoration:none;
	text-align: center;
	width: 95%;
	margin: 0 auto;
	padding: 5px;
	display: block;
	text-shadow:0 1px #FFF;
}
.newsfeed_photo {
	border: 1px solid #ccc;
	padding: 3px;
	margin:3px 3px 0 3px;
	background: #fff;
}
.newsfeed_photo:hover {
	background: #ccc;
}

/* Status Form */
#status_form {
	margin-bottom: 15px;
	overflow: hidden;
}
#status_form label {
	font-size: 18px;
}
#status_form_actions {
	margin: 4px 10px 0 0;
	overflow: hidden;
	display: none;
}
#status_form_update_button {
	float: left;
	width: 100px;
}
#status_form .facebook {
	font-size: 11px;
	float: right;
}
#status_form textarea {
	width: 95%;
	height: 40px;
	padding: 2px 4px;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#status_form textarea:focus {
	background: lightyellow;
}
#status_form input[type=button] {
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	font-weight: bold;
}
#status_form .status_button_disabled input[type=button] {
	opacity: .20;
	filter: alpha(opacity=20);
	-ms-filter: "alpha(opacity=20)";
	-khtml-opacity: .20;
	-moz-opacity: .20;
	float: left;
	width: 20%;
}
#status_form .status_icons {
	padding: 3px;
	text-align: left;
	float: left;
	width: 130px;
	margin: 5px 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
}
#status_form .status_icons .txt {
	margin: 5px 0pt 0pt 4px;
	float: left;
	font-size: 11px;
	width: 35%;
}
#status_form .status_icons .img {
	float: left;
	margin-top: 3px;
	width: 60%;
}
