/*
   page-profile.css
   goodchild
   
   Created by Cale Woodley on 2008-09-01.
   Copyright 2008 Webfirm. All rights reserved.
*/

body#page-profile .profile {
  float: left;
  display: inline;
  width: 290px;
  height: 160px;
}

body#page-profile .profile .image {
  float: left;
  display: inline;
  width: 120px;
  height: 120px;
  margin: 0 5px 10px 0;
}

body#page-profile .profile h3 {
  margin-left: 125px;
  font-size: 14px;
  padding-left: 20px;
  background: url('../images/core/profile-icon-user.gif') no-repeat;
}

body#page-profile .profile p {
  margin: 3px 0 3px 125px;
  padding-left: 20px;
}

body#page-profile .profile p.position {
  color: #C9171E;
  font-weight: bold;
  background: url('../images/core/profile-icon-vcard.gif') no-repeat;
}

body#page-profile .profile p.contact-number {
  background: url('../images/core/profile-icon-phone.gif') no-repeat;
}
