/*
	[Web] DeerDigital.com	[Support Email] ian@deerdigital.com
	
	Created: 18-03-2011   -   Last Updated: 18-03-2011
	
	==============================================================
*/


/*
   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;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	line-height: 17px;
	font-size: 13px;
	color: #676767;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

* {
  padding: 0px;
  margin: 0px;
}

.clear {
  clear: both;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
 
.clearfix {
	display: inline-block;
}
 
html[xmlns] .clearfix {
	display: block;
}
 
* html .clearfix {
	height: 1%;
}

button::-moz-focus-inner {
	border: none;
	padding: 0px;
}

html {
    background-color: #262526;
    background-image: url('../images/bg-noise.png');
}

body {
    background-image: url('../images/bg-gradient.png');
    background-repeat: repeat-x;
    text-align: center;
    color: #fff;
}

h2 {
    font-size: 26px;
    font-weight: 500;
    line-height: 31px;
    font-weight: bold;
}

h3 {
    font-size: 16px;
    line-height: 20px;
}

#header {
    position: relative;
    width: 960px;
    margin: 0px auto;
    text-align: left;
    padding-top: 40px;
}

img.happy-header {
    float:left;
}

#header .text {
    padding-top: 60px;
    float: left;
    width: 400px;
    position: relative;
    left: -15px;
}

.text-happy-thoughts span {
    display: none;
}

.text-happy-thoughts {
    width: 274px;
    height: 38px;
    background-image: url('../images/text-happy-thoughts.png');
    position: relative;
    left: -3px;
}

#header .text h2 {
    margin-top: 20px;

    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.no-rgba #header .text h2 {
    -webkit-text-shadow: 0 2px 2px #000;
    -moz-text-shadow: 0 2px 2px #000;
    text-shadow: 0 2px 2px #000;
}

#header .text h3 {
    color: #bcbcbc;
    margin-top: 20px;
    margin-bottom: 25px;

    -webkit-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.75);
}

.no-rgba #header .text h3 {
    -webkit-text-shadow: 0 2px 2px #000;
    -moz-text-shadow: 0 2px 2px #000;
    text-shadow: 0 2px 2px #000;
}

#main-content {
    width: 960px;
    margin: 0px auto;
}

#main-content .left-column {
    width: 650px;
    float: left;
}

.white-container {
    background-color: #fff;
    color: #000;
    background-image: url('../images/bg-psipi-1.png');
    background-repeat: no-repeat;
    background-position: 577px 23px;
    text-align: left;
    padding: 30px 30px 100px;
    z-index: 10;

    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;

    -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
    box-shadow: 0 0 40px rgba(0, 0, 0, 0.75);
}

.no-rgba .white-container {
    -webkit-box-shadow: 0 0 40px #000;
    -moz-box-shadow: 0 0 40px #000;
    box-shadow: 0 0 40px #000;
}

.white-container h2 {
    padding: 0 75px 20px 0;
    font-size: 30px;
}

.white-container h3 {
    font-weight: bold;
    margin-bottom: 20px;
}

.white-container p {
    color: #747474;
    font-size: 16px;
    font-weight: 200;
    line-height: 20px;
    margin-bottom: 20px;
}

.big-quote {
    margin-top: 50px;
    text-align: left;
    padding: 30px 50px 0 30px;
    font: 14px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    color: #9f9f9f;
    background-image: url('../images/bg-big-quote.png');
    background-repeat: no-repeat;
    background-position: 5px 9px;

    -webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}

.no-rgba .big-quote {
    -webkit-text-shadow: 0 2px 1px #000;
    -moz-text-shadow: 0 2px 1px #000;
    text-shadow: 0 2px 1px #000;
}

.big-quote p {
    font-size: 18px;
    font-style: italic;
    margin-bottom: 30px;
    color: #fff;
}

.right-column {
    float: left;
    width: 300px;
    text-align: left;

    -webkit-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
    -moz-text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
    text-shadow: 0 2px 1px rgba(0, 0, 0, 0.75);
}

.right-column {
    -webkit-text-shadow: 0 2px 1px #000;
    -moz-text-shadow: 0 2px 1px #000;
    text-shadow: 0 2px 1px #000;
    position: relative;
}

.quote {
    padding-left: 20px;
    margin-bottom: 615px;
    font: 14px Georgia, Palatino, 'Palatino Linotype', Times, 'Times New Roman', serif;
    color: #9f9f9f;
}

.quote em {
    font-size: 18px;
    font-style: italic;
    line-height: 25px;
    font-weight: 100;
    display: block;
    color: #fff;
}

.quote img {
    position: relative;
    top: 17px;
    margin-right: 10px;
}


.footer-wrapper {
    background-color: #000;
    margin-top: 80px;
}

.footer {
    width: 960px;
    margin: 0px auto;
    padding: 30px 0px 25px;
    background-image: url('../images/bg-psipi-2.png');
    background-repeat: no-repeat;
    background-position: 923px 29px;
    text-align: left;
}

.footer a {
    color: #fff;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer img {
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 10px;
}

.move-sticker-99c {
    position: absolute;
    left: 280px;
    top: 10px;
}

.move-text-dropbox {
    position: relative;
    left: 215px;
    top: 10px;

}

.move-happy-2 {
    left: -90px;
    position: absolute;
    top: 202px;
    z-index: -1;
}

.move-appstore-small {
    position: relative;
    left: 200px;
    top: -22px;
}

.move-faces {
    position: relative;
    left: 23px;
    top: 40px;
}