/*
	NOT AN OFFICIAL PART OF YUI GRIDS
	=================================

	Note: This file simply adds grid
	gutters and basic visual styling.
*/

p,
h1,
small {
	display: block;
	margin: 0 0 20px;
	overflow: hidden;
	text-align: center;
	white-space: nowrap;
}

h1 {
	font-size: 30px;
	padding: 20px 0 0;
}

p {
	color: #ccc;
	font-size: 21px;
}

a {
	color: #06c;
}

a:hover {
	color: #09f;
}

strong {
	color: #f60;
}

.container_fluid,
.container_fixed {
	background: #ddd;
	margin: 0 auto 20px;
	padding: 10px 0 0;
}

.container_fixed {
	width: 960px;
}

.content {
	background: #fff;
	border: 1px solid #666;
	line-height: 20px;
	margin: 0 5px 10px;
	overflow: hidden;
	padding: 5px 0;
	text-align: center;
	white-space: nowrap;
}

.content span {
	color: #999;
}

small,
.content {
	font-size: 11px;
}