@charset "UTF-8";
/* CSS Document */

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: none;
	content: '';
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}



/* layout */

body {
	background:#4385a3 url(images/body-gradient-top.jpg) repeat-x left top;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
}

#main {
	text-align:left;
	width:920px;
	margin:0 auto;
	position:relative;
}

/* Header */

header {
	margin:0 auto;
}

h1 {
	background:url(images/header-pushcat.jpg) no-repeat center top;
	height:482px;
	text-indent:-9999px;
}

#social {
	/*
	position:absolute;
	text-align:right;
	right:0;
	top:-35px;
	z-index:100;
	width:320px;
	*/
	text-align:center;
}	

#humble {
	text-align:center;
	margin:0;
	padding-bottom:10px;
}


#leftcol {
	float:left;
	width:440px;
	margin:0 40px 0 0;
}

#rightcol {
	float:left;
	width:440px;
	margin:0;
}



/* video preview */

#video-preview {
	width:440px;
	height:264px;
	background:url(images/video.png) no-repeat 0px 0px;
}

#video-preview a {
	display:block;
	width:440px;
	height:264px;
	position:relative;
	text-align:center;
}

#video-preview a span {
	display:block;
	width:308px;
	height:57px;
	padding:10px 0 0 0;
	background: url(images/bt-watchthetrailer.png) no-repeat 0px 0px;
	color:#fff;
	font-size:48px;
	position:absolute;
	bottom:38px;
	left:68px;
}

#video-preview a:hover span {
	background: url(images/bt-watchthetrailer.png) no-repeat 0px -67px;
}

/* big buttons */

#big-buttons a {
	display:block;
	width:440px;
	height:105px;
	padding:12px 0 0 0;
	color:#fff;
	text-align:center;
	font-size:65px;
	line-height:0;
}

#big-buttons span {
	font-size:24px;
}

a#buynow {
	background:url(images/bt-buynow.png) no-repeat 0px 0px;
	
}

a#buynow:hover {
	background:url(images/bt-buynow.png) no-repeat 0px -117px;
}

a#trydemo{
	background:url(images/bt-trythedemo.png) no-repeat 0px 0px;
	margin:0 0 30px 0;
}

a#trydemo:hover {
	background:url(images/bt-trythedemo.png) no-repeat 0px -117px;
}

/* text panels */

.blue-panel {
	margin:40px 0 0 0;
}



.blue-panel h2 {
	border-top-left-radius:20px;
	border-top-right-radius:20px;
	background:url(images/sub-header-bg.jpg) repeat-x 0px 0px;
	height:52px;
	padding:8px 0 0 0;
	font-size:45px;
	color:#fff;
	text-align:center;
}

.blue-panel article {
	border-bottom-left-radius:20px;
	border-bottom-right-radius:20px;
	background:#fff;
	height:465px;
	font-size:17px;
	color:#5a5a5a;
}

#about-pushcat ul {
	list-style-type:disc;
	margin:0 0 0 1em;
	padding:0 0 0 1em;
	line-height:1.4em;
}

#about-pushcat article {
	padding:20px 20px 0;
}

.blue-panel p {
	line-height:1.4em;
	margin:0 0 20px 0;
}

/* screenshots */

#screenshots article {
	padding:10px;
}

#screenshots li {
	margin:9px;
	float:left;
}

#screenshots img {
	border-radius:12px;
}


/* quotes */

.quotes {
	clearfix:left;
	padding:40px 0 0 0;
}

.quotes article {
	float:left;
	width:440px;
}

.quotes article:first-child {
	margin:0 40px 0 0;
}

.quotes blockquote {
	border-radius:20px;
	background:#fff;
	padding:20px;
	color:#1e3251;
	font-style:italic;
	font-weight:bold;
	line-height:1.4em;
}

.quotes p {
	padding:15px 20px 0 20px;
	background:url(images/speechbubble-arrow.png) no-repeat 30px 0px;
	color:#1e3251;
	font-size:30px;
}




/* characters */

#characters {
	clear:left;
	padding:40px 0 0 0;
	width:100%;
}

#characters article {
	float:left;
	padding:0 0 0 40px;
}

#characters article:first-child {
	padding:0;
}


/* footer */

footer {
	clear:left;
	padding:80px 0px 10px 0px;
	text-align:center;
	color:#d9e7ed;
}

footer a {
	color:#d9e7ed;
	text-decoration:none;
	font-size:1.2em;
}

footer ul {
	height:60px;
}

footer li {
	display:inline;
	margin:0 10px;
}

#copyright {
	font-size:12px;
}


/* generic */

a {
	color:#103d63;
	text-decoration:none;
	font-weight:bold;
}

a:hover {
	text-decoration:underline;
}





/* CLEAR FIX*/
.clearfix:before,
.clearfix:after {
    content:"";
    display:table;
    visibility: hidden;
}
.clearfix:after {
    clear:both;
}
.clearfix {display:inline-block;}
/* For IE 6/7 (trigger hasLayout) */
.clearfix {
    *zoom:1;
}