/* post head */
section.postHead {
	margin: 32px auto 32px auto;
	width: 1024px;
	position: relative;
	top: 0;
	left: 0;
	clear: both;
}

section.postHead h1 {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 220%;
	line-height: 115%;
	color: #505050;
	margin: 0 300px 0 0;
}

section.postHead p {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: normal;
	font-size: 110%;
	line-height: 125%;
	color: #666;
    margin: 2% 300px 0 0;
}    
 
section.postHead p.footnote {
	font-size: 11px;
    font-style: italic;
    margin: 20px 0 4px 0;
    text-align: right;
}

section.postHead a {
	color: #505050;
    text-decoration: underline;
}

section.postHead a:hover,
section.postHead a:active {
	color: #999;
}

section.postHead .linkHead {
	position: absolute;
	top: 0;
	right: 0;
	width: 240px;
}

section.postHead .linkHead .dlLink {
	float: right;
	width: 234px;
}

section.postHead .linkHead .dlLink .button {
	float: left;
	border: 1px solid #5b9cb6;
	background: #6fcdf3;
	background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcdf3));
	background: -webkit-linear-gradient(top, #abe4f8, #6fcdf3);
	background: -moz-linear-gradient(top, #abe4f8, #6fcdf3);
	background: -ms-linear-gradient(top, #abe4f8, #6fcdf3);
	background: -o-linear-gradient(top, #abe4f8, #6fcdf3);
	padding: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 1px #c0ebfa;
	-moz-box-shadow: inset 0 1px 0 1px #c0ebfa;
	box-shadow: inset 0 1px 0 1px #c0ebfa;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

section.postHead .linkHead .dlLink .button:hover {
	background: #92dbf6;
}

section.postHead .linkHead .dlLink .button span {
	color: #42788e;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 110%;
	font-size: 160%;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}

.linkHead .dlLink .ver {
	float: left;
	margin: 7px 18px 0 15px;
	width: 206px;
}

.linkHead .dlLink .ver span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666;
}

.linkHead .dlLink .dlAmount {
	float: left;
	margin: 4px 18px 0 15px;
	width: 206px;
}

.linkHead .dlLink .dlAmount span {
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666;
}

.linkHead .dlLink .rating {
	float: left;
	margin: 3px 15px 0 15px;
	width: 206px;
	height: 30px;
}

.linkHead .dlLink .rating .title {
	float: left;
}

.linkHead .dlLink .rating .stars {
	float: left;
	width: 80px;
	height: 16px;
	margin: 0 0 0 5px;
	background: url(../_img/star-empty.png) repeat-x 1px 0;
}

.linkHead .dlLink .rating .stars .filled {
	height: 16px;
	background: url(../_img/star-fill.jpg) repeat 1px 0;
}

.linkHead .dlLink .rating .score {
	float: left;
	width: 111px;
	padding: 0 0 0 5px;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #666;
}

.linkHead .dlLink .rate {
	float: left;
	position: relative;
	width: 198px;
	padding: 5px 18px 0 15px;
}

.linkHead .dlLink .rate a {
	position: absolute;
	z-index: 101;
}

.linkHead .dlLink .rate .tooltip {
	position: absolute;
	top: 0;
	top: 20px;
	left: -2px;
	width: 236px;
	padding: 16px 0 0 0;
	background: url(../_img/rating-tooltip-t.png) no-repeat 0 0;
	z-index: 100;
	display: none;
	opacity: 0;
	filter: alpha(opacity=0);
}

.linkHead .dlLink .rate .tooltip .inner1 {
	float: left;
	width: 100%;
	height: 100%;
	padding: 0 0 8px 0;
	background: url(../_img/rating-tooltip-b.png) no-repeat 0 100%;
}

.linkHead .dlLink .rate .tooltip .inner2 {
	float: left;
	width: 216px;
	padding: 3px 10px 1px 10px;
	background: url(../_img/rating-tooltip-m.png) repeat-y 0 0;
}

.linkHead .dlLink .rate .tooltip .inner2 .content {
	
}

.linkHead .dlLink .rate .tooltip .inner2 .content h2 {
	text-shadow: 0 1px 0 #666;
	font-weight: bold;
	font-size: 120%;
	color: #000;
	text-align: center;
	padding: 0 0 5px 0;
	margin: 0 2px 3px 2px;
	box-shadow: inset 0 -1px 0 0 #000;
	border-bottom: 1px solid #666;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score {
	width: 212px;
	height: 16px;
	margin: 7px 2px 0 2px;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score .stars {
	width: 80px;
	height: 16px;
	margin: 0 auto;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score .stars .star {
	float: left;
	width: 16px;
	height: 16px;
	background: url(../_img/rating-tooltip-star.png) no-repeat 0 100%;
	cursor: pointer;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score .stars .selected {
	background-position: 0 0;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score .stars .blockSelected {
	background-position: 0 100%;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score .stars .hovered {
	background-position: 0 0;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .score .text {
	float: left;
	width: 100%;
	margin: 4px 0 0 0;
	height: 16px;
	color: #999;
	text-shadow: 0 -1px 0 #000;
	line-height: 16px;
	font-weight: normal;
	text-align: center;
}

.linkHead .dlLink .rate .tooltip .inner2 .content textarea {
	width: 206px;
	padding: 4px;
	margin: 8px 0 0 0;
	height: 80px;
	background: url(../_img/rating-tooltip-text-bg.png) repeat 0 0;
	border-top: 1px solid #000;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 90%;
	color: #999;
}

.linkHead .dlLink .rate .tooltip .inner2 .content input {
	width: 206px;
	padding: 4px;
	margin: 5px 0 0 0;
	background: url(../_img/rating-tooltip-text-bg.png) repeat 0 0;
	border-top: 1px solid #000;
	border-right: 1px solid #444;
	border-bottom: 1px solid #444;
	border-left: 1px solid #000;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-size: 90%;
	color: #999;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .button {
	width: 214px;
	border: 1px solid #86aa49;
	background: #cae285;
	background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb56));
	background: -webkit-linear-gradient(top, #cae285, #9fcb56);
	background: -moz-linear-gradient(top, #cae285, #9fcb56);
	background: -ms-linear-gradient(top, #cae285, #9fcb56);
	background: -o-linear-gradient(top, #cae285, #9fcb56);
	padding: 5px 0;
	margin: 7px 0 2px 0;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 1px #d7e9a4;
	-moz-box-shadow: inset 0 1px 0 1px #d7e9a4;
	box-shadow: inset 0 1px 0 1px #d7e9a4;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .button:hover {
	background: #b9d972;
}

.linkHead .dlLink .rate .tooltip .inner2 .content .button span {
	color: #5d7731;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 110%;
	font-size: 100%;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}

@media screen and (max-width: 1113px) {
	
	section.postHead {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}
	
}

@media screen and (max-width: 768px) {
		
	section.postHead h1 {
		margin-right: 0;
	}
	
	section.postHead p {
		margin-right: 0;
		margin-top: 15px;
	}
	
	section.postHead .linkHead {
		display: none;
	}
	
}

@media screen and (max-width: 560px) {

	section.postHead .linkHead {
		display: none;
	}
	
}

@media screen and (max-width: 420px) {
	
	section.postHead {
		margin-top: 20px;
		margin-bottom: 20px;
	}
	
	section.postHead p {
		margin-top: 10px;
	}
	
}

/* post content */
section.postContent {
	position: relative;
	top: 0;
	left: 0;
	clear: both;
	width: 1024px;
	margin: 4% auto 0 auto;
}

section.postContent a {
	color: #505050;
    text-decoration: underline;
}

section.postContent a:hover,
section.postContent a:active {
	color: #999;
}

section.postContent h3 {
	border-bottom: 1px solid #ddd;
	clear: both;
	color: #505050;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	font-size: 160%;
	line-height: 110%;
	padding: 4% 0 5px 0;
}

section.postContent h4 {
	clear: both;
	color: #505050;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	padding: 3% 0 0 0;
}

section.postContent p {
	padding: 2% 0 0 0;
}

section.postContent .featuresBlock {
	width: 100%;
	margin: 10px 0 0 0;	
}

section.postContent .featuresBlock .item {
	float: left;
	width: 28%;
	margin: 2% 0 0 2%;
	padding: 2%;
	min-height: 64px;
	background: #eee;
	/* border: 1px solid #ddd; */
}

section.postContent .featuresBlock .item:nth-child(3n+1) {
	clear: both;
	margin-left: 0;
}

section.postContent .featuresBlock .item span.callout {
	font: bold 20px/25px "Helvetica Neue",Helvetica,Arial,sans-serif;
	color: #ff7260;
}

section.postContent .browserSupport .key {
	float: right;
	height: 20px;
	margin: 15px 0 0 0;
}

section.postContent .browserSupport .key .item {
	float: left;
	height: 20px;
	margin: 0 0 0 10px;
}

section.postContent .browserSupport .key .item span {
	float: left;
	font: italic 12px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
}

section.postContent .browserSupport .key .item .icon {
	float: right;
	width: 10px;
	height: 10px;
	background: #aaa;
	border: 1px solid #333;
	margin: 4px 0 4px 5px;
}

section.postContent .browserSupport .key .item .working {
	background: #cae285;
	border: 1px solid #a2ba66;
}

section.postContent .browserSupport .key .item .partial {
	background: #ffd972;
	border: 1px solid #f4b244;
}

section.postContent .browserSupport table.browsers {
	border-collapse: collapse;
	margin: 10px 0 0 0;
	width: 100%;
}

section.postContent table {
	width: 100%;
	margin: 2% 0 0 0;
	border-collapse: collapse;
}

section.postContent table thead tr th {
	background: #505050;
	border: 1px solid #666;
	padding: 1.5%;
	text-align: left;
	color: #fff;
	font-weight: bold;
}

section.postContent table tr {
	background: #fff;
}

section.postContent table tr td {
	border: 1px solid #666;
	padding: 1.5%;
}

section.postContent table tr:nth-child(even) {
	background: #eee;
}

section.postContent .browserSupport table.browsers th {
	background: none repeat scroll 0 0 #505050;
	border: 1px solid #666666;
	color: #FFFFFF;
	font-weight: bold;
	padding: 10px;
	text-align: left;
}

section.postContent .browserSupport table.browsers td {
	border: 1px solid #666666;
    padding: 1.5%;
    width: 17%;
}

section.postContent .browserSupport table.browsers td.working {
	background: #cae285;
}

section.postContent .browserSupport table.browsers td.partial {
	background: #ffd972;
}

section.postContent .licenseBlockContainer {
	width: 100%;
	padding: 2% 0 0 0;
}

section.postContent .licenseBlock1 {
	width: 31%;
	padding: 0 3% 0 0;
}

section.postContent .licenseBlock2 {
	width: 61%;
	margin: 0 0 0 2%;
	padding: 0 0 0 2%;
}

section.postContent .licenseBlock {
	float: left;
}

section.postContent .licenseBlock h4 {
	padding: 0;
}

section.postContent .licenseBlock p {
	padding: 0;
	margin: 10px 0 0 0;
}

section.postContent .linkBlock {
	float: left;
	padding: 2% 0 2% 0;
	width: 100%;
}

section.postContent .linkBlock .dlLink {
	float: left;
}

section.postContent .linkBlock .dlLink .button {
	float: left;
	border: 1px solid #5b9cb6;
	background: #6fcdf3;
	background: -webkit-gradient(linear, left top, left bottom, from(#abe4f8), to(#6fcdf3));
	background: -webkit-linear-gradient(top, #abe4f8, #6fcdf3);
	background: -moz-linear-gradient(top, #abe4f8, #6fcdf3);
	background: -ms-linear-gradient(top, #abe4f8, #6fcdf3);
	background: -o-linear-gradient(top, #abe4f8, #6fcdf3);
	padding: 12px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 1px #c0ebfa;
	-moz-box-shadow: inset 0 1px 0 1px #c0ebfa;
	box-shadow: inset 0 1px 0 1px #c0ebfa;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

section.postContent .linkBlock .dlLink .button:hover {
	background: #92dbf6;
}

section.postContent .linkBlock .dlLink .button span {
	color: #42788e;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 110%;
	font-size: 160%;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}

section.postContent .linkBlock .license {
	float: left;
}

section.postContent .linkBlock .license .button {
	border: 1px solid #86aa49;
	background: #cae285;
	background: -webkit-gradient(linear, left top, left bottom, from(#cae285), to(#9fcb56));
	background: -webkit-linear-gradient(top, #cae285, #9fcb56);
	background: -moz-linear-gradient(top, #cae285, #9fcb56);
	background: -ms-linear-gradient(top, #cae285, #9fcb56);
	background: -o-linear-gradient(top, #cae285, #9fcb56);
	padding: 12px;
	margin: 0 0 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: inset 0 1px 0 1px #d7e9a4;
	-moz-box-shadow: inset 0 1px 0 1px #d7e9a4;
	box-shadow: inset 0 1px 0 1px #d7e9a4;
	vertical-align: middle;
	cursor: pointer;
	text-align: center;
}

section.postContent .linkBlock .license .button:hover {
	background: #b9d972;
}

section.postContent .linkBlock .license .button span {
	color: #5d7731;
	font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
	font-weight: bold;
	line-height: 110%;
	font-size: 160%;
	text-shadow: 0 1px 0 #fff;
	white-space: nowrap;
}

/* code */
section.postContent .code {
	background: url(../_img/post-code-shadow-bg.png) repeat-x 100% 100%;
	padding: 0 0 5px 0;
	margin: 20px 0 0 0;
	width: auto;
	border: 1px solid #e1e1e4;
	border-bottom: 0;
	box-shadow: 0 2px 10px -8px #000;
}

section.postContent .code pre.prettyprint {
	position: relative;
	overflow: hidden;
	padding: 2%;
	width: auto;
	background: #fff;
	font-family: "Courier New", courier;
	font-weight: normal;
	font-size: 95%;
	line-height: 110%;
	border: 0;
	background: url(../_img/post-code-bg.jpg) repeat 0 0;
}
   
@media screen and (max-width: 1113px) {
	
	section.postContent {
		width: 92%;
		margin-left: 4%;
		margin-right: 4%;
	}
	
}

@media screen and (max-width: 1024px) {

	section.postContent .featuresBlock .item {
		min-height: 62px;
		width: 45%;
		font: 14px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .featuresBlock .item:nth-child(3n+1) {
		clear: none;
		margin-left: 2%;
	}
	
	section.postContent .featuresBlock .item:nth-child(2n+1) {
		clear: both;
		margin-left: 0;
	}
	
	section.postContent .linkBlock .dlLink .button,
	section.postContent .linkBlock .license .button {
		padding: 10px;
	}
	
	section.postContent .linkBlock .dlLink .button span,
	section.postContent .linkBlock .license .button span {
		font-size: 140%;
	}

}

@media screen and (max-width: 768px) {

	section.postContent h3 {
		font: bold 23px/26px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .featuresBlock .item,
	section.postContent .featuresBlock .item:nth-child(2n+1),
	section.postContent .featuresBlock .item:nth-child(3n+1) {
		font: 14px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .featuresBlock .item span.callout {
		font: bold 20px/23px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .browserSupport .key .item span {
		font-size: 10px;
		line-height: 18px;
	}
	
	section.postContent .browserSupport .key .item .icon {
		width: 8px;
		height: 8px;
	}

}

@media screen and (max-width: 560px) {
	
	section.postContent .featuresBlock {
		margin-top: 15px;
	}

	section.postContent .featuresBlock .item,
	section.postContent .featuresBlock .item:nth-child(2n+1),
	section.postContent .featuresBlock .item:nth-child(3n+1) {
		float: none;
		margin-left: 0;
		width: 92%;
		padding: 4%;
		min-height: 0;
		font: 14px/18px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .licenseP {
		margin-left: 0;
	}
	
	section.postContent .licenseBlock .linkBlock {
		display: none;
	}
	
	section.postContent .linkBlock .dlLink .button,
	section.postContent .linkBlock .license .button {
		padding: 8px;
	}
	
	section.postContent .linkBlock .license .button {
		margin-left: 10px;
	}
	
	section.postContent .linkBlock .dlLink .button span,
	section.postContent .linkBlock .license .button span {
		font-size: 120%;
	}
	
}

@media screen and (max-width: 420px) {
	
	section.postContent h3 {
		font: bold 14px/17px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .featuresBlock .item,
	section.postContent .featuresBlock .item:nth-child(2n+1),
	section.postContent .featuresBlock .item:nth-child(3n+1) {
		font: 11px/13px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .featuresBlock .item span.callout {
		font: bold 14px/19px "Helvetica Neue",Helvetica,Arial,sans-serif;
	}
	
	section.postContent .linkBlock .dlLink,
	section.postContent .linkBlock .license {
		width: 100%;
	}
	
	section.postContent .linkBlock .dlLink .button {
		float: none;
	}
	
	section.postContent .linkBlock .license .button {
		float: none;
		margin-top: 5px;
		margin-left: 0;
	}

}