@charset "utf-8";
/* CSS Document */

/************************************** FEED STYLES *******************************************/

.feedBox {
	margin-top:5px;
	padding-bottom:10px;
	border-bottom: solid 1px #666;	
}

.feedEntryHolder {
	border-bottom: solid 1px #666;	
	padding:10px 5px;
}
.feedEntryHolderSimple {
	background:#eee;
	border-bottom: solid 1px #666;	
	padding:5px 5px;
}
.feedEntryHolderSimple .feedEntry {
	width:auto;
	float:left;
}
.feedEntryHolder .feedEntry {
	width:485px;
	float:right;
}
.feedStatement{ 
	font-size:13px;
}

a.feedUserName, a:link.feedUserName, a:visited.feedUserName {
	color:#D1024D;	
	font-weight:bold;
	text-decoration:none;
}


 a:hover.feedUserName,  a:active.feedUserName {
	 text-decoration:underline;
 }
 a.feedVibeName, a:link.feedVibeName, a:visited.feedVibeName {
	color:#333;	
	font-weight:bold;
	text-decoration:underline;
}
 a:hover.feedVibeName,  a:active.feedVibeName {
	 text-decoration:bold;
 }
.feedEntryHolder .feedEntry .feedSummary{
	margin:10px 0 10px 35px;
}
.activityIcon {
	float:left;
	height:32px;
	width:30px;
	margin:0 5px 0 0;
}
.feedEntryHolderSimple .activityIcon {
	float:left;
	height:auto;
	width:auto;
	margin:0 5px 0 0;
}
.activityIcon img{
	border:none;
}
.entryTitle {/* EDITED */
	font-size:17px;
	width:150px;
	float:left;
	margin:5px 5px 0 0;
}
.entryDate {/* EDITED */
	float:left;
	margin:10px 0 0 0;
	width:150px;
	font-size:11px;
	color:#666;
}
.feedEntryHolder .friedDate {
	float:left;
	margin:10px 0 0 0;
	width:150px;
	font-size:11px;
	color:#666;
}

.feedEntryHolder .reviveQuestion {
	text-align:right;
	font-size:14px;
	color:#333;
}
input.dnr {
	background:url(../images/dnrBtn.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:26px;
	width:70px;
	padding:0;
	margin:0;
}
input.dnr:hover {
	background-position:0 -26px;
	outline:none;
}
input.revive {
	background:url(../images/clearBtn.png) transparent;
	background-repeat:no-repeat;
	background-position:0 0;
	border:0;
	outline:none;
	height:26px;
	width:70px;
	padding:0;
	margin:0;
}
input.revive:hover {
	background-position:0 -26px;
	outline:none;
}
.feedEntryHolder .feedScore {
	float:right;
	margin:0 0 0 8px;
	font-size:22px;
	color:#333;
	text-align:right;
	font-weight:none;
}
.feedEntryHolder .feedScoreIcon {
	float:right;
	margin:2px 0 0 0;
	width:26px;
	height:26px;
	display:block;
}
.feedPostInfo {/* EDITED */
	color:#999;
	font-size:9px;
	text-decoration:none;
}
.feedEntryHolderSimple .feedPostInfo { /* NEW */
	clear:both;
	text-align:right;
}
.feedEntryHolder .feedAvatar {
	background-image:url(../images/avatarBG_small.jpg);
	background-repeat:no-repeat;
	height:63px;
	width:62px;
	float:right;
	margin:0 0 0 10px;
}

.feedEntryHolder .feedAvatar img {
	height:63px;
	width:62px;
	border:none;
}
.freqBox {
	background-color:#eee;
	border: dashed 1px #CC783A;
	padding: 5px;
}
.freqPostBox {
	background-color:#eee;
	border: dotted 2px #CC783A;
	padding: 5px;
}
