/*--------------Profile-----------------*/

.profile .yui-nav li {
	width: 10em !important;
	text-align: center;
	font-weight: bold;
	}

.profile .yui-navset .yui-nav a {
    outline:0; /* gecko: keep from shifting */
    width: 10em;
    text-align: center;
    font-weight: bold;
}

.profile h2, .profile h3 {
	font-size: 12px;
	margin: 16px 0 6px 0;
	padding: 3px 14px 2px 19px;
	line-height: 1.0;
	font-family: verdana, arial, sans-serif;
	color: #fff;
	background: #000 url(../images/feed-dt.png) 0 0 no-repeat;
	}

.profile img.photo {
	border: 3px solid #fff;
	margin: 8px 0 8px 8px;
	float: right;
	}
.profile img.thumbnail {
	margin: 0 0 6px 6px;
	float: right;
	}

.profile .yui-navset address { margin: 12px 16px; }
.profile .yui-navset address a {
	color: #fff !important;
	border-bottom: 1px solid #0b3dd3;
	}

.profile dl { margin: 12px 16px; }
.profile #tab1 dl dt, .profile #tab3 dl dt { float:left; }
.profile dl dd { margin-left: 3em; }

.profile #tab1 ul {
	margin: 12px 16px;
	padding: 0;
	list-style: none;
	}
.profile #tab1 ul li, .profile #tab1 ul li a {
	background: url(../images/linklist.png) 2px 7px no-repeat !important;
	background: url(../images/linklist.gif) 2px 7px no-repeat;
	padding: 2px 0 0 10px;
	}
.profile #tab1 ul li a:hover {
	background: url(../images/linklisthover.png) 2px 7px no-repeat !important;
	background: url(../images/linklisthover.gif) 2px 7px no-repeat;
	}
	
.profile blockquote {
	background: #111;
	border-left: 2px solid #333;
	}
.profile blockquote p {
	padding: 0;
	}


.designwork {
	font-size: 12px;
	line-height: 1.2;
	text-align: center;
	float: left;
	background: #111;
	border-bottom: 1px solid #444;
	padding: 6px;
	margin: 4px;
	height: 178px;
	width: 150px;
	}
*html .designwork { width: 170px; height: 198px; }

.designwork span.title {
	display: block;
	letter-spacing: 0;
	font-size: 12px;
	color: #fff;
	margin-bottom: 4px;
	}

