body {
	font-family: 'Roboto', sans-serif;
	color: #222;
	line-height: 20px;
	font-size: 16px;
	color: #333;
}

body, div, ul, li, h1, h2, h3, h4, p, blockquote {
	margin: 0;
	padding: 0;
}

#baseline {
	position: absolute;
	width: 100%;
	height: 200%;
	background: url(../images/baseline-5px.png);
	z-index: 50;
	opacity: 0.1;
	top: 0;
	left: 0;
}

#grid960 {
	position: absolute;
	width: 100%;
	height: 2000px;
	background: url(../images/960/12_col.gif) center center;
	background-repeat: repeat-y;
	z-index: 50;
	opacity: 0.5;
	margin: 0 auto;
}

#container {
	margin: 0 auto;
	padding: 100px 0 50px 0;
	width: 600px;
}

table {
	border-collapse: collapse;
}
/* -----------------------
type
----------------------- */

h1 {
	font-size: 32px;
	line-height: 40px;
	margin: 10px 0 15px 0;
}
h1 span {
	position: relative;
	top: -1px;
}

h2 {
	font-size: 24px;
	line-height: 30px;
	margin: 10px 0 15px 0;
	font-weight: 400;
	color: #888;
}
h2 span {
	position: relative;
	top: 2px;
}

p {
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 20px 0;
}
p span {
	position: relative;
	top: 2px;
}

ul {
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 30px 0;
}
li {
	margin: 0 0 5px 0;
}
ul {
	position: relative;
	top: 2px;
	list-style-position: inside;
}

blockquote {
	font-size: 16px;
	line-height: 25px;
	margin: 10px 0 25px 0;
	font-style: italic;
	border-left: 3px solid rgba(0,0,0,0.8);
	padding-left: 20px;
	margin-left: -23px;
    color: #777;
}
blockquote span {
	position: relative;
	top: 2px;
}

.pullquote {
	font-size: 21px;
	line-height: 30px;
	margin: 10px 0 25px 0;
	font-style: italic;
	font-weight: 300;
	padding-left: 50px;
}

.pullquote span {
	position: relative;
	top: 3px;
}

.footnotes {
	font-size: 12px;
}
.footnotes p {
	color: #777;
	font-size: 12px;
}
