/* reset */
html,
body,
div,
h1,
h2,
h3,
h4,
h5,
h6,
a,
p,
blockquote,
pre,
address,
img,
dl,
dt,
dd,
ol,
ul,
li,
table,
tr,
th,
td,
form,
label,
input,
textarea,
object,
iframe
{
    margin: 0;
    padding: 0;
    border: 0;
    font-weight: normal;
    outline: 0;
}

hr
{
    display: block;
    margin: 0;
    padding: 0;
    height: 0;
    border: none;
}

pre
{
    overflow: auto;
}

ul
{
    list-style-type: none;
}

a
{
    font-weight: inherit;
}

a img
{
    margin: 1px;
}


/* generic */
.hide
{
    position: absolute;
    left: -9999px;
    top: 0;
    width: 1px;
    height: 1px;
    overflow: hidden;
}


/* typography */
@font-face
{
    font-family: 'MunroRegular';
    src: url('munro/munro-webfont.eot');
    src: url('munro/munro-webfont.eot?#iefix') format('embedded-opentype'),
         url('munro/munro-webfont.woff') format('woff'),
         url('munro/munro-webfont.ttf') format('truetype'),
         url('munro/munro-webfont.svg#MunroRegular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body
{
    font-family: 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 15px;
    line-height: 30px;
}

h3
{
    font-family: 'MunroRegular', 'Trebuchet MS', Helvetica, sans-serif;
    font-size: 30px;
    line-height: 40px;
    margin: 40px 0 20px 0;
}

a
{
    color: #c40;
}

a:hover
{
    text-decoration: none;
}

a:active
{
    color: #730;
}

p
{
    padding-right: 30px;
    margin-bottom: 20px;
}

ol
{
    list-style-type: decimal;
    padding-right: 30px;
}

ol li
{
    margin-left: 1.6em;
}


/* main */
body
{
    text-align: center;
    background-color: #dcf2fb;
    background-image: url(images/bg-dither.gif);
    background-position: top left;
    background-repeat: repeat-x;
}

body.boom
{
    background-image: url(images/bg-dither-boom.gif);
    background-color: #ffead8;
}

#boomBGLoader
{
    background-image: url(images/bg-dither-boom.gif);
}

.container
{
    position: relative;
    width: 855px;
    padding: 20px 0 20px 210px;
    margin: 0 auto;
    text-align: left;
}

.threeThirds
{
    clear: both;
    padding-top: 1px;
}

.twoThirds
{
    float: left;
    width: 570px;
}

.third
{
    float: left;
    width: 285px;
}

#bomb
{
    position: absolute;
    left: -2px; /* -(192-210)-20 */
    top: 20px;
    width: 192px;
    height: 144px;
    background: url(images/bomb-logo.gif);
}


.wordmark
{
    width: 457px;
    height: 103px;
    margin-top: 40px;
}

.wordmark a
{
    display: block;
    height: 100%;
    text-indent: -9999px;
    background: url(images/wordmark.gif);
}

#install_button
{
    text-align: center;
    margin: 0;
    padding: 0;
}

#install_button a
{
    display: block;
    width: 190px;
    height: 55px;
    text-indent: -9999px;
    margin: 45px auto 0 auto;
    background: url(images/install-button.gif) top left;
}

#install_button a:hover
{
    background-position: top center;
}

#install_button a:active
{
    background-position: top right;
}

#social
{
    position: relative;
    top: 15px;
    left: 0;
    margin: 0;
    padding: 0;
    width: 300px;
}

#social .twitter-share-button
{
    
}

#social iframe
{
    border: none;
    overflow: hidden;
    width: 90px;
    height: 21px;
}

.appstore
{
    width: 134px;
    height: 51px;
    padding: 0;
    margin: 20px auto;
}

.appstore a
{
    display: block;
    height: 100%;
    text-indent: -9999px;
    background: url(images/appstore.gif);
}

.carousel
{
    position: relative;
    margin: 0 auto;
    width: 250px;
    height: 486px;
    overflow: hidden;
}

.carousel .crop
{
    position: absolute;
    left: 21px;
    top: 87px;
    width: 212px;
    height: 318px;
    overflow: hidden;
    -webkit-transform: translateZ(0); /* prevent annoying flicker */
}

.carousel ul
{
    width: 2000px;
    -ms-transition: -ms-transform 300ms ease-out;
    -webkit-transition: -webkit-transform 300ms ease-out;
    -moz-transition: -moz-transform 300ms ease-out;
    -o-transition: -o-transform 300ms ease-out;
    transition: transform 300ms ease-out;
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0);
}

.carousel li
{
    float: left;
}

.carousel .iphone_overlay
{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: url(images/iphone4.png);
    cursor: pointer;
}

#target
{
    position: relative;
    text-align: center;
    font-size: 20px;
}

#target p
{
    padding: 0;
    margin: 47px auto 0 auto;
    width: 210px;
}

#bullseye
{
    position: absolute;
    left: 0;
    top: 0;
    width: 285px;
    height: 185px;
    background: url(images/bullseye.png);
    cursor: crosshair;
    z-index: 9999;
}

em
{
    font-family: 'MunroRegular', 'Trebuchet MS', Helvetica, sans-serif;
    font-style: normal;
    font-size: 25px;
}

.heart
{
    color: #c06;
}

.buck
{
    color: #390;
}

span.dem
{
    font-size: 80%;
}


#video_thumb_box {
    overflow: hidden;
    padding-bottom: 20px;
}

#video_thumb_box p {
    width: 135px;
    float: right;
    margin: 0;
    padding: 0;
    text-align: center;
}

p#video_thumb {
    width: 140px;
    height: 105px;
    background: url(images/video-thumb.jpg);
    float: left;
    opacity: 0.8;
}

#video_thumb a {
    display: block;
    height: 100%;
    line-height: 105px;
    font-size: 80px;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.8);
    text-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}

#video_thumb a:hover {
    color: rgba(255, 255, 255, 1.0);
}

#video {
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 255, 255, 0.75);
    opacity: 0;
    -webkit-transition: opacity 1;
}

#video:target {
    display: block;
    opacity: 1.0;
}

#video a.blur {
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

#video iframe {
    position: relative;
    top: 80px;
    z-index: 2;
    border: 5px solid #fff;
    background: #fff;
    -webkit-box-shadow: -5px 5px 0 #000;
    -moz-box-shadow: -5px 5px 0 #000;
    box-shadow: -5px 5px 0 #000;
}



/* zachstronaut badge */
.badgestronaut
{
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px dotted rgba(0, 0, 0, 0.5);
}

.badgestronaut p
{
    width: 235px;
    height: 60px;
}

.badgestronaut a
{
    display: block;
    width: 100%;
    height: 100%;
    text-indent: -999em;
    background: url(images/zachstronaut-badge.gif) center left no-repeat;
}

.badgestronaut a:hover
{
    background-color: rgba(0, 0, 0, 0.5);
}




/* logo shenanigans */
#bomb
{
    -webkit-perspective: 400px;
    -moz-perspective: 400px;
	perspective: 400px;
}

#bomb div
{
	position: absolute;
	width: 12px;
	height: 12px;
}

.fire
{
	-webkit-animation: burn 600ms infinite linear;
	-moz-animation: burn 600ms infinite linear;
}

@-webkit-keyframes burn
{
	0%
	{
		background-color: #f00;
	}
	25%
	{
		background-color: #ff0;
	}
	40%
	{
		background-color: #f60;
	}
	55%
	{
		background-color: #600;
	}
	80%
	{
		background-color: #f60;
	}
	100%
	{
		background-color: #f00;
	}
}

@-moz-keyframes burn
{
	0%
	{
		background-color: #f00;
	}
	25%
	{
		background-color: #ff0;
	}
	40%
	{
		background-color: #f60;
	}
	55%
	{
		background-color: #600;
	}
	80%
	{
		background-color: #f60;
	}
	100%
	{
		background-color: #f00;
	}
}

.spark
{
	-ms-transform: translate(-9999px, 0) scale(1, 1);
	-webkit-transform: translate3d(-9999px, 0, 0) scale3d(1, 1, 1);
	-moz-transform: translate(-9999px, 0) scale(1, 1);
	-o-transform: translate(-9999px, 0) scale(1, 1);
	transform: translate(-9999px, 0) scale(1, 1);
}

.sparking
{
	-webkit-transition: opacity 600ms ease-in;
	-moz-transition: opacity 600ms ease-in;
}