/*888888888888888888888888888888888
Profiles
88888888888888888888888888888888888*/
.profile_main{
  background-color: #fff;
  padding: 0 0 40px 0;
  font-family: Arial, sans-serif;
  font-size: 100.01%;
  font-size: 16px;
  font-weight: bold;
  text-align:center;
  width:100%;
}
.profile_main a
{
  text-decoration: none;
  color:#303080;
  background-color: transparent;
}
.profile_main a:hover
{
  text-decoration: underline;
  color: #a00;
}
.profile_main a:visited
{
  color: #6060b0;
}
.profile_main a:focus, a:active
{
  outline: none;
  color: #a00;
}


.profile{
  margin: auto;
  padding: 0 0 20px 0;
  width: 920px;
/*  border-left: solid 3px black;
  border-right: solid 4px black;*/
  background-color: #fff;
  text-align:left;
  color:black;
}

.profile_right{
  float:left;
  width:580px;
}

.profile_left{
  float:left;
  width:300px;
  padding-right:10px;
  margin-right:10px;
  border-right:solid 2px gray;
}

.profile_header{
  /*background: url(/images/bluebanner.JPG) no-repeat top right;*/
  width:920px;
  font-size: 2.0em;
  padding: 0px 0px 20px 0;
  margin-bottom:0px;
}

.profile_title{
  font-size:1.5em;
  margin-bottom:20px;
}

.profile_body{
}

.profile_picture{
  text-align: center;
  padding:15px;
}
.profile_picture img{
  width:240px;
}

.profile_friends{
  margin-left:15px;
  margin-top:15px
}

.profile_friends_title{
  border-bottom:solid 2px gray;
  margin-bottom:5px;
  padding-bottom:5px;
}
.profile_friends_friend{
}


.profile_groups{
  margin-left:15px;
}

.profile_groups_title{
  border-bottom:solid 2px gray;
  margin-bottom:5px;
  padding-bottom:5px;
}

.profile_groups_group{
  float:left;
}

.profile_groups_role{
  float: right;
}

.blurb1{
  border:solid 1px gray;
  padding:10px;
  margin-bottom:20px;
}

.profile_comments{
  margin-bottom:20px;
}

.profile_comments_title{
  border-bottom:solid 2px gray;
  margin-bottom:5px;
  padding-bottom:5px;
}

.profile_comments_comment{
  float:left;
}

.profile_posts{
}

.profile_posts_title{
  border-bottom:solid 2px gray;
  margin-bottom:5px;
  padding-bottom:5px;
}

.profile_posts_post{
}

