/* @override http://localhost:8888/jaml.css */

body {
	background-color: lightgrey;
}

div#page_wrapper {
	background-color: white;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	-webkit-border-radius: 16px;
	-moz-border-radius: 16px;
	
	border: none;
}

div#heading {
	padding-left: 32px;
}

#heading h1 {
	font: bold 32px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-bottom: 0;
	text-shadow: #b3b3b3 1px 1px 0;
}

#heading h2 {
	color: #b3b3b3;
	font: normal normal 20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	margin-top: 2px;
	text-shadow: #e6e6e6 1px 1px 0;
}

/* the nav bar, used to show links */

ul#nav_bar {
	list-style-type: none;
	font: normal bold 20px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	text-shadow: #ccc 1px 1px 0;
	background-color: #e6e6e6;
	padding: 4px 0 4px 10px;
}

ul#nav_bar li {
	display: inline;
	padding: 4px 8px;
}

ul#nav_bar li.nav_bar_normal a {
	text-decoration: none;
	color: blue;
}

ul#nav_bar li.nav_bar_normal a:visited {
	color: blue;
}

li.nav_bar_selected {
	color: black;
}


/* index body is used only on the main index page */

div#index_body {
	padding: 0px 100px;
	min-height: 525px;
}

#index_body img {
	float: left;
	margin-right: 0px;
}

#index_body h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	float: none;
	padding-top: 100px;
}

#index_body p {
	color: #b3b3b3;
	font: normal normal 18px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	float: none;
}

#index_body a {
	text-decoration: none;
	font-weight: bold;
	border-style: none;
	border-color: #fff;
}

#index_body a img {
	border: none;
}

/* content body div is used on every page except the index */

div#content_body {
	width: 644px;
	min-height: 400px;
	float: left;
	padding: 20px 32px 20px 50px;
}

div#content_body p {
	color: black;
}

#content_body img.product_image_left {
	float: left;
	margin-right: 20px;
}

#content_body img.product_image_right {
	float: right;
	margin-left: 20px;
}

#content_body h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	float: none;
	clear: both;
	margin-top: 20px;
}

#content_body h2 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	float: none;
	margin-top: 0px;
}

#content_body h3 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	float: none;
	margin-top: 0px;	
}

#content_body p {
	color: #b3b3b3;
	font: normal normal 16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	float: none;
	line-height: 125%;
}

#content_body a {
	text-decoration: none;
	font-weight: bold;
}

#content_body a img {
	border: none;
}

#content_body ul {
	font: normal normal 16px/125% Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	list-style-type: square;
}

#content_body li {
}

#content_body div.appstore {
	clear: both;
}

#content_body div.credits {
	clear: both;
}

#content_body div.credits p {
	font-size: 14px;
}

/* as above, duplicated for the wide version */

div#content_body_wide {
	min-height: 400px;
	padding: 20px 32px 20px 50px;
}

div#content_body_wide p {
	color: black;
}

#content_body_wide img.product_image_left {
	float: left;
	margin-right: 20px;
}

#content_body_wide img.product_image_right {
	float: right;
	margin-left: 20px;
}

#content_body_wide h1 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	float: none;
	clear: both;
	margin-top: 20px;
}

#content_body_wide h2 {
	font-family: Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	font-weight: bold;
	float: none;
	margin-top: 0px;
}

#content_body_wide p {
	color: #b3b3b3;
	font: normal normal 16px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	float: none;
	line-height: 125%;
}

#content_body_wide a {
	text-decoration: none;
	font-weight: bold;
}

#content_body_wide a img {
	border: none;
}

#content_body_wide ul {
	font: normal normal 16px/125% Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	list-style-type: square;
}

#content_body_wide li {
}

#content_body_wide pre {
	background-color: lightgrey;
	margin-left: 32px;
	margin-right: 32px;
	padding: 8px;
}

/* header for top of product page */

div#product_header {
	margin-bottom: 20px;
	padding-left: 120px;
	height: 104px;
}

div#product_header h1 {
	margin: 0px;
}

div#product_header p {	
	color: #b3b3b3;
	clear: none;
	line-height: 125%;
}


/* product item divs are used to list product inside content bodies */

div.product_item {
	height: 128px;
	padding: 4px;
	margin-bottom: 8px;
}

div.product_item img {
	float: left;
	margin-right: 20px;
}

div.product_item a img {
	border: none;
}

div.product_item h2 {
	margin-top: 4px;
	margin-bottom: 0px;
}

div.product_item p {
	margin-top: 8px;
}

/* the sidebar, used for extras */

div#sidebar {
	width: 256px;
	float: left;
}

/* sidebar div for App Store stuff */

div.sb_appstore {
	background-color: lightgrey;
	margin: 0px;
	padding: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.sb_appstore img {
	margin: 2px;
}

div.sb_appstore a img {
	border: none;
}

div.sb_appstore p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: #fff;
	padding-bottom: 10px;
	margin: 0px;
	text-align: center;
}

/* sidebar div for application PayPal purchase stuff */

div.sb_purchase {
	background-color: lightgrey;
	margin: 0px;
	padding: 4px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.sb_purchase p {
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	font-weight: bold;
	color: black;
	text-align: center;
	margin: 0px;
	padding: 4px;
}

div.sb_purchase div.sb_download {
	background-color: white;
	margin: 0px;
	padding: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
}

div.sb_purchase div.sb_download a img {
	border: none;
}

div.sb_purchase div.sb_paypal {
	background-color: white;
	margin-top: 4px;
	padding: 2px;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;	
}

div.sb_purchase div.sb_paypal form {
	margin-left: 60px;
}

/* the footer, shown on every page, styled to match the nav bar */

div#footer {
	clear: both;
	background-color: #e6e6e6;
	margin-top: 20px;
	-webkit-border-bottom-left-radius: 16px;
	-webkit-border-bottom-right-radius: 16px;
	-moz-border-radius-bottomleft: 16px;
	-moz-border-radius-bottomright: 16px;
}

#footer p {
	margin-top: 32px;
	color: #4c4c4c;
	font: 14px Helvetica, "Helvetica Neue", Arial, Geneva, sans-serif;
	
	text-align: center;
	padding: 8px 0 8px 10px;
	margin: 0px;
	text-shadow: #b3b3b3 1px 1px 0;
}

