div, span, li {
	float: none;
}

a {
	color: #000;
}

li {
	margin: 1.5em;
}

body {
	background: white;
	font-size: 12pt;
}

#wrapper, #content {
	position: static;
	padding: 0;
	border: 0;
	float: none !important;
	color: black;
	background: transparent none;
}

#mb_social {
	display: none;
}

#header, #portfoliobg, #footer {
	display: none;
}

#content:before {
	content: "Dan Bookman: Digital Portfolio";
}

#wrapper:after {
	content: "Copyright 2008 Dan Bookman, all rights reserved.";
}

#about {
	padding-top: 1em;
	padding-bottom: 1em;
}

.section-image {
	display: none;
}

#websites:before {
	content: "Web Sites";
}

#videos:before {
	content: "Videos";
}

#graphics:before {
	content: "Graphics";
}

#games:before {
	content: "Games";
}

#content:first-line {
	font-weight: bold;
}

#content a:link:after, #content a:visited:after {
	content: " (" attr(href)")";
	font-size: 90%;
}

#content a[href^="/"]:after {
	content: " (http://www.danbookman.com" attr(href)")";
}