html,
body {
	min-width: 980px;
}

body {
	font-size: 15px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-image: url("../../images/bodyGradientBackground.png"), url("../../images/bodyBackground.png");
	background-repeat: repeat-x, repeat;
	transition-property: opacity;
	-webkit-transition-property: opacity;
	-moz-transition-property: opacity;
}

.no-multiplebgs body {
	background-image: url("../../images/bodyGradientBackground.png");
	background-repeat: repeat-x;
}

.minimumWidth {
	min-width: 1200px;
}

.spinner {
	background-repeat: no-repeat;
	background-position: center 400px;
	background-image: url(../../images/spinner.gif);
}

.textShadow1 {
	text-shadow: 1px 1px 0px white;
}

/* ============================================================ */
/* ============================== CSS3 Animations */
/* ============================================================ */

* {
	/* -webkit-font-smoothing: subpixel-antialiased; */
	-webkit-font-smoothing: antialiased;
}


._speed02 {
	transition-duration: 0.2s;
	-webkit-transition-duration: 0.2s;
	-moz-transition-duration: 0.2s;
}

._speed04 {
	transition-duration: 0.4s !important;
	-webkit-transition-duration: 0.4s !important;
	-moz-transition-duration: 0.4s !important;
}

._speed1 {
	transition-duration: 1s !important;
	-webkit-transition-duration: 1s !important;
	-moz-transition-duration: 1s !important;
}

._speed10 {
	transition-duration: 10s !important;
	-webkit-transition-duration: 10s !important;
	-moz-transition-duration: 10s !important;
}

.opacity ._toggleFade {
	transition-property: opacity;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
	opacity: 0.2;
}

.no-opacity ._toggleFade {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=20)";
}

.opacity ._toggleFade:hover {
	opacity: 1;
}

.no-opacity ._toggleFade:hover {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

._fadeIn,
._fadeOut {
	transition-property: opacity;
	transition-timing-function: linear;
	transition-delay: 0s;
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: linear;
	-webkit-transition-delay: 0s;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: linear;
	-moz-transition-delay: 0s;
}

.opacity ._fadeIn {
	opacity: 1 !important;
}

.no-opacity ._fadeIn,
.no-opacity ._fadeIn * {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.opacity ._fadeOut {
	opacity: 0 !important;
}

.no-opacity ._fadeOut,
.no-opacity ._fadeOut * {
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)"
}

._show {
	display: block !important;
}

._hide {
	display: none !important;
}

/* ============================================================ */
/* ============================== Buttons & co looks*/
/* ============================================================ */

.button {
	-webkit-transition-property: opacity;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-delay: 0s;
	-webkit-transition-duration: .200s;
	-moz-transition-property: opacity;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-delay: 0s;
	-moz-transition-duration: .200s;
	transition-property: opacity;
	transition-timing-function: ease-in-out;
	transition-delay: 0s;
	transition-duration: .200s;
}

.button {
	display: inline-block;
	position: relative;
	text-decoration: none;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
	margin-left: 10px;
	cursor: pointer;
}

.button:first-child {
	margin-left: 0;
}

.button *,
.button *::after {
	display: inline-block;
}

.button *::after {
	position: absolute;
}

.round4 {
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.round4::after {
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
}

.round10 {
	padding-right: 10px;
	padding-left: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.round10::after {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.button.round10 {
	height: 20px;
	font-size: 11px;
	line-height: 20px;
}

.round15 {
	padding-right: 15px;
	padding-left: 15px;
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.round15::after {
	border-radius: 15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
}

.button.round15 {
	height: 30px;
	font-size: 13px;
	line-height: 30px;
}

.button.round15.download {
	padding-right: 50px;
}

.glossy::after {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

.glossy05::after {
	opacity: 0.5;
}

.glossy03::after {
	opacity: 0.3;
}

.glossy02::after {
	opacity: 0.2;
}

.glossy::after,
.button:not([disabled]).glossy::after:hover {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 35%, rgba(255,255,255,0) 36%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(35%,rgba(255,255,255,1)), color-stop(36%,rgba(255,255,255,0)), color-stop(85%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 36%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 36%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 36%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 35%,rgba(255,255,255,0) 36%,rgba(255,255,255,1) 85%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.button:not([disabled]).glossy:active::after {
	background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(255,255,255,1) 15%, rgba(255,255,255,0) 64%, rgba(255,255,255,1) 65%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(15%,rgba(255,255,255,1)), color-stop(64%,rgba(255,255,255,0)), color-stop(65%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 64%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 64%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 64%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(255,255,255,1) 15%,rgba(255,255,255,0) 64%,rgba(255,255,255,1) 65%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

/* ============================== Neutral look */

.neutral {
	color: #474747;
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
	border: 1px solid rgba(0, 0, 0, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgb(255, 255, 255);
	-webkit-box-shadow: inset 0 1px 0 rgb(255, 255, 255);
	box-shadow: inset 0 1px 0 rgb(255, 255, 255);
}

.button.neutral:not([disabled]):hover {
	color: #0099ff;
	-moz-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 7px rgba(0, 0, 0, 0.1);
	-webkit-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 7px rgba(0, 0, 0, 0.1);
	box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 7px rgba(0, 0, 0, 0.1);
}

.button.neutral:not([disabled]):active {
	color: #0099ff;
	text-shadow: none;
	-moz-box-shadow: inset 0 1px 0 rgb(0, 0, 0), inset 0 1px 5px rgba(0, 0, 0, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgb(0, 0, 0), inset 0 1px 5px rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 1px 0 rgb(0, 0, 0), inset 0 1px 5px rgba(0, 0, 0, 0.5);
}

/* ============================== Default TheKeptPromise look */

.TKPBright {
	color: rgb(60, 90, 109);
	text-shadow: 1px 1px 1px rgb(255, 255, 255);
	border: 1px solid rgba(60, 90, 110, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.5);
	box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.5);
	background-color: #eaf1f6;
}

.button.TKPBright:not([disabled]):hover {
	-moz-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.7);
	box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.7);
}

.button.TKPBright:not([disabled]):active {
	text-shadow: none;
	-moz-box-shadow: inset 0 1px 0 rgb(60, 90, 110), inset 0 1px 10px rgb(60, 90, 110);
	-webkit-box-shadow: inset 0 1px 0 rgb(60, 90, 110), inset 0 1px 10px rgb(60, 90, 110);
	box-shadow: inset 0 1px 0 rgb(60, 90, 110), inset 0 1px 10px rgb(60, 90, 110);
}

.TKPDark {
	color: #DCFAFF;
	text-shadow: -1px -1px 1px black;
	border: 1px solid rgba(60, 90, 110, 0.3);
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(60, 90, 110, 0.5);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(60, 90, 110, 0.5);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3), inset 0 0 15px rgba(60, 90, 110, 0.5);
	background-color: #3c5a6e;
}

.button.TKPDark:not([disabled]):hover {
	color: white;
	-moz-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.7);
	-webkit-box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.7);
	box-shadow: inset 0 1px 0 rgb(255, 255, 255), inset 0 0 15px rgba(60, 90, 110, 0.7);
}

.button.TKPDark:not([disabled]):active {
	color: white;
	text-shadow: none;
	-moz-box-shadow: inset 0 1px 0 rgb(60, 90, 110), inset 0 1px 10px rgb(60, 90, 110);
	-webkit-box-shadow: inset 0 1px 0 rgb(60, 90, 110), inset 0 1px 10px rgb(60, 90, 110);
	box-shadow: inset 0 1px 0 rgb(60, 90, 110), inset 0 1px 10px rgb(60, 90, 110);
}

/* ==============================  */

.shadow::before {
	content: "";
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
}

/* ============================================================ */
/* ============================== Sections */
/* ============================================================ */

.anchor {
	position: absolute !important;
	width: 0px;
	height: 0px;
	top: -30px;
}

.sectionArea,
.sectionArea * {
	position: relative;
}

.sectionArea {
	background-position: center 0px;
	background-repeat: repeat;
	padding-bottom: 30px;
}

.section0 .section > * {
	position: absolute;
}

.section {
	width: 980px;
}

.basis {
	width: 100%;
}

.basis,
.title,
.baseline,
.description,
.visual {
	display: inline-block;
	vertical-align: top;
}

.title {
}

.baseline {
}

.description {
	margin-bottom: 30px;
}

.MacAppStoreDownloadLink {
	background-repeat: no-repeat;
	background-image: url("../../images/spriteGenerals.png");
	background-position: top right;
	height: 40px;
	width: 165px;
	display: block;
}

.keywords,
.requirements {
	text-align: center;
}

.leftCompo .title,
.leftCompo .description {
	text-align: left;
}

.leftCompo .visual {
	float: right;
	margin-left: 10px;
}

.rightCompo .title,
.rightCompo .description {
	text-align: right;
}

.rightCompo .visual {
	float: left;
	margin-right: 10px;
}

.more {
	overflow: hidden;
	display: inline-block;
	-webkit-transition-duration: 0.6s;
	-webkit-transition-timing-function: ease-in-out;
	-webkit-transition-property: height;
	-webkit-transition-delay: 0s;
	-moz-transition-duration: 0.6s;
	-moz-transition-timing-function: ease-in-out;
	-moz-transition-property: height;
	-moz-transition-delay: 0s;
}

.item {
	margin-bottom: 10px;
	display: inline-block;
	vertical-align: top;
}

.item * {
	vertical-align: top;
}

.item > h2 {
	text-transform: uppercase;
	display: block;
	font-weight: bold;
}

.item > .icon {
	position: absolute;
	top: 0px;
	left: 0px;
}

.more.gallery {
	text-align: center;
}

.thumb {
	display: inline-block;
}

.sectionTopRight,
.sectionTopRight > * {
	position: absolute;
}

.sectionTopRight {
	top: 0px;
	right: 0px;
	width: 150px;
	height: 50px;
}

.backToTop {
	text-decoration: none;
	width: 80px;
	position: absolute;
}

.shadowCut {
	height: 14px;
	top: -14px;
	background-repeat: no-repeat;
	background-position: center bottom;
	background-image: url("../../images/shadowB2T.png");
	position: relative;
}

.shadowLinear {
	position: absolute;
	height: 9px;
	top: 0px;
	left: 0px;
	right: 0px;
	background-image: url("../../images/shadowLinear.png");
	background-repeat: repeat-x;
	background-position: center top;
}

.sectionToggleArea {
	text-align: center;
	height: 40px;
	left: 0px;
	right: 0px;
}

/* ============================================================ */
/* ============================== Comments */
/* ============================================================ */

.comments {
}

.comments .section {
}

.comments .baseline:hover {
	color: #0099ff;
	cursor: pointer;
}

.comments .basis {
	overflow: hidden;
}

.comments .basis.formIsVisible {
	height: 480px;
}

.comments .basis.formIsVisible .addComment {
	opacity: 0;
}

.comments .addComment {
	font-weight: bold;
	margin-left: 400px;
}

#CBCommentForm {
	position: relative;
	width: 860px;
	margin-left: 60px;
}

.commentForm input,
.commentForm textarea {
	padding: 0px;
	margin-right: 7px;
	margin-left: 7px;
	margin-bottom: 10px;
	margin-top: 7px;
	border-color: #bfbfbf;
	border-width: 1px;
	border-style: solid;
	color: #bfbfbf;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 45%, rgba(240,240,240,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 45%,rgba(240,240,240,1) 100%);
}

.commentForm input:focus,
.commentForm textarea:focus {
	box-shadow: 0px 0px 7px #0099ff;
	-webkit-box-shadow: 0px 0px 7px #0099ff;
	-moz-box-shadow: 0px 0px 7px #0099ff;
	color: #474747;

}

.commentForm input {
	height: 30px;
	font-size: 20px;
	line-height: 30px;
	font-family: 'Open Sans Condensed', sans-serif;
}

.commentForm input.name {
	width: 300px;
	font-weight: bold;
}

.commentForm input.link {
	width: 524px;
}

.commentForm textarea {
	width: 844px;
	height: 200px;
}

.commentForm .button {
}

.commentForm .note {
	letter-spacing: normal;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	font-size: 10px;
	text-align: center;
	color: red;
	width: 780px;
	display: inline-block;
}

.comments .userFeedback {
	text-align: center;
	margin-top: 30px;
}

.comments .more {
	height: 295px;
}

.commentItem {
	margin-top: 15px;
	padding-bottom: 25px;
	width: 440px;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.commentItem a {
	text-decoration: none;
	color: #be000a;
}

.commentItem:last-child {
	margin-right: 0px;
}

.commentItem:nth-child(odd) {
	margin-right: 20px;
}

.commentAuthorDate {
	position: absolute;
	bottom: 0px;
	right: 10px;
	background-color: #d8d8d8;
	padding-left: 10px;
	padding-right: 10px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	height: 20px;
}

.commentAuthorDate,
.commentAuthorDate span {
	line-height: 20px;
}

.commentAuthorDate > * {
	position: relative;
}

.commentAuthor {
	font-weight: bold;
}

.commentDate {
	margin-left: 10px;
	font-size: 12px;
	color: white;
	font-weight: bold;
}

.commentBody {
	text-align: center;
	background-color: white;
	margin-top: 20px;
	padding: 20px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	box-shadow: 1px 1px 2px #bfbfbf;
	-webkit-box-shadow: 1px 1px 2px #bfbfbf;
	-moz-box-shadow: 1px 1px 2px #bfbfbf;
	background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 45%, rgba(240,240,240,1) 100%);
	background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,1) 45%,rgba(240,240,240,1) 100%);
}

.commentBody.author {
	color: #0099ff;
}

.font-1 {
	font-size: 28px;
	line-height: 20px;
	font-family:'Just Me Again Down Here', arial, serif;
}

.font-2 {
	font-size: 28px;
	line-height: 20px;
	font-family: 'Reenie Beanie', cursive;
}

.font-3 {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Amatic SC', cursive;
}

.font-4 {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Annie Use Your Telescope', cursive;
}

.font-5 {
	font-size: 25px;
	line-height: 28px;
	font-family: 'Kristi', cursive;
}

.font-6 {
	font-size: 18px;
	line-height: 20px;
	font-family: 'Waiting for the Sunrise', cursive;
}

.font-7 {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Permanent Marker', cursive;
}

.font-8 {
	font-size: 20px;
	line-height: 20px;
	font-family: 'Swanky and Moo Moo', cursive;
}

.font-9 {
	font-size: 15px;
	line-height: 16px;
	font-family: 'Gochi Hand', cursive;
}

.font-10 {
	font-size: 18px;
	line-height: 22px;
	font-family: 'Shadows Into Light', cursive
}