.user-profile {
	position: relative;
	
	min-height: 85px;
	/*DTB-removedforsafari float: left;*/
}

* html .user-profile {
	height: 85px;
	z-index: 999999999 !important;
}

.user-profile .user-image {
	position: absolute;
	top: 6px;
	left: 3px;
}

#search-friends {
	width: 300px;
}

.profile-block .remove img {
	position: absolute;
	top: 0;
	left: 0px; /*px for Safari*/
}

.invite input {
	position: absolute;
	top: 58px;
	left: 3px;
}

.profile-block img.friend-mutual {
    position: absolute;
	top: 52px;
	left: 10px;
}

.deny {
	background: url(/img/deny.png) no-repeat 0 50%;
	padding-left: 15px;
	color: #c00;
}

.deny:hover {
	color: #900;
}

.add, .add-friend, .add-message, a.add, a.add-friend, a.add-message {
	padding: 0 0 4px 18px !important;
	color: #390;
}

a.add-message {
	background-image: url(/img/add-message.png);
}

.add:hover, .add-friend:hover, .add-message:hover {
	background-position: 1px -99px;
	color: #030;
}

.tool-set {
	border: 1px solid #ddd;
	margin: 5px 20px 0 0;
	float: left;
	padding: 0 10px;
}

.tool-set-main {
	border-color: #999;
	background: #f9f9f9;
}

.tool-set .tool {
	padding-top: 3px;
	padding-bottom: 2px;
	background: none;
}

/* Main Page of Profile */

.profile-side {
	float: right;
	width: 400px;
	margin-top: 10px;
}

.profile-list {
	width: 400px;
	margin-top: 10px;
	padding-left: 20px;
}

.profile-list dt {
	font-weight: bold;
	font-size: 14px;
	color: #999;
	float: left;
	clear: left;
	padding-right: 5px;
	padding-top: 1px;
	width: 5em;
}

.profile-side dt {
	float: left;
	width: 15em;
	font-size: 14px;
	clear: left;
	padding-top: 1px;
	padding-right: 4px;
	color: #999;
}

.profile-side dd, .profile-list dd {
	margin-left: 0;
	padding-bottom: 5px;
	font-size:14px;
}

/* Blocked Users */

#blocked-users div {
	padding: 3px 0;
}

#blocked-users .reinstate {
	font-size: 85%;
	padding-right: 10px;
}

/* My Friends */

.profile-switch {
	text-align: right;
	margin-bottom: 3px;
	display: none;
}

.profile-full {
	margin: 1em 0;
	float: left;
}

.profile-block {
	position:  relative;
	margin-bottom: 2px;
	float: left;
	width: 350px;
	margin-right: 2px;
}

.profile-block div {
	padding: 0 10px 0 70px;
	min-height: 7em;
}
* html .profile-block div { height: 7em; }

.profile-block img {
	position: absolute;
	left: 10px;
	top: 0;
	
}

.profile-block h3 {
	background: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	margin: 0.2em 0;
}

.profile-block dl {
	margin: 0;
	padding: 0;
}

.profile-block dt {
	margin: 0;
    font-weight: bold;
    color: #666;
    display: inline;
	
}

.profile-block dd {
	color: #8B99A7;
	padding: 0;
	margin: 0;
	display: inline;

}

.profile-block dd a {
	color: #999;
}

.profile-compact .profile-block span {
	display: block;
	float: left;
	width: 11.5em;
}

.profile-block .remove, .profile-block .add-friend {
	position: absolute;
    left: -8px;
    top: 53px;
}

.profile-block .remove {
    left: 10px;
}

.profile-compact dl {
	display: none;
}

.profile-compact .remove, .profile-compact .add-friend {
	position: absolute;
	bottom: 5px;
	right: 8px;
}

.profile-compact .remove span, .profile-compact .add-friend span {
	display: none;
}

.profile-compact .profile-block {
	width: 230px;
	float: left;	
	margin: 0 5px 5px 0;
}

.profile-compact .profile-block div {
	min-height: 50px;
}

.profile-compact h3 {
	letter-spacing: 0;
}

#add-friends img {
	float: left;
	margin-right: 5px;
}

#add-friends p {
	float: right;
	margin: -5px 0 0 0;
	font-size: 85%;
	width: 250px;
	text-align: center;
}

.friends-main {
	margin-right: 220px !important;
}

.friends-side {
	width: 180px;
	margin-left: 0;
}

.friends-side ol, .friends-side ol li, .friends-side ul, .friends-side li {
	list-style: none;
	padding: 0;
	margin: 0;
}

.friends-side ul a {
	display: block;
	text-decoration: none;
	text-align: center;
	font-size: 85%;
	border: 1px solid #ddd;
	padding: 2px 5px;
	margin-bottom: 2px;
}

.friends-side ul a:hover {
	border-color: #999;
}

.friends-side ul {
	margin-bottom: 5px;	
}

.friends-side ol li {
	padding: 1px 0;
}

.friends-side ol li a {
	text-decoration: none;
}

.friends-side ol li a span {
	text-decoration: underline;
}

.tight-box {
    border: 1px solid #ddd;
    background: #f6f6f6;
    margin-top: -0.8em;
    margin-bottom: 1em;
    padding: 3px 10px;
    -moz-border-radius: 4px;
}

/***** Undigg It *****/

.undigg-it a, .undigg a {
	color: #F05300 !important;
	font-weight: normal;
}

.undigg-it a:hover, .undigg a:hover {
	color: #9E3700;
	text-decoration: underline;
}


/***** Email Form + Invite Form *****/

#email1, #email2, #email3, #email4, #email5, #email6 {
	margin: 0 5px 5px 0;
}

/***** Agreed On *****/

dl.news-diggers-1, dl.news-diggers-2, dl.news-diggers-3 {
	width: 146px;
	float: right;
	padding: 7px 5px 7px 25px;
	margin: 0 0 5px 5px;
	background: url(/img/bracket-3.gif) 0 0 no-repeat;
	min-height: 80px;
}

dl.news-diggers-2 {
	background-image: url(/img/bracket-2.gif);
	min-height: 64px;
}

dl.news-diggers-1 {
	background-image: url(/img/bracket-1.gif);
	min-height: 43px;
}

* html dl.news-diggers-3 { height: 80px; }
* html dl.news-diggers-2 { height: 64px; }
* html dl.news-diggers-1 { height: 43px; }

dl.news-diggers-1 dt, dl.news-diggers-1 dd, dl.news-diggers-2 dt, dl.news-diggers-2 dd, dl.news-diggers-3 dt, dl.news-diggers-3 dd {
	margin: 0;
	padding: 1px 0;
	font-size: 85%;
}

dl.news-diggers-1, dl.news-diggers-1 a, dl.news-diggers-2, dl.news-diggers-2 a, dl.news-diggers-3, dl.news-diggers-3 a {
	color: #709261;
}

dl.news-diggers-1 dt, dl.news-diggers-2 dt, dl.news-diggers-3 dt {
	font-weight: bold;
}

dl.news-diggers-1 img, dl.news-diggers-2 img, dl.news-diggers-3 img {
	border: 1px solid #ccc;
	vertical-align: middle;
}

.news-digger-list {
    min-height: 90px;
}

/*email form */

form#invite-form {
    margin-left: 55px;
    margin-top: 10px;
    width: 780px;
}

form#invite-form-register {
    margin-top: 40px;
    width: 780px;
}

.send-note {
    margin-bottom: 2em;
}

.form-large .send-side {
    width: 250px;
    float: left;
    clear: none;
    padding-right: 30px;
}

.form-large .send-main {
    width: 450px;
    border: 1px solid #ccc;
    background: #f6f6f6;
    padding: 20px;
    float: left;
    clear: none;
}

.form-large .send-main input, .form-large .send-main textarea {
    margin-bottom: 0.8em;
    display: block;
}

.form-large .send-side input {
    width: 250px;
    margin-top:  0.8em !important;
    display: block;
}

#invite-form h3, #invite-form h2, form#invite-form-register h3 {
    color: #80A71F;
}

.send-main .from em {
    color: #aaa;
    font-style: normal;
}

.send-main .from {
    font-size: 105%;
    font-weight: bold;
    color: #817A71;
    padding: 0 0 5px 0;
}

.send-note span {
    background: #ffe338;
    color: #827423;
    padding: 5px 10px;
}

/*podcast summary in profiles*/

.p-archive .p-summary {
    float: left;
    width: 15em;
}

.p-archive {
    float: left;
    padding-bottom: 1em;
}

/* Bars to separate news */

.news-group {
	clear: both;
	position: relative;
	margin: 1em 0;
	padding: 0 10px;
	background: url(/img/tab-line.gif) 0 50% repeat-x;
}

.news-group h2 {
	font: normal 135% arial, sans-serif;
	display: inline;
	padding: 0 10px;
	background: #fff;
	color: #999;
}

.news-group h2 a {
	color: #5980A9;
}

.news-group .group-link {
	float: right;
	font-size: 85%;
	padding: 3px 10px;
	font-weight: bold;
	background: #fff;
}

