/* Eric Meyer's CSS Reset */
/* v1.0 | 20080212 */

html, body, div, span, 
h1, h2, h3, h4, h5, h6, p, 
a, em, font, img, strong, sub, sup, 
b, u, i, center,
dl, dt, dd, ol, ul, li
{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

/* Splendid Things CSS Starts */
body {
	margin: 0 auto;
	padding: 0;
	text-align: center;
	font-family: Helvetica, Verdana, Arial, sans-serif;
	width: 800px;
	background: #ddd url(images/backgradient.png) no-repeat 50% 170px;
}

h1 {
	font-size: 72px;
	letter-spacing: -2px;
	text-shadow: white 1px 1px 1px;
	margin: 40px 0px 20px 0px;
}

h1, p {
	color: #555;
}

ul#subsites {
	list-style: none;
	padding: 0;
	text-align: center;
}


ul#subsites li {
	/* float: left; */
}

div.subsite {
	width: 220px;
}

.subsite img {
	display: block;
	margin: 20px auto;
}

div#main {
  width: 520px;
  margin: 0 auto;
}

div#main p {
  margin: 0px auto;
  padding: 0 0 40px 0;
  text-align: center;
}

#getrunning {
  float: left;
}

#sunscout {
  float: right;
}

#subsites a {
	font-weight: bold;
	text-shadow: white 1px 1px 1px;
	font-size: 24px;
	color: #444;
	text-decoration: none;
	border-bottom: solid #222 1px;
}

