/* General styles */
body {
	background: white;
}

a:link, a:visited {
    color: #004f7f;
}

a:hover {
    color: white;
	background-color: #004f7f;
}

h1 {
	font-size:152%;
}

h2 {
	font-size:122%;
}

h3 {
	font-size:114%;
}

h4 {
	font-size:107%;
}

h5 {
	font-size:100%;
}

h6 {
	font-size:92%;
}
/* header */

#hd {
	border-bottom: 1px solid #e0e0e0;
	color: black;
	margin: 0 auto 5px;
	text-align: left;
}

#hd a:link, #hd a:visited {
	color: white;
	text-decoration: none;
}

#hd h1 {
	margin: 0;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 5px;
	font-family: "Lucida Grande", Lucida, Verdana, sans-serif;
}

/* main content */

#bd p {
	line-height: 125%;
	margin-top: 2px;
}

#bd .contact {

}

#bd h2 {
	margin: 0px;
	border-bottom: 1px dashed #e0e0e0;
	text-transform: uppercase;
	letter-spacing: 2px;
	padding-top: 10px;
	padding-bottom: 5px;
}

#bd em {
	font-style: italic;
	font-size: smaller;
}

#bd strong {
	font-weight: bold;
	margin-right: 3px;
}

#bd ul {
	margin-left: 25px;
}

#bd li {
	list-style-image: url(icons/arrow-smooth.png);
	margin-top: 3px;
	position: relative;
	line-height: 110%;
}

#bd .links {

}

.hresume span.given-name, .hresume span.family-name {
	display: none;
}

#bd .networking {
	text-align: center;
}

#bd .networking img {
	padding-top: 5px;
}

#bd .networking a:link, #bd .networking a:visited, #bd .networking a:hover {
	background-color: transparent;
}

/* footer */

#ft {
	clear: both;
	border: 1px solid #e0e0e0;
	margin-top: 10px;
	color: #6d6d6d;
	font-size: 92%;
	background-color: #f7f7f7;
	padding: 5px;
	margin-bottom: 15px;
}

#ft strong {
	font-weight: bold;
	color: #797979;
	margin-right: 3px;
}

#ft .copyright {
	padding-top: 5px;
	font-size: 92%;
}

#ft .uncontrolledcopy {
	display: none;
}

#ft .acknowledgements {
	padding-top: 5px;
	font-size: 92%;
}

#ft .share {
	font-size: 92%;
}

#ft .about {
	padding-top: 5px;
	font-size: 92%;
}

#ft .links {
	padding-top: 5px;
	font-size: 92%;
}

#ft .links .defunc {
	color: #8d8d8d;
}

/* hresume */

.hresume
{
    width: 100%;
}

.hresume abbr
{
    border: none;
}

.hresume address
{
    font-style: normal;
}

.hresume hr
{
    display: block;
}

.hresume .additionalskills
{
	display: block;
}

.hresume .contact .fn
{
    font-weight: bold;
}

.hresume .downloads
{
    display: block;
}

.hresume .networking, .hresume .im
{
    display: block;
}

.hresume h2
{
    padding: 0 0 5px 0;
    margin: 0;
}

.hresume h3
{
    padding: 5px 0;
    margin: 0;
}

.hresume .education, .hresume .accreditation
{
    margin: 10px 0 10px 0;
}

.hresume .objective
{

}

.hresume .summary
{

}

.hresume .proaffiliations
{

}

.hresume .experience
{
    margin: 10px 0 25px;
}

.hresume .experience .description
{

}

.hresume .experience .clients
{
	font-size: 85%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.hresume .experience .org, .hresume .experience .location
{
	font-style: italic;
}

.hresume .objective, .hresume .summary, .hresume .tags, .hresume .interests
{
    margin: 10px 0 20px 0;
}

.hresume .interests
{
	font-size: 92%;
}
				
.hresume .tags
{
	display: block;
}

.hresume .taglist
{
	font-size: 85%;
}

.hresume .education .htitle, .hresume .experience .htitle
{
    float: left;
}

.hresume .htitle .include
{
    display: none;
}

.hresume .education .date_duration, .hresume .experience .date_duration
{
    float: right;
    font-size: smaller;
}

.hresume .education .summary
{
    margin: 0;
}

.hresume .education .description
{
	margin-left: 25px;
	margin-bottom: 15px;
}
							
.hresume .education .org
{
    font-style: italic;
}

.hresume .tags ul
{
    list-style: none;
    margin: 0;
    padding: 0;
	list-style-position: inside;
}

.hresume .tags ul li
{
    display: inline;
}
							
.hresume .htitle .title, .hresume .htitle .summary
{
	font-weight: bold;
}