/* --------------------------------------

v1.1
February 8, 2008
Joseph Bergantine

-------------------------------------- */	

@import url(normalize.css);
@import url(typography.css);

/* Shrink images to fit within viewport; some phones can't scroll horizontally. */
img	{
	max-width: 100%;
}

/* Make sure inputs stay inside the content area */
input, textarea, select {
	max-width: 100%;
}

h1, h2, h3, h4, h5, h6, p, ul {
	margin-bottom: 1em;
}

hr {
	margin: 1em 0;
	height: 1pt;
	border: 0;
}