@font-face {
	font-family: 'CartoGothicStd';
	src: url('fonts/CartoGothicStd-Book.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Book.ttf') format('truetype'), url('fonts/CartoGothicStd-Book.svg#webfont') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdItalic';
	/*font-style: italic;*/
	src: url('fonts/CartoGothicStd-Italic.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Italic.ttf') format('truetype'), url('fonts/CartoGothicStd-Italic.svg#webfont') format('svg');
}

@font-face {
	font-family: 'CartoGothicStdBold';
	/*font-weight: bold;*/
	src: url('fonts/CartoGothicStd-Bold.eot');
	src: local('☺'), url('fonts/CartoGothicStd-Bold.ttf') format('truetype'), url('fonts/CartoGothicStd-Bold.svg#webfont') format('svg');
}

body {
    font-family: 'CartoGothicStd', 'Lucida Grande', Lucida, Trebuchet, sans-serif;
    font-size: 13px;
    line-height: 13px;
    padding: 0;
    margin: 0;
    background-image: url('pattern.png');
}

/* Fix for iPad*/
i { font-family: 'CartoGothicStdItalic'; }
b, h1, h2, h4, #links_box a { font-family: 'CartoGothicStdBold'; }


.gradient_box {
    position: fixed;
    top: 0; height: 100%;
    width: 375px;
    background-repeat: repeat-y;
    z-index: -10;
}
    #gradient_left_box {
        left: 0;
        background-image: url('gradient-left.png');
    }
    #gradient_right_box {
        right: 0;
        background-image: url('gradient-right.png');
    }

#paper_sheet {
    width: 916px;
    margin-right: auto;
    margin-left: auto;
}
    #paper_sheet #paper_header, #paper_sheet #paper_footer { width: 916px; }
    #paper_sheet #paper_header { height: 340px; background: url('paper-hipstamatic_header.png'); }
    #paper_sheet #paper_footer { top: 60px; height: 60px; background: url('paper-bottom.png'); }

#paper_content {
    padding: 0px 15px 0px 15px;
    background: url('paper-middle_bg.png') repeat-y top left;
    width: 880px;
}
    #paper_content .content_box { position: relative; }
    #paper_content .content_box.with_indents { margin-left: 70px; }
    #paper_content .content_box.top_space { margin-top: 80px; }
    #paper_content .content_box.large_top_space { margin-top: 160px; }
    
    #iphone_demo {
        z-index: 200;
        top: -30px;
        width: 880px; height: 420px;
        background: url('iphone_device.png');
    }
     #iphone_demo #demo_movie {
         position: absolute;
         width: 480px; height: 320px;
         top: 41px; left: 200px;
     }

#links_box {
	width: 842px;
	height: 25px;
	position: relative;
	margin-right: auto;
	margin-left: auto;
	color: #FFF;
	background-color: #000;
	padding: 20px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
}
	#links_box .link {
		position: absolute;
		color: #999;
		font-size: 11px;
	}
	#links_box a {
		display: block;
		margin-bottom: 2px;
		font-size: 13px;
		color: #FFF;
	}
	#links_box a.selected {
		text-decoration: none;
		color: #AAA;
	}

	

h1, h2, h3, h4 { margin: 0; padding: 0; }

h1 {
    font-size: 56px;
    line-height: 68px;
}
h2 {
    font-size: 18px;
    line-height: 22px;
    padding: 10px 0px 10px 0px;
}
h3 {
    font-size: 15px;
    line-height: 18px;
    color: #333;
}
h4 {
	font-size: 11px;
	text-transform: uppercase;
	line-height: 15px;
	color: #666;
}
	h4 span { background-color: #F8F747; }

.top_space { margin-top: 15px; }
.large_top_space { margin-top: 25px; }

a, .hipsta_color { color: #FA3838; }
.hipsta_color { color: #FA3838 !important; }

a, a img { border: none; outline: none; }

p, ul {
    margin: 0; padding: 0;
    color: #666;
    line-height: 18px;
}
	p.smaller {
	    font-size: 11px;
	    line-height: 15px;
	    color: #999;
	}
	p.larger {
		font-size: 18px;
		line-height: 24px;
	}
	p.top_space { margin-top:  20px; }
	p.tiny_top_space { margin-top: 5px; }
	li { list-style-image: url('bullet.png'); }
	ul li { margin-bottom: 5px; }

blockquote {
	color:  #666;
	font-style: italic;
	padding: 10px;
	margin: 10px;
}

div.quote {
    background: url('quote.png') no-repeat top left;
    padding: 5px 0px 0px 25px;
    margin: 60px 0px 0px -25px;
    font-size: 22px;
    line-height: 25px;
    color: #666;
    width: 730px;
}
   div.quote div.author {
       margin-top: 5px;
       font-size: 14px;
       font-style: italic;
       text-align: right;
       color: #999;
    }
div.embed_box {
	font-family: monospace;
	font-size: 10px;
	padding: 10px;
	margin: 5px 0px 5px 0px;
	width: 760px;
	color: #999;
	background-color: #EEE;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

div.equipment_cell {
	float: left;
	width: 250px;
	height: 450px;
	margin-right: 20px;
	margin-left: -10px;
	text-align: center;
}
	div.equipment_cell img.spaced_film { margin-top: 15px; margin-bottom: 10px; }
	div.equipment_cell p { margin-right: 5px; margin-left: 5px; }

.with_bolt_icon {
	background: url('bullet-bolt.png') no-repeat center left;
	padding-left: 40px;
	margin-left: -40px;
}

.with_arrow_icon {
	background: url('bullet-arrow.png') no-repeat center left;
	padding-left: 35px;
	margin-left: -35px;
}

.with_star_icon {
	background: url('bullet.png') no-repeat center left;
	padding-left: 20px;
	margin-left: -20px;
}

.standard_body_width { width: 620px; }

.minor_text {
	color: #999;
	font-size: 10px;
	line-height: 13px;
}
	.minor_text a { color: inherit; }

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