/*
 style sheet for buddyCards plugin 
*/

#buddyCardsProfileWindow
{
	display:block; position:absolute; left:0; top: 0; height:250px; width:395px; padding: 0px; z-index:100; 
	background-color: transparent; margin:0; overflow: hidden; visibility:hidden;
}

#buddyCardsSpeechBubble {text-align: left; } /* no margins allowed - breaks hovering */

/* 	this id is set in buddyCards.php to avoid strangeness with the blog url  
#buddyCardsContentBubble 
{
	background-color: #fff;  background-repeat: no-repeat; height:250px; width:395px;
	background-image: url(/wp-content/plugins/buddyCards/buddyCardProfileBgGray.jpg);
} 
*/

#buddyCardsWindowShade
{
	display:none; position:absolute; left:0; top:0; margin:0;
 	z-index:700; opacity:.15; filter:alpha(opacity=15); -moz-opacity:.15; background-color:#134;
}


#buddyCardsProfileWindow #wait
{
	position:relative; font-size: 14px; font-weight: bolder; height: 200px !important; top: 40px; margin-left: auto; 
	margin-right: auto; text-align: center; width:95%
}

#buddyCardsProfileWindow #buddyCardsProfileContent {text-align:left; font-size:11px; font-family:arial,verdana,sans-serif;}

#buddyCardsProfileWindow #postedBy {font-family: arial; font-size: 10px; color: #aaa; padding: 0px; margin: 0px 0px 0px 1px;  }

#buddyCardsProfileWindow #fullName {font-size: 22px; color: #000; font-weight: bold; padding: 0px; }

#buddyCardsProfileWindow #userMetadata {font-size: 13px; font-family: 'Trebuchet MS', arial; margin-bottom: 0px; margin-left: 1px;}

#buddyCardsProfileWindow #userImg {width:48px; border: 1px solid #aaa; margin-right: 10px; }

#buddyCardsProfileWindow .userIconTd {width: 50px;  }

#buddyCardsProfileWindow .feedImg {width:60px; border: 1px solid #aaa; margin:3px;}

#buddyCardsProfileWindow #youCanFindMe {margin: 0px 30px 0px 30px; font-size: 14px; font-family: 'Trebuchet MS', 'Lucida Grande'; color: #5480cb;}

#buddyCardsProfileWindow #imgBand {margin-left: 30px; margin-top: 4px; }

#buddyCardsProfileWindow #lastUpdated
{
	clear: both; text-align: right; font-family: 'Trebuchet MS', arial; font-size: 9px; 
	color: #aaa; padding: 0px; margin-right: 76px; padding-top: 0px;
}

#buddyCardsProfileWindow .feedTitle {font-size:14px; font-weight: bold; margin-top:10px;}

#buddyCardsProfileWindow .feedSummary {margin-left:10px;}

#buddyCardsProfileWindow .feedDate {}


div.buddyCardsScore  { line-height: normal; margin: 0px; padding: 0px; font-family: arial !important; font-size: 12px !important; }
span.buddyCardsScore { color: #aaa; line-height: normal; margin: 0px; padding: 0px; font-family: arial !important; font-size: 11px !important; }
.buddyCardsFontBold { font-weight: bold; }

.buddyCardsMessage { width: 300px; font-size: 14px; font-weight: bolder; position: absolute; top: 90px; left: 54px  }

.buddyCardsWeather { font-size: 10px; color: #aaa; } 

a.buddyCardsUrl:hover {text-decoration: underline !important; background: transparent !important;  }

a.verifyLink:link { font-size: 10px !important; background: #eee !important; }
a.verifyLink:visited { font-size: 10px; background: #eee !important; }

.verifySpan { text-align: left; line-height: normal; }

a.buddyCardsHiddenLink:link { text-decoration: none; }
a.buddyCardsHiddenLink:hover { text-decoration: none; }
a.buddyCardsHiddenLink:visited { text-decoration: none; }

.clearBoth { clear: both; }
.floatRight { float: right; }
.floatLeft { float: left; } 
.buddyCardsAvatarBlock { text-align: center; width: 48px; }
.buddyCardsTruthiness { color: #fff; font-size: 11px; width: 36px; padding: 0px !important; text-align: center; }
.buddyCardsAvatarImg { cursor: pointer; border: 1px solid #aaa !important; }
  
#buddyCardsMessageBox
{
	display: none; visibility: hidden; position: absolute; top: 240px; z-index:1000; 
	text-align: left; border: 2px outset #aaa; background: #fff; width: 440px; padding: 0px 10px 0px 10px;
}

#buddyCardsMessageBoxOK { text-align: right; cursor: pointer; margin: 0px 20px 20px 20px; }

/* used to clean up some templates */
#commentlist li .comment-meta {
	background: none !important;
	}
