* {
	margin: 0;
	padding: 0;
}

html {
	background: #354552 url(bgimg.gif);
	margin-bottom: 1px;
	height: 100%;
}

body {
	border: 1px solid #333;
	margin: 50px auto;
	width: 800px;
	-webkit-box-shadow: 0 0 10px #777;
	font-family: "ff-meta-web-pro-1","ff-meta-web-pro-2",sans-serif;
	background: #fff;
}

a {
	color: #354552;
	background-color: #fff;
	-webkit-transition: background-color 1s;
}

a:hover {
	background-color: #ffc;
}

h1 {
  font-family: "bello-pro-1","bello-pro-2", cursive;
  font-size: 60px;
  padding: 20px;
  border-bottom: 1px solid #777;
  background-color: #354552;
  background: #000 -webkit-gradient(linear, 0 0, 0 100%, from(#222), to(#354552));
  color: #fff;
  font-weight: normal;
  text-shadow: 2px 2px 3px #222;
  margin-bottom: 20px;
  text-align: center;
}

h2 {
	margin-bottom: 20px;
	background: #eee -webkit-gradient(linear, 0 0, 0 100%, from(#eee), to(#fff));
	color: #555;
	font-weight: normal;
	font-size: 16px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 5px 20px;
}

ul[role=navigation] {
	width: 200px;
	float: left;
	list-style: none;
}

ul[role=navigation] li a {
	display: block;
	padding: 10px;
	color: #444;
	background-color: #fff;
	text-decoration: none;
	border-bottom: 1px solid #aaa;
	position: relative;
	width: 120px;
	-webkit-transition: width 1s, background-color .7s, padding-left 1s;
}

ul[role=navigation] li a:hover {
	background-color: #ffc;
	padding-left: 30px;
	width: 100px;
}

article {
	display: block;
	width: 600px;
	float: right;
	line-height: 1.5;
}

footer {
	display: block;
	clear: both;
	padding-top: 30px;
	text-align: center;
}

article ol li {
	margin-bottom: 10px;
	list-style: none;
	padding: 0;
	margin: 0;
	padding: 10px;
	text-align: center;
}

article ol li span{
	display: block;
}

article ol li span.title {
	font-style: italic;
}

article ol li:hover span.title {
	background-color: #354552;
	color: #fff;
	-webkit-transition: color 1s, background-color .7s;
}