#steps { width: 100%; margin-top: -25px; } 
#steps div[id^="step"] { float: left; width: 20%; }
/*#steps img { width: 150px; height: 80px; padding: 10px; cursor: pointer; }*/

#steps h3 { margin-bottom: 0; text-align: center; font-size: .95em; font-weight: bold; }
#steps p { padding-left: 20px; padding-right: 20px; margin-top: 0; text-align: center; }

.blocks { width: 100% }
.blocks div[id^="block"] { float: left; clear: none; width: 28%; height: 400px; margin: 1%; padding: 10px; border: 2px solid #eee;}
.sprout-blocks { width: 100%; margin-top: 20px; }
.sprout-blocks div[id^="block"] { float: left; clear: none; width: 30%; margin: 1%; }

#block_1 h1 { font-size: 1.7em; }

/** Block specific formatting **/
#block_2 h2 { background-color: #FF0000; font-weight: bold; text-align: center; border: 1px solid #000; }
#block_2 h2>span { font-size: .5em; color: #0066FF; font-style: italic; }
#block_2 p { font-size: 1.2em; font-weight: bold; }

#block_3 h2 { background-color: #FFFF00; font-weight: bold; text-align: center; border: 1px solid #000; }
#block_3 span { font-size: 12px; color: #0066FF; font-style: italic; font-weight: bold; }
#block_3 a { font-size: 16px; font-weight: bold; }

#block_4, #block_5, #block_6 {}
#block_4 h2, #block_5 h2, #block_6 h2 { text-align: center; margin-bottom: 0; }
#block_4 ul, #block_5 ul, #block_6 ul { margin: 0; font-size: .9em; }
#popular-national-teams a, #popular-club-teams a { font-size: 1.5em; }


input[type="button"],
input[type="submit"],
input[type="reset"],
.button,
.button-nav a {
	border: 1px solid #000;
	color: #FFF;
	padding: 2px 3px 2px 3px;
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	background: #0055FF;
	clear: both;
/*}

.button-nav a {
	font-weight: bold;
	font-size: 11px;
	text-decoration: none;
	color: #000;
	background: #DDD;
	height: 15px;
	padding: 1px 3px 1px 3px;
	margin-left: 5px;
	*/
	border: 1px outset #333;
}

button:hover,
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover,
.button-nav a:hover {
	color: #FF0000;
}
