* {
	margin: 0;
	padding: 0;
}

body {
	font: 12px/150% "Helvetica Neue", Helvetica, Arial, sans-serif;
	color: #333;
}

#container {
	margin: 0 48px;
	position: relative;
}

h1 {
	font-size: 24px;
	margin: 24px 0 12px;
}

h1, p, h3, ol {
	float: left;
	clear: left;
	width: 550px;
}

ol {
	list-style: none;
}

.block {
	position: relative;
	margin: 48px;
	float: left;
	clear: left;
	width: 550px;
}

h2 {
	position: absolute;
	top: 0;
	left: 0;
	font-size: 18px;
} 

.slider {
	background: url(../images/slider.png) no-repeat 0;
	width: 300px;
	height: 30px;
	position: absolute;
	top: 2em;
	left: 0;
}

.indicator {
	width: 30px;
	height: 30px;
	position: absolute;
	font-size: 1px;
	overflow: hidden;
}

#basefont .indicator {
	background: url(../images/red.png);
}

#columns .indicator {
	background: url(../images/blue.png);
}

#columnwidth .indicator {
	background: url(../images/green.png);
}

#gutterwidth .indicator {
	background: url(../images/cyan.png);
}

.value {
	font-size: 24px;
	font-weight: bold;
	border: 1px solid #666;
	position: absolute;
	top: 1em;
	left: 350px;
	width: 100px;
	text-align: right;
}

.unit {
	position: absolute;
	left: 455px;
	top: 1.5em;
	font-size: 20px;
}

#totalwidth {
	position: absolute;
	left: 650px;
	top: 160px;
	font-size: 96px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
	/* IE doing something weird */
	*position: static;
	*font-size: 36px;
	*text-align: left;
	*margin-top: 24px;
	*clear: left;
}

#totalwidth span {
	font-size: 36px;
	display: block;
	*display: inline;
}
	
/* Generated grid */

#grid {
	float: left;
	clear: left;
	margin: 12px 0;
}

#grid div {
	height: 100px;
	float: left;
}

#grid .column {
	background: #aaa;
}

#grid .gutter {
	background: #fff;
}

#resources {
	position: absolute;
	top: 1em;
	right: 1em;
	width: 250px;
	padding: 1em;
	background: #eee;
	border: 1px solid #ccc;
	overflow: hidden;
}

#resources ul {
	list-style: none;
}
