* { margin: 0; padding: 0; outline: 0; border: 0; }

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 16px; line-height: 150%;
	color: black;
	background: url(bg.png) repeat-x #f9f0e3;
}

/*
	#accessories {
		background: url(bg.png) repeat-x #f9f0e3 0 -140px;
	}
*/

a { color: #f63; }
a:hover { opacity: .8; }

p { margin: 10px 0; }

#wrapper {
	width: 960px;
	margin: 0 auto;
	overflow: hidden;
}

#header {
	height: 50px;
	margin-top: 10px;
	padding: 20px 0 10px;
	clear: both; overflow: hidden;
}

#header h1 {
	float: left;
	margin-top: 5px;
	margin-left: 0;
	background: url(logo.png) no-repeat;
	width: 212px; height: 33px;
	text-indent: -9999px;
}

#header h1 a {
	padding: 0;
	margin: 0;
	width: 212px;
	height: 33px;
	display: block;
}
#header h1 a span { display: none; }
		
#header ul {
	float: right;
	padding-right: 140px;
	margin: 0 auto;
	list-style: none;
	height: 70px;
}

	#header ul li {
		padding-top: 10px;
		padding-left: 45px;
		font-size: 18px;
		text-transform: uppercase;
		font-family: Futura, "Helvetica Neue", Helvetica, Arial, sans-serif;
		font-weight: 900;
		text-align: left;
		float: left;
		display: inline-block;
	}
	
		.right {
			padding-right: 10px;
			float: right;
			text-align: right !important;
		}
		
		#social-icons {
			margin-left: 865px;
			margin-top: 7px;
			position: absolute;
			min-width : 100px;
		}
			
		li.logo {
			height: 200px;
			width: 320px;
		}	
	
		#header ul li a {
			text-decoration: none;
			color: #6b4b1d;
			text-shadow: 0px 1px 0 white;
		}
		
			#header ul li a:hover {
				text-decoration: underline;
			}
	
		#header ul li.active {
			font-weight: bold;
		}
	
#main {
	clear: both;
	overflow: hidden;
	margin: 10px 0;
}

	#ipad-application {
		height: 256px; /* 306 */
		width: 474px; /* 944 */
		padding: 50px 0 0 470px;
		margin: 10px auto 20px;
		background: url(pen-feature-bg.png) no-repeat;
	}
	
		#ipad-application h3 {
			margin-top: 10px;
			font-size: 46px;
			color: #854d1b;
		}
		
			#ipad-application p {
				width: 96%;
			}
		
			h3 span, h2 span {
				color: #ecdcc6;
			}
	
		.cursive {
			font-family: Georgia, Times, "Times New Roman", serif;
			font-style: italic;
			color: #51341e;
			font-size: 20px; line-height: 35px;
			text-shadow: 0px 1px 0 white;
		}
		
		.big-button {
			margin-top: 5px;
			font-size: 20px;
			display: inline-block;
			margin-right: 20px;
			padding: 15px;
			background: #833f05;
			text-decoration: none;
			color: white; font-weight: bold;
			
			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;

			background: -webkit-gradient(linear, left top, left bottom, from(#984b0a), to(#713500));
			background: -moz-linear-gradient(top,  #984b0a,  #713500);
			filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#984b0a', endColorstr='#713500');
		}
		
			.big-button:hover, .app-store-link:hover { cursor: pointer; }
	
	#iphone-application {
		clear: left;
		float: left;
		margin-top: 20px;
		width: 50%;
		text-align: right;
	}
	
		#iphone-application h2 {
			font-size: 30px;
			margin-bottom: 25px; 
			color: #713500;
		}
	
		#iphone-application #text {
			margin-left: 20px;
			width: 280px;
			padding-top: 14px;
			padding-right: 10px;
			float: left;
		}
	
		#iphone-application img {
			float: right;
		}
		
		#iphone-application h3 {
			font-size: 26px;
			color: #894200;
		}
		
			#iphone-application .cursive {
				margin: 15px 0;
				font-size: 15px; line-height: 22px;
				color: #65574b;
			}
		
			.badge {
				background: #3a2d22;
				text-transform: uppercase;
				color: white;
				margin-right: 5px;
				padding: 5px 8px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;
				font-size: 12px;
			}
			
			.app-store-link {
				font-size: 16px;
				display: inline-block;
				padding: 10px 15px;
				background: #3a2d22;
				text-decoration: none;
				color: white; font-weight: bold;

				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				border-radius: 4px;				
			}

	
	#news {
		clear: right;
		float: right;
		margin-top: 15px;
		margin-right: 40px;
		margin-bottom: 10px;
		width: 40%;
		background: #fff;
		border: 1px #d4ccc1 solid;
		-webkit-box-shadow: 2px 2px 0px #ece4d7;
		-webkit-transform:rotate(2deg); -moz-transform: rotate(1deg);
	}
	
		#news a {
			color: black;
			text-decoration: none;
		}
		
		#news h3 { 
			margin-top: 10px;
			display: block;
			font-size: 16px;
			color: #894200;
		}
	
		#news ul {
			list-style: none;
			margin: 15px;
		}
		
			#news ul li {
				margin-top: 15px;
			}
			
				#news ul li h4 {
					font-size: 18px;
					line-height: 18px;
					margin: 0;
				}
			
				#news ul li small {
					margin: 0; color: #aaa;
					line-height: 10px;
					text-transform: uppercase;
				}
			
				#news ul li p {
					width: 95%;
					font-size: 14px;
					margin: 0;
				}
	
#footer {
	float:left ;
	overflow: hidden;
	color: #999;
	margin: 50px 0 20px 10px;
}

	#footer p {
		margin-top: 0;
		font-size: 14px;
		width: 600px;
	}
	
		#copyright {
			font-size: 16px !important;
			color: #444;
		}
		
	/* PENULTIMATE PAGE SPECIFIC */
	
	#ipad-screenshot {
		margin-top: 20px;
		float: left;
		width: 415px; height: 525px;
		background: url(ipad-frame.png);
	}
	
		#ipad-screenshot img {
			margin: 53px 0 0 54px;
		}
		
		.quotes {
			width: 384px;
			padding-left: 20px;
			margin-top: 540px;
		}
		
			.quote { margin-bottom: 20px; }
		
			.quotes .cursive {
				font-size: 20px; color: #65574b;
			}
			
			.author { 
				text-align: right;
			}
		
	#ipad-text {
		margin-top: 30px;
		width: 54%;
		float: right;
	}
	
		#ipad-text h2 {
			font-size: 46px;
			color: #894200;
			margin-bottom: 10px;
		}
		
		#ipad-text h3 {
			padding-top: 10px;
			font-weight: normal;
			font-size: 18px;
		}
		
		#ipad-text .cursive {
			margin: 10px 0 15px;
			color: #65574b;
		}
		
		#features { list-style: none; margin-top: 25px; width: 600px;}
		
		#features li {
			display: block;
			width: 251px;
			margin-right: 10px;
			margin-bottom: 10px;
			float: left;
		}

			#features li a { text-decoration: none; cursor: default; } 
/*			#features li a { text-decoration: none; } */ 
/*			#features li:hover { opacity: .7; cursor: pointer; }  */  
		
		#highlighter { background: url(highlighter.png) no-repeat; }
		#hand { background: url(hand.png) no-repeat; }
		#library { background: url(library.png) no-repeat; }
		#send { background: url(send.png) no-repeat; }
		#slideshow { background: url(slideshow.png) no-repeat; }
		#paper { background: url(paperdogear.png) no-repeat; }
		#signpost { background: url(signpost.png) no-repeat; }
		#landscape { background: url(imageicon.png) no-repeat; }
		#scissors { background: url(scissors.png) no-repeat; }
		
			#features li h4 {
				padding-left: 33px;
				color: #000;
				font-size: 18px;
			}
			
				#features li p {
					margin-top: 5px;
					color: #383838;
					font-size: 14px;
					line-height: 26px;
				}
				
		.ribbon-button {
			margin-top: 5px;
			font-size: 20px;
			display: inline-block;
			padding: 12px 15px;
			background: #894200;
			text-decoration: none;
			color: white; font-weight: bold;

			-webkit-border-radius: 4px;
			-moz-border-radius: 4px;
			border-radius: 4px;
		}
		
	/* ABOUT PAGE SPECIFIC */
	
	#about-text, #support-text {
		width: 950px;
	}
	
	#about-text {
		padding-left: 20px;
		min-height: 350px;
		background: url(map.png) no-repeat right 40px;
	}
	
		#about-text h2, #support-text h2 {
			font-size: 30px;
			margin-top: 30px; margin-bottom: 20px;
			color: #5a330f;
		}
		
		#about-text p {
			margin-bottom: 20px;
			font-size: 18px; line-height: 26px;
			width: 500px;
			color: #383838;
		}
		
	#mugshots li {
		padding: 10px 10px 4px;
		background: white;
		width: 100px;
		border: 1px #d4ccc1 solid;
		-webkit-box-shadow: 2px 2px 0px #ece4d7;
		display: inline-block; 
		margin-right: 13px; margin-left: 10px;
		margin-bottom: 10px;
	}
	
		#ben, #sahil { -webkit-transform:rotate(1deg); -moz-transform: rotate(1deg); }
		#angela { -webkit-transform:rotate(-1deg); -moz-transform: rotate(-1deg); }
	
		#mugshots li span {
			display: block;
			color: #777;
			margin-bottom: 2px;
		}
		
			#mugshots li span strong {
				color: #000;
			}
		

		
	/* SUPPORT PAGE SPECIFIC */
	
	#support-text {
		margin-left: 13px;
		margin-top: 30px;
/*		width: 570px; */
/*		border-right: 1px solid #dbd8c8;*/
		float: left;
	}
	
		#support-text h2 { margin-top: 0; }
		
		#support-text ol {
			padding-right: 20px;
			margin-top: 20px;
			padding-left: 25px;
		}
		
		#support-text p {
			margin-bottom: 20px;
			font-size: 18px; line-height: 26px;
			color: #383838;
		}
			
	#support-community-link {
		margin: 60px 13px 0 0;
		float: right;
	}
	
		#community-link {
			margin-top: 10px;
			font-weight: bold;
		}
		
	/* ACCESSORIES PAGE SPECIFIC */
	
/*
	#accessories #wrapper {
		width: 768px;
	}
*/
	
/* 	#accessories { padding-top: 0; } */
	
		#accessory {
			margin: 40px 0;
			clear: both;
			overflow: hidden;
		}
	
	#accessories h2 {
		font-size: 28px;
		color: #4b2b0d;
		margin-bottom: 20px;
	}
	

	#accessory img {
		float: left;
		margin-right: 20px;
	}

	
	#accessory p {
		font-size: 18px;
	}
	
	/* CONTEST PAGE */
	
	#contest-hdr h2 {
		padding-left: 10px;
		font-size: 28px;
		color: #4b2b0d;
		margin-bottom: 20px;
		margin-top: 10px;
	}
	
	#contest-text h3 {
		padding-left: 10px;
		color: #4b2b0d;
		font-size: 18px;
	}
	
	
	#contest-text p {
		padding-left: 10px;
		font-size: 16px;
	}

	
	#contest-photo {
		padding-top: 150px;
	}
	
/* Crash */
pre.code {
    font-size: 80%;
    color: #444444;
    background-color: #FFFFFF;
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,serif;
    margin-bottom: 10px;
    max-height: 600px;
    overflow: auto;
    padding: 5px;
    width: auto;
}
	
