	/* --------------------------------------------------
	Global Reset
	-------------------------------------------------- */
	* { margin: 0; padding: 0; }

	/* --------------------------------------------------
	Animations
	-------------------------------------------------- */	
	@-webkit-keyframes pulse {
		from { -webkit-box-shadow: 0 0 22px rgba(105,198,0,.2); }
		50% { -webkit-box-shadow: 0 0 22px rgba(105,198,0,0.6); }
		to { -webkit-box-shadow: 0 0 22px rgba(105,198,0,.2); }
	}

	/* --------------------------------------------------
	Typography
	-------------------------------------------------- */
	body { background: #fff; color: #333; font: normal 10px/1.8 Arial, Verdana, sans-serif; text-shadow: 0 0 1px rgba(255, 255, 255, 0.01); padding: 0 0 35px; }
	p { font: 13px/20px Arial, Verdana, sans-serif; margin-bottom: 18px; color: #333; }
	p:last-child { margin: 0; }
	a { color: #2e7586; text-decoration: underline; outline: 0; cursor: pointer; }
	a:hover { color: #1a485a; text-decoration: underline; }
	img { border: 0; }
	hr { border: 0; border-top: 1px solid #ddd; height: 0; margin: 15px 0 30px; }
	ul { list-style-type: square; margin: 5px 0 18px 16px; }
	li { font-weight: normal; font-size: 12px; line-height: 18px; margin: 0 0 4px; }
	::-moz-selection { background: #ede499; color: #514c25; text-shadow: 0 1px 1px #fff; }
	::selection { background: #ede499; color: #514c25; text-shadow: 0 1px 1px #fff; }

	/* Headings */
	h1, h2, h3, h4, h5, h6 { color: #2c6c86; }
	h1 { font: bold 36px/36px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 14px; }
	h2 { font: bold 22px/22px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 14px; }
	h3 { font: bold 18px/18px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 14px; }
	h4 { font: bold 16px/20px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 14px; }
	h5 { font: bold 15px/20px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 14px; }
	h6 { font: bold 13px/18px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 2px; }
	
	/* --------------------------------------------------
	Layout
	-------------------------------------------------- */
	div.container { width: 940px; margin: 0 auto; position: relative; }
	div.container:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	
	div#header { margin: 0 auto; background: #b9d0d6 url(../images/layout/header.png) repeat-x; border-bottom: 1px solid #8bb6bd; padding: 0 10px; }
	div#header div.container { height: 57px; z-index: 30; }	
	div#header div.container h6 { background: url(../images/layout/jera-design.png); position: relative; width: 195px; height: 40px; position: absolute; left: 0; top: 8px; }
	div#header div.container h6 a { display: block; width: 100%; height: 100%; text-indent: -10000px; }
	div#header div.container ul { list-style: none; position: absolute; right: 0; top: 17px; margin: 0; }
	div#header div.container ul li { float: left; margin: 0 2px 0 0; padding: 0 0 0 13px; }
	div#header div.container ul li a { text-decoration: none; font-size: 13px; font-weight: bold; color: #016587; white-space: nowrap; text-shadow: 0 1px 1px #edf4f6; display: block; height: 24px; padding: 3px 13px 3px 0; line-height: 17px; }
	div#header div.container ul li:hover { background: url(../images/layout/nav-current-left.png) no-repeat; opacity: 0.6; }
	div#header div.container ul li.current { background: url(../images/layout/nav-current-left.png) no-repeat; opacity: 1; }
	div#header div.container ul li:hover a,
	div#header div.container ul li.current a { color: #fff; text-shadow: 0 -1px 1px #08617c; background: url(../images/layout/nav-current-right.png) no-repeat top right; }
	div#header div.container ul li.current ul.sub-nav { display: block; }

	/* Content */
	div#content { position: relative; padding: 0 10px; }
	div#content:after { content: "."; display: block; height: 0; clear: both; visibility: hidden; }
	div#mainColumn { float: right; width: 600px; }
	div#sidebar { float: left; width: 300px; }
	
	/* Page Title */
	div#pageTitle { background: #dee6e8 url(../images/layout/page-title-bg.png) repeat-x; border-bottom: 1px solid #c3dcde; margin: 0 0 30px; }
	div#pageTitle div.container { position: relative; height: 117px; }
	div#pageTitle div.container h1 {
	margin: 0 0 0 338px;
	padding: 36px 0 0;
	letter-spacing: -2px;
	text-shadow: 0 1px 1px #fff;
	position: relative;
}
	div#pageTitle div.container h1 sup { font: normal 11px Arial; position: absolute; top: 37px; left: 177px; letter-spacing: 0; opacity: 0.4; filter: alpha(opacity=40); }
	div#pageTitle div.container div#pageTitleShadow { background: url(../images/layout/page-title-shadow.png); width: 100%; height: 68px; position: absolute; left: 0; bottom: -70px; z-index: -1; }
	
	/* Footer */
	div#footer { padding: 0 10px; margin: 20px 0 0; }
	div#footer div.container { background: url(../images/layout/footer.gif) repeat-x; padding: 10px 0 0; border-top: 3px solid #ddd; }
	div#footer div.container p { float: left; font-size: 13px; color: #999; }
	div#footer div.container ul { float: right; text-align: right; margin: 0; }
	div#footer div.container ul li { display: inline; border-right: 1px solid #dfdfdf; padding: 0 8px 0 6px; }
	div#footer div.container ul li a { text-decoration: none; font-size: 13px; }
	div#footer div.container ul li a:hover { text-decoration: underline; }
	div#footer div.container ul li:last-child { padding-right: 0; border: 0; }
	
	/* --------------------------------------------------
	Content
	-------------------------------------------------- */
	p#description { font: normal 18px/26px Helvetica, Arial, Verdana, sans-serif; margin: 0 0 30px; color: #666; width: 450px; }
	p#iPhone { margin: -111px 0 -15px -10px; }
	p#appStoreButton { background: url(../images/wikipad/available-on-the-app-store.png); width: 300px; height: 78px; position: relative; z-index: 10; margin: 0 0 8px; -webkit-border-radius: 6px; -webkit-animation-duration: 3s; -webkit-animation-iteration-count: infinite; -webkit-animation-name: pulse; }
	p#appStoreButton a { display: block; position: relative; width: 100%; height: 100%; text-indent: -1000px; }
	p#updateLog { text-align: center; font-size: 12px; margin: 0; }
	p#updateLog a { text-decoration: none; }
	p#updateLog a:hover { text-decoration: underline; }
	
	ul#reviews { list-style: none; margin: 0; }
	ul#reviews li { margin: 0 0 15px; }
	ul#reviews li cite { font-weight: bold; color: #1a1a1a; display: inline; font-style: normal; }
	ul#reviews li p { display: inline; color: #777; }
	ul#reviews li p span { color: #c6c6c6; }

	div.screenshot { clear: both; height: 350px; margin: 0 0 25px; }	
	div.screenshot img { display: block; float: left; margin: -11px 4px 0 -16px; }
	div.screenshot h3 { font-size: 24px; line-height: 24px; }
	div.screenshot p { font-size: 14px; line-height: 20px; color: #585858; margin: 0 0 11px; }
	div.screenshot ul { list-style: none; margin: 0 0 0 0; width: 340px; }
	div.screenshot ul li { color: #585858; margin: 0 0 19px; padding: 0 0 0 46px; }
	div.screenshot ul li#benefitSpeedy { background: url(../images/wikipad/fast.png) no-repeat 2px 2px; }
	div.screenshot ul li#benefitFlexible { background: url(../images/wikipad/edit.png) no-repeat 1px 1px; }
	div.screenshot ul li#benefitEverywhere { background: url(../images/wikipad/local-storage.png) no-repeat 3px 1px; }
	
	/* --------------------------------------------------
	Home Page
	-------------------------------------------------- */
	body#homePage div#pageTitle div.container h1 { margin: 0; }
	body#homePage div#mainColumn { float: left; }

