/*
  Blackie community profile
*/
.blackie .blackie-community-profile {
  padding-bottom: 40px;
}
.blackie .blackie-community-profile .top {
  height: 45px;
  color: white;
}
.blackie .blackie-community-profile .top .add-friend-container{
  padding-left: 20px;
  padding-top: 15px;
}
.blackie .blackie-community-profile .top a {
  font-size: 12px;
  font-weight: bold;
  color: white;
  text-decoration: none;
}
.blackie .blackie-community-profile .top span.plus {
  display: block;
  float: left;
  width: 11px;
  height: 11px;
  background-image: url("../images/settings-plus.png");
}
.blackie .blackie-community-profile .top span.mail {
  display: block;
  float: left;
  width: 15px;
  height: 11px;
  background-image: url("../images/site/mail-icon.png");
}
.blackie .blackie-community-profile .top span.text {
  float: left;
  margin-left: 10px;
  margin-right: 20px;
  margin-top: -2px;
}
.blackie .blackie-community-profile .left-column {
  float: left;
  width: 220px;
  margin-left: 20px;
}
.blackie .blackie-community-profile .right-column {
  float: left;
  width: 700px;
  margin-left: 20px;
}
.blackie .blackie-community-profile .left-column .profile-user-info {
}
.blackie .blackie-community-profile .left-column .profile-user-info h1 {
  margin-top: 30px;
  margin-bottom: 5px;
}
.blackie .blackie-community-profile .left-column .profile-user-info h1 a {
  font-weight: bold;
  font-size: 16px;
  color: #66ccff;
  text-decoration: none;
}

.blackie .blackie-community-profile .left-column .profile-user-info .title {
  font-weight: bold;
  color: #cccccc;
}
.blackie .blackie-community-profile .left-column .profile-user-info .city {
  color: #cccccc;
  margin-bottom: 20px;
  font-style: italic;
  margin-top: 10px;
}
.blackie .blackie-community-profile .left-column .profile-user-info .company {
  color: #cccccc;
}
.blackie .blackie-community-profile .left-column .profile-user-info .company a {
  color: #33ccff;
}

.blackie .blackie-community-profile .left-column .profile-user-info .profile-links {
}
.blackie .blackie-community-profile .left-column .profile-user-info .profile-links .link {
  border-bottom: 1px solid #333333;
  margin-top: 5px;
  padding-bottom: 5px;
}
.blackie .blackie-community-profile .left-column .profile-user-info .profile-links .link a {
  text-decoration: none;
  font-weight: bold;
  color: #cccccc;
}

.blackie .blackie-community-profile .left-column .profile-user-info .profile-links .profile-link {
  padding-bottom: 10px;
}
.blackie .blackie-community-profile .left-column .profile-user-info .profile-links .profile-link a {
  color: #525252;
}

.blackie .blackie-community-profile .left-column .profile-user-info .network {
  margin-top: 5px;
  border-bottom: 1px solid #333333;
  padding-bottom: 5px;
}

.blackie .blackie-community-profile .left-column .profile-user-info .network .title {
  margin-bottom: 5px;
}

.blackie .blackie-community-profile .left-column .profile-user-info .network .network-entry a {
  text-decoration: none;
  color: #66ccff;
}

.blackie .blackie-community-profile .right-column .profile-page .left {
  float: left;
  width: 460px;
}

.blackie .blackie-community-profile .right-column .profile-page .right {
  float: left;
  width: 220px;
  margin-left: 20px;
}

.blackie .blackie-community-profile .right-column .profile-page .left .status {
  border: 1px solid #605f5f;
}

.blackie .blackie-community-profile .right-column .profile-page .left .status-arrow {
  width: 21px;
  height: 20px;
  background-image: url("../images/status-dialog-arrow.png");
  margin-left: 25px;
  margin-top: -1px;
}

.blackie .blackie-community-profile .right-column .profile-page .left .status h1 {
  margin-top: 20px;
  margin-left: 16px;
  margin-bottom: 5px;
  font-size: 20px;
  color: #cccccc;
}

.blackie .blackie-community-profile .right-column .profile-page .left .status .text {
  color: #999999;
  margin-left: 16px;
  margin-right: 16px;
  margin-bottom: 20px;
}

.blackie .blackie-community-profile .right-column .profile-page .left .activities {
  margin-top: 35px;
}

.blackie .blackie-community-profile .right-column .profile-page .left .activities .title {
  font-weight: bold;
  color: #666666;
}

.blackie .blackie-community-profile .right-column .profile-page .left .activities .entry {
  margin-bottom: 18px;
  color: #cccccc;
}

.blackie .blackie-community-profile .right-column .profile-page .left .activities .entry a {
  text-decoration: none;
  color: #33ccff;
}

.blackie .blackie-community-profile .right-column .profile-page .left .separator {
  height: 1px;
  background-color: #333333;
  margin-top: 5px;
  margin-bottom: 15px;
}

.blackie .blackie-community-profile .right-column .profile-page .left .portfolio {
  margin-top: 35px;
}

.blackie .blackie-community-profile .right-column .profile-page .left .portfolio .title {
  font-weight: bold;
  color: #666666;
}

.blackie .blackie-community-profile .right-column .profile-page .left .portfolio .link {
  margin-top: 10px;
  float: right;
}
.blackie .blackie-community-profile .right-column .profile-page .left .portfolio .link a {
  color: #5ec5f3;
}

.blackie .blackie-community-profile .right-column .profile-page .right .ad {
  width: 202px;
  background-color: white;
  padding: 18px;
  margin-bottom: 5px;
}

.blackie .blackie-community-profile .right-column .profile-page .right .ad .title {
  font-weight: bold;
  color: #666666;
}

.blackie .blackie-community-profile .right-column .profile-page .right .ad .text {
  color: #666666;
}

/*
  Blackie community register
*/
.blackie .blackie-community-register {
  background:url("../images/blackshadow.png") no-repeat;
  width:1119px;
  margin-left:-69px;
  height:430px;
  
}
/*
.blackie .register-bubble {
  background-image: url("../images/site/registration-bubble.png");
  width: 1163px;
  height: 138px;
  position: absolute;
}
*/
.blackie .blackie-community-register .register-left {
  float: left;
  width: 480px;
  padding-left:69px;
}

.blackie .blackie-community-register .register-right {
  float: left;
  width: 480px;
  margin-left: 20px;
}
.blackie .blackie-community-register .text {
  width: 220px;
  height: 20px;
}

.blackie .blackie-community-register .register-info {
  width: 455px;
  height: 238px;
  background-image: url("../images/register-info.png");
  margin-top: 65px;
}

.blackie .blackie-community-register .register {
  margin-top: 70px;
  font-family: DINPro;
}

.blackie .blackie-community-register .register h1 {
  font-size: 18px;
  font-weight: bold;
  color: #cccccc;
}

.blackie .blackie-community-register .separator {
  height: 1px;
  background-color: #333333;
  margin-top: 10px;
}

.blackie .blackie-community-register .boxes {
  height: 200px;
  margin-top: 18px;
}

.blackie .blackie-community-register .nav {
}

.blackie .blackie-community-register .nav .prev-button-container {
  float: left;
  width: 103px;
  height: 30px;
}
.blackie .blackie-community-register .nav .prev-button {  
  width: 103px;
  height: 30px;
  background-image: url("../images/site/registration-prev-button.png");
  cursor: pointer;
}
.blackie .blackie-community-register .nav .next-button-container {
  float: right;
  width: 67px;
  height: 30px;
}
.blackie .blackie-community-register .nav .next-button {
  width: 67px;
  height: 30px;
  background-image: url("../images/site/registration-next-button.png");
  cursor: pointer;
}

.blackie .blackie-community-register .nav .prev-button-inactive {
  background-image: url("../images/site/registration-prev-button-inactive.png");
  cursor: default;
}

.blackie .blackie-community-register .nav .progress {
  margin-left: 85px;
  float: left;
  margin-top: 8px;
}

.blackie .blackie-community-register .nav .progress .indikator {
  width: 15px;
  height: 15px;
  margin-right: 8px;
  background-color: #2eb9e7;
  float: left;
}

.blackie .blackie-community-register .nav .progress .indikator-active {
  background-color: #f9f9f9;
}

.blackie .blackie-community-register .boxes .box {
  font-size: 17px;
  color: #cccccc;
  display: none;
}

.blackie .blackie-community-register .boxes .box h1 {
  font-size: 34px;
  font-weight: normal;
  color: #33ccff;
  margin-bottom: 20px;
}

.blackie .blackie-community-register .boxes .box .left {
  float: left;
  width: 220px;
}

.blackie .blackie-community-register .boxes .box .right {
  float: left;
  width: 220px;
  padding-left: 40px;
}

.blackie .blackie-community-register .boxes .box .text-input {
  border: 1px solid #e0e0e0;
  width: 220px;
  height: 24px;
  margin-top: 4px;
  margin-bottom: 6px;
  color: #666666;
  padding: 0px;
}

/*
.blackie .blackie-community-register .boxes .box .dropdown-arrow {
  background-image: url("../images/site/dropdown-arrow.png");
  width: 27px;
  height: 24px;
  position: absolute;
  left: 953px;
  top: 133px;
}
*/
.blackie .blackie-community-register .boxes .box select {
  border: none;
  width: 220px;
  height: 24px;
  margin-top: 10px;
  margin-bottom: 28px;
  color: #666666;
  font-size: 17px;
}

.blackie .blackie-community-register .boxes .box a {
  color: #cccccc;
}

.blackie .blackie-community-register .boxes .box1 {
  display: block;
}

.blackie .blackie-community-register .boxes .box3 .upload-input {
  float: left;
}
.blackie .blackie-community-register .boxes .box3 .upload-button {
  height: 26px;
  width: 78px;
  float: left;
  margin-left: 10px;
  margin-top: 4px;
  background-image: url("../images/site/registration-select-image-button.png");
  cursor: pointer;
}

.blackie .blackie-community-register .boxes .box3 .upload-button div {
  margin-top: 5px;
  margin-left: 15px;
}
.blackie .blackie-community-register .boxes .box4 .profile-input {
  margin-top: 6px;
}
.blackie .blackie-community-register .boxes .box4 .info {
  font-size: 13px;
}
.blackie .blackie-community-register .boxes .box5 .info {
  font-size: 12px;
  margin-bottom: 10px;
}
.blackie .blackie-community-register .boxes .box5 .checkbox-input {
  padding-left: 0px;
  margin-left: 0px;
}

.blackie .blackie-community-register .boxes .box6 .finished-message {
  display: none;
}

.blackie .blackie-community-register .message {
  padding-top: 10px;
  font-size: 10px;
  clear: both;
  color: #CCCCCC;
}

/*
  Community my flow
*/

.middle .my-flow .header {
  height: 40px;
  background-color: #f6f5f5;
  border: 1px solid #eae9e9;
}
.middle .my-flow .my-flow-left {
  float: left;
  width: 700px;
  margin-left: 20px;
  margin-top: 50px;
}
.middle .my-flow .my-flow-right {
  float: left;
  width: 220px;
  margin-left: 20px;
  margin-top: 50px;
}

.middle .my-flow .header .header-title {
  /*width: 69px;
  height: 11px;*/
  /*background-image: url("../images/my-flows-title.png");*/
  margin-top: 14px;
  margin-left: 20px;
  color: #7f7f7f;
  font-family: DINPro;
  font-size: 14px;
  font-weight: bold;
}

.middle .flow {
}

.middle .flow .blog {
  float: left;
  width: 460px;
}

.middle .flow .portfolios {
  float: left;
  margin-left: 20px;
  width: 220px;
}

.middle .flow .rss-flows {
  float: left;
  margin-left: 20px;
  width: 220px;
  margin-top: 60px;
}

.middle .flow .blog .blog-title {
  /*width: 119px;
  height: 15px;
  background-image: url("../images/blogs-like-title.png");*/
  margin-bottom: 13px;
  color: #7f7f7f;
  font-family: DINPro;
  font-size: 14px;
  font-weight: bold;
}

.middle .flow .portfolios .portfolios-title {
  /*width: 133px;
  height: 15px;
  background-image: url("../images/portfolios-like-title.png");*/
  margin-bottom: 12px;
  color: #7f7f7f;
  font-family: DINPro;
  font-size: 14px;
  font-weight: bold;
}

.middle .flow .portfolios .portfolio {
  border-top: 1px solid #eae9e9;
  border-bottom: 1px solid #eae9e9;
  margin-bottom: -1px;
  padding-top: 4px;
  padding-bottom: 6px;
}

.middle .flow .portfolios .portfolio a {
  text-decoration: none;
  color: #33ccff;
}

.middle .flow .portfolios .portfolio span.member-link a {
  font-weight: bold;
}

.middle .flow .portfolios .portfolio span.normal {
  color: #cccccc;
}

/*
  Community portfolio
*/

.blackie .blackie-community-profile .portfolio {
  padding-bottom: 20px;
}

.blackie .blackie-community-profile .portfolio .title {
  font-weight: bold;
  color: #666666;
  margin-bottom: 5px;
}

.blackie .blackie-community-profile .portfolio .separator {
  height: 1px;
  background-color: #333333;
}

.blackie .blackie-community-profile .portfolio .entry {
  margin-top: 25px;
}
.blackie .blackie-community-profile .portfolio .entry .images-arrow {
  width: 11px;
  height: 11px;
  background-image: url("../images/settings-plus.png");
  position: relative;
  display: block;
  margin-top: -65px;
  margin-bottom: 54px;
  margin-left: 652px;
}

.blackie .blackie-community-profile .portfolio .entry h1 {
  font-size: 16px;
  color: #cccccc;
  margin-bottom: 6px;
}

.blackie .blackie-community-profile .portfolio .entry .description {
  color: #999999;
  margin-bottom: 3px;
}

.blackie .blackie-community-profile .portfolio .entry .link a {
  text-decoration: none;
  color: #33ccff;
}

.blackie .blackie-community-profile .portfolio .entry .image-frame {
  background-color: white;
  width: 700px;
  margin-top: 12px;
  margin-bottom: 18px;
}

.blackie .blackie-community-profile .portfolio .entry .image-frame img {
  margin: 20px;
  border: 1px solid #e7e7e7;
}

.blackie .blackie-community-profile .portfolio .entry .additional-images {
  display: none;
  cursor: pointer;
}

.blackie .blackie-community-profile .portfolio .entry .additional-images .image-frame {
  margin-top: 0px;
}

.blackie .blackie-community-profile .portfolio .entry .actions {
  margin-bottom: 5px;
}

.blackie .blackie-community-profile .portfolio .entry .text-frame {
  background-color: white;
  width: 660px;
  margin-top: 12px;
  margin-bottom: 18px;
  padding: 20px;
  font-family: DINPro;
}

.blackie .blackie-community-profile .portfolio .entry .text-frame  img {
}

.blackie .blackie-community-profile .portfolio .entry .text-frame  .text-bg {
  background-image: url("../images/text-portfolio-bg.png");
  background-position: center;
  background-image: -moz-linear-gradient(100% 100% 90deg, #282728, #080708);
  background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#080708), to(#282728));
}

.blackie .blackie-community-profile .portfolio .entry .text-frame  .text-bg .text {
  font-size: 17px;
  text-align: center;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 62px;
  padding-bottom: 62px;
}

.blackie .blackie-community-profile .portfolio .entry .text-frame  .text-bg .text span.extract {
  color: #cccccc;
}

.blackie .blackie-community-profile .portfolio .entry .text-frame  .text-bg .text span.quote {
  color: #33ccff;
}
.blackie .blackie-community-profile .portfolio .entry .edit-links {
  float: right;
  font-size: 10px;
  color: #999999;
  margin-top: 10px;
}
.blackie .blackie-community-profile .portfolio .entry .edit-links a {
  font-size: 10px;
  color: #999999;
  text-decoration: none;
}

.add-friend-link{
  float:left;
  margin-top:-2px;
}

