/*
Title:  Boing Boing Profile Styles
Updated: October 24, 2007    
 */

/* Profile Registration */

#profile_container { 
        overflow: hidden;
        margin: 15px 5px;
}

#profile_container ul {
        list-style: none;
        margin: 0;
        padding: 20px 0;
}

#profile_container li {
        clear: both;
        margin-left: 0;
        padding-bottom: 15px;
}

#profile_container label {
        padding-top: 3px;
        float: left;
        width: 150px;
        display: block;
        margin-bottom: 20px;
}

#profile_container label.header {
        color: #000;
        font-weight: bold;
        margin: 15px 0;
        width: 300px;
}

#profile_container input.form-input-text, #profile_container textarea, #profile_container select, div.profile_value {
        float: left;
        width: 250px;
        margin-bottom: 5px;
}
#profile_container select { width: auto; }
#profile_container textarea { height: 100px; }
div.profile_value { color: #000; }

#profile_container input.form-input-submit {
        clear: both;
        margin-left: 150px;
}

#comments-open-captcha {
    margin-left: 150px;
    padding-bottom: 20px;
    clear:both;
}

#content p.profile_message {
        margin: 0 0 20px 0;
        color: #666;
        line-height: 1.4;
}

#content p.password_change {
        background-color: #ffc;
        font-size: 14px;
        color: #333 ;
        padding: 5px;
        border: 1px solid #ccc;
        font-family: Helvetica,Arial,sans-serif;
        font-weight: bold;
        color: #14AF00;
        line-height: 1.4;
}

#profile_container .profile-photo {
        float: right;
        width: 106px;
        margin: 25px 0 10px 20px;
        w\idth: 96px;
}

#profile_container .profile-photo img { border: 2px solid #cccccc; margin-bottom: 10px; }

#profile_container .profile-photo a {
        font: 12px/12px helvetica, arial, sans-serif;
        font-weight: bold;
        text-transform: uppercase;
        text-decoration: none;
        color: #3f3f3f;
        padding: 0 0 5px 0;
        border-bottom: 1px solid #ccc;
}

#profile_container .profile-photo a:hover { color: #ff0f00; }

#profile_container .profile-photo a span { color: #ff0f00; }

#profile_container h4 {
        color: #666;
        font-style: italic;
        margin: 20px 0 5px 0;
	font-weight: normal;
}

#profile_container h2 {
        font-size: 22px;
        line-height: 18px;
        margin: 0 0 20px 0;
        font-weight: normal;
}

#profile_container p.profile-website {
  font-size: 12px;
  line-height: 12px;
  color: #333;
  margin: 0;
  }

#profile_container p.profile-field {
        font-size: 13px;
        color: #333;
        margin: 20px 0;
	line-height: 1.3;;
}

#profile_container p.profile-field strong {
	color: #666;
	font-weight: bold;
}

#profile_connections {
        background: url(http://www.boingboing.net/mtimages/profile_connections_border.gif) top left repeat-x;
        overflow: hidden;
        margin-top: 20px;
        clear: both;
}

#profile_connections ul {
        clear: both;
        margin: 0;
        padding: 0;
        list-style: none;
        background: url(http://www.boingboing.net/mtimages/profile_connections_border.gif) bottom left repeat-x;
        overflow: hidden;
}

#profile_connections li {
        float: left;
        width: 140px;
}

#profile_connections li a {
        height: 20px;
        float: left !important;
        display: block;
        font: 11px helvetica, arial, sans-serif;
        text-decoration: underline;
        text-transform: uppercase;
        text-align: center;
        width: 120px;
        margin-top: 1px;
        padding: 20px 10px 15px 10px;
        color: #002e9a;
}

#profile_connections li a.active-tab {
        padding: 18px 10px 17px 10px;
        font: 13px georgia, serif;
        text-decoration: none;
        text-transform: none;
        font-style: italic;
        border-bottom: 1px solid #989b64;
        background: #ffffcc;
        color: #363135;
}
#profile_connections li a:hover {
  border-bottom: 1px solid #333;
  color: #333;
  }
  
#profile_connections #recent-comments, #profile_connections #favorite-posts, #profile_connections #friends { 
        clear: both;
        display: none; 
        margin-top: 15px;
}

#profile_connections a:hover {
  color: #f00;
  }

.profile-content { clear:both; }

.profile-content h3 {
        font: 11px/15px helvetica, arial, sans-serif;
        text-transform: uppercase;
        margin: 0;
}

.profile-content h3 a {
        color: #3f3f3f;
        text-decoration: underline !important;
}

.profile-content h5 {
        color: #666;
        font: 11px   helvetica, arial, sans-serif;
        text-transform: uppercase;
        margin: 0 0 10px 0;
}

.comment-body {
        font: 12px Georgia,serif;
        line-height: 1.4;
        margin: 20px 0;
        border-bottom: 1px solid #cccccc;
}

.comment-body p {
        margin: 20px 0;
}


#favorite-posts .profile-content { margin-bottom: 20px; }

#profile-links, #profile-links-active {
        margin-right: 15px;
        float: right;
        background-color: #ebebeb;
        text-transform: uppercase;
        font-family: Helvetica,Arial,sans-serif;
        font-size: 11px;
        font-weight: bold;
        color: #777;
        padding: 10px;
}

#profile-links-active {
        background-color: #ffc;
}
       
#profile-links a {
        text-decoration: underline; 
        border: 0; 
}

#profile-links a.login-link { color: #ff0000; }

#profile-links span {
        font-family: georgia, serif;
        font-size: 10px;
        font-style: italic;
        font-weight: normal;
        color: #777;
}

.profile-friend {
        float: left;
        width: 96px;
        margin: 0 20px 9px 10px;
	font-size: 11px;
        font-family: Helvetica, Arial, sans-serif;
	height: 150px;
}

.profile-friend img { border: 2px solid #ccc; }


.profile-friend-photo {
  width: 96px;
  height: 96px;
  overflow: hidden;	
}

.profile-friend p {
        margin: 3px 0 0 0 !important;
        text-align: center;
}

.first-friend { clear: both; float: left; }

#profile_submit {
  clear: both;
  }

.validation-advice {
  clear: both;
  margin-left: 150px;
  background-color: #e0e0e0;
  font-size: 12px;
  padding: 5px;
  color: #333;
  }

.password_recover_or {
  padding-left: 150px;
  font-size: 16px;
  font-style: italic;
  }
