#menu, #breadcrumbs, #sidebar, #standards, #moreinfo, a.top { display: none; }

body, a {
	font-family: verdana, arial, sans-serif;
	font-size: 0.9em;
	color: #000000;
}

input, textarea, label {
	margin-bottom: 10px;
	display: block;
}

#header {
	border-bottom: 1px solid #000000;
	text-align: center;
}

#header h1 { margin-bottom: -10px; } 
#header a { text-decoration: none; }

.rightcol {	text-align: center; }
.rightcol h3 { text-align: left; }

.rightcol a, dt a, dd a {
	text-decoration: none;
	margin-right: 10px;
}

dt { margin-bottom: 10px; }
dd { margin-bottom: 15px; }

.rightcol img {
	border: 1px solid #000000;
}

#content .project {
	margin-bottom: 25px;
}

#content .project img {
	border: 1px solid #000;
	margin-left: 25px;
	margin-top: 7px;
	display: inline;
	float: right;
}

body#about img {
	margin: 0px 5px 10px 10px;
	float: right;
}

#footer {
	border-top: 1px solid #000000;
	text-align: center;
	padding-top: 20px;
	margin-top: 25px;
}

#content a[href]:after { content: " (" attr(href) ")"; }
#content a[href^="/"]:after { content: " (http://ronfolio.com" attr(href) ")"; }
#content a[href^="#"]:after, #content a[href^="/term"]:after,
#content a[href^="http://www."]:after, .rightcol a:after,
.project > a[href]:after, .project h3 > a[href]:after { content: "" !important; }