html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-weight: inherit;
	font-style: inherit;
	font-size: 100%;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: yellow;
	background: black;
}
ol, ul {
	list-style: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}

/* Sun Scout custom CSS starts here */
html {
	/* background-image: url(images/stripe_tile_yellow.png);
	background-repeat: repeat; */
	                                                        
	                             
	background-repeat: repeat;
	                                                        
	                             
	background-image: url(images/starfield.png);
}

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 960px;
	margin: 30px auto;
	padding: 0 30px;
	font-size: 100%;
	border-width: 1px;
	border-style: none;
	border-color: #b52b00;
}

dd, dt {
	margin-top: 16px;
	margin-bottom: 16px;
	line-height: 16px;
}

dd {
	font-size: 14px;
}

dt {
	font-size: 16px;
	list-style-type: disc;
	display: list-item;
	margin-left: 20px;
}

dd {
	margin-left: 40px;
}

a {
	color: #fbd64a;
	text-decoration: none;
	border-bottom-style: solid;
	border-bottom-width: 1px;
}

#appstore a {
	border-bottom-style: none;
}

#appstore p a {
	border-bottom-style: solid;
}

#appstore img {
	margin-top: 8px;
}


h1, h2, h3, h4 {
	font-weight: bold;
}

h1 {
	font-size: 20px;
}

h2 {
	font-size: 28px;
	margin-top: 10px;
	border-top-style: solid;
	border-top-width: 1px;
	border-top-color: yellow;
	padding-top: 8px;
}

h3 {
	font-size: 16px;
	margin-bottom: 12px;
}

h4 {
	font-size: 1em;
	margin-bottom: 0.5em;
}

p, ul {
	font-size: 14px;
	line-height: 17px;
}

ul {
	list-style-type: disc;
	margin-left: 10px;
	margin-bottom: 0.5em;
}

ul li
{
	font-size: 14px;
	margin-left: 10px;
	line-height: 20px;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

div#header
{
	/*background-image: url(images/header_new.png);
	background-repeat: no-repeat;
	background-position-x: 50%;
	background-position-y: 0%; */
	width: 960px;
	height: 100px;
	background-color: black;
	padding: 0px;
	margin: 0px;
	position: relative;
}

#header img#appicon
{
	padding-top: 10px;
	padding-left: 10px;
}

#header h1 {
	position: absolute;
	top: 8px;
	left: 75px;
	letter-spacing: -4px;
	font-size: 82px;
	text-shadow: yellow 1px 1px 2px;
	color: #b52b00;
}

#header h1 a {
	text-decoration: none;
	color: white; /* Make it explicit, otherwise IE6 doesn't seem to get it. */
}

#header h1, #header h2 {
	width: 600px; /* So that the iPhone will zoom in on it when double-tapped */
	padding-left: 20px;
}

#header h2 {
	font-size: 18px;
	font-weight: normal;
	padding-left: 22px;
}

#header h2 em {
	font-style: italic;
}

h2, h3, h4 {
	color: #b52b00 ;
}

p {
	margin-top: 12px;
}

ul {
	margin-top: 16px;
}

div#content {
	background-color: black;
	width: 960px;
	position: relative;
	color: #f9c33b;
}

div#main {
	width: 500px;
	margin: 0px;
	padding: 10px;
}

#main h3 {
	clear: both;
	border-bottom: solid 1px grey;
	margin-top: 1.5em;
}

#main h3:first-child {
	margin-top: 0;
}

#sidebar h4 {
	border-bottom: solid 1px grey;
	margin-top: 1.5em;
	line-height: 1.2em;
}

#sidebar h4:first-child {
	margin-top: 0;
}


div#sidebar {
	position: absolute;
	padding: 10px;
	left: 560px;
	top: 10px;
	width: 350px;
}

div#sidebar ul {
	list-style-position: inside;
	margin-left: 0;
}

div#sidebar ul li {
	margin-left: 0;
	margin-bottom: 10px;
}

/* Quick fix for shoe positioning; ToDo: should probably fix the image later */

img#appstorelogo
{
	margin-left: -1px;
	margin-top: 12px; /* Keep to the App Store logo guidelines. This gives us roughly 1/3 of the logo height as whitespace */
	margin-bottom: 12px;
}

.alignleft {
	float: left;
	padding: 10px;
}

.alignleft img {
	margin: 0 auto;
	display: block;
}

.alignright {
	float: right;
	padding: 0 0 10px 10px;
}

.screenshot img {
	border: 1px solid #333;
	border-top-color: white;
	border-left-color: white;
}

.screenshot img:hover {
	border-color: red;
	border-style: solid;
}

div.screenshot {
	border-bottom: 20px;
}

.screenshot .caption {
	margin: 20px;
	padding: 0;
	text-align: center;
	font-size: 10px;
}

div#footer {
	background-color: black;
	clear: both;
	width: 960px;
	/* background: url(images/footer_recoloured_trans.png);
	background-position-y: 100%;
	background-repeat: no-repeat; */
	height: 50px;
}

div#footer, div#main, div#content, div#header {
	/* border:1px dotted red; */
}