#home #hero.smaller {
	height: 434px;
}

#home #hero.smaller .container,
#home #hero.smaller .hero {
	height: 484px;
}

#home #hero.smaller .hero {
	background-position: 0 -100px;
}

#home #hero .controls {
	width: 960px;
	height: 20px;
	text-align: right;
	position: absolute;
	bottom: 20px;
	z-index: 5;
}

#home #hero .hero {
	margin: 0 auto;
	display: none;
}
	#home #hero .hero:first-child {
		display: block;
	}
	
	#home #hero .hero .sidekick {
		width: 440px;
		bottom: 70px;
	}

	#home #hero .hero .details {
		float: left;
	}
	
	#home #hero .hero .countdown {
		position: absolute;
		bottom: 90px;
		left: 555px;
	}
	
	#home #hero .hero .countdown h2 {
		font-weight: normal;
		font-size: 22px;
		line-height: 36px;
		color: #333;
	}

	#home #hero .hero .countdown .unit {
		font-size: 12px;
		line-height: 20px;
		color: #333;
		
		width: 70px;
		margin: 0;
		float: left;
	}
	
	#home #hero .hero .countdown .timer {
		font-size: 50px;
		color: #fff;
		text-shadow: #333 0 1px 0;
		clear: both;
	}
	
	#home #hero .hero .photo-credit {
		position: absolute;
		bottom: 70px;
		right: 20px;
		font-size: 10px;
		line-height: 10px;
		color: #fff;
	}

	#home #hero .sidekick .buttons a:first-child {
		margin-left: 0px;
	}

/**
* The main content area has less top padding on the home page.
*/
#home #main > .container {
	padding-top: 20px;
}

#home #main .section {
	margin: 35px 0;
}

	#home #main .section.bottom {
        padding-bottom: 0;
        margin-bottom: 0;
    }
    
	#home #main .section h3 {
		font-size: 24px;
		border-bottom: 1px dotted #ccc;
		
		margin-top: 15px;
		margin-bottom: 30px;
		
		padding-bottom: 13px;
	}
	#home #main .section .subsection.cs6 h3 {
		margin-bottom: 10px;
	}

	#home #main .section .subsection {
		width: 460px;
		float: left;
	}

	#home #main .section .subsection.blog h3 {
		margin-bottom: 16px;
	}
/**
 * The left trials box.
 */
#home #main .section .trials {
	margin-right: 10px;
}

	#home #main .section .trials h3 {
		margin-bottom: 19px;
	}

	#home #main .section .trials .boxshot img {
		margin: 2px 0 0 -17px;
	}
	
	#home #main .section .trials ul {
		float: right;
		width: 242px;
	}
	#home #main .section .trials.totems ul {
		float: left;
		width: 230px;
	}
	
	#home #main .section .trials li {
		overflow: hidden;
		margin-bottom: 3px;
	}
	
		/**
		 * Product icon.
		 */
		#home #main .section .trials li.mnemonic {
			padding-left: 56px;
		}
		
		/**
		 * Product name.
		 */
		#home #main .section .trials .name {
			font-family:  "adobe-clean", sans-serif;
			font-size: 14px;
			font-weight: 200;
			margin: 7px 0 3px 0;
		}
		
		/**
		 * Download and buy links.
		 */
		#home #main .section .trials p {
			font-size: 10px;
			line-height: 10px;
			font-weight: bold;
			color: #ccc;
			margin: 0;
		}

/**
 * The right get started / join box.
 */
#home #main .section .join {
	margin-left: 10px;
}

	#home #main .section .join p {
		font-size: 21px;
		font-weight: normal;
	}

	#home #main .section .join .buttons {
		margin-top: 18px;
	}
	
	#home #main .section .join .button {
		margin-left: 0;
	}

	#home #main .section .join .learn_more {
		padding-top: 8px;
		margin-left: 215px;
	}

#membership_level_popup {
	display: none;
	width: 390px;
	background-color: #fff;
	padding: 11px 16px;
	color: #666;
	line-height: 18px;
	font-weight: bold;    
}

.account_subhead {
	color: #000000;
	font-size: 19px;
	line-height: 28px;
	margin: 3px 0;
}

.trialpod {
	padding-left: 80px;
	margin: 0 0 20px 0 !important;
}
.trialpod .name {
	font-size: 16px !important;
	font-weight: bold !important;
	line-height: 20px;
	margin: 0 0 6px 0 !important;
}

.blog_feed h4 {
	font-size: 18px;
	line-height: 20px;
}
.blog_feed p {
	color: #666;
	font-size: 16px;
	line-height: 20px;
	margin-bottom: 8px;
}
.blog_feed p.byline {
	font-weight: bold !important;
}
