@charset "UTF-8";

#content.home {
   margin-top: 30px;
}

.home #leftColumn {
   margin-right: 35px;
}

.home #rightColumn {
   margin-left: 35px;
}

.home #mainColumn {
   width: 500px;
}

.home .feedItemContainer {
   width: 500px;
}

.home .feedItem {
   width: 490px;
}

.home h3 {
   font-size: 21px;
   margin-bottom: 0;
}

.home #leftColumn .profileBoxSmall {
   margin: 0;
   position: relative;
   z-index: 50;
}

#homeNavBox {
   float: left;
   width: 200px;
   margin: 0 25px 20px 0;
}

.home .blueButton-large .m .mainText {
   font-size: 18px;
   top: 10px;
}

.home #activityPostNewActivity.blueButton-large .m .mainText {
   font-size: 22px;
   top: 8px;
}

#homeNav {
	width: 200px;
	height: 60px;
	background: url(../images/pNav-bg.png) repeat-x 0 33px;
	position: relative;
}

#homeNavMain .avatarSmall {
	margin-right: 0;
	height: 50px;
	width: 50px;
}

#homeNavMain .usernameLinkLive {
	margin-right: 0;
	width: 110px;
	overflow: hidden;
}

#homeNavLeft {
	display: block;
	background: url(../images/homeNav-bg-l.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	left: -15px;
	height: 27px;
	width: 50px;
}

#homeNavRight {
	background: url(../images/homeNav-bg-r.png) no-repeat 0 0;
	position: absolute;
	bottom: 0;
	right: -15px;
	height: 27px;
	width: 50px;
}

.home .homeNavItem {
   width: 190px;
   padding: 5px;
   margin: 5px 0;
}

.home .homeNavItem:hover {
   background: #E5E5E5;
   cursor: pointer;
}

.home .homeNavItem:hover a {
   color: #2F8CCC;
}

.home .homeNavItem:active {
   background: #D3D3D3;
}

.home .homeNavItem:active a {
   color: #19397F;
}

.home .homeNavItem .icon {
   width: 20px;
   height: 20px;
   float: left;
   margin-right: 8px;
}

.home .homeNavItem a {
   font-size: 16px;
   font-weight: bold;
   display: block;
   float: left;
   position: relative;
   top: 2px;
}

#homeNavBox {
	margin-bottom: 30px;
}

#homeNavBox .divider {
	width: 200px;
	height: 1px;
	border-bottom: 1px solid #EEE;
	clear: both;
}

.home .commentsWrapper,
.profile .commentsWrapper,
.fitnessClass .commentsWrapper,
.race .commentsWrapper {
   position: relative;
   width: 390px;
   margin: 5px 0 0 65px;
}

.commentsResponseBox .icon-elite.small {
	left: 35px;
	top: 30px;
}

.home .commentsDiv,
.profile .commentsDiv,
.fitnessClass .commentsDiv,
.race .commentsDiv {
	padding: 5px;
}

.commentsContainer {
	padding: 5px;
	position: relative;
}

.commentsContainer .icon-elite.small {
	top: 30px;
	left: 30px;
}

.commentsContainer .avatar {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 8px 0 0;
}

.commentsBody {
	float: left;
	width: 332px;
	position: relative;
}

.commentsDelete {
	font-size: 11px;
	font-weight: normal;
	color: #2A5DB0;
	float: left;
	display: none;
	background: none;
	padding: 0;
	position: relative;
	top: 1px;
	right: 0;
	left: 3px;
}

.dotDivider {
   color: #999;
	float: left;
	display: none;
	margin-left: 4px;
	font-size: 11px;
}

.commentsContainer:hover .commentsDelete,
.commentsContainer:hover .dotDivider {
	display: block;
}

.commentsDelete:hover {
	color: #2F8CCC;
	cursor: pointer;
	background: none;
}

.commentsDelete:active {
	color: #19397F;
	cursor: pointer;
	background: none;
}

.commentsUsername {
	font-size: 13px;
	font-weight: bold;
	color: #999;
	margin: 0 0 5px 0;
}

.commentsUsername a {
	text-decoration: none;
}

.commentsText {
	font-size: 12px;
	font-weight: normal;
	color: #333;
	margin: 0 0 2px 0;
	line-height: 120%;
}

.commentsText .usernameLink {
	font-weight: bold;
}

.commentsDateTime {
	color: #999;
	font-size: 11px;
	float: left;
	position: relative;
	top: 1px;
}

.commentsDiv .border {
	height: 5px;
	border-bottom: 1px solid #DDD;
	margin-bottom: 5px;
	clear: both;
}

.commentsBoxContainer {
	padding: 0;
}

.commentsBoxContainer .avatar {
	float: left;
	width: 30px;
	height: 30px;
	margin: 0 6px 0 0;
}

.commentTextArea {
	color: #111; 
	font-size: 12px;
	float: right;
	width: 321px;
	padding: 5px;
	height: 30px;
	margin-right: 0;
	font-family: Arial, Helvetica, sans-serif;
}

.home .commentsArrow,
.profile .commentsArrow,
.fitnessClass .commentsArrow,
.race .commentsArrow {
	position: absolute;
	top: -6px;
	left: 10px;
	height: 6px;
	width: 12px;
	background: url(../images/feedCommentsArrow.png) no-repeat top center;
}

.home .postcomment-submit,
.profile .postcomment-submit,
.fitnessClass .postcomment-submit,
.race .postcomment-submit {
	margin: 5px 1px 0 0;
}

.home .postcomment-submit .mainText,
.profile .postcomment-submit .mainText,
.fitnessClass .postcomment-submit .mainText,
.race .postcomment-submit .mainText {
	top: 4px;
}

.home .feedItem .icon-elite.small,
.profile .feedItem .icon-elite.small,
.fitnessClass .feedItem .icon-elite.small,
.race .feedItem .icon-elite.small {
	top: 42px;
	left: 29px;
}

.writeCommentPrompt {
   border: 1px solid #CCC;
   background: #FFF;
   color: #666;
   padding: 5px;
   width: 362px;
}

.writeCommentPrompt:hover {
   color: #222;
   cursor: text;
}

.expandThread {
   padding: 8px 10px 7px;
	color: #2A5DB0;
   width: 370px;
}

.expandThread:hover {
   color: #2F8CCC;
   cursor: pointer;
}

.expandThread:active {
   color: #19397F;
}

#leftColumn #homeNavMain .username {
   height: 36px;
   top: 0;
   padding-left: 10px;
}

#leftColumn #homeNavMain .username .setUsername {
   top: 4px;
   font-size: 14px;
}

#subNavMain .username .setUsername {
   position: relative;
   top: -3px;
   font-size: 16px;
}

/*
#leftColumn #homeNavMain .username .setUsername {
   position: relative;
   background: none;
   color: #999;
   font-weight: normal;
   font-size: 11px;
   display: block;
   left: 1px;
   z-index: 10;
   top: 2px;
}
*/

#leftColumn #homeNavMain .username .usernameLink {
   display: block;
   float: none;
}

#leftColumn #homeNavMain .profileBoxSmall #monthlyActivities {
   top: -4px;
   padding-left: 10px;
   float: left;
   clear: none;
   width: 136px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

#moreFeedButton {
   width: 480px;
   padding: 10px;
   margin: 10px 0;
   font-weight: bold;
   font-size: 14px;
   color: #2A5DB0;
   text-align: center;
}

#moreFeedButton:hover {
   background: #EEE;
   color: #2F8CCC;
   cursor: pointer;
   border: 1px solid #CCC;
   padding: 9px;
}

#moreFeedButton:active {
   background: #DDD;
   color: #19397F;
}

#moreFeedSpinner {
   width: 20px;
   height: 20px;
   margin: 20px auto 0 auto;
}

.bodyMeasurementsOuterContainer {
   margin: 30px 0;
   clear: both;
   float: left;
   width: 200px;
}

.feedItemDelete {
   position: absolute;
   top: 3px;
   right: 0;
   display: none;
   color: #2A5DB0;
}

.feedItem.badge .feedItemDelete {
   right: -60px;
}

.feedItemDelete:hover {
   color: #2F8CCC;
   cursor: pointer;
}

.feedItem:hover .feedItemDelete {
   display: block;
}

.home #RKnewFeatures {
	margin: 30px 0 30px 0;
	width: 200px;
	float: left;
	clear: left;
}

.home #RKnewFeaturesDetails {
	width: 170px;
	padding: 15px;
}

.home #RKnewFeaturesDetails h3 {
	font-size: 14px;
	line-height: 130%;
}

.home #RKnewFeaturesDetails ul {
	list-style: circle;
	padding-left: 15px;
}

.home #RKnewFeaturesDetails ul li {
	font-size: 12px;
	margin: 10px 0;
}