body {
	background: #fff url('../images/ornamental.jpg');
	margin: 0;
	padding: 0;
	font-family: Helvetica, Arial, sans-serif;
}

/* set 'er up */

#container {
	text-align: center;
	padding-top: 20px;
}
#primary {
	border: 1px #ddd solid;
	background: #fff;
	margin: 0 auto;
	padding: 20px;
	width: 600px;
	text-align: left;
}

/* top bar */

#namebar {
	border-bottom: 6px #ddd solid;
	padding-bottom: 8px;
	height: 70px;
	width: 100%;
}
#icons {
	float: right;
}
#icons .icon {
	padding: 5px;
}
#icons a:hover {
	border-bottom: none;
}

/* font styling */

h2 {
	color: #555;
	margin: 0;
}
h3 {
	color: #000;
	font-size: 9pt;
	font-weight: normal;
	margin: 0;
	padding: 0;
}
h4 {
	border-bottom: 1px #bbb dotted !important;
	border-bottom: 1px #ccc solid;
	font-size: 12pt;
}
.highlight {
	background: #ffc;
}

/* text styling */

p {
	font-size: 10pt;
	margin-left: 20px;
	padding: 2px;
	line-height: 12pt;
	margin-top: 0;
}
p.title {
	font-weight: bold;
	font-size: 10pt;
	background: #ffc;
	color: #222;
	padding: 2px;
	display: inline;
}
p.right {
	float: right;
	margin: 0;
	text-align: right;
	padding: 2px;
	font-size: 8pt;
	color: #555;
}
.job {
	border-bottom: 1px #ddd dotted;
	margin-top:10px;
}
p.drop {
	position: absolute;
	margin-left: 0px;
	height:10px;
	width:10px;
	overflow:hidden;
}
p.drop a {
	border-bottom: none !important;
}
p.drop img {
	margin-top: -20px;
}
p.drop .on img {
	margin-top: 0px;
}
.section {
	padding-bottom: 12px;
	clear: both;
}
h4 a {
	font-size: 9pt;
	font-weight: normal;
	padding-left: 6px;
}
h4 a:hover {
	border-bottom: none !important;
}


/* lists */

ul {
	font-size: 9pt;
	line-height: 14pt;
	margin-left:20px;
	margin-right:20px;
	margin-top:0;
	padding-bottom:0;
}
ul li {
	padding-bottom: 6px;
}

/* linky love */

a:link, a:visited {
	text-decoration: none;
	color: blue;
}
a:hover {
	border-bottom: 1px blue dotted;
}

/* address footer */

#footer {
	border-top: 2px #ccc solid;
	margin-top: 20px;
	padding-top: 8px;
}
#footer p {
	font-size: 8pt;
	text-transform: uppercase;
	color: #888;
	text-align: center;
	margin: 0;
	padding: 0;
}