body {
	background-color: #f5f5f5;
	color: #353535;
	font-size: 12px;
	text-align: center;
}
.wp-signup-container {
	max-width: 600px;
}
#masthead {
	padding-top: 20px;
	background: url(../img/header-bg.gif) repeat-x top left;
}
#masthead .site-title {
	margin: 0;
}
#masthead .site-title a {
	background: url('../img/logo.png') no-repeat 0px 0px;
	display: inline-block;
	height: 258px;
	width: 408px;
	text-indent: -999em;
	overflow: hidden;
}

#masthead .main-navigation {
	display: none;
}

#content {
	background: url(../img/container-bg.gif) repeat-x bottom left;
}
#primary {
	max-width: 960px;
	margin: 0 auto;
}




.introtext {
	padding: 0 8px;
	font-weight: bold;
}



ul.network-list {
	margin: 0;
	padding: 0;
}
ul.network-list > li {
	position: relative;
	display: inline-block;
	margin: 9px;
}
ul.network-list > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	z-index: 0;
	display: block;
	width: 45px;
	height: 45px;
	background-image: url('../img/icon-badge.png');
	background-position: 0 -46px;
}
ul.network-list > li.badge-comingsoon:before {
	background-position: 0 0;
}
ul.network-list > li.badge-new:before {
	background-position: 0 -92px;
}
ul.network-list > li.badge-beta:before {
	background-position: 0 -138px;
}

ul.network-list > li * {
	position: relative;
}
ul.network-list > li > a {
  background-color: #e5e5e5;
  border-radius: 5px;
  box-shadow: 0 3px 8px 2px rgba(0, 0, 0, 0.1) inset;
  color: #000;
  display: inline-block;
  font-size: 13px;
  min-height: 109px;
  padding: 12px 12px;
  position: relative;
  text-align: left;
  vertical-align: top;
  width: 300px;
}
ul.network-list > li h3 {
  color: #707070;
  font-size: 18px;
  font-weight: 700;
  margin: 0 0 8px;
}
ul.network-list > li a {
	text-decoration: none;
}


#colophon {
	padding: 20px 0;
	background: #1a1a1a;
	color: #555;
	font-size: 11px;
}
#colophon a {
	color: #777;
}



