<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document - Profile Pages */
/* November, 2011 */
/*v5/7/22 KG*/

	* {
	margin:0;
	padding:0;
	outline:0!important;
}
	.clear {
	height:1px;
	overflow:hidden;
	clear:both;
}
	html {
	margin:0;
	padding:0;
	border:0;
	overflow-y:scroll;
}

	body {
		height:100%;
		text-align:center;
		background: url(../images/wrapbgx.png) top center repeat-x #417391;
		font-size:90%;
		font-family:"Lucida Grande", Arial,sans-serif;
}
	a, a:active {
		color:#0099dc;
		text-decoration:underline;
		font-weight:600;
}
	a:visited {
		color:#006da1;
}		
	a:hover {
		color:#75a534;
		background:none;
		text-decoration:underline;
}
    h1, h2, h3 {
		font-family:"Myriad Pro", Arial, Sans-Serif;
        margin:.25em 0 0 0;
        padding:0;
		font-weight:normal;
		letter-spacing:0.02em;
		color:#006da1;
}
	h4 {
		margin:.25em 0 0 0;
        padding:0;
		font-weight:normal;
		letter-spacing:0.02em;
		color:#454545;
}
    p {
		font-size:93%;
		letter-spacing:0.01em;
		color:#454545;
		line-height:1.30em;
		margin:.4em 0 .8em 0;
        padding:0;
}
	img,
	img a,
	img a:hover,
	img a:active,
	img a:visited {
		margin:0;
}
	iframe { /* whatever -- there are no iframes yet */
		padding:0px;
		margin:0px;
		overflow-x: hidden; 
		overflow-y: hidden;
		border:0;
}
	hr { /* ignore any css alarms going off here... the tirck is that color is supposed to be the same as the bg */
		border: 0;
		width: 85%;
		color: #ebebeb;
		background-color: #ebebeb;
		height: 1px;
		margin:0 0 -1px 0;
}

/* tabbbed nav */

ol#toc {
	color:#006da1;
	font-family:"Myriad Pro", Arial, Sans-Serif;
	font-size:115%;
    height: 2em;
	letter-spacing:0.02em;
    list-style: none;
    margin: 0 0 2em 0;
    padding: 0;
	border-bottom: 1px solid #d0dee7;
}
ol#toc li {
    background: #bdf url(../images/tabs.gif);
    float: left;
    margin: 0 4px 0 0;
    padding-left: 20px;
}
ol#toc a {
    background: url(../images/tabs.gif) 100% 0;
    float: left;
    line-height: 2em;
    padding-right: 20px;
    text-decoration: none;
    font-weight: normal;
}
ol#toc a:hover {
    text-decoration: underline;
}
ol#toc li.current {
    background-position: 0 -60px;
	border-bottom: 4px solid #ffffff;
}
ol#toc li.current a {
    background-position: 100% -60px;
    font-weight: normal;
	color:#006da1;
}
ol#toc li.current a:hover {
    text-decoration: none;
}

/* utility nav -- top right */

	.prof_utilnav {
		float:right;
		padding:0.75em 1.5em 0.25em 0;
		clear:none;
		text-align:right;
}
	.prof_utilnav p, .prof_utilnav button {
		display:inline;
		font-size:11px;
}
	.prof_utilnav input, .prof_utilnav button {
		background: none;border: none;cursor:pointer;
}
	.prof_utilnav p span { /* note also ".prof_mid p span" below */
		color:#ffffff;
		padding-right: 1em;
}
	.prof_utilnav p span a,
	.prof_utilnav p span a:active,
	.prof_utilnav p span a:visited {
		color:#ffffff;
		font-weight:normal;
		background:none;
}
	.prof_utilnav p span a:hover {
		color:#e4ff00;
}
#profwrap {
	width:68.5em;
	position:relative;
	margin:0 auto 0 auto;
	overflow:hidden;
	text-align:left;
	padding:0;
}
.prof0main { /* the zero in prof0 denotes login pages, i.e. not logged in yet */
	float:left;
	width:100%;
	background:#6395ab;
	position:relative;
	padding:0;
}
	.prof0main h3,
	.prof0main h3 a {
	font-weight:normal;
		color:#ffffff;
		line-height:2em;
}
	.prof0main h3 a:hover {
		color:#e4ff00;
}
	.prof0main h3.inval { /* green type in invlaid login panel, green means invalid if not logged in */
		color:#e4ff00;
}
	.prof0main p {
		color:#ffffff;
		line-height:1.5em;
}
	.prof0main p a,
	.prof0main p a:active,
	.prof0main p a:visited {
		color:#ffffff;
}
	.prof0main p a:hover {
		color:#e4ff00;
		text-decoration:underline;	
}
	.prof0main h2 {
		padding:0 0 0 0;
		line-height:1.25em;
		font-size:150%;
		font-weight:normal;
		letter-spacing:0.055em;
		color:#ffffff;
}
	.prof0main h2 a:visited {
		color: #ffffff;
}
	.prof0main p span.loglink { /* login pages links e.g. "Forgot Password" */
		font-size:83%;
}
	.prof0main p span.loglink a,
	.prof0main p span.loglink a:active,
	.prof0main p span.loglink a:visited {
		font-weight:normal;
		letter-spacing:0.04em;
}
.prof1main { /* the 1 in prof1 denotes profile pages, i.e. logged in user */
	float:left;
	width:100%;
	background:#ffffff;
	position:relative;
	padding:0;
}
.prof1main .change { /* bottom right faux button for editing profile entries */
	float:right;
	clear:right;
	background:#eeeeee;
	position:relative;
	padding: 0.25em 0.5em 0 0.5em;
	border:1px solid #cccccc;

}
	.prof1main span.edit, /* font style for inline edit links (user settings), AS WELL AS in the "change" div class, dba "EDIT" faux-buttons (profile settings) */
	.prof1main span.edit a {
		font-size:90%;
		font-weight:normal;
		letter-spacing:0.04em;
		text-transform:uppercase;		
}
	.prof1main span.edit {
		color:#777777;	
}
	.prof1main p {
		line-height:1em;
}
	.prof1main h2 {
		padding:0 0 0 0;
		line-height:1.25em;
		font-size:150%;
		font-weight:normal;
		letter-spacing:0.055em;
}
.prof0_top { 
	background: url(../images/friendship_soc_beta_136.png) left no-repeat;
	width:100%;
	float:left;
	clear:both;
	padding:1em 0 1em 15.5em;
	margin:2em 0 2em 2em;
	position:relative;
}
.prof1_top { 
	background: url(../images/friendship_soc_beta_136.png) left no-repeat;
	width:100%;
	float:left;
	clear:both;
	padding:1em 0 1em 10em;
	margin:0.5em 3em 0.5em 1em;
	position:relative;
}
.prof_mid {
	float:left;
	clear:both;
	width:100%;
}
.prof0_right_inval { /* green outline on invalid login panel, green means invalid if not logged in */
	float:right;
	width:30%;
	clear:right;
	background: #457896;
	position:relative;
	padding:1em;
	border:1px solid #e4ff00;
	margin:0 3em 1.5em 0;
	text-align:center;
}
.prof0_right {
	float:right;
	width:30%;
	clear:right;
	background: #457896;
	position:relative;
	padding:1em;
	margin:0 3em 1.5em 0;
	border:1px solid #135c87;
	text-align:center;
}
.prof0_left {
	float:left;
	clear:left;
	width:55%;
	position:relative;
	margin:0 0 0 3em;
}
.prof0_left p {
	line-height: 2.5em;
}
.prof0_left .item1 { /* items 1, 2 and 3 are the bulleted / iconified talking points to the left of the login/reg panels */
	float:left;
	clear:left;
	height:3em;
	background: url(../images/item1.png) 0 20px no-repeat;
	padding:1em 3em; 
}
.prof0_left .item2 {
	float:left;
	clear:left;
	height:3em;
	background: url(../images/item2.png) 0 20px no-repeat;
	padding:1em 3em; 
}
.prof0_left .item3 {
	float:left;
	clear:left;
	height:3em;
	background: url(../images/item3.png) 0 20px no-repeat;
	padding:1em 3em; 
}
.prof_ctr {
	width:91%;
	float:left;
	clear:both;
	padding:1em;
	margin:2em 2em 2em 2em;
	border:1px solid #b1cad5;
}
.prof1_ctr {
	width:92%;
	float:none;
	clear:both;
	padding:1em;
	margin:2em 2em 2em 2em;
	border:1px solid #b1cad5;
}
.prof1_tab { /* user profile tabbed nav */
	width:92%;
	float:none;
	clear:left;
	padding:1em;
	margin:2em 2em 2em 2em;
	border:1px solid #b1cad5;
}
.prof1_right { /* residual from two column layouts, keeping on backburner */
	float:right;
	width:43%;
	clear:right;
	position:relative;
	padding:1em;
	margin:1em 2em 1em 0;
	border:1px solid #b1cad5;
}
.prof1_left { /* residual from two column layouts, keeping on backburner */
	float:left;
	width:43%;
	clear:both;
	position:relative;
	padding:1em;
	margin:1em 0 1em 2em;
	border:1px solid #b1cad5;
}
.prof1_left, /* backburner */
.prof1_right,  /* backburner */
.prof1_ctr /* in use */{
	font-size:93%;
	line-height: 1.5em;
	color:#454545;
}
.prof_mid p span { /* affects utilnav as well */
	font-size:96%;
}
.prof_mid span.note { /* ital notes */
	font-style:italic;
	font-size:90%;
	padding-left:0.1em;
	padding-right:0.3em;
}
.prof_mid span.lab { /* labels left of user form info / text entry fields */
	font-size:90%;
	padding-left:0.1em;
	padding-right:0.3em;
}

.prof_mid .statement, .prof_mid .statement { /* all over the place */
	width:70%;
	line-height:1.5em;
	font-size:96%;
}
.prof_mid .statement, .prof_mid .statement textarea { /*kg 12/22/11*/
	line-height:1.5em;
}
input.faq { /* the toggle +/- thing on help pages */
	display: inline;
	margin: 0;
	color:#0099dc;
	line-height:1.5em;
	font-size:90%;
	font-weight:bold;
	padding:0 1em 0 1em;
	background: none;
	border: none;
}
input.faq:hover {
	color:#75a534;
	text-decoration:underline;
	cursor:pointer;
}
.prof_mid span.reqd {
	font-size:130%;
	font-weight:bold;
	color:#75a534;
	padding-right:0.1em;
}
.prof_mid span.good { /* font style for password advisor */
	color:#75a534;
	font-weight:bold;
	text-transform:uppercase;
}
.prof_mid span.okay { /* font style for password advisor */
	color:#b79b00;
	font-weight:bold;
	text-transform:uppercase;
}
.prof_mid span.weak { /* font style for password advisor */
	color:#bb0000;
	font-weight:bold;
	text-transform:uppercase;
}
.prof_mid span.taken, /* font style for any specific invalid entry */
.prof_mid span.invalid {
	font-weight:bold;
	color:#bb0000;
	padding:0 0.1em;
}

/* avatars */
	.avatarpublic { /* only on publicly visible profile page */
	float:left;
	margin:1px 0.5em 1em 0;
	display:inline-block;
	position:relative;
}
/*
	.avatarpublic img, *//* current avatar displays 144x144 on the publicly visible profile page *//*
	.avatarpublic img a {
		max-height:144px;		
		max-width:144px;	
}
*/
	.avatarcurrent { /* only on the "Recent Activity" page */
	float:right;
	margin:1px 0.5em 1em 0.5em;
	display:inline-block;
	position:relative;
}
/*
	.avatarcurrent img, *//* current avatar displays 72x72 on the "Recent Activity" page *//*
	.avatarcurrent img a {
		max-height:150px;		
		max-width:150px;	
}
*/
	.avatar { /* although the text says "current" this class is for all avatars on the "Public Profile" */
	float:left;
	margin:1px 1em 1em 0;
	display:inline-block;
	position:relative;
	border: 1px solid #ebebeb;
}
	.avatar:hover {
	border: 1px solid #999999;
}
/*
	.avatar img,
	.avatar img a {
		max-height:48px;		
		max-width:48px;	
}
*/

	img.captcha, /* note fixed captcha height ad width */
	img.captcha a {
	margin-right:4px;
		padding:1px 0 0 0;
		max-height:60px;		
		max-width:100px;
		border:1px solid #b1cad5;
}
.update { /* contains update button, bottom of email-change and password-reset pages */
	clear:both;
	text-align:center;
	padding:0.75em 0 1em 0;
	margin:0 auto;
}

/* footer */

.prof_foot {
	clear:both;
	text-align:center;
	padding:1em;
	margin:3em 0 0 0;
	border-top:1px dotted #5486a0;
	background:#6395ab;
}
.prof_foot p {
	color:#ffffff;
}
.prof_foot p span.foot {
	font-size:83%;
	padding:0 1em;
}
.prof_foot p span.foot a,
.prof_foot p span.foot a:active,
.prof_foot p span.foot a:visited {
	color:#ffffff;
	font-weight:normal;
	letter-spacing:0.04em;
}
.prof_foot p span.foot a:hover {
	color:#e4ff00;
}

/* unbold links on favorites tab */
div.all_favorites a {
   font-weight: normal;
}

div.all_favorites table.fav_songs_section,
div.all_favorites table.fav_images_section,
div.all_favorites table.fav_programs_section,
div.all_favorites table.fav_episodes_section,
div.all_favorites table.fav_users_section {
   border: 0px;  /* solid #c3c3c3;*/
   border-collapse:collapse;
   border-spacing:2px;
}

div.all_favorites table.fav_songs_section td,
div.all_favorites table.fav_songs_section th,
div.all_favorites table.fav_images_section td,
div.all_favorites table.fav_images_section th {
   /*border-top: 1px solid #c3c3c3;
   border-bottom: 1px solid #c3c3c3;*/
   padding:3px;
   vertical-align:top;
   text-align:left;
}

div.all_favorites table.fav_songs_section tr.alt,
div.all_favorites table.fav_images_section tr.alt
 {
   background-color: #DFDFDF;
}

span.badges {
   font-size:180% !important;
   font-weight:bold !important;
   vertical-align:text-top !important;
}
</pre></body></html>