/* Style Sheet for bartcampolo.com wordpress interface for lists... */

body {
	background:#fff;
	font-family: Helvetica, sans-serif;
	font-size: 12px;
}

strong {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
}

em {
	color: #999;
	font-size: 14px;
	padding-bottom: 40px;
}

#printheader {
	visibility: hidden;
}

#content {
	position: absolute;
	top: 10px;
	left: 10px;
	padding: 30px 120px 30px 40px;
	margin: 10px;
	color: #666;
	background: url(img/res/plus-med.gif) top left no-repeat;
}

#content a {
	font-size: 14px;
	font-weight: bold;
	color: #aaa;
	text-decoration: underline;
}

#content a:hover {
	color: #000;
}

.printlink {
	position: absolute;
	right: 20;
	top: 0;
}
#content .printlink a {
	font-weight: normal;
	text-decoration: none;
	color: #ccc;
}

#content .printlink a:hover {
	color: #000;
}
