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: black;
	background: white;
}
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: "" "";
}

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

body {
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 960px;
	margin: 10px auto;
	padding: 0 0 0px;
	font-size: 120%;
/*	-moz-border-radius: 10px;
	-webkit-border-radius: 10px; */
	border-width: 1px;
	border-style: solid;
	border-color: green;
}

a {
	color: #146a01 
}

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

h1 {
	font-size: 1.6em;
}

h2 {
	font-size: 1.4em;
}

h3 {
	font-size: 1.2em;
	margin-bottom: 0.5em;
}

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

p, ul {
	font-size: 0.8em;
}

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

ul li
{
	margin-left: 10px;
	line-height: 1.2em;
}

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: 238px;
	background-color: #3483de;
	color: white;
	padding: 0px;
	margin: 0px;
}

#header h1 {
	padding-top: 10px;
	letter-spacing: -4px;
	font-size: 82px;
	text-shadow: black 1px 1px 2px;
}

#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;
	margin-top: -10px;
	padding-left: 22px;
}

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

#navbar {
	width: 890px;
	padding-left: 20px;
	margin-left: 23px;
	margin-bottom: 10px;
	background-color: white;
	padding-top: 0px;
	margin-top: -50px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: none;
}

#navbar ul {
	height: 40px;
	overflow: hidden;
	line-height: 40px;
	list-style-type: none;
	margin: 0;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #c8c8c8;
}

#navbar ul li {
	margin: 0;
	line-height: 40px;
	height: 40px;
	border-right-color: #c8c8c8;
	border-right-style: solid;
	border-right-width: 1px;
	float: left;
	padding: 0 20px 0;
}

#navbar ul li a {
	font-size: 18px;
	color: #555;
	float: left;
	display: block;
	text-decoration: none;	
	font-weight: bold;
}

#overview 		#nav-overview a, 		#overview 				#nav-overview,
#tour 			#nav-tour a, 			#tour 					#nav-tour,
#video			#nav-video a, 			#video 					#nav-video,
#running-tips	#nav-running-tips a,	#running-tips			#nav-running-tips,
#support 		#nav-support a, 		#support 				#nav-support,
#forum			#nav-forum a,			#forum 					#nav-forum,
#twitter		#nav-twitter a, 		#twitter 				#nav-twitter
{
	color: white;
	background-color: green;
}

#navbar li:hover a {
	color: white;
}

#navbar li:hover  {
	background-color: green;
}

#navbar li:active a {
	color: #fee200;
}


div#content {
	background-color: #90c648;
	position: relative;
	width: 100%;
	background-image: url(images/body_background.png);
	background-repeat: repeat-y;
	background-position: top center;
	padding-bottom: 0;
	margin-bottom: 0;
	color: #444;
}

div#main, div#newsflash {
	width: 620px;
	background-color: #fffffa;
	margin-left: 23px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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

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

object#video {
	display: block;
	margin: 1.5em auto 1.5em;
}

#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;
	right: 27px;
	top: 0px;
	width: 190px;
	background-color: white;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

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;
}

div#main, div#sidebar {
	padding: 10px 20px 30px;
}

div#newsflash {
	background-color: #fffffa;
	margin-bottom: 0.5em;
	padding: 8px 18px 8px 18px;
	border: 2px solid #ee5215;
}

div#newsflash p {
	margin-bottom: 0px;
	padding-bottom: 0.5em;
}

.newsflash {
	color: #ee5215;
}

.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: 1.5em;
}

.screenshot .caption {
	margin: 0.5em;
	padding: 0;
	text-align: center;
	font-size: 0.6em;
}

ul.files {
	padding: 10px 20px;
}

#main .alignright {
	/* Extra space to stop the text bumping up against the big iPhone image */
	padding-left: 20px;
}

div.sample {
	text-align: center;
	background-image: url(images/speaker.png);
	background-repeat: no-repeat;
	width: 100px;
	height: 100px;
	margin-bottom: 1.5em;
}

div.sample a {
	margin: 0;
	display: block;
	padding: 65px 0 0 0;
}

div.sample audio {
	width: 80px;
}

div#introsample {
	padding: 0;
	margin-right: 10px;
}

#sound1 {
	float: left;
	margin-left: 50px;
}

#sound2 {
	float: right;
	margin-right: 50px;
}

#sound3 {
	float: left;
	margin-left: 120px;
}

p, div#samples {
	margin-bottom: 10px;
	line-height: 1.2em;
}

div#footer {
	background-color: #90c648;
	clear: both;
	padding: 20px 30px 0;
	margin-top: -20px;
	background: url(images/footer_recoloured_trans.png);
	background-position-y: 100%;
	background-repeat: no-repeat;
	height: 149px;
}

#credit {
	display: none;
}

/* Get Satisfaction widget styling */
div#gsfn_list_widget img { 
	border: none; 
	}

div#gsfn_list_widget img#gslogo {
	padding-bottom: 10px;
}

div#gsfn_list_widget { 
	float: right; 
	font-size: 12px; 
	width: 190px; 
	margin: 0px 0px 10px 10px;
	border-style: solid;
	border-width: 1px; 
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-color: green; 
	padding: 10px; 
	}
div#gsfn_list_widget a.widget_title { color: #000; display: block; margin-bottom: 10px; font-weight: bold; }
div#gsfn_list_widget .powered_by { margin-top: 8px; padding-top: 8px; border-top: 1px solid #DDD; }
div#gsfn_list_widget .powered_by a { color: #333; font-size: 90%; }
div#gsfn_list_widget div#gsfn_content { }
div#gsfn_list_widget div#gsfn_content li { text-align:left; margin-bottom:6px; }
div#gsfn_list_widget div#gsfn_content a.gsfn_link { line-height: 1; }
div#gsfn_list_widget div#gsfn_content span.time { font-size: 90%; padding-left: 3px; }
div#gsfn_list_widget div#gsfn_content p.gsfn_summary { margin-top: 2px }
