body {
	font-family: tahoma;
}

h1 a {
	font-size: 250%;
	font-family: BrandonGrotesqueLightRegular;
	color: #080808;
	text-decoration: none;
	text-shadow: #999 0px 1px 1px;
}

#bd {
	width: 35em ;
}

.vcard {
	position: relative;
	border: 1px solid #ccc;
	margin: 0 auto;
	padding: 1em;
	box-shadow: 5px 5px 5px #888;
	zoom: 1;
}

.vcard:after {
	content: ".";
	display: block;
	height: 0;
	clear: left;
	visibility: hidden;
}





.vcard {
        clear: both;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
}

img.photo {
	float: left;
	margin-right: 1em;
}

.vcard ul {
	margin-top: 1em;
	overflow: auto;
}

.vcard li {
	display: inline;
}

.vcard li a {
	display: block;
	width: 32px;
	height: 32px;
	margin: 0 .5em 0 0;
	float: left;
	background: #fff url(/images/icons/icons.png) no-repeat 0 0;
}

.vcard li.aim a {
	background-position: 0 -43px;
}

.vcard li.aim a:hover {
	background-position: 0 -7px;
}

.vcard li.email a {
	background-position: 0 -186px;
}

.vcard li.email a:hover {
	background-position: 0 -153px;
}

.vcard li.yim a {
	background-position: 0 -119px;
}

.vcard li.yim a:hover {
	background-position: 0 -82px;
}

.vcard li span {
	display: block;
	text-indent: -9999px;
	}

.role {
	font-style: italic;
	color: #4f4f4f;
}

.mod {
	margin-bottom: 1em;
}

/* Friendfeed --------------------- */
#friendfeed li a {
	margin: 0 0 1em 0;
	padding-left: 2em;
	border: 1px solid #fff;
	box-shadow: 5px 5px 5px #888;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border: 1px solid #ccc;
}

#friendfeed li:hover a { 
	border-color: #666;
	-webkit-box-shadow: 0px 0px 30px #666;
	-moz-box-shadow: 0px 0px 30px #666;
}

#friendfeed a {
	display: block;
	color: #000;
	padding: .25em .5em;
	text-decoration: none;
}

#friendfeed li a:hover {
	background-color: #ffc;
}

dl {
	margin-top: 2em;
}

dt {
	float: left;
}

#nav {
	margin-top: 2em;
	margin-left: 1em;
}

#nav li {
	display: inline;
}

#nav li a {
	text-decoration: none;
	border: 1px solid #ccc;
	border-width: 1px 1px 0 1px;
	-moz-border-radius-topleft: 10px;
	-moz-border-radius-topright: 10px;
	-webkit-border-top-left-radius: 10px;
	-webkit-border-top-right-radius: 10px;
	padding: .5em;
        background-color: #fff;
	display: block;
	float: left;
	color: #666;
}

#nav li a:hover {
	color: #000;
	background-color: #ffc;
}

#nav {
	text-transform: lowercase;
}
