/*

	Make it go away

*/

#topBar,
#top-content,
#hairline,
.text-links,
#sidebar,
#credits,
#footer
{	
	display: none
}

/*
	Set the widths
*/

.wrapper,
#main-wrapper
{
	width: 6.5in;
}

/*
	Typography
*/

body
{
	font-family: Bakersville, "Palatino Linotype", "Times New Roman", Times, serif;
	color: #222;
}

p, ul, ol
{
	font-family: "Trebuchet MS", Trebuchet, Arial, Helvetica, sans-serif;
}

a
{
	color: #09c;
    text-decoration: none;    
}

h1 a,
h2 a
{
	color: #222;
}

.resources a:link:after,
.resources a:visited:after
{
	content: " (" attr(href) ") ";
    font-decoration: italic;
    color: #666;
}