* ================ */
/* = The 1Kb Grid = */     /* 12 columns, 60 pixels each, with 20 pixel gutter */
/* ================ */

.grid_1 { width:60px; }
.grid_2 { width:140px; }
.grid_3 { width:220px; }
.grid_4 { width:300px; }
.grid_5 { width:380px; }
.grid_6 { width:460px; }
.grid_7 { width:540px; }
.grid_8 { width:620px; }
.grid_9 { width:700px; }
.grid_10 { width:780px; }
.grid_11 { width:860px; }
.grid_12 { width:940px; }

.column {
	margin: 0 10px;
	overflow: hidden;
	float: left;
	display: inline;
}
.row {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}
.row .row {
	margin: 0 -10px;
	width: auto;
	display: inline-block;
}

/**
 * jQuery lightBox plugin
 * This jQuery plugin was inspired and based on Lightbox 2 by Lokesh Dhakar (http://www.huddletogether.com/projects/lightbox2/)
 * and adapted to me for use like a plugin from jQuery.
 * @name jquery-lightbox-0.5.css
 * @author Leandro Vieira Pinho - http://leandrovieira.com
 * @version 0.5
 * @date April 11, 2008
 * @category jQuery plugin
 * @copyright (c) 2008 Leandro Vieira Pinho (leandrovieira.com)
 * @license CC Attribution-No Derivative Works 2.5 Brazil - http://creativecommons.org/licenses/by-nd/2.5/br/deed.en_US
 * @example Visit http://leandrovieira.com/projects/jquery/lightbox/ for more informations about this jQuery plugin
 */
#jquery-overlay {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 90;
	width: 100%;
	height: 500px;
}
#jquery-lightbox {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	text-align: center;
	line-height: 0;
}
#jquery-lightbox a img { border: none; }
#lightbox-container-image-box {
	position: relative;
	background-color: #fff;
	width: 250px;
	height: 250px;
	margin: 0 auto;
}
#lightbox-container-image { padding: 10px; }
#lightbox-loading {
	position: absolute;
	top: 40%;
	left: 0%;
	height: 25%;
	width: 100%;
	text-align: center;
	line-height: 0;
}
#lightbox-nav {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 10;
}
#lightbox-container-image-box > #lightbox-nav { left: 0; }
#lightbox-nav a { outline: none;}
#lightbox-nav-btnPrev, #lightbox-nav-btnNext {
	width: 49%;
	height: 100%;
	zoom: 1;
	display: block;
}
#lightbox-nav-btnPrev { 
	left: 0; 
	float: left;
}
#lightbox-nav-btnNext { 
	right: 0; 
	float: right;
}
#lightbox-container-image-data-box {
	font: 10px Verdana, Helvetica, sans-serif;
	background-color: #fff;
	margin: 0 auto;
	line-height: 1.4em;
	overflow: auto;
	width: 100%;
	padding: 0 10px 0;
}
#lightbox-container-image-data {
	padding: 0 10px; 
	color: #666; 
}
#lightbox-container-image-data #lightbox-image-details { 
	width: 70%; 
	float: left; 
	text-align: left; 
}	
#lightbox-image-details-caption { font-weight: bold; }
#lightbox-image-details-currentNumber {
	display: block; 
	clear: left; 
	padding-bottom: 1.0em;	
}			
#lightbox-secNav-btnClose {
	width: 66px; 
	float: right;
	padding-bottom: 0.7em;	
}

/* Site styles */

body {
  margin: 0;
  background-color: #080808;
  font-family: helvetica, arial, sans-serif;
  font-size: 14px;
  line-height: 18px;
}

img {
  border: 0;
}

#top {
  width: 942px;
  height: 46px;
  margin: 0 auto 18px;
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  background: #fff url(images/header-bg-1x46.png) repeat-x;
}

#top a, #top a:visited {
  display: inline-block;
  margin-top: 9px;
  color: #e1d9c2;
  text-decoration: none;
  font-size: 16px;
  padding: 5px;
  
  border: 1px solid transparent;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

#top a:hover {
  border: 1px solid #e1d9c2;
  background-color: #c0b9a6;
  color: #333;
}

#quotes {
  color: #fff;
  font-size: 18px;
  margin: 0 auto 18px;
  text-align: center;
}

#headline {
  overflow: visible;
  z-index: 99;
  position: relative;
}

h1 {
  text-indent: -9000px;
  background: url(images/title-99c-504x173.png) no-repeat;
  width: 504px;
  height: 173px;
}

#headline h4 {
  font-weight: bold;
  font-size: 18px;
  line-height: 27px;
  margin: 0 0 50px;
  color: #e1d9c2;
}

#paper {
  background: url(images/paper-461x600.jpg) no-repeat;
  width: 461px;
  padding: 50px 10px 0;
  margin-bottom: 50px;
}

#paper .bottom-tear {
  margin: 0;
  padding: 0;
  background: url(images/paper-461x600.jpg) no-repeat center bottom;
  width: 461px;
  margin: 40px 0 0 -10px;
}

#paper dt {
  font-weight: bold;
  color: #4b4636;
  font-weight: bold;
}

#paper dt, #paper dd {
  margin: 0;
  padding: 0;
  padding-left: 45px;
  width: 380px;
  font-size: 16px;
}

#paper dd {
  margin-bottom: 18px;
}

#paper dd.speedo {
  background: url(images/speedo-28x28.png) 0 2px no-repeat;
}

#paper dd.heart {
  background: url(images/heart-24x21.png) 3px 2px no-repeat;
}

#paper dd.balloon {
  background: url(images/balloon-20x26.png) 5px 2px no-repeat;
}

#iphonepics {
  position: absolute;
  height: 800px;
  overflow: visible;
  background: url(images/iphonepics-542x719.jpg) -38px -22px no-repeat;
}

#iphoneshots {
  position: relative;
  left: -38px;
  top: -22px;
}

#appstore {
  position: absolute;
  right: 75px;  
  top: 630px;
}

.screenshot {
  margin-bottom: 36px !important;
  overflow: hidden;
  font-size: 16px;
  line-height: 20px;
  position: relative;
  z-index: 1;
}

.screenshot h4 {
  padding-top: 5px;
}

.screenshot h4, .screenshot p {
  color: #fff;
  margin: 0;
}

