@charset "UTF-8";

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

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

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

.runkeeper .home #mainColumn {
   width: 500px;
}

.runkeeper .home .feedItemContainer {
   width: 500px;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.runkeeper #homeNavBox {
	margin-bottom: 30px;
}

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

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

.runkeeper .home .text .usernameLink {
	font-weight: bold;
}

.runkeeper #leftColumn #homeNavMain .username {
   top: 0;
   padding-left: 10px;
   width: 140px;
   word-wrap: break-word;
   margin-bottom: 5px;
}

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

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

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

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

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

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

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

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

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

.runkeeper .home #RKnewFeaturesDetails ul li {
	font-size: 12px;
	margin: 10px 0;
	line-height: 130%;
}

.runkeeper .home .noActivitiesContainer {
   margin-top: 30px;
}
