/*
 * Comments
 */

div.sidebar div.comment {
	width: 160px;
	padding: 40px 20px 0px 20px;
	margin-top: 20px;
	line-height: 1.4em;
	background: url('/assets/public/images/ui_comment.png') top left no-repeat;
}

div.comment div.quote {
	font-style: italic;
}

div.comment div.signature {
	color: #777;
	font-size: .8em;
	line-height: 1.4em;
	margin-top: 5px;
}

/*
 * Highlights
 */

div#highlights {
	position: relative;
	min-height: 620px;
}

div#highlights h2 {
  padding: 0;
  border: none;
}

div#highlights #highlights_img {
	position: absolute;
	z-index: 1;
	left: 28px;
	top: 80px;
}

div#highlights div.highlight {
	z-index: 2;
	font-weight: 100;
	width: 200px;
}

div#highlights div.highlight.right {
	text-align: right;
}

div#highlights div.highlight h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 5px;
}

div#highlight_1 {
	position: absolute;
	top: 36px;
	left: 58px;
}

div#highlight_2 {
	position: absolute;
	top: 38px;
	right: 303px;
}

div#highlight_3 {
	position: absolute;
	top: 498px;
	left: 68px;
}

div#highlight_4 {
	position: absolute;
	top: 512px;
	right: 264px;
}

/*
 * Sidebar
 */


div.sidebar div.featurette {
	width: 100%;
	margin-top: 0px;
	border-bottom: 1px solid #bbb;
}

/*
 * Features
 */

div#features {
	width: 780px;
	padding: 25px 0px 15px 20px;
}

div#features h2 {
  padding: 0;
  border: none;
}

div#features div.feature {
	display: inline;
	float: left;
	width: 47%;
	height: 80px;
}

div.feature img {
	display: inline;
	float: left;
	margin: 0px 15px 25px 25px;
}

div.feature div.description {
	font-weight: 100;
	margin-top: 4px;
	height: 80px;
}

div.feature div.description h2 {
	font-size: 1.4em;
	font-weight: normal;
	margin-bottom: 5px;
}

div#convinced .step {
	padding: 0px 0px 20px 95px;
}

div#convinced h2 {
	margin-bottom: 0;
	padding: 20px 0px 10px 55px;
	font-weight: normal;
	border: none;
}

div#convinced .title {
	font-weight: bold;
	padding: 0px 0px 15px 55px;
}

div#convinced .title img {
	position: relative;
	top: 14px;
	right: 2px;
	padding: 0px 7px 0 0;
}

div#convinced .title .note {
	width: 90%;
	color: #777;
	font-size: .8em;
	font-weight: normal;
	line-height: 1.4em;
	margin-left: 45px;
}

div#convinced #download .item {
	float: left;
	display: inline;
	width: 330px;
	padding-right: 20px;
}

div#convinced #download .item .requirements {
	width: 90%;
	color: #777;
	font-size: .8em;
	line-height: 1.4em;
	padding-top: 5px;
	padding-left: 5px;
}
